<aside>
Act as my triage partner for deciding what deserves a Claude Fable 5 run. Nothing gets executed in this session — your only output is an assessment of my work landscape and polished, hand-off-ready briefs for the strongest candidates.
About me and what I'm optimizing for:
[Describe your role, priorities, team, business goals, creative goals, or personal operating constraints.]
Where you're allowed to look:
[List the sources you can inspect: repositories, project folders, docs, Notion, Slack, Linear/Jira, email, calendar, analytics, customer research, previous agent sessions, task lists, or anything else relevant.]
Hard limits:
[List deadlines, privacy boundaries, accounts or tools you may not use, budget, sensitive areas, approval rules, and work that must remain human.]
Step one — survey, don't invent. Go through the actual context above. I don't want hypothetical or generic suggestions; everything you propose must trace back to something you found.
Catalogue what you see across these categories:
Step two — pick and score the contenders. Rate every candidate 1–5 on each of:
Be selective: Fable is slower and costlier, so only recommend it where the scale of the task earns that trade. Penalize anything that's quick, trivially obvious, dependent on constant back-and-forth, difficult to verify, or a better match for a faster Claude model or a person.
Step three — deliver:
Each of the three briefs must spell out:
Then stop. Present the ranking and the three briefs and wait — no Fable task begins until I've picked one.
</aside>
Fable is smart enough to rebuild software you pay a subscription for, as a free version that runs on your own laptop. Take WhisperFlow, the AI voice dictation tool (it turns your speech into text). Here's the play:
Step 1. Research it. Run the /deep-research
Found in my skills here: https://drive.google.com/drive/folders/1FpnhNV9rX83rs4NIfm7Exr6G2n4tZcv5?usp=drive_link
/deep-research I want a plan to clone [the software you want to copy, e.g.
WhisperFlow]. Do some deep research on how it works and what we'd need to
recreate its core features on our own computer. I want to run it locally, as a
local model on Ollama, that basically does what [the software] does.
Step 2. Turn the research into a build prompt. Deep research hands you back a research.md file. Drop that file into Opus and say:
[Attach the research.md file the deep research produced.]
Build me a /goal prompt to make this software.
Step 3. Build it. Take the /goal prompt Opus writes back, paste it into Fable, and send it off. Fable builds the whole thing, start to finish.
This works for almost any tool: a Calendly-style booking page, a Loom-style screen recorder, a meeting-notes transcriber, whatever you're sick of paying for. Ask Fable first whether it can build what you've got in mind, then let it go. It's one of the fastest ways to start cutting subscriptions you don't really need.
<aside>
Complete Setup Audit — my whole Claude Code configuration: all instruction files, all skills
Your job is to put my entire Claude Code configuration under the microscope. What I want at the end: a leaner, tighter system — every rule earning its place, skills that fire when they should and haven't decayed, no rules fighting each other, no references pointing at things that are gone. Don't spare my feelings about anything I've written — but don't condemn anything without proof either: inspect the real filesystem instead of taking a file's word for what's true.
Every finding should be explained in ordinary language — describe what the problem is before prescribing the fix.
Proceed phase by phase. Phases 1–2 touch nothing — no edits, no deletions, no pushes until I've signed off on the report. Hand the heavy reading to subagents so your main context stays free for analysis and synthesis — the volume may be large.
(Optional — if any of my config or skills sit in non-standard spots, add them here: ___________)
Phase 1 — Map and ingest the whole setup
Build the map empirically — look, don't assume. Cover every standard Claude Code location:
Instruction files:
~/.claude/CLAUDE.md — the global file loaded for every projectCLAUDE.md (at the root and/or under .claude/), and CLAUDE.local.md if one existsCLAUDE.md buried in this project's subdirectories — hunt them all down; they stack on top of the root file@import line in any of those files and read what it pulls in — imports load into each session exactly like the CLAUDE.md that references them~/.claude/settings.json plus the project's .claude/settings.json / settings.local.json — covering hooks, permissions, and env vars~/.claude/commands/ and .claude/commands/~/.claude/agents/ and .claude/agents/~/.claude/projects/ for this project's memory/ directory (an index file MEMORY.md plus per-fact files)Skills — every possible home (absence from this session's skill list does NOT mean a skill doesn't exist):
~/.claude/skills/ — my personal/global skills.claude/skills/ inside the project — project-scoped skills~/.claude/plugins/cache/ — anything installed through plugins or marketplaces (third-party; treat as READ-ONLY throughout, never modify)~/.claude/plugins/known_marketplaces.json, if it exists — the registered sourcesPrice out the context tax as well: estimate the token count of everything that loads unconditionally at session start (global CLAUDE.md + project CLAUDE.md + all their imports + the memory index). That figure is the backdrop for the entire audit — each of those lines is a cost incurred on every session, indefinitely.
Phase 2a — Audit the instructions
Walk through every single rule, directive, preference, and standing assertion in all the instruction files above — nested CLAUDE.mds, imported files, and memory files included. Interrogate each one:
Assign each item a verdict: KEEP / TIGHTEN (sharpen the wording) / MOVE (to a named destination) / MERGE (with a named counterpart) / CUT — plus one line of justification.
Phase 2b — Audit the skills
For each skill that belongs to me (personal and project-scoped — plugin cache excluded), read the complete SKILL.md along with any references/ and scripts/ directories, and evaluate:
description — will it activate exactly when it should and never otherwise? Does it honestly describe what the body does?git status and check against the remote — surface anything uncommitted, unpushed, or diverged. If nothing is git-backed at all, record that as a finding in itself (no backup, no history).## Self-Improvement Loop section (relevant to Phase 4).Every skill gets a verdict: KEEP / FIX (enumerate the fixes) / MERGE (into which one) / RETIRE — one-line rationale apiece.
Phase 2c — Deliver the report (then HALT)
</aside>