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, and Review. A hard gate leaves each of the first three, preventing drift and keeping 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
Research
Worktree + context, explore codebase, gather conventions
Plan
Architecture with file:line references
Implement
TDD red-green-refactor
Review
Adversarial pass, conventions, verification, PR
Quick Install
/plugin marketplace add justinjdev/claude-plugins /plugin install fellowship@justinjdev