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


