Loading...
Loading...
Decision guide for delegating to caveman-style subagents. Tells the main thread WHEN to spawn `cavecrew-investigator` (locate code), `cavecrew-builder` (1-2 file edit), or `cavecrew-reviewer` (diff review) instead of doing the work inline or using vanilla `Explore`. Subagent output is caveman-compressed so the tool-result injected back into main context is ~60% smaller — main context lasts longer across long sessions. Trigger: "delegate to subagent", "use cavecrew", "spawn investigator/builder/reviewer", "save context", "compressed agent output".
npx skill4agent add juliusbrussee/caveman cavecrewExplore| Task | Use |
|---|---|
| "Where is X defined / what calls Y / list uses of Z" | |
| Same but you also want suggestions/architecture commentary | |
| Surgical edit, ≤2 files, scope obvious | |
| New feature / 3+ files / cross-cutting refactor | Main thread or |
| Review diff, branch, or file for bugs | |
| Deep code review with rationale + alternatives | |
| One-line answer you already know | Main thread, no subagent |
Explorecavecrew-investigatorcavecrew-investigator<Header>:
- path:line — `symbol` — short note
totals: <counts>.No match.path:\d+cavecrew-builder<path:line-range> — <change ≤10 words>.
verified: <re-read OK | mismatch @ path:line>.too-big.needs-confirm.ambiguous.regressed.cavecrew-reviewerpath:line: <emoji> <severity>: <problem>. <fix>.
totals: N🔴 N🟡 N🔵 N❓No issues.cavecrew-investigatorcavecrew-buildercavecrew-reviewercavecrew-investigatorcavecrew-buildercavecrew-buildercavecrew-investigator → cavecrew-buildertoo-big.cavecrew-reviewerCode Reviewer