gsd-insert-phase

Insert a decimal phase into a milestone roadmap and update downstream references.

264|11|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/rkz91/coco --skill gsd-insert-phase-rkz91
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-insert-phase
Source: https://github.com/rkz91/coco/tree/main/systems/gsd/skills/gsd-insert-phase
Command: npx skills add https://github.com/rkz91/coco --skill gsd-insert-phase-rkz91

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Inserts a new decimal phase into an existing milestone roadmap to accommodate urgent work without renumbering the entire plan.

Core Features & Use Cases

  • Decimal phase insertion: add 72.1, 72.2, etc., while preserving the logical sequence of milestones.
  • Roadmap integrity: validates phase boundaries and updates downstream phases accordingly.
  • Workflow integration: integrates with the get-shit-done orchestration to refresh state and trigger actions.

Quick Start

Insert a new decimal phase after 72.1 with description 'urgent hotfix to payment flow'.

Frequently Asked Questions about gsd-insert-phase

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add an urgent phase to a milestone roadmap without renumbering everything?

Insert a decimal phase into your milestone roadmap to accommodate urgent work without renumbering the entire plan. This adds phases using decimal suffixes while preserving the logical sequence of existing milestones.

How do I insert a decimal phase into an existing milestone sequence?

Provide the target phase number and a description to insert a decimal phase into the existing sequence. The process applies argument parsing, phase verification, and decimal calculation to update the roadmap accordingly.

When should I use decimal phases instead of renumbering milestones?

Use decimal phases when urgent work arises between planned milestones and renumbering the entire roadmap is impractical. This approach maintains roadmap integrity by validating boundaries and updating downstream references.

Does inserting a new phase update downstream milestone references automatically?

Yes, inserting a decimal phase updates downstream phase references accordingly. The process validates phase boundaries and refreshes the roadmap sequence to maintain logical workflow integrity.

Can I use decimal phase insertion with any roadmap planning format?

Decimal phase insertion applies specifically to roadmaps that use decimal suffixes for phases, such as 72.1 or 72.2. It verifies phase boundaries and integrates with the get-shit-done workflow orchestration to refresh state.