Triage

A box is a directory of your data, kept under version control with a full history of changes (using git); a card is a markdown file with a structured header; the agent is the coding agent (Claude Code or Codex) that operates the box. Triage is the pipeline that decides where a newly arrived item belongs.

What it does for you

What it needs

Nothing beyond the box itself; triage runs over whatever connectors and capture paths you already use.

How it works, briefly

The process has three stages: intake (clean up the item, for example transcribing speech or pulling text out of a scanned image, without deciding where it goes), triage (pick a category and move the item to that category's holding spot), and handle (run the category's procedure to reach the item's final resting place). Each stage is a real step recorded in the box, so a partially triaged item is visible, not stuck invisibly partway through. Triage runs automatically during regular check-ins and other automated passes, not only when you ask.

Limits

The category rule set does not automatically rewrite itself from a low- confidence answer today; you edit the category's card by hand when a pattern emerges. An item the categorizer truly cannot place lands in an unhandled holding area rather than being forced into the nearest category.

Go deeper

../reference/triage.md, ../reference/cards/landmark.md, questions.md