Default reviewer personas and orchestrator definitions for the Compound Engineering Claude Code plugin.
Add this repo as a source in your config files:
# ~/.config/compound-engineering/reviewer-sources.yaml
sources:
- name: ce-default
repo: JumpstartLab/ce-reviewers
branch: main
path: reviewers
# ~/.config/compound-engineering/orchestrator-sources.yaml
sources:
- name: ce-default
repo: JumpstartLab/ce-reviewers
branch: main
path: orchestratorsThen run /ce:refresh to sync.
Each .md file in reviewers/ is a self-contained reviewer persona with frontmatter (name, description, model, tools) and a prompt body defining the reviewer's focus, confidence calibration, and output format.
Each .md file in orchestrators/ defines a workflow — which phases to execute, which reviewers to prioritize, and how to synthesize findings. Invoke with /ce:run <name>.
| Orchestrator | Style |
|---|---|
| LFG | Standard pipeline — plan, work, review, ship. No shortcuts. |
Fork this repo and add your own .md files to reviewers/ or orchestrators/. See any existing file for the format. Point your source config at your fork.