diff --git a/docs/WayOfWork/spec-driven-development.md b/docs/WayOfWork/spec-driven-development.md
index 0b30be4f..692cead0 100644
--- a/docs/WayOfWork/spec-driven-development.md
+++ b/docs/WayOfWork/spec-driven-development.md
@@ -18,7 +18,7 @@ All development follows four stages. Each stage feeds the next: discovery become
flowchart LR
A["1 · Obtain
Discover requirements"]
B["2 · Specify
Write structured specs"]
- C["3 · Build"]:::accent
+ C["3 · Build
Implement by assembly"]:::accent
D["4 · Validate
Verify against specs"]
A --> B --> C --> D
classDef accent fill:#F36C21,stroke:#F36C21,color:#fff;