You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ Developer (validates MCP servers against spec)
54
54
55
55
**This means**: MetaSpec is not just "spec-driven development" - it's a framework that **generates speckits** (spec-driven toolkits) for any domain.
56
56
57
-
**See [Recommended Practice: Two-Feature Architecture](#recommended-practice-two-feature-architecture) in MetaSpec Commands section for how speckits separate protocol specs from implementation.**
57
+
**See [Recommended Practice: SDS + SDD Separation](#recommended-practice-sds--sdd-separation) in MetaSpec Commands section for how speckits separate protocol specs from implementation.**
58
58
59
59
---
60
60
@@ -195,13 +195,14 @@ cd specs/protocol/003-payment-processing/
195
195
/metaspec.sds.implement → Creates 013-015
196
196
```
197
197
198
-
**Protocol relationships** (logical, not physical):
199
-
-**Parent → Child**: Parent's `spec.md` lists sub-protocols in "Sub-Specifications" table
@@ -772,7 +773,7 @@ See [Decision Guide](docs/evolution-guide.md) for when to use which.
772
773
773
774
This section describes **how to generate a speckit** using `metaspec init`.
774
775
775
-
**Note**: This is different from **developing a speckit** (which uses MetaSpec commands and [Two-Feature Architecture](#recommended-practice-two-feature-architecture) practice).
776
+
**Note**: This is different from **developing a speckit** (which uses MetaSpec commands and [SDS + SDD Separation](#recommended-practice-sds--sdd-separation) practice).
**Key Principle**: MetaSpec is a **generator**, not a runtime. Generated speckits are independent tools.
189
189
190
-
**Built-in MetaSpec Workflow**: Every speckit includes 16 MetaSpec commands for complete development lifecycle (5 SDS + 8 SDD + 3 Evolution)
190
+
**Built-in MetaSpec Workflow**: Every speckit includes 19 MetaSpec commands for complete development lifecycle (8 SDS + 8 SDD + 3 Evolution)
191
191
192
192
**Iteration-Aware Design**: Commands check for existing output and support update/new/append modes, preserving history and tracking progress across iterations ([Constitution Principle #6](memory/constitution.md#6-iteration-aware-design))
193
193
@@ -245,7 +245,7 @@ MetaSpec is designed for AI agents with strong reasoning capabilities. Speckit c
0 commit comments