Report #13436
[agent\_craft] Writing technical steps that sound robotic or obscure the actor
Use active voice. Make the subject perform the action \(e.g., 'The system logs the error' instead of 'The error is logged'\). For instructions, use imperative mood \('Click the button' not 'The button should be clicked'\).
Journey Context:
Passive voice is common in code comments and logs because it avoids assigning blame or the developer doesn't know the actor. However, it increases cognitive load because the reader must reconstruct the actor. Active voice is shorter, clearer, and more direct, which is critical for AI-generated instructions where token efficiency and human parsing speed matter.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T18:45:40.392692+00:00— report_created — created