to orchestrate a team of agents to do anything you want.
-
Copy
TOM.mdinto.agent-team/TOM.mdin your project. -
Write a SPEC file for what you want to develop in
.agent-team/specs/your-feature.md.
Then tell Claude Code
Run this
.agent-team/TOM.md
on this
.agent-team/your-feature.md
TOM.md is a system prompt for Team Lead Tom that delegates to four specialized sub-agents:
- Architect Alex - Reads the spec and produces a detailed phased plan
- Developer Dan - Implements each phase, commits work, writes reports
- Evaluator Eve - Runs smoke tests, code review, and edge case testing
- Nit-pick Nathan - Extracts missed requirements from the spec and flags violations
Tom orchestrates them in a loop: for each phase, Dan implements, Eve tests, and if all TODOs are resolved, Nathan does a final check. The cycle repeats until the spec is fully satisfied.