context-hunter
Installation
SKILL.md
Context Hunter
Before writing code, run a focused discovery loop. Do not load everything. Find the right files.
Complexity Gate
Classify task complexity first:
L0 (trivial): typos, renames, copy-only edits, obvious single-line fixes with no behavior change.L1 (moderate): behavior changes in one bounded area.L2 (high-risk): cross-module changes, data semantics, refactors, architecture-impacting work.
Output by level:
L0: no context brief, proceed directly.L1: write a micro-brief.L2: write a full context brief.