Workflow field guide

coding workflow

Bug Report Cleaner

Produce a scoped bug report with evidence, reproduction steps, expected behavior, and an acceptance test.

Setup
10 minutes
Difficulty
Beginner
Tested
2026-07-26
01

Requirements

Bring these inputs.

  • Original bug report or support message
  • Relevant logs, screenshots, and environment details
02

Output contract

Know what done looks like.

A reproducible issue brief and regression-test outline

03

Execution

Run the playbook.

  1. 01

    Separate facts from guesses

    Extract only observed behavior, environment facts, timestamps, and attached evidence.

    Rewrite the report into Observed, Environment, Evidence, and Unknowns. Do not infer a root cause.
  2. 02

    Build minimal reproduction

    Propose the shortest reproducible sequence and mark every missing prerequisite as a question.

    Create numbered reproduction steps using only known facts. List blocking questions separately.
  3. 03

    Define expected behavior

    State the expected result and the smallest pass/fail acceptance condition.

    Write Expected Behavior and one regression-test scenario in Given/When/Then form.
  4. 04

    Prepare the handoff

    Combine the verified sections and attach links to evidence without adding diagnosis.

    Produce a concise engineering handoff with severity left unassigned unless evidence supports it.
04

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.