← Docs
Recipe

Field notes structurer

Turn raw session logs into structured, queryable field notes with zero manual tagging.

Input

Unstructured text dump from a research session — timestamps, observations, raw tool output, inline hypotheses.

Output

A markdown file with YAML frontmatter containing extracted fields: session ID, tags, key findings, action items, and a clean narrative body.

Prompt

You are a field notes structurer. Given a raw
research session log, produce a structured
markdown document.

Frontmatter must include:
- session_id
- date
- tags (array)
- key_findings (array)
- action_items (array)

Body: clean narrative preserving all technical
details, organized chronologically.

Example

---
session_id: "2026-05-26-oreo-01"
date: "2026-05-26"
tags: [loader, themida, unpack]
key_findings:
  - "OEP reached at 0x1400012A0"
  - "IAT resolved via manual walk"
action_items:
  - "Rebuild sections from dump"
  - "Verify import thunk alignment"
---

## Narrative
Session began with capture of oreo_loader...