Content
77%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The content is well-structured, concise, and has a clear sequenced workflow with explicit fail-fast validation. It loses points on actionability (vague about which live-state checks to run) and progressive disclosure (referenced bundle files are missing, so the offload-to-references promise is broken).
Suggestions
Replace "the smallest safe live-state checks" with a concrete, enumerated set of commands or checks to run (e.g., specific git/CI/Linear lookups) so the procedure is copy-paste actionable.
Either create the referenced files (references/session-evidence-contract.md and the two asset icons) or remove/relabel the broken links so the progressive-disclosure pointers actually resolve.
Move the inline Validation checklist into the Procedure as numbered checkpoints (e.g., a validate step after classification) to tighten the feedback loop within the workflow.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean and sectioned (Philosophy, When to use, Procedure, Validation, Constraints, Anti-patterns) with no padding explaining concepts Claude already knows (PR, CI, validation); every section is purposeful, matching the lean-and-efficient anchor. | 3 / 3 |
Actionability | Concrete specifics exist (the 13-item maintenance taxonomy, mode normalization, target inventory list) but key execution details are abstract — "Re-run or inspect the smallest safe live-state checks" never names which checks or commands, leaving the guidance incomplete per the some-concrete-but-incomplete anchor. | 2 / 3 |
Workflow Clarity | The Procedure is a clearly sequenced 1-8 flow with an explicit validation checkpoint ("Fail fast: stop at first failed gate and do not proceed") and a parallel Validation checklist, plus Failure Modes for error recovery, matching the clear-sequence-with-explicit-validation anchor. | 3 / 3 |
Progressive Disclosure | The body is well-organized and signals a one-level reference to session-evidence-contract.md, but that referenced file and the cited asset icons (./assets/icon-small.png, ./assets/icon-large.png) do not exist in any bundle directory, so the signaled navigation does not resolve. | 2 / 3 |
Total | 10 / 12 Passed |