sdd-tasks

Generate a structured tasks.md from change proposals, specs, and design artifacts.

Updated Nov 19, 2024
One-click install
npx skills add https://github.com/Strocs/.dotfiles --skill sdd-tasks-strocs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdd-tasks
Source: https://github.com/Strocs/.dotfiles/tree/main/.config/opencode/skills/sdd-tasks
Command: npx skills add https://github.com/Strocs/.dotfiles --skill sdd-tasks-strocs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Breaks down a proposed change into a concrete, ordered task checklist that guides implementation from proposal to delivery.

Core Features & Use Cases

  • Converts change proposals, specs, and design documents into a structured tasks.md with clearly labeled phases.
  • Supports dependency-aware task sequencing and validation against design artifacts.
  • Use Case: When a change request arrives, generate a ready-to-execute tasks document that engineers can follow in a single development cycle.

Quick Start

Analyze a change named "refactor-auth" and generate openspec/changes/{change-name}/tasks.md with a tasks.md describing Phase 1-4 tasks.

Frequently Asked Questions about sdd-tasks

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

FAQPage Schema
How do I turn a design doc into an actionable task checklist for implementation?

To turn a design doc into an actionable task checklist, you analyze change proposals and specs to generate a structured tasks.md with dependency-aware, ordered phases for engineers to follow.

What is dependency-aware task sequencing in project management?

Dependency-aware task sequencing is organizing implementation tasks by their logical dependencies, ensuring that prerequisite changes are validated and completed before subsequent phases begin in the generated checklist.

Can I generate a tasks.md file directly from a change proposal and specs?

Yes, you can generate a tasks.md file directly from a change proposal and specs by analyzing the design artifacts and converting them into a concrete, ordered task breakdown aligned with openspec conventions.

Does this task breakdown tool require any specific environment setup or dependencies?

No specific environment setup or dependencies are required. The tool independently analyzes your existing change proposals, specs, and design documents to produce the structured task checklist.

What is the best way to structure implementation phases for a new change request?

The best way to structure implementation phases is to parse the change request into a tasks.md document, breaking the work down into clearly labeled phases from proposal analysis to delivery.

When should I not use automated task breakdown for project execution plans?

You should not use automated task breakdown when your change proposal lacks concrete specs or design artifacts, as the tool requires these inputs to validate and sequence tasks accurately.