What problem does it solve?
It prevents users from mishandling irreversible, real-world processes by giving step-by-step guidance tied to a checked-in runbook, while ensuring sensitive artifacts are classified and gated before anything is recorded.
Core Features & Use Cases
- Field-by-field runbook narration: Reads the project runbook and prompts the user for each required external-form value in order, with the “you fill, I narrate” division of labor.
- Sensitive artifact classification & gating: Enumerates every produced artifact (e.g., PDFs, screenshots, confirmation numbers) and requires per-item user disposition before staging/committing.
- Runbook drift safety loop: Detects mismatches between the runbook and the live form, pauses the walkthrough, and updates the runbook to match reality before continuing.
- Living docs + PR recordkeeping: Updates relevant records/living docs after completion and opens a PR that captures the workflow outcome without exposing sensitive originals by default.
Quick Start
Ask the skill to walk you through a specific irreversible workflow that has a checked-in runbook, such as “walk me through the EIN application using docs/runbooks/ein-application.md, and help me log and gate the EIN confirmation artifact.”