route-capture
Installation
SKILL.md
Route Capture
The "do something with the inbox entry" half of the capture pipeline. Reads the classified inbox file, executes the route appropriate to its classification, confirms each side-effect.
Inputs
$ARGUMENTS:
- Required:
<inbox-path>— path to an inbox entry (relative toWORKING_FOLDERor absolute). - Optional:
--reclassify=<class>— override the inbox file's classification. - Optional:
--dry-run— show what would happen, don't write.
Examples
/career:capture route inbox/2026-04-28-1430.md
/career:capture route inbox/2026-04-28-1430.md --reclassify=retrospective
/career:capture route inbox/2026-04-28-1430.md --dry-run