AI SummaryStructured workflow for complex feature development. Creates living documentation that guides implementation and serves as team reference. 1. One phase at a time — NEVER generate documents for subsequent phases in advance 2. Mandatory confirmation — After each phase, STOP and wait for user confirmat
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "spec-flow" skill in my project. Please run this command in my terminal: # Install skill into your project mkdir -p .claude/skills/spec-flow && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/spec-flow/SKILL.md "https://raw.githubusercontent.com/echoVic/spec-flow/main/SKILL.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Spec-driven development workflow. Interactive phase-by-phase confirmation from proposal to implementation. Trigger: 'spec-flow', 'spec mode', 'need a plan', 'structured development', 'write a spec', 'feature spec', 'technical spec', '需求文档', '技术方案', '任务拆解', '规格驱动', '写个方案', '做个规划', '结构化开发', 'plan this feature', 'break this down', 'design doc'. Creates .spec-flow/ directory with proposal, requirements, design, and tasks.
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 阶段(简单功能,架构显而易见时) |
Language Rule
所有生成的 .md 文件必须使用中文。
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster