Generate GANTT-CHART.md at the repository root and .github/gantt-chart.svg.
Process
- •Read
JIRA-STRUCTURE.mdfor epic IDs, durations, and phase assignments - •Read
_research/DEPENDENCY-ANALYSIS.mdfor critical path and dependencies - •Generate the SVG Gantt chart following the SVG Gantt Generator specification
- •Write the Mermaid critical path flowchart
- •Build the dependency matrix table
- •Define milestones with success criteria
Required Sections in GANTT-CHART.md
- •Project Timeline header: Duration and date range
- •Embedded SVG:
 - •Critical Path: Mermaid
graph LRflowchart showing blocking dependencies, color-coded by phase - •Dependency Matrix: Table (Epic | Depends On | Blocks | Phase)
- •Milestones: Table (Milestone | Week | Date | Success Criteria | Owner), 3-5 milestones
SVG Requirements
See the svg-gantt-generator skill for the full SVG specification. Key points:
- •1280px wide, dark theme (#0f172a background)
- •Phase-coded gradient bars (blue/green/amber/purple)
- •Sub-task bars nested under epics
- •Week grid columns
- •Milestone diamond markers
Quality Criteria
- • SVG validates as well-formed XML (
cd workspace && node validate-svg.js ../.github/gantt-chart.svg) - • SVG renders in GitHub markdown
- • All epics from JIRA structure represented
- • Critical path Mermaid diagram renders
- • Dependencies mapped in matrix table
- • 3-5 milestones with success criteria