By DannyMac180
Orchestrate multi-model AI coding by using Claude as an architect to decompose tasks into specs, then route implementation to cheaper models (Grok 4.5, GPT-5.5) via CLI tools, reducing costs while maintaining quality.
Cross-vendor implementation lane running GPT-5.5 via the OpenAI Codex CLI (`codex exec`, reasoning effort high). Route work here when correctness or completeness is critical enough to justify a second model family, or when you want an independent non-Anthropic implementation to compare against a Claude lane. Receives the same complete spec as the implementer agent; drives codex to write the code; returns a structured report with verification evidence. Requires the `codex` CLI installed and authenticated — reports a structured error if it is missing, never silently substitutes itself.
Second-opinion advisor running Claude's most capable model (Fable 5). Consult at commitment boundaries — before architectural decisions, data migrations, big refactors, or API designs, and whenever the same problem has resisted two attempts. Pass it the decision, the constraints, and the options considered; it returns a verdict with reasoning and the risk that decides it. Advises only — never implements.
Default implementation lane running Grok 4.5 via xAI's Grok CLI (https://x.ai/cli, headless mode). Route routine, well-specified work here — the spec fully determines the outcome and Grok does the typing at a fraction of the architect's token cost, from a different model family than the session. Receives the standard five-part spec; drives grok to write the code; returns a structured report with verification evidence. Requires the `grok` CLI installed and authenticated — reports a structured error if it is missing, never silently substitutes itself.
Uses power tools
Uses Bash, Write, or Edit tools
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub dannymac180/fable-advisor --plugin fable-advisorConsult Claude Fable 5 as a strategic advisor at costly-to-revert inflection points: architecture decisions, stuck debugging, plan review, pre-completion review, and unattended loop/schedule design. Compact briefing packets, hard budget caps, terse verdicts — judgment from Fable, tokens from Opus.
Intelligent model routing for Claude Code - routes queries to optimal Claude model (Haiku/Sonnet/Opus) based on complexity, with persistent knowledge system, context forking, and multi-turn awareness
Automatic model switching for Claude Code based on prompt complexity. No API calls.
Model-aware multi-agent orchestration for Claude Code. On Fable: token-frugal delegation to preserve the usage limit. On Opus/other: a latency-lean profile that keeps the quality guarantees (Requirements Ledger + verification) but spends ceremony proportionally. Auto-detects the session model and injects the right profile; guard hooks enforce the discipline mechanically.
v9.52.0 - Reliability wave: tangle contextual review correction loop with hard round ceiling, progress-supervised review rounds (per-agent stall watch, descendant-tree kills), council diversity and agy pin fixes, marketplace generator source-of-truth fix, provider troubleshooting runbook and cost-expectations docs. Run /octo:setup.
Delegate plan execution to Codex CLI via ASP. Part of cc-multi-cli-plugin. Requires the `multi` plugin.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claim