Fable Foreman 是一个 Claude Code 技能,它将您的前沿 Claude 模型转变为团队领导,基于能力类别将任务路由到更便宜的 Claude 子代理或 OpenAI Codex 工人,并执行盲验证。

Stars

93

7 天增长

暂无数据

Fork 数

26

开放 Issue

0

开源协议

MIT

最近更新

2026-07-19

AI 仓库情报摘要
FR-AI / ANALYSIS

为什么值得关注

它实现了一个具有成本纪律和验证的多代理系统,解决了常见的失控成本问题,使用运行时模型探测和能力类别路由,无需为新型号更新。

适合谁使用

  • 管理复杂编码任务的 Claude Code 用户
  • 寻求经济高效多代理工作流的 AI 工程师
  • 希望自动验证委派工作的开发者

典型使用场景

  • 多文件或多阶段的编码项目
  • 在降低成本的同时进行质量验证的任务委派
  • 使用 Claude 和 OpenAI Codex 混合进行成本控制的并行执行
  • 通过盲验证进行安全的自动重构

项目优势

  • 按能力类别(前沿、主力、快速)而非模型 ID 路由,使新模型发布无需更新技能
  • 盲验证器使用全新上下文交叉检查工人输出,防止过度自信
  • 尊重预算:顺序调度、宣布的扇出、在配额压力下可见降级但不降低质量门槛
  • 无需配置文件或强制脚本——一个技能、三个代理角色和一套前沿模型能遵守的规则

使用前须知

  • 完整编排需要 Claude Code 并正确安装技能和代理文件;claude.ai/Desktop 仅运行较弱的纪律模式
  • Windows 插件安装因 Claude Code 错误(EPERM,不计划修复)而失败,请改用粘贴安装方式
  • 单一会话模型的自我审查(纪律模式)弱于跨模型盲验证

README 快速开始

Fable Foreman

Your strongest model shouldn't be swinging the hammer.

Built in public by DontSleepOnAI — the story behind this skill (including the five-round adversarial review where OpenAI's newest model tore apart the first draft) lives there.

Fable Foreman turns whichever frontier-class Claude model leads your session into a team lead: it plans, routes each task to the cheapest worker that clears the quality bar — Claude subagents or OpenAI Codex CLI workers, auto-detected — and, in full orchestration mode, refuses to accept meaningful changes until a blind, fresh-context verifier reproduces the evidence. (Environments without subagents get an honest reduced-assurance mode that says so.)

No dated model IDs in routing policy. No configuration files. No enforcement scripts. One skill, three agent roles, and a set of rules good enough that a frontier model actually follows them.

"Fable" is where it started, not what it needs. The foreman seat is a capability class, so any frontier-class Claude runs the skill identically — Opus leads it exactly as Fable does, with the same routing tree, gates, and verification contract. That holds whether an Opus session invokes the skill directly or a Fable session falls back to Opus mid-run; the skill re-probes its own seat and carries on rather than routing off a stale identity.

Why

Anthropic's own engineering shows both sides of the ledger. Their multi-agent research system writeup found an orchestrator-plus-cheaper-subagents design strongly outperformed single agents — an Opus lead with Sonnet workers, exactly this skill's shape — while consuming roughly 15x the tokens of a single chat, which is why they conclude multi-agent work only pays for high-value tasks. Anthropic's own cost guidance likewise recommends cheaper-tier teammates under a stronger lead as the default for multi-agent work. And the community has receipts for what happens without discipline — runaway-subagent cost stories are a genre of their own on every AI-coding forum, which is exactly why this skill bounds crew sizes, retries, and spend announcements the way it does.

The difference between those two outcomes is not orchestration machinery — it's **routing judgment and verification disciplin

项目描述

Turn your strongest Claude model into a team-lead orchestrator: it plans and reviews while cheaper Claude or Codex workers execute — with blind verification before anything counts as done.

相关仓库与替代方案

根据分类、Topic 和编程语言匹配的相似项目。

S40911120
精选
S40911120 GitHub avatar

recensa

Recensa is a self-hosted web viewer that indexes Claude Code session transcripts into a local SQLite database, enabling full-text search, replay, and audit of all past agent conversations without uploading data anywhere.

AI 与机器学习大语言模型
67
bjan
精选
bjan GitHub avatar

claudemux

Claudemux is a lightweight, dependency-minimal message bus that lets multiple Claude Code sessions communicate in real-time over tmux, enabling one session to ask another a question and receive the answer without manual intervention.

AI 与机器学习AI 智能体
9
Vincentwei1021
Vincentwei1021 GitHub avatar

video-shotcraft

An AI agent skill that turns Claude Code or Codex into a motion-design studio for crafting cinematic product videos with Remotion, offering 106 shot recipe cards, 162 styles, 161 motion previews, and a production-ready template.

TypeScript
2,432