sdd-tasks

Generate a phased task checklist with file paths from change proposals.

3|Updated Apr 5, 2023
One-click install
npx skills add https://github.com/mrp4sten/.dotfiles --skill sdd-tasks-mrp4sten
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdd-tasks
Source: https://github.com/mrp4sten/.dotfiles/tree/main/development/IA/opencode/skill/sdd-tasks
Command: npx skills add https://github.com/mrp4sten/.dotfiles --skill sdd-tasks-mrp4sten

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Break down a change request into a concrete, step-by-step task checklist that engineers can implement.

Core Features & Use Cases

  • Analyze proposal.md, specs, and design.md to identify required actions and target files.
  • Generate openspec/changes/{change-name}/tasks.md containing a phased, dependency-aware list of tasks with clear acceptance criteria.
  • Ensure each task is specific, actionable, and small enough to complete in a single session, with verifiable outcomes and references to relevant documents.

Quick Start

Provide the change-name together with proposal.md, specs, and design.md to generate openspec/changes/{change-name}/tasks.md.

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 change proposal into an actionable task checklist?

To break down a change proposal into an actionable task checklist, provide your proposal.md, specs, and design.md to generate a phased tasks.md file with specific, verifiable implementation steps.

What is the best way to generate phase-based tasks from openspec design documents?

Generating phase-based tasks from openspec design documents involves analyzing the design.md and specs to produce a dependency-aware tasks.md checklist, ensuring each task is small enough to complete in a single session.

Does the task breakdown process include validation criteria for each implementation step?

Yes, the task breakdown process includes clear validation criteria for each implementation step, ensuring every task in the generated tasks.md has verifiable outcomes and explicit references to relevant design documents.

Can I use this approach for proposal-driven changes without existing specs?

This approach is specifically designed for proposal-driven changes within openspec workflows. You need to provide your proposal.md, specs, and design.md together to generate the intended task checklist.

How are dependencies ordered when creating a task checklist from a change request?

Dependencies are ordered using a dependency-aware phase ordering mechanism, which analyzes your change request documents to sequence tasks logically and ensure prerequisite actions are completed before subsequent steps.