Gsd:add Phase

Add phase to end of current milestone in roadmap

majiayu000 Updated 567 repo stars

File contents

Routes to the add-phase workflow which handles:

  • Phase number calculation (next sequential integer)
  • Directory creation with slug generation
  • Roadmap structure updates
  • STATE.md roadmap evolution tracking

Roadmap and state are resolved in-workflow via init phase-op and targeted tool calls.

The workflow handles all logic including:

  1. Argument parsing and validation
  2. Roadmap existence checking
  3. Current milestone identification
  4. Next phase number calculation (ignoring decimals)
  5. Slug generation from description
  6. Phase directory creation
  7. Roadmap entry insertion
  8. STATE.md updates

majiayu000/claude-skill-registry-data/tree/main/planning/add-phase-davepoon-buildwithclaude commit 21ef6a08c8

Frequently asked questions

npx skillmds@latest add majiayu000/gsd-add-phase-2