What problem does it solve? Long coding sessions exhaust the main context window because vanilla subagent results are injected back verbatim as verbose prose, leaving too little budget to finish the task. ## Core Features & Use Cases - Delegation Decision Matrix: Tells the main thread when to spawn cavecrew-investigator (locate code), cavecrew-builder (1-2 file edits), or cavecrew-reviewer (diff review) versus using vanilla agents or working inline. - Compressed Output Contracts: Each subagent returns structured, caveman-compressed results roughly 60% smaller than vanilla prose, with grep-friendly formats like path:line — symbol — note. - Chaining Patterns: Supports locate → fix → verify pipelines, parallel scouting with multiple investigators, and single-shot edits when the site is already known. - Use Case: During a large refactor, spawn two investigators in parallel to find definitions and callers, hand the chosen sites to the builder, then have the reviewer audit the diff — all while keeping main-context usage low. ## Quick Start Ask the assistant to delegate a code search to cavecrew, for example: use cavecrew to find where the authentication middleware is defined and then fix the token expiry bug there.