一键导入
sdd-skills-boilerplate
sdd-skills-boilerplate 收录了来自 raphaelsasso 的 2 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
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.