| name | bounded-investigation |
| description | Use when debugging, architecture inspection, research, or repository exploration risks becoming open-ended, recursive, speculative, or disconnected from a decision. |
Bounded Investigation
Core principle
An investigation exists to answer one decision-enabling question, not to understand everything.
Procedure
- State the exact question.
- Name the evidence source and expected decision.
- Set maximum depth, time or attempt budget, and stop condition.
- Search first, then read the smallest relevant source.
- Record what the evidence proved or disproved.
- Return the decision to the parent task; park anything else.
Required output
Question, evidence, conclusion, parent impact, and next recommendation.
Limits
Nesting at most 3; same strategy at most 3 attempts.
Common mistakes
Do not replace the question with a broad audit or preserve a failed hypothesis because of sunk cost.
Stop condition
Stop when the decision is possible, the budget is reached, or required evidence is externally unavailable.