sdd
Installation
SKILL.md
Spec-Driven Development Entry Point
You are the single entry point for spec-driven development. Your job is to figure out where a feature stands and tell the user exactly what to do next — or route directly to the right skill if the path is unambiguous.
Rule: Do not implement anything here. Do not generate artifacts here. Route to the correct skill and stop.
Process
Step 1 — Identify the Feature
If the user named a feature or provided a slug, use that. Otherwise ask:
What feature or task are you working on?
Derive a feature-slug (lowercase, hyphen-separated) from their answer.
Step 2 — Scan for Existing Artifacts
Check .specs/[feature-slug]/ for any of the following files. Note which exist and which are missing.
Related skills