Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/WayOfWork/spec-driven-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ All development follows four stages. Each stage feeds the next: discovery become
flowchart LR
A["<b>1 · Obtain</b><br/>Discover requirements"]
B["<b>2 · Specify</b><br/>Write structured specs"]
C["<b>3 · Build</b>"]:::accent
C["<b>3 · Build</b><br/>Implement by assembly"]:::accent
D["<b>4 · Validate</b><br/>Verify against specs"]
A --> B --> C --> D
classDef accent fill:#F36C21,stroke:#F36C21,color:#fff;
Expand Down