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.mdsource 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.mdOutputs
- updated
specs/**/tasks.md
- updated
-
dependencies and sequencing notes
Process
- Identify workstreams (cloud/app/security/quality).
-
Decompose into tasks.
-
Add owner, acceptance criteria, validation, rollback.
-
Identify dependencies.
-
Flag risky tasks for approval.
Quality bar
Tasks are executable, scoped, and testable.
Escalation triggers
Unclear requirements; missing ownership; risky change without rollback.