-
Notifications
You must be signed in to change notification settings - Fork 0
Step 1 Requirements
github-actions[bot] edited this page Apr 8, 2026
·
5 revisions
Command: /requirements [feature] · Habit: H2 Begin with End in Mind · Previous: Step 0 · Research · Next: Step 2 · Design
Define what "done" looks like before touching code. A PRD you can verify against.
- Any new feature
- Any bug fix whose scope is unclear
- Any refactor affecting >1 module
- Single-line bug fix with obvious root cause
- Formatting / linting
- Dependency version bumps
- Clarify intent — What · Why · Who
- Read existing
CLAUDE.md,PRD.md,DOMAIN.md,README.md— don't duplicate - Draft PRD summary (10–20 lines)
- Define 3–5 verifiable success criteria
- List what's out of scope explicitly
## Feature: [Name]
**What**: [1-2 sentences]
**Why**: [Problem it solves]
**Who**: [Target user]
**In scope**: [bullets]
**Out of scope**: [bullets]
**Success criteria**: [3-5 verifiable conditions]
**Definition of Done**: [what must be true]
- Expects: User intent (and optionally a research brief from Step 0)
-
Produces for
/design: PRD with scope and success criteria
"Can I describe what success looks like before writing code?"
Source of truth: this wiki is generated from docs/wiki/. Edits made through the GitHub Wiki web UI may be overwritten by the next sync. To change a page, open a PR against the repository source file.
Repository · Issues · README · License
Workflow discipline for AI-assisted development
Start
Workflow
- Overview
- 0 · Research
- 1 · Requirements
- 2 · Design
- 3 · Breakdown
- 4 · Build Brief
- 5 · Review AI
- 6 · Deploy Guide
- 7 · Monitor Setup
Operations
Reference
- Habits Reference
- Maturity Model
- Architecture
- Limitations
- Vibe Coding vs Structured
- Harness Engineering
Project