Build a branching troubleshooting script from a bug report
When a recurring bug has multiple causes, reps waste time asking the same scattershot questions. This prompt turns a known issue into a structured decision tree reps can follow without guessing.
You are a support operations specialist. I'm going to describe a technical issue our customers report. Build a branching troubleshooting script that a front-line support rep can follow in a live chat or email thread.
1. Start with the single best first-question to ask the customer that will split the most cases into distinct paths.
2. For each answer branch, provide the next diagnostic step or question.
3. Continue branching until each path reaches one of these outcomes: (a) a self-serve fix the customer can do, (b) a rep-assisted fix with clear steps, or (c) an escalation trigger with the reason.
4. For each escalation trigger, specify what information the rep must collect before handing off.
5. Keep rep instructions in plain language. Mark customer-facing text in [BRACKETS] so it's obvious what to copy-paste vs. what is internal guidance.
Limit depth to 4 levels of branching. If the issue has more than 4 levels of complexity, note which branches need a separate, deeper script.
Issue description: {{ISSUE_DESCRIPTION}}
Known root causes (list what you know): {{KNOWN_ROOT_CAUSES}}
Product area: {{PRODUCT_AREA}}
Note: This script assumes the rep can ask follow-up questions. If your channel is one-shot (e.g., async ticket), adjust step 1 to be a multi-part intake question instead. {{ISSUE_DESCRIPTION}}{{KNOWN_ROOT_CAUSES}}{{PRODUCT_AREA}}
How to use this prompt
- Copy the prompt above (Copy button on the top-right).
- Replace each
{{VAR}}with your own value. Variables:{{ISSUE_DESCRIPTION}}{{KNOWN_ROOT_CAUSES}}{{PRODUCT_AREA}}. - Paste it into one of the recommended tools below.
- Iterate: tighten constraints in the prompt if the output is generic.
Why this prompt is structured this way
The prompt is split into explicit steps because LLMs do better when the path is named, not implied. Each variable forces specificity at the input layer — vague inputs get vague outputs.
Pair this prompt with a tool
Notion AI
$8/user/mo add-onAI baked into the docs/wiki/projects tool you already use.
Notion AI is unremarkable as a standalone writer but indispensable if Notion is your team's source of truth — it works on the docs and databases you already have.
Perplexity
$0/mo (Pro at $20)AI search engine with citations.
Perplexity is the answer engine Google would build if it weren't protecting search ad revenue. Cited answers, follow-up questions, focused source modes.
Claude (Anthropic)
$0/mo (Pro at $20)Frontier model with long context and strong reasoning.
Claude (Opus / Sonnet / Haiku tiers) is the assistant favored by writers and engineers who care about reasoning quality and tone. 1M token context on Opus.
ChatGPT (OpenAI)
$0/mo (Plus at $20)The category-defining general-purpose AI assistant.
ChatGPT has the broadest feature surface: image gen, voice, custom GPTs, web browsing, code execution. Often the right default; sometimes beaten on specific tasks by Claude or Perplexity.
The PlaybookPrompts weekly
One short email per week. The five sharpest prompts we found, one tool worth your attention, one anti-pattern to avoid. Unsubscribe in one click.
Newsletter signup is not configured. Set PUBLIC_NEWSLETTER_USERNAME in the build env.