Project plan

Milestones, owners and risks — with a Mermaid gantt that redraws itself.

Use this templateDocs template
Project planMilestones, owners and risks — with a Mermaid gantt that redraws itself.

Project plan — <name>

Owner: <name> · Status: In progress · Target: <date>

Done means: <the observable thing a user can do that they cannot today>.

Timeline

gantt
  dateFormat YYYY-MM-DD
  axisFormat %b %d
  section Build
  Touch toolbar     :done,   t1, 2026-07-06, 7d
  Gesture selection :active, t2, after t1, 14d
  Offline sync      :        t3, after t2, 21d
  section Release
  TestFlight beta   :        t4, after t3, 10d

Change a date in the block above and the chart redraws — the diagram is plain text in your file, so it diffs and merges like the rest of the doc.

Milestones

MilestoneOwnerTargetStatus
<Milestone><who><date>Not started
Touch toolbar above keyboardDevon2026-07-13On track
Gesture selectionPriya2026-07-27At risk

Status vocabulary, fixed on purpose: Not started · On track · At risk · Done.

Workstreams

  • <Workstream> — <what lands inside it>
  • Editor input — keyboard-aware toolbar, gesture selection, undo stack

Risks & mitigations

  • <Risk> → <the mitigation, not a restatement of the risk>
  • iOS keyboard inset is unreliable across versions → pin to interactive-widget, test on three OS builds

Open questions

  • <The decision you need before the next milestone>