with one click
sdd-skills-boilerplate
sdd-skills-boilerplate contains 2 collected skills from raphaelsasso, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Breaks down a PRD and Tech Spec into an ordered list of implementable tasks. Use when PRD and Tech Spec are ready and the next step is planning the implementation sequence. Don't use for creating PRDs, writing specs, or implementing code.
Orchestrates end-to-end execution of an entire SDD task list. Reads a tasks.md file (e.g. tasks/prd-[feature]/tasks.md), computes a dependency-aware wave schedule, and dispatches the task-runner subagent for each task -- running independent tasks in parallel while respecting order, dependencies, and rigid chains. Isolates each task in its own subagent context to keep the orchestrator lean and finish as fast as possible. Use when a tasks.md is ready and multiple tasks should be implemented automatically in sequence and parallel. Don't use for creating PRDs, specs, or task lists, for running a single task (use run-task), or for code review and QA.