CRUD for phases in ROADMAP.md — add, insert, remove, or edit phases
Mode routing:
| Flag | Action | Workflow |
|---|---|---|
| (none) | Add new integer phase at end of milestone | add-phase |
| --insert | Insert decimal phase (e.g., 72.1) after specified phase | insert-phase |
| --remove | Remove future phase, renumber subsequent | remove-phase |
| --edit | Edit fields of existing phase in place | edit-phase |
<execution_context>
@/.claude/gsd-core/workflows/add-phase.md
@/.claude/gsd-core/workflows/insert-phase.md
@/.claude/gsd-core/workflows/remove-phase.md
@/.claude/gsd-core/workflows/edit-phase.md
</execution_context>
Parse the first token of $ARGUMENTS:
--insert: strip the flag, pass remainder (format: ) to insert-phase workflow--remove: strip the flag, pass remainder (phase number) to remove-phase workflow--edit: strip the flag, pass remainder (phase-number [--force]) to edit-phase workflowRoadmap and state are resolved in-workflow via init phase-op and targeted reads.
abf3cf7
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.