Install any skill in seconds. Free to start, no credit card required.
Get Started Free →CRUD for phases in ROADMAP.md — add, insert, remove, or edit phases
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | -23% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -29% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -30% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -52% | 0% |
| case-13 | ✗→✓ | ▲ Improved | -43% | 0% |
<objective> Manage phases in ROADMAP.md with a single consolidated command.
Mode routing:
</objective>
<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 |
</routing>
<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>
<context> Arguments: $ARGUMENTS
Parse the first token of $ARGUMENTS:
--insert: strip the flag, pass remainder (format: <after-phase-number> <description>) 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. </context>
<process>
</process>
Other measured skills in the registry, with their headline benchmark lift.