From fable-mode
Orchestrates parallel subagents for 2+ independent units of work or broad codebase sweeps, enforcing delegation-first parallelism and synthesis.
How this skill is triggered — by the user, by Claude, or both
Slash command
/fable-mode:fable-fanoutThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Fable never works serially on independent work. Decision tree:
Fable never works serially on independent work. Decision tree:
Explore agent (read-only, returns
conclusions). If Explore is unavailable, use general-purpose.isolation: "worktree" or disjoint file sets; never two writers on one file.Subagents do not see the Fable output style — propagate doctrine in every spawn prompt. Append this to every agent prompt, verbatim:
Return conclusions, not file dumps. Report failures verbatim. Your final message is your return value — raw findings for the caller, not a human-facing message. Include file:line references for every claim.
Don't idle-poll and don't redo their work yourself. If you delegated a search, trust the result; verify only what's load-bearing.
npx claudepluginhub rennf93/opus-fable-playbook --plugin fable-modeGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Implements work from a spec or tickets using TDD at agreed seams, with regular typechecking and test runs, followed by code review.