ATeam
Multi-agent specialist pipeline for the full development lifecycle in Codex — Researcher, PM, Architect, Dev, QA and Reviewer working in sequence.
Install
npx codex-marketplace add yimwoo/codex-agenteam --plugin ATeam implements a full software development lifecycle as an orchestrated multi-agent pipeline running inside Codex. A task description triggers a sequence of specialist agents: Researcher gathers context, PM writes a spec, Architect produces a design, Dev implements it, QA tests it, and Reviewer checks the final output.
Each agent produces structured handoff notes consumed by the next, keeping context coherent across the pipeline. Featured on the Codex Marketplace home page and one of the most-starred community plugins.
Features
6 specialist agents
Researcher, PM, Architect, Dev, QA and Reviewer each handle their domain.
Pipeline routing
Automatically routes tasks through the appropriate specialist sequence.
Handoff notes
Each agent produces structured handoff notes for the next in the chain.
Common Use Cases
- End-to-end feature development
- Architecture review before implementation
- Automated QA before code review