gsd-insert-phase

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

1|Updated Aug 17, 2025
One-click install
npx skills add https://github.com/DuySeu/StockMind --skill gsd-insert-phase-duyseu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-insert-phase
Source: https://github.com/DuySeu/StockMind/tree/main/.agent/skills/gsd-insert-phase
Command: npx skills add https://github.com/DuySeu/StockMind --skill gsd-insert-phase-duyseu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

In dynamic roadmaps, urgent work can appear mid-milestone and must be slotted between existing phases without renumbering subsequent work.

Core Features & Use Cases

  • Inserts a decimal phase (for example 72.1) between two adjacent integer phases to accommodate urgent tasks.
  • Validates the target after-phase number, updates the roadmap state, and preserves the logical sequence for all stakeholders.
  • Use Case: when an urgent task is discovered between phases 72 and 73, insert 72.1 to maintain order and traceability.

Quick Start

Instruct the agent to insert a new decimal phase immediately after a specified integer phase with the provided description.

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 an urgent task into an existing milestone roadmap without renumbering?

To insert an urgent task without renumbering a milestone roadmap, add a decimal phase between two consecutive integer phases. This preserves the logical sequence for stakeholders while accommodating new work discovered mid-milestone.

What is a decimal phase in project planning?

A decimal phase in project planning is a fractional milestone number, like 72.1, inserted between adjacent integer phases. It accommodates urgent work discovered mid-milestone while maintaining the correct chronological ordering of the roadmap.

How do I add a new phase between two existing integer milestones?

You add a new phase between integer milestones by instructing the system to insert a decimal phase immediately after a specified integer. It validates the target phase number, calculates the decimal value, and updates the roadmap state.

When do I need to use decimal numbering for roadmap phases?

You need decimal numbering for roadmap phases when urgent work appears mid-milestone and must be slotted between existing phases. This prevents the need to renumber subsequent tasks, ensuring traceability and consistency across the project plan.

Does inserting a decimal phase validate the target milestone number?

Yes, inserting a decimal phase validates the target after-phase number. It applies robust parsing and decimal calculation to ensure the updated roadmap state maintains logical sequence and traceability for all project stakeholders.

What is the best way to maintain roadmap ordering when urgent work is discovered?

The best way to maintain roadmap ordering when urgent work is discovered is inserting a decimal phase between consecutive integers. This approach applies input validation and state updates, bypassing the need to renumber subsequent phases.