Insert urgent work between phases
gsd:insert-phaseskillsetup L1★3,035
davepoon/buildwithclaude ↗What it does
Insert urgent decimal phase between existing planned phases
Best for
Handling urgent work discovered mid-milestone without renumbering the entire roadmap.
Inputs
- · After phase number (e.g., 72) and description for new phase
Outputs
- · Decimal phase number (e.g., 72.1, 72.2)
- · Updated ROADMAP.md with new phase
- · Updated STATE.md with insertion logged
Requires
- · insert-phase.md workflow
Preconditions
- · ROADMAP.md exists with integer phases
- · After phase exists in roadmap
- · .planning/ directory structure intact
Failure modes
- · After phase not found → error reported
- · ROADMAP.md malformed → parsing fails
- · Decimal phase already exists → conflict detected
Trust signals
- · Preserves logical sequence of integer phases
- · Decimal naming avoids roadmap scramble
- · STATE.md logs insertion for audit trail