Add Phase banner
eric-moreno eric-moreno

Add Phase

Development community

Description

--- name: gad:add-phase description: Add phase to end of current milestone in roadmap argument-hint: <description> allowed-tools: - Read - Write - Bash --- <objective> 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 </objective> <execution_context> @~/.c

Installation

Installs to ~/.claude/skills/eric-moreno-get-analysis-done-add-phase/SKILL.md

Terminal
mkdir -p ~/.claude/skills/eric-moreno-get-analysis-done-add-phase && curl -fsSL https://raw.githubusercontent.com/eric-moreno/get-analysis-done/HEAD/commands/add-phase.md -o ~/.claude/skills/eric-moreno-get-analysis-done-add-phase/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository