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, 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

0

Onboard

Worktree + context loading

1

Research

Explore codebase + gather conventions

2

Plan

Architecture with file:line references

3

Implement

TDD red-green-refactor

4

Review

Convention check + verification

5

Complete

PR creation + cleanup

Quick Install

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