sdd-task

Break PLAN or SPEC requirements into independent TASK files with tests and completion criteria.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Seok-Ryu/spec-driven-flow-with-agents --skill sdd-task
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdd-task
Source: https://github.com/Seok-Ryu/spec-driven-flow-with-agents/tree/main/.claude/skills/sdd-task
Command: npx skills add https://github.com/Seok-Ryu/spec-driven-flow-with-agents --skill sdd-task

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

TASK writer helps teams convert high-level workflow requirements into independent, executable Task files that AI agents can implement without referring back to PLAN or SPEC for each task.

Core Features & Use Cases

  • Decomposes PLAN or SPEC into discrete, self-contained tasks with explicit context, inputs, and verification scenarios.
  • Supports PLAN-based, SPEC-based, and independent input modes, enabling flexible project scoping.
  • Produces structured task templates with test scenarios and clear completion criteria for reliable automation.

Quick Start

Provide plan.md or spec.md (or select Independent mode) and ask the agent to begin TASK decomposition.

Frequently Asked Questions about sdd-task

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

FAQPage Schema
How do I decompose a spec or plan into tasks for AI coding agents?

To decompose a spec or plan into tasks for AI coding agents, provide your plan.md or spec.md file, and the skill breaks requirements into independent, ordered task files with goals, context, and verification scenarios.

What's the best way to break down workflow requirements into independent, testable tasks?

Breaking down workflow requirements into independent, testable tasks is best handled by enforcing task independence and traceability, yielding structured task files with concrete completion criteria and test scenarios for reliable automation.

Can I generate task files without an existing plan or spec document?

Yes, you can generate task files without an existing document by selecting independent input mode, which allows you to define discrete, self-contained tasks with explicit inputs and verification scenarios directly.

Does task decomposition enforce testability and traceability for each generated file?

Task decomposition does enforce testability and traceability by requiring each generated task file to include concrete goals, context, and verification scenarios, ensuring coding agents can implement and verify them independently.

Why do AI agents struggle to execute tasks directly from a large plan or spec file?

AI agents struggle to execute tasks directly from a large plan or spec file because high-level requirements lack discrete, self-contained context, making it difficult to verify completion without referring back to the original document.

When should I not use automated task decomposition for my project requirements?

You should not use automated task decomposition if your project requirements are too vague to define concrete goals or test scenarios, as the process relies on explicit context and verification criteria to generate executable task files.