Requirements
Bring these inputs.
- Original bug report or support message
- Relevant logs, screenshots, and environment details
Output contract
Know what done looks like.
A reproducible issue brief and regression-test outline
Execution
Run the playbook.
- 01
Separate facts from guesses
Extract only observed behavior, environment facts, timestamps, and attached evidence.
CopiedRewrite the report into Observed, Environment, Evidence, and Unknowns. Do not infer a root cause. - 02
Build minimal reproduction
Propose the shortest reproducible sequence and mark every missing prerequisite as a question.
CopiedCreate numbered reproduction steps using only known facts. List blocking questions separately. - 03
Define expected behavior
State the expected result and the smallest pass/fail acceptance condition.
CopiedWrite Expected Behavior and one regression-test scenario in Given/When/Then form. - 04
Prepare the handoff
Combine the verified sections and attach links to evidence without adding diagnosis.
CopiedProduce a concise engineering handoff with severity left unassigned unless evidence supports it.
Field note
How to use this route.
Use this playbook before asking a coding agent to repair anything. A clean report reduces speculative edits and gives the eventual fix a testable finish line.