sdd
Spec-Driven Development for Claude Code: 12 atomic Socratic skills + a TDD implement engine (agent-team & dynamic-workflow modes)
File Explorer
- marketplace.json
- marketplace.json
- plugin.json
- plugin.json
- plugin.json
- validate.yml
- analyst.md
- critic.md
- devils-advocate.md
- explorer.md
- implementer.md
- pen-keeper.md
- researcher.md
- reviewer.md
- roadmapper.md
- strategist.md
- test-author.md
- logo.png
- logo.svg
- .route
- .size
- sad.md
- spec.md
- architecture-map.md
- 000001_init.down.sql
- 000001_init.up.sql
- 000002_create_feedback.down.sql
- 000002_create_feedback.up.sql
- prompt.txt
- rubric.md
- 01_create_feedback_reactions.down.sql
- 01_create_feedback_reactions.up.sql
- .route
- .size
- sad.md
- spec.md
- architecture-map.md
- 000001_init.down.sql
- 000001_init.up.sql
- 000002_create_feedback.down.sql
- 000002_create_feedback.up.sql
- prompt.txt
- rubric.md
- sdd.local.md
- .route
- .size
- spec.md
- prompt.txt
- rubric.md
- spec.md
- prompt.txt
- rubric.md
- .size
- prompt.txt
- rubric.md
- .route
- .size
- spec.md
- prompt.txt
- rubric.md
- sdd.local.md
- prompt.txt
- rubric.md
- .gitkeep
- prompt.txt
- rubric.md
- 0001-extend-notifier-interface.md
- .route
- .size
- sad.md
- spec.md
- email.go
- notifier.go
- sms.go
- go.mod
- prompt.txt
- rubric.md
- .route
- .size
- spec.md
- design-system.md
- prompt.txt
- rubric.md
- judge-prompt.md
- README.md
- run.sh
- validate_plugin.py
- agent-roster.md
- artifact-language.md
- ask-style.md
- critic.md
- diagram-presentation.md
- handoff.md
- interview-depth.md
- mermaid-check.md
- self-check.md
- size-matrix.md
- socratic-loop.md
- surfaces.md
- tool-adapters.md
- drift-check.md
- events.md
- openapi.yaml
- SKILL.md
- ambiguity-checks.md
- SKILL.md
- SKILL.md
- data-model.md
- SKILL.md
- SKILL.md
- ask-examples.md
- blast-radius.md
- c4-mermaid-syntax.md
- critic.md
- draft-generation.md
- socratic.md
- adr.md
- deployment.md
- sad.md
- SKILL.md
- design-system.md
- SKILL.md
- triage.md
- fix-record.md
- SKILL.md
- CONTEXT.md
- SKILL.md
- command-detection.md
- decision-tree.md
- escalation.md
- inputs.md
- settings.md
- tdd-loop.md
- team-exec.md
- workflow-exec.md
- SKILL.md
- annotated-pass.md
- probing-frames.md
- SKILL.md
- test-plan.md
- SKILL.md
- review-dimensions.md
- SKILL.md
- roadmap.md
- SKILL.md
- SKILL.md
- screens.md
- SKILL.md
- sequence.md
- SKILL.md
- changelog.md
- pr-body.md
- SKILL.md
- critic.md
- draft-generation.md
- ideation.md
- socratic.md
- spec.md
- SKILL.md
- foundation.md
- architecture-map.md
- SKILL.md
- _epic.md
- task.md
- tracker.md
- SKILL.md
- ux-flows.md
- SKILL.md
- .gitignore
- CONTRIBUTING.md
- install.sh
- LICENSE
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
dir
View Details ▼
dir
List files.
dir
List files in the current working directory:
tldr ls
View documentation for the original command:
dir
Show the contents of the current directory:
codex
View Details ▼
codex
Natural language code assistant for the terminal, powered by OpenAI.
Reads and edits files in your current directory to fulfill requests.
codex
Start an interactive Codex session in the current directory:
codex "{{prompt}}"
Run a single Codex command using a prompt:
codex --sandbox workspace-write "{{prompt}}"
Run a prompt allowing Codex to edit files in the workspace:
mmdc
View Details ▼
mmdc
CLI for mermaid, a diagram generation tool with a domain-specific language.
A mermaid definition file is taken as input and a SVG, PNG, or PDF file is generated as output.
mmdc {{[-i|--input]}} {{input.mmd}} {{[-o|--output]}} {{output.svg}}
Convert a file to the specified format (automatically determined from the file extension):
mmdc {{[-i|--input]}} {{input.mmd}} {{[-o|--output]}} {{output.svg}} {{[-t|--theme]}} {{forest|dark|neutral|default}}
Specify the theme of the chart:
mmdc {{[-i|--input]}} {{input.mmd}} {{[-o|--output]}} {{output.svg}} {{[-b|--backgroundColor]}} {{color}}
Specify the background color of the chart (e.g. `lime`, `"#D8064F"`, or `transparent`):
standard
View Details ▼
standard
The JavaScript Standard Style tool for linting and fixing JavaScript code.
standard
Lint all JavaScript source files in the current directory:
standard {{path/to/file1 path/to/file2 ...}}
Lint specific JavaScript file(s):
standard --fix
Apply automatic fixes during linting:
explorer
View Details ▼
explorer
The Windows File Explorer.
explorer
Open Windows Explorer:
explorer .
Open Windows Explorer in the current directory:
explorer {{path\to\directory}}
Open Windows Explorer in a specific directory:
