Back to skills
Skill

gad:add-phase

gad-add-phase

Add phase to end of current milestone in roadmap

Add a new integer phase to the end of the current milestone in the roadmap.

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
@workflows/add-phase.md Arguments: $ARGUMENTS (phase description)

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

**Follow the add-phase workflow** from `@workflows/add-phase.md`.

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
Source on GitHub

vendor/get-anything-done/sdk/skills/gad-add-phase/SKILL.md

Client debug · NEXT_PUBLIC_CLIENT_DEBUG=1
0 lines

No events yet. Window errors, unhandled rejections, and React render errors appear here. Set NEXT_PUBLIC_CLIENT_DEBUG_CONSOLE=1 to mirror console.error / console.warn.