Home  /  Modules  /  Module 08
MODULE 08 · advanced · capstone · ~90 min

Deal Desk — A Production-Ready Agent

The capstone. A chat-first UI over a multi-agent M&A research team: a coordinator delegates to four parallel research sub-agents, reads prior-deal lessons from memory, reaches Linear over MCP, and emits a graded investment thesis while the UI streams every event.

This module is being built

Module 1 is the fully-developed reference. This page captures everything needed to expand Module 08 next: its scenario, learning objectives, and source material.

See a finished module →

Planned learning objectives

  • Design a coordinator that delegates to parallel research sub-agents.
  • Integrate a memory store so the system learns from prior deals.
  • Reach an external system (Linear) over MCP from inside an agent.
  • Stream every event and gated tool call to a chat-first UI.
  • Emit and grade a structured deliverable end to end.

Source material

This module adapts cwc-workshops/production-ready-agent (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.

View the upstream workshop on GitHub →