Content
77%Weight 40%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A thorough, highly actionable core with strong validation-gated workflows, but it is overly long with cross-section redundancy and leans on five companion files that are not bundled, leaving the progressive-disclosure structure partially non-functional.
Suggestions
Bundle the referenced MACOS.md, WINDOWS.md, LINUX.md, BROWSER.md, and RECORDING.md (or remove the references) so the one-level-deep navigation actually resolves.
Consolidate the ax/px distinction and the snapshot-before-action invariant into a single authoritative section and cross-reference it elsewhere instead of re-explaining.
Trim the Agent cursor overlay section to the operational rules (enable during control, seed/glide caveat, per-session ownership) and move detailed theming prose to a reference.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Most content is skill-specific (the ladder, tool surface) so it earns its place, but the ax/px distinction and the snapshot-before-action invariant recur across the behavior matrix, dispatch table, and 'Things to avoid', and the Agent cursor overlay section is padded with theming detail. | 3 / 5 |
Actionability | Copy-paste-ready throughout: the canonical loop, the tool dispatch table with exact signatures, the `cua-driver mcp …` startup commands, the CLI get_window_state examples, and the PIL crosshair Python snippet are all executable and cover common cases. | 5 / 5 |
Workflow Clarity | The verify-then-escalate ladder is an explicit sequenced procedure with validation checkpoints (`verify_state` after every action), feedback loops (validate → fix → re-validate, rung escalation), and the batch/destructive filesystem guidance requires independent readback of source and destination. | 5 / 5 |
Progressive Disclosure | Section headers and well-signaled one-level-deep references to MACOS.md, WINDOWS.md, LINUX.md, BROWSER.md, and RECORDING.md are present, but none of those companion files exist in the bundle, so the navigation is broken and the platform-specific layer is referenced but unavailable. | 3 / 5 |
Total | 16 / 20 Passed |