q3ok/coordinated-agent-team
Coordinated Agent Team is a prompt-driven multi-agent system for autonomous software delivery. It defines clear agent roles, a deterministic workflow, strict I/O contracts, and artifact-based coordination.
Built on a deterministic state machine with explicit approval gates, the system coordinates specialized agents (Spec, Architect, Coder, Reviewer, QA, Security, Integrator) through strict artifact-based handoffs stored in `.agents-work/`. It supports both full-workflow (design → approval → planning → per-batch or single-final review) and lean-mode (direct implementation) paths, with repair loops for failed reviews/tests/security and user decision points (`ASK_USER`) persisted in `status.json`. Designed for GitHub Copilot Chat integration via role-specific prompt files and project-level `.copilot-instructions.md` conventions.
Stars
33
Forks
6
Language
JavaScript
License
AGPL-3.0
Category
Last pushed
Feb 19, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/q3ok/coordinated-agent-team"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
nickjvandyke/opencode.nvim
Integrate the opencode AI assistant with Neovim — streamline editor-aware research, reviews, and...
kdcokenny/ocx
OpenCode extension manager with portable, isolated profiles. Your setup, anywhere.
Octane0411/opencode-plugin-openspec
An OpenCode plugin that integrates OpenSpec, adding a dedicated 'openspec-plan' mode for...
shahboura/agents-opencode
OpenCode-native agent and skill pack for planning, implementation, review, documentation, and...
yurihbm/opencode-plan-manager
A simple collection of tools for better plan management by AI agents on OpenCode.