Sdd plan tasks
Skill Xopoko/plug-n-skills/plugins/spec-driven-development/skills/sdd-plan-tasks
Ready-to-install skills and plugins for Codex, Claude Code, and AI coding agents: practical workflows for app delivery, architecture, research, design, and agent tooling.
npx -y skills add Xopoko/plug-n-skills --skill sdd-plan-tasksAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 9 stars9 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Convert approved SDD specs into technical plans, design artifacts, contracts, quickstart validation, and traceable task lists.
SKILL.md
2.6 KB, 516 tokens by cl100k_base, as published. Nobody here has run it
SDD Plan And Tasks
Use after a spec is drafted/approved and the next step is design, planning, tasking, or implementation prep.
Inputs
Load only needed artifacts: spec/requirements, constitution/steering/project context, architecture docs, brownfield code patterns, prior research/contracts/quickstart.
Plan Must Include
- behavior summary; risk/evidence profile:
basic,standard,strict, orregulated - technical context, constraints, decisions, rationale, alternatives
- architecture/components; data/state model; contracts when relevant
- error handling, migration, security/privacy/performance/accessibility when relevant
- quickstart or validation scenarios
- traceability graph: requirement ID -> scenario -> decision -> task ID -> verification/evidence -> changed path
- LLM-use limits for generated code, privacy/memorization, proprietary code, credentials, or regulated data
Preserve 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.
Tasks Must Include
- stable task IDs; requirement/story links; known file paths
- explicit dependencies; foundation tasks block dependent story work; parallel markers only for independent files/work
- verification step plus expected evidence artifact/command per task or small group
- bounded implementation surface and boundary notes for multi-component/long-running work
Avoid tasks like "implement feature" or "update tests" without path, expected behavior, and validation command.
Brownfield Gap Pass
- Search existing implementation, naming, tests, integration points.
- Prefer extension over duplication; record options/trade-offs.
- Mark implementation-time unknowns.
- Save in
research.mdor equivalent.
Gate
PowerShell: use $env:PLUGIN_ROOT for $PLUGIN_ROOT command paths.
python3 "$PLUGIN_ROOT/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.
Done
Design satisfies the spec; every buildable requirement has tasks or deferral; tasks have dependency order, parallel boundaries, verification; traceability/evidence are audit-ready.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.