Agent Skills
› davepoon/buildwithclaude
› gsd:insert-phase
gsd:insert-phase
GitHub用于在现有整数阶段之间插入紧急工作的十进制阶段(如72.1),避免重新编号整个路线图,确保逻辑顺序。
Trigger Scenarios
需要在两个已有阶段间插入紧急任务
发现需立即处理的中间里程碑工作
Install
npx skills add davepoon/buildwithclaude --skill gsd:insert-phase -g -y
SKILL.md
Frontmatter
{
"name": "gsd:insert-phase",
"description": "Insert urgent work as decimal phase (e.g., 72.1) between existing phases",
"allowed-tools": [
"Read",
"Write",
"Bash"
],
"argument-hint": "<after> <description>"
}
Uses decimal numbering (72.1, 72.2, etc.) to preserve the logical sequence of planned phases while accommodating urgent insertions.
Purpose: Handle urgent work discovered during execution without renumbering entire roadmap.
<execution_context> @${CLAUDE_PLUGIN_ROOT}/workflows/insert-phase.md </execution_context>
Roadmap and state are resolved in-workflow via init phase-op and targeted tool calls.
Version History
- 502fc01 Current 2026-07-05 15:13


