What problem does it solve?
This Skill prevents missing-entity commits from failing silently by bootstrapping proposed entities into a durable state, then enforcing that an irreversible commit step is only performed when a matching per-playbook commit recipe exists.
Core Features & Use Cases
- Entity bootstrap for
proposed_entity refs: Detects missing entity paths, creates the entity index with atomic create-or-detect semantics, and appends canonical trail entries.
- Merged-entity redirect handling: Resolves
merged_into chains (with a safety cap) to ensure provenance and receipts target the live successor, not a tombstone.
- Append-only receipts and provenance safety: Writes external receipts into both the action trail and the entity
stages/ trail, and converts context refs from proposed_entity to related_entity after a successful bootstrap.
- Default commit refusal with escalation: If no per-playbook commit skill exists, routes to the operator instead of guessing an irreversible action.
Quick Start
Ask the agent running the commit stage to apply commit/default to any action whose playbook falls back to default and whose proposed entities must be bootstrapped before proceeding.