Troubleshooting Playbook Template
Troubleshooting playbooks map symptoms to diagnostics and fixes. Keep them fast to scan, script-friendly, and closed with prevention tips plus next steps.❌ DO NOT COPY — Guidance & Constraints
- Frontmatter must include
title,description,icon. Lead with one sentence about the system or workflow this playbook covers. - Add an
<Info>block (“Use this when…”) and a quick index table (Symptom, Likely cause, Fix link). Surface critical safety warnings in<Warning>. - Each symptom section needs: diagnostic command/snippet,
<Info icon="check">expected output,<Warning>for the observed failure, numbered fix steps, and optional<Tip>for prevention. - If you’re migrating an existing playbook, carry forward the known failure modes and scripts—reformat them into this structure unless the troubleshooting path changed.
- Group unrelated issues with horizontal rules and provide escalation guidance when self-service stops.
- Conclude with prevention checklist, related docs, and the standard two-card CTA (concept/reference left, applied workflow right).
✅ COPY THIS — Content Skeleton
✅ Publish Checklist
- Quick index table includes every symptom covered below.
- Each symptom section documents diagnostics, expected vs actual output, and actionable fix steps.
- Preventative tips and escalation guidance are present where relevant.
- Prevention checklist and related docs point to current resources.
- CTA pair links to concept/reference (left) and applied workflow (right).