If you use Claude Code with Fable 5, here's a skill pack.
It's called Finding Unknowns
Here's what it does and how to set it up:
These 8 skills help you surface blind spots, gaps, and wrong assumptions before any real code gets written.
The 8 skills:
→ blindspot-pass: Claude explores unfamiliar territory and reports the questions you didn't know to ask
→ brainstorm: surfaces scope you might be missing before you lock in a direction
→ interview: Claude interviews you about the task to pull out the context you forgot to include
→ references: hands Claude visual or written references when words aren't enough
→ plans: flags the decisions most likely to change first, before you've built around them
→ notes: keeps a running log of every place the build deviated from the plan so the next attempt starts smarter
→ pitches: writes a pitch doc that answers the objections reviewers were about to raise
→ merge-quiz: proves you actually understand what changed before you merge it
How to install:
Option 1. npx (fastest)
TERMINAL COMMAND
npx skills add Neeeophytee/finding-unknowns-skills
Option 2. Claude Code plugin
TERMINAL COMMAND
/plugin marketplace add Neeeophytee/finding-unknowns-skills
/plugin install finding-unknowns-skills