GitHub - agent-next/agent-driven: One person + this system = a top-level R&D team. Portable agent-driven development scaffold for Claude Code + OpenAI Codex.

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