This module is being built
Module 1 is the fully-developed reference. This page captures everything needed to expand Module 03 next: its scenario, learning objectives, and source material.
Planned learning objectives
- Recognise when a monolithic prompt should be decomposed.
- Extract reusable capability into Skills.
- Move deterministic work into sandboxed code execution.
- Delegate to callable sub-agents and verify each refactor step with evals.
Source material
This module adapts cwc-workshops/agent-decomposition (Apache-2.0). The build will follow the standard module template: scenario, objectives, setup, walkthrough with checkpoints, assessment, and stretch goals — the same shape as Module 1.