Skip to main content
Generaldavepoon

gsd:add-phase

Add phase to end of current milestone in roadmap

Stars
2,987
Source
davepoon/buildwithclaude
Updated
2026-05-26
Slug
davepoon--buildwithclaude--add-phase
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/davepoon/buildwithclaude/HEAD/plugins/gsd/skills/add-phase/SKILL.md -o .claude/skills/add-phase.md

Drops the SKILL.md into .claude/skills/add-phase.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

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
@${CLAUDE_PLUGIN_ROOT}/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 `@${CLAUDE_PLUGIN_ROOT}/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