sdd-tasks

Decompose design specifications into actionable implementation task lists.

1|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/eburairu/Squat-Tracker --skill sdd-tasks-eburairu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdd-tasks
Source: https://github.com/eburairu/Squat-Tracker/tree/main/.agent/skills/sdd-tasks
Command: npx skills add https://github.com/eburairu/Squat-Tracker --skill sdd-tasks-eburairu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

設計書をもとに実装タスクを自動で分解・整理し、タスクリストを生成します。これにより、開発の見通しと着手の効率を高めます。

Core Features & Use Cases

  • 実装タスクリストの自動生成: 設計書の内容を1〜3時間程度の粒度のタスクに分解します。
  • 仕様との対応付け: .sdd/target-spec.txt の指定と .sdd/specs/[spec名]/ の存在を検証し、design.md との対応箇所を紐付けます。
  • Use Case: 仕様変更があった場合の影響を即座に反映するタスクセットを作成します。

Quick Start

.sdd/specs/[spec名]/tasks.md を作成し、design.md の対応関係を反映させたタスクリストを生成します。その後、実装開始の合図として /sdd-implement を実行します。

Frequently Asked Questions about sdd-tasks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn a design specification into an actionable task list?

To turn a design specification into an actionable task list, decompose the spec into 1-3 hour task units and map each task to corresponding sections in design.md. This generates a structured tasks.md file that validates against target specs and steering files.

What is the best way to break down a project design into implementation tasks?

Breaking down a project design into implementation tasks involves parsing the design.md file and formatting each section into granular 1-3 hour task units. This task decomposition method ensures implementation remains manageable and directly aligned with the original design specification.

How do I start implementing after generating a task list from a design spec?

To start implementing after generating a task list from a design spec, run the /sdd-implement command. This signals the transition from planning to execution, using the newly created tasks.md file as a direct guide for coding the mapped design sections.

Can I use this task decomposition workflow when spec changes occur?

You can use this task decomposition workflow when spec changes occur to instantly generate an updated task set reflecting the new impact. It re-parses the modified design specification to produce a revised tasks.md that maps to the updated design content.