GanttProject roadmapMedium

Quarterly product roadmap

Gantt view of product discovery, build, launch, and follow-up work across a quarter.

Quarterly product roadmap preview

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
1gantt
2 title Q1 roadmap
3 dateFormat YYYY-MM-DD
4 section Discovery
5 User research :a1, 2026-01-06, 10d
6 Spec writing :a2, after a1, 7d
7 section Build
8 Core feature :b1, after a2, 21d
9 Polish :b2, after b1, 7d
10 section Launch
11 Beta :c1, after b2, 10d
12 GA :c2, after c1, 5d