GanttProject roadmapMedium
Quarterly product roadmap
Gantt view of product discovery, build, launch, and follow-up work across a quarter.
What this diagram shows
Step 01
Discovery first
Research and spec writing anchor the quarter before any code is written.
Step 02
Core build
The biggest block is implementation, with a polish tail before launch.
Step 03
Launch ramp
A beta window de-risks the GA rollout at the end of the quarter.
About gantt diagrams
Gantt charts lay out tasks and milestones along a timeline. They are handy for roadmaps, release plans, and projects where dependencies and durations matter.
This template is written in Mermaid — plain text you can edit, version in git, and regenerate the image from any time.
View Mermaid sourcePlain-text diagram syntax — copy or edit directly.
diagram.mmd
1gantt2 title Q1 roadmap3 dateFormat YYYY-MM-DD4 section Discovery5 User research :a1, 2026-01-06, 10d6 Spec writing :a2, after a1, 7d7 section Build8 Core feature :b1, after a2, 21d9 Polish :b2, after b1, 7d10 section Launch11 Beta :c1, after b2, 10d12 GA :c2, after c1, 5d