sdd-tasks

Decompose proposed changes into a phased implementation task checklist.

Updated May 14, 2025
One-click install
npx skills add https://github.com/Mikisbell/freecloud --skill sdd-tasks-mikisbell
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdd-tasks
Source: https://github.com/Mikisbell/freecloud/tree/main/.agents/skills/sdd-tasks
Command: npx skills add https://github.com/Mikisbell/freecloud --skill sdd-tasks-mikisbell

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill breaks down complex changes into a clear, actionable checklist of implementation tasks, ensuring a structured and efficient development process.

Core Features & Use Cases

  • Task Decomposition: Analyzes design documents to identify all files needing modification and their dependency order.
  • Structured Task Generation: Creates a tasks.md file organized by phases (e.g., Infrastructure, Core Implementation, Testing, Cleanup).
  • Use Case: When a new feature proposal is approved, this Skill generates a detailed tasks.md file that developers can follow step-by-step to implement the feature, including specific file modifications and testing requirements.

Quick Start

Use the sdd-tasks skill to break down the change 'Implement user authentication' into an implementation task checklist.

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 a software development proposal into an actionable implementation checklist?

To break down a software development proposal into an implementation checklist, the Skill decomposes proposed changes into a structured task list organized by phase, detailing file modifications, dependencies, and testing requirements.

What is the best way to generate a tasks.md file for a complex software change?

Generating a tasks.md file for a complex software change is handled by structuring actionable implementation tasks into distinct phases like Infrastructure, Core Implementation, Testing, and Cleanup.

How do implementation task generators handle file dependencies and testing requirements?

Implementation task generators handle file dependencies and testing requirements by analyzing design documents to establish a dependency order and explicitly detailing necessary testing steps within the generated task checklist.

Can I persist generated implementation checklists to the filesystem directly?

You can persist generated implementation checklists to the filesystem directly, as the task generator supports artifact persistence via Engram or direct filesystem writes based on the configured artifact store mode.

When do I need a structured task breakdown for software development?

You need a structured task breakdown for software development when a new feature proposal is approved and must be transformed into a clear, step-by-step implementation process with specific file modifications.