What problem does it solve?
Inbound peer messages can arrive unsorted, duplicative, or require coordination outside the agent's scope. The inbox skill ensures each message is triaged to a single verb (Delete, Defer, Delegate, or Do) and a visible closing artifact, preventing silent drops and loop noise.
Core Features & Use Cases
- Deterministic triage: read one message from state/input.md, assign a verb, and determine the closing artifact.
- Downstream workflow loading: load the appropriate skill when the verb requires action (e.g., review, code change, or operator coordination).
- Noise reduction: detect duplicates and loops, archiving or closing with rationale to maintain inbox coherence.
Quick Start
Process the next inbound message by running the inbox triage flow to read state/input.md, assign a verb, and write a closing artifact to the appropriate output.