DFMDemoV2 task-breakdown

Skill: task-breakdown

install
source · Clone the upstream repo
git clone https://github.com/davidrrowley/DFMDemoV2
manifest: origin/agents/skills/task-breakdown/skill.md
source content

Skill: task-breakdown

## Intent
Convert a spec and plan into actionable tasks with acceptance criteria and validation steps.

## Inputs
- `specs/**/spec.md`
  • specs/**/plan.md

    Outputs

    • updated
      specs/**/tasks.md
  • dependencies and sequencing notes

    Process

    1. Identify workstreams (cloud/app/security/quality).
  1. Decompose into tasks.

  2. Add owner, acceptance criteria, validation, rollback.

  3. Identify dependencies.

  4. Flag risky tasks for approval.

    Quality bar

    Tasks are executable, scoped, and testable.

    Escalation triggers

    Unclear requirements; missing ownership; risky change without rollback.