Terminal tabs everywhere
Parallel agents generate momentum, but tracking what each one did and why becomes manual overhead.
Spec-driven development for AI teams
Aigon structures the full product lifecycle — research, feature delivery, and user feedback — as specs and logs committed directly to your repository. Every decision is traceable, every implementation is reviewable, and your project memory stays portable across tools.
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
Why Aigon
Adapts to Your Stack
Aigon detects project type and adjusts templates, test guidance, and dev defaults.
web • api • ios • android • library
Dev Proxy
Avoid port collisions with URLs like cc-119.myapp.test when running multiple worktrees.
aigon dev-server start
Hooks
Run pre/post command hooks for database branches, service setup, and environment orchestration.
aigon hooks list
Evaluation Rubrics
Generate structured comparisons for spec fit, quality, and maintainability before choosing a winner.
aigon feature-eval 07
Board View
Visualize active and queued work with mode indicators for branch, worktree, and arena execution.
aigon board --list --active
Cost + Control
Use your own Anthropic, Google, OpenAI, or Cursor setup with no workflow-level lock-in.
aigon install-agent cc gg cx cu
Project Immortality
Most AI development happens in ephemeral chat tabs that vanish when the browser closes. Aigon treats project context as a first-class citizen of your repository.
Decisions, trade-offs, and research findings are committed as Markdown. Your project's "Why" stays searchable and versioned forever.
Switching from Claude to Gemini? Your history doesn't stay behind in a proprietary cloud. It lives in your Git history, portable and private.
Aigon's implementation logs provide a play-by-play of every AI-led change, making code reviews fast and forensic even months later.
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 feature-create "jwt-auth"
aigon feature-prioritise jwt-auth
02
# solo
aigon feature-setup 07
# arena
aigon feature-setup 07 cc gg cx
03
aigon worktree-open 07 --all
aigon feature-implement 07
04
aigon feature-eval 07
aigon feature-done 07 cx
aigon feature-cleanup 07
In practice
Documentation
git clone https://github.com/jayvee/aigon.git
cd aigon
npm install
npm link
cd /path/to/your/project
aigon init
aigon install-agent cc gg cx cu
aigon feature-now "dark-mode"
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.