Skip to course content
Free CrewAI course

CrewAI for Multi-Agent Automation

Module 01 Activity

Scenario

A colleague has proposed a five-agent crew for a workflow at your organisation. Before any code is written, the proposal has to survive the three-question test.

What you build

A crew design reduced to the smallest set of agents that could work, with the reduction argued.

Steps

  1. Pick a real workflow. Write out every step as a verb phrase.
  2. Write a first-pass agent list - one per step, deliberately over-split.
  3. Score each against different tools, different permissions, different judgement. Merge anything clearing fewer than two.
  4. Keep any agent that is the only one with write access, regardless of its score, and say why.
  5. Write expected_output for every remaining task so a reviewer could reject a submission against it.
  6. Build the reduced crew and print its agent count, task count and process.

Evidence to hand in

Review checklist