Convert approved SDD specs into technical plans, design artifacts, contracts, quickstart validation, and traceable task lists.
How this skill is triggered — by the user, by Claude, or both
Slash command
/spec-driven-development:sdd-plan-tasksThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use after a spec is drafted/approved and the next step is design, planning, tasking, or implementation prep.
Use after a spec is drafted/approved and the next step is design, planning, tasking, or implementation prep.
Load only needed artifacts: spec/requirements, constitution/steering/project context, architecture docs, brownfield code patterns, prior research/contracts/quickstart.
basic, standard, strict, or regulatedPreserve Spec Kit layout when present: plan.md, research.md, data-model.md, contracts/, quickstart.md. Preserve Kiro design.md. Use diagrams only for real boundaries.
Avoid tasks like "implement feature" or "update tests" without path, expected behavior, and validation command.
research.md or equivalent.python3 <plugin>/scripts/sdd_traceability_check.py <repo> --json
Resolve FAIL before implementation or record why proceeding is acceptable. Do not proceed if core artifacts are missing. For strict/regulated, create or identify evidence.md, validation.md, proof.md, or equivalent before tasks can be completed. LLM self-review/model confidence is not verification.
Design satisfies the spec; every buildable requirement has tasks or deferral; tasks have dependency order, parallel boundaries, verification; traceability/evidence are audit-ready.
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.