---
id: "concept-task-decomposition"
type: "concept"
source_timestamps: ["00:09:50", "00:10:24"]
tags: ["systems-architecture", "management", "skill-3"]
related: ["concept-planner-sub-agent-architecture", "claim-multi-agent-is-managerial", "contrarian-multi-agent-is-management", "prereq-project-management", "framework-7-ai-skills"]
definition: "The managerial skill of breaking down complex projects into discrete, logically delineated tasks that can be assigned to specialized AI sub-agents."
sources: ["s42-job-market-split"]
sourceVaultSlug: "s42-job-market-split"
originDay: 42
---
# Task Decomposition and Delegation

## Skill #3 of [[framework-7-ai-skills]]

Working with multi-agent systems is fundamentally a **managerial** skill rather than a traditional coding skill — see [[claim-multi-agent-is-managerial]] and the contrarian framing in [[contrarian-multi-agent-is-management]].

## What it requires

- Taking a massive, complex project and breaking it apart into logical, manageable segments or workstreams.
- Defining the **exact chunks of work** and how they hand off to one another.
- Recognising that, unlike human teams, AI agents will *not* figure out vague intermediate steps flexibly — they need strict, logical delineations.

## Transferable experience

If you have experience breaking large projects into workstreams (e.g., as a project manager or operations leader), this skill transfers directly to orchestrating AI agents — formalised as [[prereq-project-management]].

## Architectural implementation

Decomposed tasks are operationalised via the [[concept-planner-sub-agent-architecture]] pattern.

## Failure if neglected

Without intermediate verification, decomposition pipelines suffer from [[concept-cascading-failure]].
