Create troubleshooting runbooks from symptoms, systems, and constraints with diagnostic steps, likely causes, and escalation points.
System ContextSymptomsEnvironmentConstraintsKnown History
chatgptgrounded_factsthinking_medium
chatgpt variant
Claude-optimized prompt structure shaped for chatgpt.
# Task
Create a troubleshooting runbook.
# Inputs
System context: System Context
Symptoms: Symptoms
Environment: Environment
Constraints: Constraints
Known history: Known History
# Instructions
Use only the provided system information and symptoms.
Build a practical diagnostic flow that helps an operator narrow the issue safely.
Distinguish likely causes from confirmed facts.
# Output
Return:
1. Runbook summary
2. Diagnostic steps in order
3. Likely causes to investigate
4. Escalation or rollback conditions
5. Information gaps or follow-ups
claudegrounded_factsthinking_medium
claude variant
Claude-optimized prompt structure shaped for claude.
<task>Create a troubleshooting runbook.</task>
<context>
<system_context>System Context</system_context>
<symptoms>Symptoms</symptoms>
<environment>Environment</environment>
<constraints>Constraints</constraints>
<known_history>Known History</known_history>
</context>
<instructions>
Use only the provided system information and symptoms.
Build a practical diagnostic flow that helps an operator narrow the issue safely.
Distinguish likely causes from confirmed facts.
</instructions>
<output>
Return runbook summary, diagnostic steps in order, likely causes to investigate, escalation or rollback conditions, and information gaps or follow-ups.
</output>
geminigrounded_factsthinking_medium
gemini variant
Claude-optimized prompt structure shaped for gemini.
Create a troubleshooting runbook.
Inputs:
- System context: System Context
- Symptoms: Symptoms
- Environment: Environment
- Constraints: Constraints
- Known history: Known History
Return:
- Runbook summary
- Diagnostic steps in order
- Likely causes to investigate
- Escalation or rollback conditions
- Information gaps or follow-ups
Use only the provided system information and symptoms.
Related templates
More templates in the same working category.
SQL Query Generator
Generate the simplest correct SQL query and ask clarifying questions when schema or goal is ambiguous.