| name | work-decomposition |
| description | Decompose a multi-role goal into bounded specialist assignments with explicit ownership, dependencies, validation criteria, and handoffs. |
Work Decomposition
Use this skill when a goal spans more than one Agency specialty or contains meaningful dependencies.
Procedure
- Restate the desired outcome in observable terms. Separate the goal from proposed implementation details.
- Identify the decisions and deliverables required to reach that outcome.
- Assign each decision or deliverable to the profile that owns that responsibility. Prefer the smallest capable team.
- Split work only where the pieces can be independently owned and validated. Avoid decomposition that creates coordination overhead without adding expertise or parallelism.
- Record dependencies explicitly. Tasks that can run independently should be parallel; tasks that consume another specialist's result should wait for that result.
- Give every assignment a concrete deliverable, relevant context, constraints, and a validation criterion.
- Add independent review or validation when the consequence of an error warrants it.
- Synthesize completed specialist outputs into one result, resolving conflicts by routing the disputed decision to the role that owns it.
Quality gate
A decomposition is ready when every task has one clear owner, no specialist has silently inherited another role's authority, dependencies are understandable, and completion can be judged from evidence rather than activity.