gsd-remove-phase

Remove a roadmap phase and renumber subsequent phases sequentially.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/hadpadrahul/school-erp --skill gsd-remove-phase-hadpadrahul
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-remove-phase
Source: https://github.com/hadpadrahul/school-erp/tree/main/.codex/skills/gsd-remove-phase
Command: npx skills add https://github.com/hadpadrahul/school-erp --skill gsd-remove-phase-hadpadrahul

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Removes a future phase from a roadmap and renumbers subsequent phases to keep the sequence clean and linear.

Core Features & Use Cases

  • Remove a planned future phase from a roadmap with automatic renumbering of following phases
  • Validate the integrity of the roadmap and update dependent milestones accordingly
  • Use case: If a phase is cancelled, remove it and shift all later phases to maintain a strict order

Quick Start

Identify the target future phase to remove and run the workflow to delete it and renumber subsequent phases.

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 phase from a product roadmap and renumber the remaining phases?

Renumbering phases after removing a roadmap item maintains a strict sequential order by shifting all later phases up. This renumbering logic ensures your project plan retains a clean, linear sequence without gaps in the phase numbering.

What happens to dependent milestones when I delete a future phase from a project plan?

When you delete a future phase, validation gates check roadmap integrity and update dependent milestones accordingly. This ensures that removing a cancelled phase does not break the dependencies of later phases in your project plan.

Does removing a roadmap phase create a historical record of the project plan change?

Removing a roadmap phase triggers a git commit to serve as a historical record of the deletion and subsequent phase renumbering. This ensures you can track when and why a phase was cancelled from the workflow.

When should I use an automated phase renumbering workflow for my project management roadmap?

You should use an automated phase renumbering workflow when a planned future phase is cancelled and you need to shift all later phases to maintain a strict sequential order. It is ideal for product roadmaps with sequential phases and dependencies.

Can I remove a phase from a roadmap that has existing dependencies on later phases?

Yes, you can remove a phase from a roadmap with existing dependencies. The workflow enforces validation gates to check the integrity of the roadmap and automatically updates dependent milestones before applying the phase renumbering logic.