live-runbook-walkthrough

Narrate external irreversible workflows step-by-step from a checked-in runbook.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ElvinOuyang/claude-skill-collection --skill live-runbook-walkthrough
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: live-runbook-walkthrough
Source: https://github.com/ElvinOuyang/claude-skill-collection/tree/main/plugins/workflow-toolkit/skills/live-runbook-walkthrough
Command: npx skills add https://github.com/ElvinOuyang/claude-skill-collection --skill live-runbook-walkthrough

SYSTEM DOCUMENTATION & REQUIREMENTS

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.”

Frequently Asked Questions about live-runbook-walkthrough

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I safely guide an irreversible regulatory filing workflow using a runbook?

To safely guide an irreversible regulatory filing, this Skill narrates each step from your checked-in project runbook and coordinates field-by-field input without automating form submission. It enforces sensitive data classification and gates artifacts before staging them.

What is the best way to handle sensitive artifacts like confirmation numbers during a runbook walkthrough?

Handling sensitive artifacts during a runbook walkthrough requires classifying each produced item, such as PDFs or confirmation numbers. The Skill enumerates every artifact and requires per-item user disposition before staging or committing anything to the repository.

How do I manage runbook drift when the live form does not match my checked-in runbook steps?

To manage runbook drift when the live form mismatches your checked-in steps, the Skill pauses the walkthrough and triggers a safety loop. It requires you to update the runbook to match reality before continuing the field-by-field guidance.

Can I log workflow outcomes and update living docs via a PR after completing a financial setup process?

Yes, you can log workflow outcomes and update living docs via a PR after completing a financial setup process. The Skill updates relevant records and opens a PR capturing the outcome without exposing sensitive original artifacts by default.

Does the runbook walkthrough automate external form submission for processes like EIN application or TestFlight provisioning?

No, the runbook walkthrough does not automate external form submission for processes like EIN application or TestFlight provisioning. It uses a 'you fill, I narrate' division of labor, prompting you for each required external-form value in order.