des-dev-task-breakdown

Convert ready implementation stories into ordered developer tasks with acceptance criteria and tests.

2|Updated May 20, 2026
One-click install
npx skills add https://github.com/DKSang/DES-SKILL --skill des-dev-task-breakdown
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: des-dev-task-breakdown
Source: https://github.com/DKSang/DES-SKILL/tree/main/skills-support/des-dev-task-breakdown
Command: npx skills add https://github.com/DKSang/DES-SKILL --skill des-dev-task-breakdown

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents AI agents from jumping into coding without a clear, validated, story-scoped development plan by converting ready implementation stories into an ordered, actionable task breakdown with acceptance checks, tests, and governance/quality/security work.

Core Features & Use Cases

  • Story-to-Tasks Decomposition: Transforms one or more stories marked “Ready for Task Breakdown” into developer-ready tasks.
  • Validation-First Task Design: Ensures tasks include clear expected outputs, validation/checks, dependencies, risks, and a “ready-for-implementation” decision.
  • Quality/Contract/Security Coverage: Adds task-level items for data quality, data contracts, governance/security, metadata, and CI/CD expectations when relevant.
  • Coding Agent Handoff: Produces a handoff prompt so a coding agent can implement without planning inside the same step.

Quick Start

Use des-dev-task-breakdown after des-story-readiness-check marks your selected stories as “Ready for Task Breakdown” to generate _des-output/implementation-artifacts/dev-task-breakdown.md from the story catalog and readiness report.

Frequently Asked Questions about des-dev-task-breakdown

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

FAQPage Schema
How do I break down ready implementation stories into developer tasks?

To break down ready implementation stories into developer tasks, you consume the story catalog and readiness report to generate an ordered task list with acceptance criteria, tests, and quality and security work. This prevents jumping into coding without a validated plan.

What is story readiness gating in data engineering task breakdown?

Story readiness gating in task breakdown ensures selected implementation stories are marked ready before decomposition. It requires honoring the readiness report to validate that story scope, acceptance criteria, test expectations, and dependencies are known before generating developer tasks.

How do I prepare a coding agent handoff for data pipeline implementation?

To prepare a coding agent handoff for data pipeline implementation, you generate a structured development task plan with expected outputs, validation checks, and governance items. This allows the coding agent to implement directly without planning inside the same step.

Does task breakdown cover data quality, contracts, and CI/CD expectations?

Task breakdown does cover data quality, data contracts, governance, security, metadata, and CI/CD expectations. It adds task-level items for these areas when relevant to ensure comprehensive validation and quality assurance during the implementation phase.

Can I generate production code directly from the dev task breakdown?

You cannot generate production code from the dev task breakdown. It explicitly produces a task plan document with acceptance criteria and a handoff prompt, ensuring a separate coding agent handles the actual implementation rather than generating code during planning.

What format does the implementation task plan output use?

The implementation task plan output uses a markdown file format written to the implementation artifacts directory. This document contains the ordered developer tasks, validation checks, dependencies, risks, and the ready-for-implementation decision.