A full AI development team — researcher, PM, architect, dev, QA, and reviewer — as native Codex agents, orchestrated through a configurable pipeline.
1. Install:
curl -fsSL https://raw.githubusercontent.com/yimwoo/codex-agenteam/main/install.sh | bash2. Restart Codex, go to Plugins > Local Plugins, and install AgenTeam.
3. Initialize your team:
@ATeam build my team
Once initialized, type @ in Codex to see your full team:
| Role | Mention | Responsibility |
|---|---|---|
| Researcher | @Researcher |
Investigates docs, trends, and prior art |
| PM | @Pm |
Prioritizes work, writes specs |
| Architect | @Architect |
Designs systems, identifies risks |
| Dev | @Dev |
Writes production code |
| Qa | @Qa |
Writes tests, catches regressions |
| Reviewer | @Reviewer |
Reviews for correctness and security |
Talk to any role directly, or use @ATeam for the full pipeline:
@Architect review this API design
@Dev fix the race condition in src/queue.py
@ATeam add user authentication
Researcher -> PM -> Architect -> Dev -> Qa -> Reviewer
Need a specialist? @ATeam add a security auditor that focuses on OWASP top 10
Most AI coding tools give you one agent. AgenTeam gives you a team. Each role has a focused job, a scoped write area, and a place in the pipeline — less context confusion, safer parallel execution, and a workflow that mirrors how real teams operate.
AgenTeam remembers what happened in previous runs. Each completed run's summary and lessons (verify failures, rework paths, gate decisions) are persisted and injected as context into future runs when relevant.
- Setup & Installation -- prerequisites, install, update
- Configuration -- roles, isolation, profiles, migration
- Pipeline & Profiles -- stages, gates, verification, resume
- CLI Reference -- all commands and skills
- HOTL Integration -- structured execution with the HOTL plugin
Found a bug or have a role idea? Open an issue or submit a PR.
MIT © Yiming Wu
