sdd-tasks

Generates a phased task breakdown checklist from design specifications into tasks.md.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/fwdarth/agent-teams-lite-domainaware --skill sdd-tasks-fwdarth
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdd-tasks
Source: https://github.com/fwdarth/agent-teams-lite-domainaware/tree/main/.opencode/skills/sdd-tasks
Command: npx skills add https://github.com/fwdarth/agent-teams-lite-domainaware --skill sdd-tasks-fwdarth

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation of detailed, actionable task lists for software changes, ensuring clarity and efficient implementation.

Core Features & Use Cases

  • Task Breakdown Generation: Creates a structured tasks.md file from design documents.
  • Phase Organization: Organizes tasks into logical phases (Foundation, Implementation, Testing, Cleanup).
  • Use Case: After a design for a new authentication module is complete, this Skill generates a step-by-step checklist for developers to follow, including specific files to modify and tests to write.

Quick Start

Use the sdd-tasks skill to create a task breakdown for the change named 'Implement user profile editing'.

Frequently Asked Questions about sdd-tasks

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

FAQPage Schema
How do I break down software design specifications into actionable development tasks?

Task breakdown generation automates creating a structured tasks.md file from design documents. It organizes actionable steps into Foundation, Implementation, Testing, and Cleanup phases to provide a clear implementation roadmap for developers.

How do I create an implementation plan for an agile software change?

Creating an implementation plan involves structuring development tasks into phases with specific, verifiable steps from design specifications. This produces a clear roadmap detailing files to modify and tests to write for agile change management.

What is the best way to generate a development checklist from a design document?

The best way to generate a development checklist is by automating task breakdown creation from design documents. This transforms specifications into a structured tasks.md file, ensuring every phase contains actionable and verifiable steps.

Can I persist generated task checklists using engram or openspec modes?

Yes, you can persist generated task checklists using engram or openspec modes. This functionality ensures your phase-organized task breakdowns and implementation roadmaps are saved for ongoing developer workflow and change management.

Does automated task generation work without predefined design specifications?

No, automated task generation requires provided design specifications to function. The task breakdown process relies on design documents to accurately generate specific, actionable steps and organize them into logical implementation phases.