What problem does it solve?
This skill safely transitions a research draft into a durable commit artifact by verifying required files, publishing to the right external destination when configured, and recording proof via receipts and external_refs.
Core Features & Use Cases
- Deterministic commit for research briefs: Confirms the declared brief path exists, then seals it either as a local durable file or as an externally published artifact with captured identifiers.
- Variant-aware irreversible actions: Handles
rejections, dataset, and calibration learning variants with correct artifact consumption, validation, and external filing/receipt behavior.
- Guardrails and explicit failure gates: Escalates to
awaiting_operator or awaiting_external for missing tools, missing credentials, malformed learning_variant values, inconsistent datasets, or missing/invalid draft artifacts.
- Receipt integrity: Appends authoritative
external_refs to index.md so verify can re-fetch and validate what was committed.
Quick Start
Ask an operator to commit a playbook: research action by setting learning_variant appropriately so the commit worker publishes (when configured) and records receipt external_refs for later verification.