Terminal demo
$ aigon research-setup 05 cc gg cx
$ aigon feature-setup 01 cc gg cx cu
$ aigon feature-eval 01
$ aigon feature-done 01 cx
Spec-driven development for AI teams
Aigon turns multi-agent coding into a deliberate system. Research in parallel, implement with worktree arenas, review alternatives, and keep every decision linked back to a spec.
Terminal demo
$ aigon research-setup 05 cc gg cx
$ aigon feature-setup 01 cc gg cx cu
$ aigon feature-eval 01
$ aigon feature-done 01 cx
Research → Features → Code Review → Feedback → Repeat
The problem
Parallel agents generate momentum, but tracking what each one did and why becomes manual overhead.
Without spec-linked workflows, merge decisions and implementation tradeoffs disappear into chat history.
Teams rarely compare multiple implementations side-by-side before merging the best approach.
User feedback, research, and implementation often live in separate tools with no shared lifecycle.
Core features
Research Arena
Spin up several agents on one topic and compare findings before writing a single line of product code.
aigon research-setup 05 cc gg cx
Feature Workflow
Move features through clear folders and logs so project state is visible from the file tree.
aigon feature-implement 01
Arena Mode
Create separate worktrees for each agent, then evaluate alternatives and merge the winner.
aigon feature-setup 01 cc gg cx cu
Feedback Loop
Convert incoming feedback into structured tasks and link outcomes back to specs and decisions.
aigon feedback-triage 14
The big picture
Explore alternatives, constraints, and market context with multiple agents.
Convert winning ideas into specs that define scope, intent, and success criteria.
Evaluate implementations, merge the strongest option, and keep rationale in logs.
Capture user signals and route them back into research and planning.
How it works
01
aigon init
aigon install-agent cc gg cx
02
aigon research-create "auth-strategy"
aigon research-setup 05 cc gg
03
aigon feature-create jwt-auth
aigon feature-now jwt-auth
04
aigon feedback-create "Login is slow"
05
aigon feedback-triage 15
Documentation
git clone https://github.com/jayvee/aigon-site.git
cd aigon-site
aigon init
aigon feature-create landing-page-improvements
Tech & philosophy
Aigon is built for teams who want disciplined AI-assisted engineering, not opaque automation.
Community
Contribute specs, improve workflows, and share real-world patterns for running multi-agent engineering teams effectively.