From gsd
Removes a future unstarted phase from the project roadmap, renumbers subsequent phases, and commits changes via git. Prevents removal of in-progress work.
npx claudepluginhub jnuyens/gsd-plugin --plugin gsdThis skill is limited to using the following tools:
<objective>
Removes a specified unstarted future phase from ROADMAP.md, renumbers subsequent phases sequentially, and commits changes to git. Use to clean up cancelled plans without context pollution.
Reviews .planning/phases/999.x backlog items, promotes selected ones to active milestones by renumbering directories and updating ROADMAP.md, removes others, then commits changes.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
Purpose: Clean removal of work you've decided not to do, without polluting context with cancelled/deferred markers. Output: Phase deleted, all subsequent phases renumbered, git commit as historical record.
<execution_context> @${CLAUDE_PLUGIN_ROOT}/workflows/remove-phase.md </execution_context>
Phase: $ARGUMENTSRoadmap and state are resolved in-workflow via init phase-op and targeted reads.