gsd-insert-phase

Insert decimal phases into milestone roadmaps without renumbering existing phases.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/Poom5741/eggo-world-pb --skill gsd-insert-phase-poom5741
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-insert-phase
Source: https://github.com/Poom5741/eggo-world-pb/tree/main/.qwen/skills/gsd-insert-phase
Command: npx skills add https://github.com/Poom5741/eggo-world-pb --skill gsd-insert-phase-poom5741

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the insertion of urgent tasks into a milestone roadmap by adding a decimal phase (e.g., 72.1) without rewriting existing phase numbers, preserving the intended sequence.

Core Features & Use Cases

  • Insert a new decimal phase between two existing phases, placing it correctly in the sequence (e.g., 72.1 between 72 and 73).
  • Validate phase numbering and update the roadmap state consistently across tools.
  • Handle mid-milestone discoveries with safe fallbacks and minimal disruption to the overall plan.

Quick Start

Provide the after-phase number and description to insert the new decimal phase into the roadmap.

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 urgent tasks to a milestone roadmap without renumbering existing phases?

To insert urgent tasks without renumbering existing phases, use a decimal phase insertion. This adds a new work item as a decimal phase (e.g., 72.1) between two existing integer phases, preserving the original sequence.

What is decimal phase management in project planning?

Decimal phase management is a project planning technique for inserting mid-milestone work into an existing roadmap. It calculates a decimal number between two integer phases to maintain chronological sequence without rewriting the overall plan.

How do I insert a new phase between two existing milestones in a project roadmap?

To insert a new phase between existing milestones, provide the after-phase number and task description. The workflow verifies the phase number, calculates the decimal position, and updates the roadmap state consistently.

Can I use decimal phase insertion for roadmaps with integer phase numbering?

Yes, decimal phase insertion is designed specifically for roadmaps using integer phase numbering. It validates your existing phase sequence and applies safe fallbacks to ensure minimal disruption to the overall project plan.

What are the limitations of inserting decimal phases into an existing workflow?

Limitations include relying on roadmaps that strictly use integer phase numbering. The mechanism requires argument parsing and phase verification gates to pass successfully to prevent sequence disruption during mid-milestone discoveries.