sdd-tasks

Generate actionable, dependency-ordered task lists from implementation plans usingSpecification-Driven Development (SDD) methodology. Use when creating executablework breakdown, task lists, or executing the /tasks command.This skill analyzes design artifacts (plan, contracts, data models, test scenarios)and generates a sequenced task list with parallel execution markers. Tasks followTDD (test-first) and contract-first principles, with clear dependencies and file paths.Triggered by: /tasks command, user request for "task list", "work breakdown","implementation steps", or "what tasks do I need to complete?".

$ 安裝

git clone https://github.com/kelleysd-apps/sdd-agentic-framework /tmp/sdd-agentic-framework && cp -r /tmp/sdd-agentic-framework/.claude/skills/sdd-workflow/sdd-tasks ~/.claude/skills/sdd-agentic-framework

// tip: Run this command in your terminal to install the skill