Manage the state file for an active investigation. Activate when the user asks to start a new investigation, update what's known, record a source or finding, log a WOO request, or get a summary of where an investigation stands. Reads and writes state.md in the current investigation directory.
Each investigation lives in its own directory. The state file is state.md.
# [Investigation Title]
**Status:** [Verkenning / Actief / Publicatie / Gepubliceerd / On hold]
**Gestart:** YYYY-MM-DD
**Laatste update:** YYYY-MM-DD
**Publicatiedeadline:** YYYY-MM-DD of "n.v.t."
---
## Centrale vraag
[The core investigative question in one sentence.]
## Wat we weten (bevestigd)
- [Fact] — bron: [source], datum: [date]
## Wat we vermoeden (onbevestigd)
- [Hypothesis] — aanwijzing: [what suggests this]
## Openstaande vragen
- [ ] [Question]
## Bronnen geraadpleegd
| Bron | Wat gevonden | Datum | Notitie |
|---|---|---|---|
| CBS tabel 12345NED | Asielaanvragen per gemeente 2019-2024 | 2024-02-10 | Gedownload als CSV |
## WOO verzoeken
| Bestuursorgaan | Onderwerp | Verzonden | Deadline | Status |
|---|---|---|---|---|
| COA | Incidentenrapportages AZC Utrecht | 2024-02-15 | 2024-03-15 | Wachtend |
## Gesproken bronnen
- [Name/role] — [date] — [key point, can be kept vague for source protection]
## Tijdlijn
- YYYY-MM-DD: [Event]
## Bestanden
- [filename] — [what it contains]
## Notities
[Freeform notes, dead ends, context]
When /journalist:new-investigation is called or user says "start new investigation":
~/investigations/[slug]/state.md using the template aboveWhen user says "add to state", "log this finding", "record source", etc.:
state.mdWhen a WOO request is drafted and user confirms sending:
When user asks "where are we" / "what's the status":
state.md