shine-insert-phase

Insert decimal phase numbers into integer-phase roadmaps without renumbering.

1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/diShine-digital-agency/SHINE-Code-System --skill shine-insert-phase
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shine-insert-phase
Source: https://github.com/diShine-digital-agency/SHINE-Code-System/tree/main/skills/shine-insert-phase
Command: npx skills add https://github.com/diShine-digital-agency/SHINE-Code-System --skill shine-insert-phase

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Insert urgent work as decimal phase (e.g., 72.1) between existing phases to preserve sequence while accommodating mid-milestone discoveries.

Core Features & Use Cases

  • Decimal phase insertion: Add urgent tasks directly after a specified phase without renumbering future ones.
  • Validation & safety: Verifies target phase exists and computes the correct decimal label.
  • Use Case: During a milestone, add a critical task as 72.1 to insert it between 72 and 73 without breaking the roadmap.

Quick Start

Insert the target after-phase (e.g., 72) and a brief description to create a new decimal phase (e.g., 72.1) in the roadmap.

Frequently Asked Questions about shine-insert-phase

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I insert urgent tasks into a project roadmap without renumbering existing phases?

You insert urgent tasks by adding a decimal phase number, such as 72.1, between existing integer phases. This preserves the original roadmap sequence while accommodating mid-milestone discoveries without renumbering future phases.

What is decimal phase management for milestone roadmaps?

Decimal phase management is a technique of labeling inserted tasks with decimal numbers within an integer-phase milestone roadmap. It allows mid-milestone updates to add urgent work between consecutive phases while keeping the original sequence intact.

How do I add a decimal phase between two consecutive phases in a roadmap?

Add a decimal phase by providing the target after-phase number and a description as arguments. The workflow validates the target phase exists, computes the correct decimal label, and updates the roadmap to slot the urgent work into the sequence.

Can I use decimal phase insertion for roadmaps that already contain fractional phases?

Decimal phase insertion applies to roadmaps with integer phases. It validates the target phase and computes a new decimal label, but it is designed for integer-phase roadmaps rather than those already containing fractional phases.

What happens if I provide an invalid phase number when inserting urgent work?

The insertion workflow validates the target phase before processing. If the provided after-phase number does not exist in the roadmap, the validation fails and the decimal phase label is not computed or inserted.