Content
85%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The content is highly actionable with concrete commands, a clear sequenced procedure, and strong validation feedback loops, supported by a well-organized one-level reference structure. Its only notable weakness is conciseness, with jargon padding and repeated caveats that could be consolidated.
Suggestions
Consolidate the repeated "missing validation is not a pass" / redaction / not-proof caveats that recur across Validation, Evidence Requirements, and Gotchas into a single Safety/Proof section.
Trim jargon-packed sentences (e.g. "first-principles, XP, gate-selection, plugin-hook capability, domain-model... checks") to the checks actually relevant, or defer the enumeration to a referenced contract.
Reduce the Inputs/Outputs field lists by moving the full Artifact Identity field set to the referenced template rather than enumerating every field inline.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is dense (~210 lines) with jargon-heavy phrasing and some redundancy (e.g. "Missing validation is not a pass" restated across Validation, Evidence Requirements, and Gotchas); it is mostly efficient but could be tightened and assumes more domain fluency than it earns. | 2 / 3 |
Actionability | Validation lists exact executable commands with full repo-root paths, Outputs specifies a concrete report path pattern, and Procedure steps name specific contract files and required fields, giving copy-paste-ready guidance. | 3 / 3 |
Workflow Clarity | An 11-step numbered Procedure has explicit validation checkpoints ("never invent passing results", "Fail fast: stop at the first failed gate") with pass|fail|blocked outcomes and retry-before-proceed feedback loops appropriate for destructive/batch eval work. | 3 / 3 |
Progressive Disclosure | The References section groups contracts by purpose ("Read when writing reports", "Read when classifying drift") with one-level-deep, clearly signaled links; local references (contract.yaml, evals.yaml, source-prompt-preservation.md) are verified real bundle files, and the body stays an overview pointing to detail. | 3 / 3 |
Total | 11 / 12 Passed |