One person + this system = a top-level R&D team.
A portable agent-driven development scaffold built on Claude Code + OpenAI Codex. COMPOSE existing tools (superpowers, gstack), don't rebuild. Initialize any project in minutes.
git clone https://github.com/agent-next/agent-driven.git
cd your-project
claude "/init-project" # Detect stack, generate config
claude "/plan Add auth" # Plan feature with review gates
claude "/dispatch" # Parallel agent dispatch
claude "/ship" # Ship via gstack pipeline.claude/
├── agents/ coordinator, implementer, reviewer, tester
├── skills/ /init-project, /plan, /dispatch, /ship
├── rules/ quality, git, security, context mgmt
├── hooks/ 9 hooks covering full lifecycle (exit-2 blocking)
├── docs/ PROMPT, PLAN, PROGRESS, CONVENTIONS
├── templates/ CLAUDE.md + AGENTS.md by stack type
├── metrics/ Agent outcome logs (JSON-lines)
├── traces/ Action traces per session
└── memory/ episodic, procedural, pitfalls
- Spec Review — brainstorm → plan → 3 reviewers → approve
- Step Verify — lint after edit (hook), test after commit (hook), stall detection
- PR Review — cross-engine review + CI
- Human Merge — human decides. NEVER auto-merge.
See docs/specs/DESIGN.md for the full design spec (v2).
MIT