A fellowship of agents, each on their own quest
A Claude Code plugin that orchestrates multi-task workflows through structured research-plan-implement lifecycles.
Why Fellowship
Phased Lifecycle
Every task flows through Research, Plan, Implement, Review, and Complete. Hard gates between phases prevent drift and keep reasoning sharp.
Parallel Agents
Multiple independent tasks run simultaneously, each in an isolated git worktree. A coordinator routes approvals and tracks progress.
Gate Enforcement
Structurally enforced via plugin hooks — not just prompts. Tool access is blocked between phases. Compliance jumped from ~33% to ~95%+.
Human in the Loop
All gates surface to you for approval by default. Auto-approve specific gates via config, but you’re always in control. Gandalf never merges.
The Quest Lifecycle
Onboard
Worktree + context loading
Research
Explore codebase + gather conventions
Plan
Architecture with file:line references
Implement
TDD red-green-refactor
Review
Convention check + verification
Complete
PR creation + cleanup
Quick Install
/plugin marketplace add justinjdev/claude-plugins /plugin install fellowship@justinjdev