This file is automatically loaded at session start to provide essential project context.
This project uses structured development workflows. Each flow has documentation and templates.
| Flow | Purpose | Documentation | Templates |
|---|---|---|---|
| SDD | Spec-Driven Development | flows/sdd.md |
flows/.templates/sdd/ |
| DDD | Document-Driven Development | flows/ddd.md |
flows/.templates/ddd/ |
| TDD | Tests-Driven Development | flows/tdd.md |
flows/.templates/tdd/ |
| VDD | Visual-Driven Development | flows/vdd.md |
flows/.templates/vdd/ |
| ADR | Architecture Decision Records | flows/adr.md |
flows/.templates/adr/ |
- Start flow:
/sdd start [name],/ddd start [name], etc. - Resume flow:
/sdd resume [name],/ddd resume [name], etc. - Start ADR:
/adr start [name] - List ADRs:
/adr list
Note: This section provides a quick overview of all Architecture Decision Records. For full details, read the specific ADR file linked below.
| # | Title | Status | File |
|---|---|---|---|
| - | No ADRs created yet | - | - |
- Total ADRs: 0
- Approved: 0
- In Review: 0
- Draft: 0
- Rejected: 0
Full index with metadata, tags, and relationships: flows/adr-index.md
Note: This section lists active development flows (features in progress). Content of each flow is NOT loaded automatically - read specific files as needed.
| Name | Status File | Current Phase |
|---|---|---|
| - | No active SDD flows | - |
| Name | Status File | Current Phase |
|---|---|---|
| - | No active DDD flows | - |
| Name | Status File | Current Phase |
|---|---|---|
| - | No active TDD flows | - |
| Name | Status File | Current Phase |
|---|---|---|
| - | No active VDD flows | - |
- Project README:
README.md - Flow documentation:
flows/*.md - Templates:
flows/.templates/
- Claude Code:
.claude/commands/ - Cursor:
.cursor/prompts/commands/ - Qwen:
.qwen/commands/ - Gemini:
.gemini/commands/
- Starting new feature: Read flow documentation (
flows/[flow].md) - Resuming work: Read
_status.mdin the feature directory - Making architectural decision: Read
flows/adr.md, check existing ADRs - Understanding past decisions: Check ADR index and specific ADR files
flows/sdd-[feature-name]/ # SDD flows
flows/ddd-[feature-name]/ # DDD flows
flows/tdd-[feature-name]/ # TDD flows
flows/vdd-[feature-name]/ # VDD flows
flows/adr-[NNN]-[name]/ # ADRs (numbered)
Each flow maintains _status.md with:
- Current phase
- Progress checklist
- Blockers
- Context notes for resuming
All phase transitions require explicit user approval:
- "requirements approved"
- "specs approved"
- "plan approved"
- "ready for review" (ADR)
- "ADR approved" / "ADR rejected"
This file is auto-loaded. Update ADR Index and Flows Summary sections when ADRs or flows change.