gsd-insert-phase

Insert urgent work as a decimal phase between existing roadmap phases.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When urgent work emerges mid-milestone, the planned order of phases can be disrupted. This Skill inserts urgent items as a new decimal phase (e.g., 72.1) between existing integer phases, preserving the original sequencing without renumbering the roadmap.

Core Features & Use Cases

  • Insert a decimal-phase entry between two existing phases to preserve sequence.
  • Validate input, calculate the correct decimal placement, and update the roadmap safely.
  • Use Case: After phase 72 is planned, add 72.1 for urgent work and maintain overall progress tracking.

Quick Start

Insert a new decimal phase after a specified integer phase to capture urgent work.

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 project roadmap without renumbering existing phases?

You can insert urgent work into a project roadmap without renumbering by adding a decimal phase, such as 72.1, between existing integer phases. This preserves the original milestone sequence while safely capturing mid-milestone discoveries.

What is a decimal phase in project management?

A decimal phase in project management is a fractional milestone entry, like 72.1, inserted between two integer phases to accommodate urgent work. It allows roadmap updates without disrupting the overall progress tracking or planned phase order.

How do I add a new milestone between two existing phases safely?

To add a new milestone safely, the system applies argument parsing and phase validation to calculate the correct decimal placement. It then updates the roadmap by inserting the urgent item as a decimal phase between the existing integer phases.

When should I use decimal sequencing for roadmap milestones?

Use decimal sequencing for roadmap milestones when urgent work emerges mid-milestone and requires immediate prioritization. This approach ensures the new item is tracked without forcing a full renumbering of the subsequent planned phases.

Does inserting a decimal phase require any specific dependencies?

Inserting a decimal phase requires no external dependencies. The process relies entirely on internal argument parsing, phase validation, and decimal sequencing logic to ensure the roadmap is updated safely and accurately.

What is the best way to handle mid-milestone discoveries in workflow planning?

The best way to handle mid-milestone discoveries in workflow planning is to insert the urgent work as a decimal phase. This method prioritizes the new item immediately while maintaining the integrity of the existing project roadmap sequence.