sdd-tasks

Generate phase-based implementation task checklists from design documents.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/EduardoJVN/my-ia-config --skill sdd-tasks-eduardojvn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdd-tasks
Source: https://github.com/EduardoJVN/my-ia-config/tree/main/.claude/skills/sdd-tasks
Command: npx skills add https://github.com/EduardoJVN/my-ia-config --skill sdd-tasks-eduardojvn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of detailed, phase-based task checklists for software development changes, ensuring clarity and actionable steps for implementation.

Core Features & Use Cases

  • Task Breakdown Generation: Analyzes design documents and specs to create a tasks.md file.
  • Phase-Based Organization: Organizes tasks into logical phases (Foundation, Core Implementation, Testing, Cleanup).
  • Use Case: When a new feature is designed, this Skill can automatically generate a checklist of all files to modify, code to write, and tests to implement, organized by development phase.

Quick Start

Use the sdd-tasks skill to create a task breakdown for the change titled 'Implement User Authentication'.

Frequently Asked Questions about sdd-tasks

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

FAQPage Schema
How do I generate an implementation task checklist from design documents?

To generate an implementation task checklist, you can use a tool that analyzes your design documents and delta specs to produce a tasks.md file. It breaks down software changes into specific, actionable, and verifiable steps organized by development phases.

What is the best way to break down software development changes into actionable steps?

The best way to break down software development changes into actionable steps is by organizing them into logical phases such as Foundation, Core Implementation, Testing, and Cleanup. This ensures clarity and structured progression throughout the feature implementation.

Can I automatically create a phase-based task breakdown for a new software feature?

Yes, you can automatically create a phase-based task breakdown for a new software feature. By analyzing project configuration and specifications, the system generates a detailed checklist of files to modify, code to write, and tests to implement.

Do I need design documents and delta specs to generate an agile implementation plan?

Yes, you need design documents and delta specs to generate an agile implementation plan. Analyzing these specification documents is required to accurately produce the detailed task breakdown and ensure all project configuration changes are captured.

What specific output artifact does task generation from design specifications produce?

Task generation from design specifications produces a tasks.md artifact. This file contains a detailed, phase-based task checklist that outlines all verifiable implementation steps required for the software development changes.