- Home
- Skills
- Dasien
- Claudemultiagenttemplate
- Work Breakdown
work-breakdown_skill
- Python
3
GitHub Stars
1
Bundled Files
3 weeks ago
Catalog Refreshed
2 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstart where the catalogue uses aiagentskills.
npx veilstart add skill dasien/claudemultiagenttemplate --skill work-breakdown- SKILL.md3.5 KB
Overview
This skill breaks down features, enhancements, and requirements into small, actionable tasks with clear scope and acceptance criteria. It produces ordered, right-sized work items, identifies dependencies, and assigns responsibility so teams or agents can implement independently. The output focuses on implementability and testability.
How this skill works
I read the full requirement or feature description and identify affected system components. I split work into phases (architecture, implementation, testing, documentation), create discrete tasks that are completable in 2–8 hours, and attach clear acceptance criteria. I then order tasks by dependencies and validate coverage so nothing essential is left unaddressed.
When to use it
- Planning a new feature implementation
- Breaking an enhancement into execution-ready work
- Creating sprint or iteration task lists
- Organizing multi-agent or cross-team workflows
- Preparing handoffs between architects, implementers, and testers
Best practices
- Keep tasks 2–8 hours each; avoid multi-day work items
- Give each task explicit acceptance criteria and expected output
- Assign an appropriate owner or agent for each task
- Group related tasks into phases (architecture → implementation → testing → docs)
- Explicitly list dependencies and ordering to prevent blocking
- Validate that task set covers all requirements and edge cases
Example use cases
- Add OAuth-based user authentication split into design, implementation, tests, and docs
- Turn a high-level performance improvement requirement into measurable sub-tasks with benchmarks
- Create a rollout plan for a new API version with migration tasks and compatibility tests
- Prepare a sprint backlog from a product spec, with clear owners and acceptance for each item
- Decompose cross-service feature into service-level tasks, integration tests, and deployment steps
FAQ
Aim for tasks that a single person or agent can finish in 2–8 hours and independently test. If it takes longer, split further.
What counts as good acceptance criteria?
Concrete, testable statements such as expected outputs, pass/fail conditions, performance targets, or required configuration steps.