Agent Skills
› davepoon/buildwithclaude
› gsd:remove-phase
gsd:remove-phase
GitHub从路线图移除未开始的阶段,重新编号后续阶段以保持线性序列,并生成git提交记录。
Trigger Scenarios
决定不再执行某个未来阶段
需要清理路线图中已取消或延期的工作项
Install
npx skills add davepoon/buildwithclaude --skill gsd:remove-phase -g -y
SKILL.md
Frontmatter
{
"name": "gsd:remove-phase",
"description": "Remove a future phase from roadmap and renumber subsequent phases",
"allowed-tools": [
"Read",
"Write",
"Bash",
"Glob"
],
"argument-hint": "<phase-number>"
}
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>
Roadmap and state are resolved in-workflow via init phase-op and targeted reads.
Version History
- 502fc01 Current 2026-07-05 15:14


