A fellowship of agents, each on their own quest

A Claude Code plugin that orchestrates multi-task workflows through structured research-plan-implement lifecycles.

Fellowship plugin showing parallel quest orchestration in Claude Code
Get Started

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

1

Research

Worktree + context, explore codebase, gather conventions

2

Plan

Architecture with file:line references

3

Implement

TDD red-green-refactor

4

Review

Adversarial pass, conventions, verification, PR

Quick Install

/plugin marketplace add justinjdev/claude-plugins
/plugin install fellowship@justinjdev
View full setup guide →