Skip to content

Commit 23c2177

Browse files
committed
docs: Add missing /metaspec.sds.checklist in README workflow example
Updated SDS Commands section (line 257-262): - Changed count from (4) to (5) - Added /metaspec.sds.checklist command in the workflow example This was missed in the previous documentation update.
1 parent 4c3d549 commit 23c2177

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,10 +254,11 @@ metaspec init my-spec-kit --template generic
254254
# 2️⃣ DEVELOP: Use built-in MetaSpec slash commands (no installation needed)
255255
cd my-spec-kit
256256

257-
# SDS Commands (4) - Define protocol specification
257+
# SDS Commands (5) - Define protocol specification
258258
# /metaspec.sds.constitution - Define protocol principles
259259
# /metaspec.sds.specify - Define protocol entities and operations
260260
# /metaspec.sds.clarify - Resolve protocol ambiguities
261+
# /metaspec.sds.checklist - Generate quality checklist for protocol
261262
# /metaspec.sds.analyze - Check protocol consistency
262263

263264
# SDD Commands (8) - Develop spec-driven toolkit

0 commit comments

Comments
 (0)