gsd-insert-phase

Insert a decimal phase between existing integer phases in a milestone roadmap.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/novatech2210-cmd/ImidusApp --skill gsd-insert-phase-novatech2210-cmd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-insert-phase
Source: https://github.com/novatech2210-cmd/ImidusApp/tree/main/.codex/skills/gsd-insert-phase
Command: npx skills add https://github.com/novatech2210-cmd/ImidusApp --skill gsd-insert-phase-novatech2210-cmd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of inserting urgent work mid-milestone by adding a new decimal-phase entry between existing phases, preserving the intended sequence without renumbering the entire roadmap.

Core Features & Use Cases

  • Insert a decimal-phase between two existing phases
  • Validate the target after-phase-number and description
  • Update the roadmap with new phase and adjust subsequent phases accordingly

Quick Start

Provide the target after-phase-number and a description of the urgent work to insert between existing phases.

Frequently Asked Questions about gsd-insert-phase

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

FAQPage Schema
How do I insert urgent work into a milestone roadmap without renumbering existing phases?

Inserting urgent work mid-milestone requires adding a decimal-phase entry between existing integer phases. This preserves the intended sequence of your roadmap by applying decimal numbering like 72.1 or 72.2 without renumbering subsequent phases.

What is decimal-phase numbering in a project roadmap?

Decimal-phase numbering is a roadmap sequencing method that uses decimals like 72.1 to insert urgent work between existing integer phases. It maintains the milestone structure by adding new entries without disrupting the original phase order.

How do I add a new phase between two existing milestones in a phase-based roadmap?

To add a new phase between milestones, provide the target after-phase-number and a description of the urgent work. The system validates arguments, calculates the decimal phase, and updates the roadmap with validation gates and safe fallbacks.

Does this roadmap insertion tool validate the target phase number before updating?

Yes, the roadmap insertion process enforces argument parsing and phase verification before applying updates. It uses validation gates and safe fallbacks to ensure the target after-phase-number and description are correctly formatted.

Can I automate inserting a decimal phase into a phase-based roadmap?

Yes, you can automate inserting a decimal phase into a phase-based roadmap. The automation handles decimal calculation, phase verification, and roadmap updates, ensuring sequence preservation when urgent work is discovered mid-milestone.

When should I use decimal phases instead of renumbering my entire project roadmap?

Use decimal phases when urgent work is discovered mid-milestone and you need to preserve the existing sequence. This approach avoids the overhead of renumbering the entire roadmap while maintaining logical progression between integer phases.