What problem does it solve?
This skill batches a stream of observations, classifies each into one of six classes (ARTIFACT, DISTILL, DECISION, SHAPING, DEFER, REJECT), enriches ARTIFACT items with context, and coordinates batch approvals before delegating work or queuing items for later handling.
Core Features & Use Cases
- Classifies items into ARTIFACT, DISTILL, DECISION, SHAPING, DEFER, or REJECT to support downstream routing.
- Enriches ARTIFACTs with feature/epic/priority hints and suggests appropriate downstream actions.
- Performs batch-approval before any execution and delegates ARTIFACT, DISTILL, and DECISION items to momentum:intake, momentum:distill, and momentum:decision respectively; SHAPING/DEFER/REJECT items are queued via intake-queue.
- Writes SHAPING/DEFER/REJECT items to intake-queue.jsonl via the momentum-tools CLI when approved.
Quick Start
Invoke /momentum:triage with your list of observations to begin the triage workflow.