sdd-tasks

Generate structured task checklists from design specifications for software changes.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/felipe3dfx/dotfiles --skill sdd-tasks-felipe3dfx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdd-tasks
Source: https://github.com/felipe3dfx/dotfiles/tree/main/skills/sdd-tasks
Command: npx skills add https://github.com/felipe3dfx/dotfiles --skill sdd-tasks-felipe3dfx

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation of detailed, actionable task checklists from design documents, ensuring a clear roadmap for implementation.

Core Features & Use Cases

  • Task Breakdown: Deconstructs a proposed change into granular, verifiable implementation steps.
  • Phase Organization: Structures tasks logically into phases like Foundation, Core Implementation, Testing, and Cleanup.
  • Use Case: When a new feature is designed, this Skill can generate a tasks.md file outlining exactly which files need modification, what code needs to be written, and how to test each component.

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 an actionable task checklist from a software design document?

To generate a task checklist from a design document, the skill parses your design specifications and breaks them down into granular, verifiable implementation steps organized into logical phases like Foundation, Core Implementation, Testing, and Cleanup.

What is the best way to structure implementation steps for a new software feature?

The best way to structure implementation steps is by organizing them into clear action items with a defined dependency order. This approach deconstructs a proposed change into sequential phases such as Foundation, Core Implementation, Testing, and Cleanup.

Can I persist generated task checklists to a filesystem or external memory?

Yes, you can persist generated task checklists. The skill supports artifact persistence through Engram or standard filesystem conventions, allowing you to save the output as a tasks.md file for future reference.

Does this task generation tool work without external dependencies?

Yes, the task generation tool works without external dependencies. It independently parses your design specifications to create a structured implementation plan, requiring no additional packages or modules to function.

How do I create a task breakdown for a user authentication change?

To create a task breakdown for a user authentication change, provide the design specifications to the skill. It will generate a tasks.md file outlining exactly which files need modification, what code to write, and how to test each component.

What limitations should I expect when automating task generation from design specs?

When automating task generation from design specs, the limitation is that the output quality depends entirely on the provided design specifications. The skill structures existing design details into phases but does not generate the underlying architectural design itself.