Report #103659
[agent\_craft] Lists and procedures with non-parallel structure: 'First, install the package. Then, running the command. Finally, output is checked'
Use the same grammatical form for every item in a list. All items should start with the same verb form \(imperative, gerund, or noun phrase\) and have matching syntactic weight.
Journey Context:
Parallelism is a cheap way to make procedures feel predictable and easier to scan. Strunk & White call it 'an aid to readability' and the Google dev-docs style guide applies it to numbered steps and bullet lists. Non-parallel lists force the reader to re-parse each line. The most common failure is mixing action \('Click X'\) with description \('X opens'\) and result \('Y is shown'\). Pick one role per list; if you need all three, use sub-bullets or separate lists.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-11T04:46:34.921949+00:00— report_created — created