gsd-insert-phase

Insert urgent decimal-phase items between existing roadmap phases.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/ev3rlit/magam-canonical-archive --skill gsd-insert-phase-ev3rlit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-insert-phase
Source: https://github.com/ev3rlit/magam-canonical-archive/tree/main/.codex/skills/gsd-insert-phase
Command: npx skills add https://github.com/ev3rlit/magam-canonical-archive --skill gsd-insert-phase-ev3rlit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Inserting urgent work discovered mid-milestone into a planned phase sequence without renumbering the entire roadmap, by introducing decimal phases (e.g., 72.1).

Core Features & Use Cases

  • Insert decimal-phase between existing phases while preserving the logical order.
  • Validate the target phase, compute the correct decimal increment, and update the roadmap state accordingly.
  • Support descriptive task details to track urgent work within the ongoing plan.

Quick Start

Provide after-phase number and description to insert, for example: after 72 insert 72.1 with description 'fix critical bug'

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 planned phase sequence without renumbering the roadmap?

Insert urgent work by adding a decimal phase between existing phases, such as 72.1, to preserve sequencing and avoid renumbering the entire roadmap. This approach slots mid-milestone tasks directly after a specified phase while keeping the original order intact.

What is a decimal phase in milestone workflows and when do I need it?

A decimal phase is a fractional milestone number used when you need to insert urgent work discovered mid-milestone without disrupting existing numbering. It preserves logical order by slotting tasks between planned phases rather than shifting subsequent milestones.

How do I add a mid-milestone task to an existing roadmap phase?

Add a mid-milestone task by providing the target after-phase number and a description. The workflow validates the target phase, calculates the correct decimal increment, and updates the roadmap state accordingly to slot the new item in.

Does this decimal-phase insertion handle invalid phase numbers safely?

Decimal-phase insertion enforces argument parsing and target phase validation before updating the roadmap. It applies clear failure handling to prevent invalid phase numbers or unsafe roadmap updates from corrupting your milestone sequence.

Can I track task details for urgent work inserted as decimal phases?

Yes, decimal-phase insertion supports descriptive task details to track urgent work within the ongoing plan. You provide a description alongside the phase number to ensure the inserted item is documented within the existing roadmap state.

What is the best way to manage urgent work discovered mid-milestone?

The best way to manage urgent work mid-milestone is inserting decimal phases to slot tasks after a specified phase. This approach computes the correct increment and updates the plan, avoiding full roadmap renumbering while preserving sequence integrity.