Skip to content

kolbeyang/agent-team

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Literally just one file

to orchestrate a team of agents to do anything you want.

agent-orchestration-illustrated

Usage

  1. Copy TOM.md into .agent-team/TOM.md in your project.

  2. 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

How it works

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.

About

Literally just one file to orchestrate a team of agents to do anything

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors