Runbook authoring
Skill planifest/planifest-framework/planifest-framework/external-skills/runbook-authoring
A specification framework for agentic development. Agents build from complete specs - not guesses.
npx -y skills add planifest/planifest-framework --skill runbook-authoringAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Runbook authoring workflow for clear, executable operational procedures for on-call responders. Use when incident response, rollback, failover, or maintenance steps must be documented before production use; do not use for production feature logic design.
SKILL.md
1.8 KB, as published. Nobody here has run it
Runbook Authoring
Overview
Use this skill to produce runbooks responders can execute reliably under incident pressure.
Scope Boundaries
- Use this skill when the task matches the trigger condition described in
description. - Do not use this skill when the primary task falls outside this skill's domain.
Shared References
- Runbook usability rules:
references/runbook-usability-rules.md
Templates And Assets
- Runbook template:
assets/runbook-template.md
- Drill checklist:
assets/runbook-drill-checklist.md
Inputs To Gather
- Operational scenario and trigger conditions.
- System dependencies, permissions, and tooling constraints.
- Recovery and rollback expectations.
- Escalation and communication policy.
Deliverables
- Executable runbook with decision points.
- Drill validation evidence.
- Escalation and ownership mapping.
Workflow
- Draft procedure using
assets/runbook-template.md. - Apply usability guidance from
references/runbook-usability-rules.md. - Validate steps with
assets/runbook-drill-checklist.md. - Refine ambiguous actions and missing prerequisites.
- Publish runbook with owner and review cadence.
Quality Standard
- Steps are actionable, ordered, and unambiguous.
- Rollback and escalation paths are explicit.
- Runbook works for responders beyond original author.
Failure Conditions
- Stop when steps require hidden assumptions.
- Stop when rollback actions are undefined.
- Escalate when drill validation fails for critical scenarios.