spec-flow
SKILL.md
Spec-Flow - Structured Development Workflow
Structured workflow for complex feature development. Creates living documentation that guides implementation and serves as team reference.
Core Principles
- One phase at a time — NEVER generate documents for subsequent phases in advance
- Mandatory confirmation — After each phase, STOP and wait for user confirmation
- User-driven progression — Only proceed when user says "continue"/"ok"/"next"/"继续"/"好"
Parameters
| 参数 | 说明 |
|---|---|
--fast |
跳过逐阶段确认,一次性生成所有文档(最后整体确认) |
--skip-design |
跳过 Design 阶段(简单功能,架构显而易见时) |