gsd-remove-phase

Remove an unstarted future phase and renumber subsequent phases with a git commit.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/Poom5741/eggo-world-pb --skill gsd-remove-phase-poom5741
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-remove-phase
Source: https://github.com/Poom5741/eggo-world-pb/tree/main/.qwen/skills/gsd-remove-phase
Command: npx skills add https://github.com/Poom5741/eggo-world-pb --skill gsd-remove-phase-poom5741

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Removes an unstarted future phase from the roadmap and renumbers subsequent phases to maintain a clean, linear sequence.

Core Features & Use Cases

  • Safe removal of a future phase with automatic renumbering to preserve order.
  • Auditable change by producing a git commit that records the modification.
  • Applicable to product roadmaps and project plans where phase sequencing must be preserved.

Quick Start

Invoke the skill with the phase number to remove.

Frequently Asked Questions about gsd-remove-phase

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

FAQPage Schema
How do I remove a future roadmap phase and renumber the remaining phases?

To remove a future roadmap phase and renumber subsequent phases, invoke the skill with the target phase number. It safely deletes the unstarted phase, automatically renumbers the sequence to maintain linear order, and commits the change to git for traceability.

How does roadmap phase renumbering work after deleting a phase?

Roadmap phase renumbering works by shifting all subsequent phases down to fill the gap left by the removed phase. This preserves a clean, linear sequence in the project plan and records the modification via a git commit.

Can I remove a roadmap phase that has already started?

No, you cannot remove a roadmap phase that has already started. The skill enforces validation gates that only allow the safe removal of unstarted future phases to prevent breaking active project workflows.

Does removing a project phase automatically create a git commit?

Yes, removing a project phase automatically creates a git commit. The skill records the modification to provide an auditable history of the roadmap change, ensuring full traceability for project management.

What is the best way to maintain linear phase sequencing in a roadmap after deletion?

The best way to maintain linear phase sequencing after a deletion is to use an automated renumbering workflow. The skill validates the phase is unstarted, removes it, renumbers the subsequent phases, and commits the traceable change to git.