Agent Skills
› davepoon/buildwithclaude
› gsd:remove-phase
gsd:remove-phase
GitHub用于从路线图移除未开始的未来阶段,自动重编号后续阶段以保持线性序列,并生成git提交记录。适用于清理不再执行的任务,避免上下文污染。
触发场景
用户要求删除某个未来的项目阶段
需要重新整理路线图阶段编号
安装
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.
版本历史
- 502fc01 当前 2026-07-05 15:14


