sdd-tasks

Extract and structure implementation tasks from change proposals into phased task lists.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/oteroweb/OWFINANCE2026 --skill sdd-tasks-oteroweb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdd-tasks
Source: https://github.com/oteroweb/OWFINANCE2026/tree/main/.claude/skills/sdd-tasks
Command: npx skills add https://github.com/oteroweb/OWFINANCE2026 --skill sdd-tasks-oteroweb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Break down a change into an actionable task checklist, translating proposals, specs, and designs into concrete work items.

Core Features & Use Cases

  • Task synthesis: generate a structured list of implementation tasks organized by phase, with clear dependencies.
  • Planning guidance: follow the retrieval and persistence contracts described for sdd-phase workflows (engram, openspec, hybrid) to ensure traceability.
  • Documentation output: produce a ready-to-persist tasks.md, or an Engram entry, depending on mode, enabling seamless handoff from change definition to execution.

Quick Start

Provide the orchestrator with a change name and artifact store mode to generate a ready-to-persist tasks outline.

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 project change proposal into actionable implementation tasks?

To break down a change proposal into implementation tasks, you provide the orchestrator with a change name and artifact store mode. It extracts and structures work items from proposals and designs into a clear, phased task breakdown with dependencies.

What is the best way to generate a phased task checklist from software design specifications?

Generating a phased task checklist from software design specifications involves synthesizing specs into structured work items organized by phase. This process produces a ready-to-persist tasks.md file or an Engram entry to ensure traceability from definition to execution.

Can I use OpenSpec or Hybrid rules to persist my project task breakdown artifacts?

Yes, you can use OpenSpec or Hybrid rules to persist project task breakdown artifacts. The system applies orchestrator-driven constraints to generate persistence artifacts according to your configured Engram, OpenSpec, or Hybrid mode.

Do I need a specific orchestrator environment to structure implementation steps from change proposals?

You need an orchestrator-driven environment to structure implementation steps from change proposals effectively. The system relies on this orchestrator to apply retrieval and persistence contracts, ensuring your task list generates the correct inline tasks or artifacts.

How does task synthesis handle dependencies when translating specs into concrete work items?

Task synthesis handles dependencies by extracting and structuring implementation tasks from specs into a clear task breakdown organized by phase. It translates designs into concrete work items while maintaining clear dependencies for seamless execution handoff.

Why does my task breakdown output differ between Engram mode and OpenSpec configurations?

Task breakdown output differs between Engram and OpenSpec configurations because the system applies distinct persistence constraints per mode. Engram mode produces inline tasks, while OpenSpec or Hybrid modes generate ready-to-persist tasks.md artifacts.