Skip to content

yimwoo/codex-agenteam

Repository files navigation

AgenTeam — Role-based AI team for Codex

Version MIT License Stars Issues

A full AI development team — researcher, PM, architect, dev, QA, and reviewer — as native Codex agents, orchestrated through a configurable pipeline.


Quick Start

1. Install:

curl -fsSL https://raw.githubusercontent.com/yimwoo/codex-agenteam/main/install.sh | bash

2. Restart Codex, go to Plugins > Local Plugins, and install AgenTeam.

3. Initialize your team:

@ATeam build my team

Usage

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


Why AgenTeam?

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.


Documentation


Contributing

Found a bug or have a role idea? Open an issue or submit a PR.

License

MIT © Yiming Wu

About

AI team for Codex — researcher, PM, architect, developer, QA, and reviewer orchestrated through a configurable pipeline.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors