Templates / gantt
Quarterly roadmap
A discovery-build-launch roadmap for a quarter with dependent task chains per phase.
Preview
Mermaid 11 renderer
Rendering preview...
Mermaid source
gantt
gantt
title Quarterly roadmap
dateFormat YYYY-MM-DD
section Discovery
Customer interviews :done, disc1, 2026-01-05, 10d
Competitive analysis :done, disc2, after disc1, 5d
section Build
Design review :active, build1, 2026-01-20, 7d
Implementation :build2, after build1, 20d
section Launch
Beta rollout :launch1, after build2, 10d
General availability :launch2, after launch1, 5dMore templates
flowchartArchitecture
Microservices architecture
A service map with an API gateway, core services, and shared infrastructure. A solid starting point for README architecture sections.
sequenceDiagramProcess
User login sequence
A login flow with token issuance and a failure branch. Useful for documenting auth endpoints and session behavior.
stateDiagram-v2Process
Order state machine
Lifecycle states for an e-commerce order, from creation to fulfillment, with cancellation and refund paths.