Initial commit
This commit is contained in:
6
commands/brainstorm.md
Normal file
6
commands/brainstorm.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
name: sdd:brainstorm
|
||||
description: Refine rough ideas into executable specifications through collaborative dialogue
|
||||
---
|
||||
|
||||
Use the `sdd:brainstorm` skill to guide the user through collaborative brainstorming, turning their rough idea into a formal, executable specification.
|
||||
6
commands/constitution.md
Normal file
6
commands/constitution.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
name: sdd:constitution
|
||||
description: Create and manage project constitution defining project-wide principles
|
||||
---
|
||||
|
||||
Use the `sdd:constitution` skill to create or update the project constitution.
|
||||
6
commands/evolve.md
Normal file
6
commands/evolve.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
name: sdd:evolve
|
||||
description: Reconcile spec/code mismatches with AI-guided evolution and user control
|
||||
---
|
||||
|
||||
Use the `sdd:evolve` skill to reconcile mismatches between specifications and code implementation.
|
||||
6
commands/implement.md
Normal file
6
commands/implement.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
name: sdd:implement
|
||||
description: Implement features from validated specifications using TDD with spec compliance checking
|
||||
---
|
||||
|
||||
Use the `sdd:implement` skill to implement a feature from an existing, validated specification.
|
||||
6
commands/review-code.md
Normal file
6
commands/review-code.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
name: sdd:review-code
|
||||
description: Review code against spec compliance - checks implementation matches spec requirements, identifies deviations, reports compliance score
|
||||
---
|
||||
|
||||
Use the `sdd:review-code` skill to review code implementation against the specification for compliance.
|
||||
6
commands/review-spec.md
Normal file
6
commands/review-spec.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
name: sdd:review-spec
|
||||
description: Review specifications for soundness, completeness, and implementability
|
||||
---
|
||||
|
||||
Use the `sdd:review-spec` skill to review a specification for soundness, completeness, and implementability.
|
||||
6
commands/spec.md
Normal file
6
commands/spec.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
name: sdd:spec
|
||||
description: Create formal specifications directly from clear requirements
|
||||
---
|
||||
|
||||
Use the `sdd:spec` skill to create a formal specification directly from the user's clear requirements.
|
||||
Reference in New Issue
Block a user