Debug a bug
Turn a rough bug report into a reproducible task with constraints and a verification step.
Task: Fix the bug described in my dictation. Problem: - Summarize the observed behavior precisely. Expected behavior: - State what should happen instead. Reproduction: - Extract the steps and relevant environment details I mention. Constraints: - Preserve existing behavior outside the fix. - Do not invent missing requirements. Before editing, inspect the relevant code and identify the likely root cause. Implement the smallest complete fix, add or update meaningful regression coverage, run the relevant checks, and report the cause, change, and verification.
Hear it in practice
You sayStart debug brief. After I close the floating window, dictation no longer starts until I relaunch the app. It should recover immediately. This happens on macOS 15.6 after using wake word mode.
Clavio createsA structured task with the problem, expected behavior, reproduction conditions, constraints, root-cause investigation and regression checks.