Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:51:44 +08:00
commit a0be4de7ac
22 changed files with 5124 additions and 0 deletions

6
commands/brainstorm.md Normal file
View 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
View 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
View 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
View 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
View 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
View 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
View 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.