Fellowship
See what makes it different ↓The problem with AI coding agents
Every tool gives you an agent.
None of them give it a brain.
Amnesia
Every run starts from zero. Your agent makes the same mistakes it made yesterday.
No plan
You say "add auth" and pray. No spec, no criteria, no way to verify the output.
No review
Code goes straight to your branch. No second pair of eyes. No quality gate.
What makes Fellowship different
Agents that learn.
Fellowship stores learnings, gotchas, and architecture decisions. Every run builds on the last.
Same agent. Same codebase. 30 days of accumulated wisdom.
The full pipeline.
From planning to shipping. One CLI.
Spec-First Runs
Every task auto-generates a spec with acceptance criteria from your codebase context. The agent implements against the spec, not vibes.
Writer-Reviewer
One agent writes, another reviews against the spec. Automated quality gates with human override via --review.
Hire Your Team
Build your agent team through conversation. Define roles, models, specialties. Fellowship writes the config.
Auto Documentation
The Scribe agent updates your CHANGELOG, README, and API docs after every run. Documentation that writes itself.
Simple commands. Powerful results.
Everything from setup to shipping.
fellowship init Set up a new project fellowship adopt Add Fellowship to an existing repo fellowship hire Build your agent team interactively fellowship run "task" Spec → write → review → done fellowship run "task" --review Human-in-the-loop diff approval fellowship spec "task" Generate spec without implementing fellowship search "query" Search project learnings and gotchas fellowship scribe Auto-generate docs from current code fellowship status Dashboard of runs, learnings, agents
Stop prompting.
Start building.
One install. Zero config. Agents that actually remember.
npm install -g fellowship-cli Works with
Any CLI-based coding agent. Cloud or local.