From nodeflow
Use for complex, ambiguous, high-risk, or behavior-changing existing-project requests that need a confirmed spec before implementation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/nodeflow:nodeflow-change-specThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Node ID: `nodeflow-change-spec`
nodeflow-change-specAGENTS.md, docs/CURRENT.md, 相关上下文docs/specs/YYYY-MM-DD-request-name.mdnodeflow-plannodeflow-request-routerAGENTS.mddocs/CURRENT.mdDefault output:
docs/specs/YYYY-MM-DD-request-name.md
Create docs/specs/ if missing. Do not overwrite an existing spec silently.
Only create a spec when at least one condition applies:
Do not create a spec for Low-risk copy, docs, style, config, or obvious single-file fixes. If a spec decision becomes lasting project truth, sync it into the appropriate main doc such as docs/PRD.md, docs/ARCH.md, or docs/DECISIONS.md.
# Spec: Request Name
## 背景
## 目标
## 非目标
## 用户路径 / 使用场景
## 方案比较
## 推荐方案
## 风险
## 验收标准
## 需要确认
High-risk or complex work must not proceed to implementation until spec is confirmed.
Stop and ask if:
npx claudepluginhub cai5946/nodeflow --plugin nodeflowGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.