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


