justinjdev/fellowship

5 stars · Last commit 2026-03-22

A Claude Code plugin for orchestrating parallel AI agent quests with worktree isolation, phase gates, and context discipline

README preview

<img width="1512" height="982" alt="Screenshot 2026-02-27 at 14 55 56" src="https://github.com/user-attachments/assets/a4fb319e-20ca-4bba-8595-134cbd06f4b6" />

# Fellowship

A Claude Code plugin that orchestrates multi-task workflows through structured research-plan-implement lifecycles. Named after the obvious — a fellowship of agents, each on their own quest, coordinated by a wizard who never writes code.

## What It Does

Fellowship gives Claude Code a disciplined workflow engine. Instead of diving straight into code, tasks go through phased lifecycles with hard gates between them: research the system, plan the changes, implement with TDD, review against conventions, then ship.

For multiple independent tasks, it spins up parallel agent teammates — each in an isolated git worktree — coordinated by a lead agent (Gandalf) who routes approvals and reports progress.

## Install

From within Claude Code, run these as **two separate commands**:

```
/plugin marketplace add justinjdev/claude-plugins
```
```

View full repository on GitHub →