[vibe](../README.md) > [Investigations](README.md) > **_template** # INV-NNN: Title > **Status**: In progress | Complete | Blocked > **Date**: YYYY-MM-DD > **Priority**: ๐Ÿ”ด High | ๐ŸŸ  Medium | ๐ŸŸก Low > **Related**: ADR-NNNN ยท PRD ยท upstream/downstream links ## Objectives What this investigation set out to answer. Use checkboxes so progress is visible at a glance. - [ ] Question or goal 1 - [ ] Question or goal 2 ## Executive summary Two or three sentences a busy reader can absorb without scrolling: what was investigated, what was found, and what (if anything) to do about it. ## Findings Write each finding for diagonal reading: lead with the Brief, then evidence, then the bold Finding. ### 1. Finding title **Brief.** One line stating what this section is about. Evidence โ€” the data, logs, code paths, commands, or reasoning that support the conclusion. **Finding:** the bold takeaway. Tag with a classification emoji (๐Ÿ”ด / ๐ŸŸ  / ๐ŸŸก / ๐ŸŸข / ๐Ÿ”ต). ### 2. Finding title **Brief.** ... Evidence ... **Finding:** ... ## Summary table | # | Finding | Classification | Action | | --- | --- | --- | --- | | 1 | ... | ๐ŸŸ  | ... | | 2 | ... | ๐ŸŸข | ... | ## Classification | Emoji | Meaning | | --- | --- | | ๐Ÿ”ด | Critical โ€” data-loss or breaking risk confirmed | | ๐ŸŸ  | Significant โ€” degraded but working, or a real coupling to watch | | ๐ŸŸก | Minor โ€” worth noting, low impact | | ๐ŸŸข | Healthy โ€” verified safe / no issue found | | ๐Ÿ”ต | Informational โ€” context, no action implied | ## Open questions - Anything left unresolved, deferred, or needing a follow-up investigation. ## References - Commands, files, PRs, ADRs, PRDs, or external docs consulted (descriptive link text, never "here"/"this").