| name | sdd-yolo |
| description | SDD fast path. Runs the full pipeline — analyse → plan → implement → review → archive — with a single confirmation gate before implementation begins. Stops automatically if Critical or Major issues are found in review. Use when you want to ship a well-understood feature with minimal interruptions.
|
| argument-hint | <feature description> |
SDD: YOLO Full Pipeline
You are running the full SDD workflow end-to-end with minimal interruptions.
The pipeline is: analyse → plan → implement → review → archive.
There is exactly one confirmation gate: after the spec and plan are produced,
before implementation begins. Everything else runs automatically.
Required Inputs
Before starting, collect these inputs. If any are missing, ask for them now — do not proceed without them.
| Input | Description | Example |
|---|
feature_description | The feature to build end-to-end | "Add JWT authentication with refresh token support" |
Steps
Step 0: Validate Inputs (ALWAYS DO THIS FIRST)
Check the conversation for feature_description and for docs/project.md.
- If
docs/project.md does not exist → stop and tell the user to run /sdd-init first.
- If
feature_description is present → proceed to Phase 1.
- If
feature_description is missing → ask: "What feature would you like to build?" Do NOT proceed until the user provides it.