@@ -372,17 +372,25 @@ cd my-spec-kit
372372pip install -e .
373373
374374# Step 4: Use built-in MetaSpec commands for AI-assisted development
375- # Phase 1: Define domain specification (SDS)
375+ # Phase 1: Define domain specification (SDS - 8 commands )
376376# /metaspec.sds.constitution - Define specification design principles
377377# /metaspec.sds.specify - Define specification entities
378+ # /metaspec.sds.clarify - Resolve specification ambiguities
378379# /metaspec.sds.plan - Plan specification architecture
380+ # /metaspec.sds.tasks - Break down specification work
379381# /metaspec.sds.implement - Write specification documents
382+ # /metaspec.sds.checklist - Generate quality checklist
383+ # /metaspec.sds.analyze - Check specification consistency
380384
381- # Phase 2: Develop toolkit (SDD)
385+ # Phase 2: Develop toolkit (SDD - 8 commands )
382386# /metaspec.sdd.constitution - Define toolkit principles
383387# /metaspec.sdd.specify - Define toolkit specifications
388+ # /metaspec.sdd.clarify - Resolve toolkit ambiguities
384389# /metaspec.sdd.plan - Plan implementation architecture
390+ # /metaspec.sdd.tasks - Break down implementation work
385391# /metaspec.sdd.implement - Build your speckit
392+ # /metaspec.sdd.checklist - Validate quality
393+ # /metaspec.sdd.analyze - Check consistency
386394
387395# Step 5: Share with community
388396metaspec contribute my-spec-kit
0 commit comments