gantt-chart

Installation
SKILL.md

Generate GANTT-CHART.md at the repository root and .github/gantt-chart.svg.

Process

  1. Read JIRA-STRUCTURE.md for epic IDs, durations, and phase assignments
  2. Read _research/DEPENDENCY-ANALYSIS.md for critical path and dependencies
  3. Generate the SVG Gantt chart following the SVG Gantt Generator specification
  4. Write the Mermaid critical path flowchart
  5. Build the dependency matrix table
  6. Define milestones with success criteria

Required Sections in GANTT-CHART.md

  1. Project Timeline header: Duration and date range
  2. Embedded SVG: ![Gantt Chart](.github/gantt-chart.svg)
  3. Critical Path: Mermaid graph LR flowchart showing blocking dependencies, color-coded by phase
  4. Dependency Matrix: Table (Epic | Depends On | Blocks | Phase)
  5. Milestones: Table (Milestone | Week | Date | Success Criteria | Owner), 3-5 milestones
Installs
2
GitHub Stars
5
First Seen
Jun 15, 2026
gantt-chart — zircote/maker-rs