From planning-workflow
Transforms ideas into implementation plans via iterative Markdown refinement: Idea → Requirements → Tasks → Design → Test Cases with MECE decomposition and Mermaid diagrams. Useful for new features or project planning.
How this skill is triggered — by the user, by Claude, or both
Slash command
/planning-workflow:planning-workflowThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
本文档定义了一个工作流,通过迭代细化单个 Markdown 文档,将模糊想法转化为清晰的实现计划。
本文档定义了一个工作流,通过迭代细化单个 Markdown 文档,将模糊想法转化为清晰的实现计划。
管理包含以下 H2 标题的单个 .md 文件:
## Idea: 初始概念## Requirements: 功能和非功能需求及验收标准## Tasks: 详细、可操作的工作分解## Design: 高级技术设计和组件结构## Test Cases: 验证实现的场景## Next Steps: 即时行动摘要## Idea 部分捕获用户想法## Requirements 下起草具有 Given-When-Then 验收标准的具体需求## Tasks 部分分解:
## Design 部分提出设计,包括类、方法和关系(鼓励使用 Mermaid 图表)## Test Cases 下定义测试用例(正面、负面、边界)## Next Steps 添加实现建议当进行规划任务时,按以下流程执行:
想法 → 需求 → 任务 → 设计 → 测试用例
↑ ↑ ↑ ↑
澄清问题 MECE分解 架构设计 覆盖验证
| 阶段 | 关键动作 | 用户交互 |
|---|---|---|
| 想法→需求 | 提问澄清歧义 | 等待确认 |
| 需求→任务 | MECE 分解 | 等待确认 |
| 任务→设计 | 绘制架构图 | 等待确认 |
| 设计→测试 | 定义验证场景 | 等待确认 |
npx claudepluginhub cuipengfei/prompts --plugin planning-workflowCreates structured plans for multi-step tasks including software features, implementations, research, or projects. Deepens plans via interactive sub-agent reviews.
Creates executable implementation plans from design folders, decomposing into granular tasks via Superpower Loop phases: structure, decomposition, validation, reflection, git commit.
Analyzes requirements and decomposes them into interface-first designs and testable tasks with Lightweight or Full-spec (EARS) modes. Saves plans under docs/dev/plans/.