← ClaudeAtlas

find-your-unknownslisted

Before turning an agent loose on a coding task, surface the decisions you never specified — the gaps between your prompt (the "map") and the real codebase (the "territory"). Runs six prompt patterns (blind-spot pass, brainstorm/prototype, interview-me, reference-as-map, implementation-notes logging, quiz-me) to enumerate unknowns and shape the architecture up front. Use when the user says "help me scope this before I build it", "what am I missing", "find my blind spots", "interview me about this feature", "I don't know this codebase / this domain, help me prompt better", "de-risk this before the big run", or "surface the unknowns" — and BEFORE kicking off a large or architecture-shaping agent run on an under-specified task.
axel-pm/watch-n-learn · ★ 3 · AI & Automation · score 76
Install: claude install-skill axel-pm/watch-n-learn
# find-your-unknowns A more capable agent traverses more of the codebase, so it hits more decisions you never wrote down — and drifts. The fix is to find those decisions *before* the big run. Your prompt is a **map**; the codebase is the **territory**. This skill surfaces everywhere the territory holds something your map doesn't. ## When to use vs. skip - **Use** before a large, ambiguous, or architecture-shaping task, or when you (or the user) are new to this codebase or domain. - **Skip** for a small, fully-specified change where the territory is already known — running the full battery would be ceremony. ## Inputs - A **task/goal** (what the user wants built or changed). - A **target repo or subsystem** you can read. - Optionally: reference code/mockups, and context about the user's taste, stage, and constraints. ## Workflow Don't blindly run all six. Pick by the *kind* of unknown in play (see table), run those, then consolidate. Note the **When** column: only patterns 1–4 run during this scoping pass. Pattern 5 is an instruction you *produce now* but inject into the later build run; pattern 6 runs *after* the build. Each pattern's full prompt template is in `references/prompt-patterns.md`. | Kind of unknown | Pattern | When | Skip if | |---|---|---|---| | "I don't even know what I don't know here" | **1. Blind-spot pass** | scoping | rarely — this is the anchor | | Aesthetic / "know it when I see it" | **2. Brainstorm & prototype** | scoping | the surface isn't