sdd-tasks

Generate phased task breakdown checklists in markdown from design documents.

1|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/statick88/dotfiles --skill sdd-tasks-statick88
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdd-tasks
Source: https://github.com/statick88/dotfiles/tree/main/opencode/skills/sdd-tasks
Command: npx skills add https://github.com/statick88/dotfiles --skill sdd-tasks-statick88

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

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

Core Features & Use Cases

  • Task Generation: Creates a structured tasks.md file from design and specification documents.
  • Phase Organization: Organizes tasks into logical phases (Foundation, Core Implementation, Testing, Cleanup).
  • Use Case: When a new feature proposal is ready for development, this Skill can automatically generate a step-by-step plan for engineers to follow, detailing file modifications, dependencies, and testing requirements.

Quick Start

Use the sdd-tasks skill to create a task breakdown for the 'user-authentication' change.

Frequently Asked Questions about sdd-tasks

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

FAQPage Schema
How do I generate a task breakdown checklist for software development changes?

To generate a task breakdown checklist for software development changes, provide design and specification documents to automatically produce a structured markdown file detailing file modifications, dependencies, and testing requirements organized into logical phases.

What is the best way to organize implementation tasks into phases for an agile project?

Organizing implementation tasks into phases for an agile project involves categorizing steps into Infrastructure, Core Implementation, Testing, and Cleanup, ensuring each task remains specific, actionable, and verifiable for efficient execution.

Can I use design documents to automatically identify files and dependencies for a new feature?

Yes, you can use design documents to automatically identify files and dependencies for a new feature by analyzing specification documents to extract required modifications and testing requirements, generating an actionable implementation plan.

Does task generation work without adding external dependencies to my project?

Task generation works without adding external dependencies to your project, operating independently to analyze specification documents and output a detailed markdown checklist for your software development changes.

How do I create an actionable implementation plan from a feature proposal?

To create an actionable implementation plan from a feature proposal, analyze the specification document to generate a step-by-step checklist in markdown format, detailing required file modifications, dependencies, and testing phases for engineers.

What limitations exist when generating markdown checklists for complex software changes?

Limitations when generating markdown checklists for complex software changes include relying entirely on the clarity of input design documents, meaning incomplete specifications will result in less specific or actionable task breakdowns.