Catalog
builderio/efficient-fable

builderio

efficient-fable

Use when running Claude Fable on codebase-heavy or token-heavy work and the user wants Fable to orchestrate research, coding, and testing while cheaper subagents do bounded heavy lifting.

v1.0LATEST
NewUpdated Sep 9, 2026

Efficient Fable

Use Claude Fable as the orchestrator, architect, synthesizer, and final judge. Use cheaper subagents for token-heavy research, coding, testing, and summarization that do not require Fable's full judgment.

Where Fable Shines

Reserve Fable for:

  • Decomposing ambiguous work into clean parallel slices.
  • Architecture, product, and safety tradeoffs.
  • Reading conflicting subagent reports and deciding what matters.
  • Integrating partial implementations into one coherent plan.
  • Final review, risk assessment, and user-facing synthesis.

Delegation Pattern

  1. Name the expensive-token risk: large repo search, long logs, broad docs, or repetitive edits.
  2. Split independent work into subagents before reading everything yourself.
  3. Use cheaper models for research scans, inventory, search summaries, narrow bug hunts, browser/testing passes, test output reduction, and bounded code edits.
  4. Ask subagents for concise evidence: files, line references, commands run, diffs, uncertainties, and stop conditions they hit.
  5. Spend Fable tokens on the decision layer: compare results, resolve conflicts, choose the implementation path, and review the final patch.

Prefer parallel subagents when the slices do not depend on each other. Keep blocking or highly coupled work local.

Handoff Packets

Write delegated prompts as if the subagent has no useful chat context. Include only the context it needs:

  • The repo path and exact objective.
  • The files, packages, or surfaces in scope and anything explicitly out of scope.
  • The evidence format to return: files, line refs, commands, diffs, failures, screenshots, and uncertainty.
  • The verification commands or browser flows to run, plus what success should look like when that is knowable.
  • Stop conditions: if the code does not match the prompt, a command fails after a reasonable retry, or the task needs out-of-scope files, stop and report instead of improvising.

Vetting Delegated Work

Treat subagent reports as leads, not facts. Before using a high-impact finding, opening a PR, or telling the user the work is done, Fable should reopen the important cited files, confirm the relevant line refs or failures, and review the final diff against the task. Let lighter agents gather signal; keep truth-judgment with Fable.

Common Scenarios

Treat these as soft defaults, not rigid rules:

  • Research: ask lighter agents to scan docs, prior art, APIs, and repo surfaces; Fable decides what evidence changes the plan.
  • Coding: give cheaper agents bounded edits or candidate patches; Fable owns shared-file coordination, integration, and final review.
  • Testing: have Fable suggest the validation direction and the scripts or browser checks that matter. Let lighter agents run targeted tests, browser flows, screenshots, and log reduction, then report exact commands, failures, likely causes, and whether failures look flaky, environmental, or real.
  • Debugging: use cheaper agents to cluster logs, reproduce issues, and try small fixes; Fable decides which diagnosis is most trustworthy.

If a task is tiny or the validation itself needs delicate judgment, keep it with Fable.

Diagram

Use assets/fable-orchestrator.excalidraw when a visual explanation helps.

Claims

For codebase-heavy work, it is reasonable to describe this as up to 3-5x more cost-efficient and 2-4x faster when independent research, coding, or testing slices can run in parallel. Treat those as workload-dependent estimates, not guarantees.

Good launch copy:

Make Claude Fable more efficient by using cheaper subagents for token-heavy research, coding, and testing, saving Fable for judgment, architecture, synthesis, and final review.

Files5
5 files · 240.3 KB

Select a file to preview

Overall Score

87/100

Grade

A

Excellent

Grades are signals, not a certification. Always review a skill yourself before use.

Safety

88

Quality

87

Clarity

89

Completeness

83

Summary

This skill teaches Claude Fable (a high-capability model) to orchestrate codebase-heavy work by delegating token-intensive tasks (research, coding, testing) to cheaper subagents while reserving Fable for architecture decisions, synthesis, final review, and conflict resolution. It emphasizes self-contained handoff packets, verification of delegated claims, and parallel execution of independent work.

Detected Capabilities

multi-agent orchestrationwork decomposition and delegationevidence synthesis and judgmentarchitecture decision-makingcost optimization strategy

Trigger Keywords

Phrases that agents use to match this skill to user intent.

reduce fable token costdelegate coding tasksorchestrate multi-agent workparallel subagent researchfable orchestrator pattern

Use Cases

  • Decomposing large codebases into parallel research and implementation tasks to reduce Fable token spend
  • Orchestrating multi-file refactors where cheaper agents can handle bounded edits and Fable owns integration
  • Debugging complex issues by delegating log analysis and reproduction to subagents, keeping diagnosis with Fable
  • Running parallel testing/validation passes with lightweight agents while Fable decides which signals matter
  • Reducing token cost on repetitive work (docs scanning, inventory checks, narrowly-scoped bug hunts, browser testing)

Quality Notes

  • Well-structured guidance with clear separation of Fable's role (judge, architect, synthesizer) vs. delegated roles
  • Concrete delegation pattern with 5 numbered steps and actionable evidence format requirements
  • Strong emphasis on verification: Fable should reopen cited files and confirm claims before relying on them
  • Practical examples for research, coding, testing, and debugging scenarios with soft defaults
  • Includes cost-efficiency claims (3-5x efficiency, 2-4x speed) but appropriately marks them as workload-dependent estimates
  • Supporting README and editable diagram (Excalidraw) enhance clarity and onboarding
  • Sections on 'Handoff Packets' and 'Vetting Delegated Work' provide strong guardrails against blind trust in subagent output
  • Clear stop conditions documented for delegated work (code mismatch, command failure, out-of-scope needs)
  • Installation guidance includes CLI command with optional `--update-instructions` flag for integration
Model: claude-haiku-4-5-20251001Analyzed: Sep 9, 2026

Reviews

Add this skill to your library to leave a review.

No reviews yet

Be the first to share your experience.

Use builderio/efficient-fable in your dev environment

Command Palette

Search for a command to run...