gsd-insert-phase

Insert decimal-numbered phases for urgent mid-milestone work without renumbering.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/ArtRiv/game-topicos-especiais --skill gsd-insert-phase-artriv
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gsd-insert-phase
Source: https://github.com/ArtRiv/game-topicos-especiais/tree/main/.github/skills/gsd-insert-phase
Command: npx skills add https://github.com/ArtRiv/game-topicos-especiais --skill gsd-insert-phase-artriv

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of fitting urgent work into an existing milestone plan when the work is discovered mid-execution and must occur between already-defined phases.

Core Features & Use Cases

  • Decimal Phase Insertion: Adds a new urgent phase using decimal numbering (for example, 72.1, 72.2) to maintain the intended ordering.
  • Mid-Milestone Safety: Updates the roadmap/state while preserving validation gates like phase verification and decimal calculation consistency.
  • Operational Workflow Execution: Runs the end-to-end insert-phase workflow sourced from the repository’s insert-phase process file.

Quick Start

Use the gsd-insert-phase skill with an after-phase number and a short description to insert the urgent work phase between existing integer 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 phases into a roadmap without renumbering existing milestones?▼

To insert urgent phases without renumbering, use decimal numbering to add intermediate phases like 72.1 between existing integer milestones. This preserves the original phase sequence while accommodating newly discovered mid-execution work.

What is decimal phase sequencing in project execution?▼

Decimal phase sequencing assigns numbers like 72.1 or 72.2 to urgent phases inserted between existing integer phases during execution. It maintains roadmap ordering and validation consistency without forcing a full renumber of downstream milestones.

When do I need to use decimal numbering for milestone planning?▼

You need decimal numbering for milestone planning when urgent work is discovered mid-execution and must be sequenced between already-defined integer phases. This avoids disrupting the existing roadmap structure while fitting the new phase into the correct position.

Can I add a phase between milestones without breaking roadmap validation gates?▼

Yes, inserting a decimal-numbered phase preserves validation gates like phase verification and decimal calculation consistency. The workflow runs end-to-end to ensure the roadmap update maintains argument parsing and state validation integrity.

What's the best way to sequence newly discovered work in an existing milestone plan?▼

The best way to sequence newly discovered work is running an insert-phase workflow that calculates a decimal phase number based on the preceding integer phase. This ensures the urgent work is ordered correctly without renumbering subsequent phases.

What information do I need to provide when inserting an urgent phase?▼

You need to provide an after-phase number indicating where the new phase should be inserted, along with a short description of the urgent work. The workflow uses these inputs to calculate the decimal number and update the roadmap state.