Rylaa/fable5-opus5-orchestrator

72 stars · Last commit 2026-09-11

Keep Claude Fable 5 in the chair all day without draining your usage limit — token-frugal multi-agent orchestration plugin for Claude Code: tier routing (Sonnet 5 does the work), Requirements Ledger, enforced guard hooks, automatic teammate reaping

README preview

# Fable Orchestrator

[![CI](https://github.com/Rylaa/fable5-opus5-orchestrator/actions/workflows/ci.yml/badge.svg)](https://github.com/Rylaa/fable5-opus5-orchestrator/actions/workflows/ci.yml)

A Claude Code plugin that makes the chair ask first: every question a job raises goes to you at the start, in rounds, before anything is planned, delegated or edited. Four hooks enforce it so it does not depend on the model remembering.

## Install

```
/plugin marketplace add Rylaa/fable5-opus5-orchestrator
/plugin install orchestrator@fable-orchestrator
```

Restart Claude Code afterwards. Needs `python3` on PATH; macOS and Linux only.

## How a session runs

1. **You give the chair a job.**
2. **It asks questions — all of them at the start.** It reads the repo first, then asks in rounds until no question is left open and a worker's spec could be written without guessing. Nothing is asked mid-implementation.
3. **It writes the ledger** — the answers under `## Clarified`, then every requirement as one checkbox line in `./.workflow/LEDGER.md`.

View full repository on GitHub →