Execute SDD task lists safely, update task status, handle spec drift, and verify completion with fresh evidence before claiming done.
How this skill is triggered — by the user, by Claude, or both
Slash command
/spec-driven-development:sdd-implementThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use when tasks are ready and the user wants implementation, execution, continuation, or completion from SDD artifacts.
Use when tasks are ready and the user wants implementation, execution, continuation, or completion from SDD artifacts.
python3 <plugin>/scripts/sdd_surface_audit.py <repo> --json
python3 <plugin>/scripts/sdd_traceability_check.py <repo> --json
git status --short
Read active tasks, design/plan, spec/requirements, quickstart, evidence ledger if present, and relevant code. If core artifacts are missing, route to sdd-plan-tasks or sdd-specify. Preserve unrelated user changes.
strict/regulated, keep requirement/task IDs in notes, evidence, or commits.Use the most relevant proof available: tests, build/typecheck, relevant lint, runtime/UI smoke, bug reproduction command, or labeled manual verification when automation is unavailable.
Evidence must match the claim. Lint does not prove behavior; a unit test does not prove runtime boot; a checklist does not prove integration.
For strict/regulated, maintain evidence.md, validation.md, proof.md, or equivalent with command/manual path, current-run marker, outcome, covered IDs, and gaps/deferrals. If deterministic proof is unavailable for high-risk behavior, record risk acceptance instead of claiming full proof.
When implementation contradicts artifacts: pause, identify artifact and code evidence, update intended artifact or implementation, then re-run relevant check.
PASS or findings are disclosed.npx claudepluginhub xopoko/plug-n-skills --plugin spec-driven-developmentProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.