From unknowns
Read-only reconnaissance pass over an unfamiliar codebase to surface hidden risks before writing code. Use when starting work in unfamiliar territory or before risky changes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/unknowns:blindspotThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Find the unknowns in a system BEFORE touching it. Reconnaissance only.
Find the unknowns in a system BEFORE touching it. Reconnaissance only.
Read-only. Do not edit, create, or delete any project file. No fixes, however tempting.
Tip for the user (mention once at the start): running this pass in plan mode or a read-only permission mode makes the rule enforced by the harness, not just promised by the model.
rg/find/cat, or equivalent) and git log for churn hotspots to understand
the target. Look specifically for:
git log --oneline -- <path>)### N. <one-line risk statement> [risk: high|medium|low]
Why it matters: <1-2 sentences, concrete failure scenario>
Investigate: `<ready-to-paste follow-up prompt the user can run next>`
End with a one-line recommendation of which finding to chase first.
npx claudepluginhub hiendinhngoc/unknowns --plugin unknownsGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.