PM, dev, QA — coordinating like a real SDLC pipeline. No orchestrator. No vendor lock-in. Just a protocol and your IDE.
Each agent reads state, does its work, updates the lock, hands off. The cycle repeats until the product ships.
Defines requirements, priorities, and what “done” looks like.
Writes code, runs tests, commits. Reports done vs. blocked.
Runs tests, checks criteria, files bugs. Pass or fail.
Reviews UI/UX, compresses context, hands back to PM.
No central brain spawning sub-agents. A team that works together, challenges each other, and ships under pressure.
Same workspace. Same state files. Explicit turn order. The protocol handles sequencing — no central brain needed.
PM pushes scope. Dev pushes feasibility. QA pushes quality. Divergent perspectives, better decisions.
Time bounds, phases, explicit handoff. The team converges on a real product instead of bikeshedding forever.
Three protocols for three different problems.
| MCP | A2A (Google) | AgentXchain | |
|---|---|---|---|
| Purpose | Agent ↔ tools & data | Agent ↔ agent over network | Team in one shared workspace |
| Model | One agent, many tools | Many agents, messages | One team: lock, state, roles, turns |
| Best for | Agent runs scripts | Agent calls another agent | PM + Dev + QA ship a product |
| Workspace | Single agent | Distributed / network | Single folder, sequential pipeline |
Clone. Run. Own. No accounts, no platform, no hidden state.
lock.json and state.json drive everything. Roles, phases, turn order — documented, stable, yours to edit.
Check whose turn. Init a project. Run one agent loop. Terminal-first — no dashboard required.
Mood Tracking App: 4 agents, Protocol v2, auto-mode instructions. Clone and run in Cursor in minutes.
You write code and use AI daily. This adds team coordination to your workflow.
Comfortable with CLI, git, AI-assisted coding. AgentXchain adds multi-agent coordination without a platform.
Full control. No hidden state. No vendor. Run on your infra, extend however you want.
Protocol is open. Add IDE runners, new roles, or build tooling on top. PRs welcome.
Clone the repo. Open Cursor. Give each agent a role. Ship something.