gsd-insert-phase

Insert urgent tasks into project roadmaps with decimal phase numbers.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the challenge of incorporating urgent tasks into an existing project roadmap without disrupting the planned sequence or requiring extensive re-planning.

Core Features & Use Cases

  • Decimal Phase Insertion: Allows for the insertion of new tasks as decimal-numbered phases (e.g., 72.1, 72.2) between existing integer-numbered phases.
  • Roadmap Flexibility: Maintains the logical flow of the project while accommodating unforeseen urgent work.
  • Use Case: A critical bug is discovered during the execution of phase 72. This Skill can be used to insert the bug fix as phase 72.1, ensuring it's addressed promptly while keeping the original phase 73 intact for later.

Quick Start

Use the gsd-insert-phase skill to insert urgent work after phase 72 with the description "Fix critical login 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 project roadmap without re-sequencing all existing phases?

To insert urgent work into a project roadmap without re-sequencing, you can assign the new task a decimal phase number between existing integer phases. This maintains the logical flow while accommodating agile adjustments.

What is decimal phase insertion in agile project planning?

Decimal phase insertion in agile project planning creates sub-phases like 72.1 for urgent tasks. It allows mid-milestone adjustments by slotting critical work between existing integer-numbered roadmap phases.

How do I add a critical bug fix to my roadmap during an active phase?

You can add a critical bug fix to an active roadmap by inserting it as a decimal-numbered phase. If the bug occurs during phase 72, the fix becomes phase 72.1, leaving the original phase 73 intact.

Can I adjust my project roadmap for unforeseen urgent tasks without disrupting the planned sequence?

Yes, you can adjust a project roadmap for unforeseen urgent tasks without disrupting the planned sequence by using decimal phase insertion. This approach updates the roadmap state while keeping the original milestones intact.

What's the best way to handle mid-milestone adjustments in task management?

The best way to handle mid-milestone adjustments in task management is decimal phase insertion. It bypasses full re-planning by verifying the current phase and calculating a decimal number to insert the urgent work.

Are there limitations to inserting urgent tasks as decimal phases in an existing roadmap?

A limitation of inserting urgent tasks as decimal phases is the reliance on argument parsing and phase verification logic. Heavy insertion of urgent work may require eventual full re-sequencing to maintain roadmap readability.