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
description: Validate output against protocol specifications
1218
+
description: Validate output against domain specifications
1219
1219
argument-hint: [file-to-validate] # Optional: show expected arguments
1220
1220
allowed-tools: Bash({toolkit-name}:validate:*) # Only allow validation tools
1221
1221
model: claude-3-5-haiku-20241022 # Can use lighter model for simple reminders
@@ -1380,7 +1380,7 @@ Each Slash Command contains:
1380
1380
- [ ] Provides protocol-based templates
1381
1381
- [ ] AI can produce compliant output without external reference
1382
1382
1383
-
**Summary**: Source 1 provides a 7-STEP process to derive custom Slash Commands from your protocol specification, ensuring domain-specific terminology and spec-driven execution.
1383
+
**Summary**: Source 1 provides a 7-STEP process to derive custom Slash Commands from your domain specification, ensuring domain-specific terminology and spec-driven execution.
Copy file name to clipboardExpand all lines: src/metaspec/templates/meta/sds/commands/constitution.md.j2
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
description: Define design principles and governance rules for the domain protocol specification
2
+
description: Define design principles and governance rules for the domain specification
3
3
---
4
4
5
5
## User Input
@@ -14,7 +14,7 @@ You **MUST** consider the user input before proceeding (if not empty).
14
14
15
15
You are creating or updating the **protocol constitution** at `/memory/protocol-constitution.md`. This document defines the foundational principles that govern how this domain protocol is specified, ensuring it remains clear, implementable, and maintainable.
16
16
17
-
Unlike toolkit development principles, this constitution focuses on **protocol specification quality** - it guides decisions about entity definitions, validation rules, operation interfaces, and error handling specifications.
17
+
Unlike toolkit development principles, this constitution focuses on **specification quality** - it guides decisions about entity definitions, validation rules, operation interfaces, and error handling specifications.
18
18
19
19
Follow this execution flow:
20
20
@@ -141,7 +141,7 @@ Replace all placeholders with concrete text. The constitution should include:
141
141
[Any domain-specific principles beyond the standard 6]
142
142
143
143
## Specification Constraints
144
-
[Requirements for protocol specifications: formats, schemas, documentation]
144
+
[Requirements for specifications: formats, schemas, documentation]
0 commit comments