Content
60%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.
The body is well-structured and actionable with concrete commands, parameters, and output templates, plus a clear workflow with validation. Its main weakness is conciseness: duplicate sections, filler cross-references, and generic boilerplate inflate the token budget without adding IB-specific value.
Suggestions
Remove duplicate install instructions (merge Prerequisites into Installation) and delete the filler 'See ## Usage/Workflow above' lines that add no information.
Cut generic process boilerplate (Implementation Details, Output Requirements, Response Template) down to IB-specific guidance only.
Consolidate the overlapping Quick Check and Audit-Ready Commands sections, which both run the same two py_compile/--help commands.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is noticeably verbose: duplicate install instructions (Installation and Prerequisites both show 'pip install -r requirements.txt'), filler cross-references ('See ## Usage above for related details', 'See ## Workflow above'), and several generic boilerplate sections (Implementation Details, Output Requirements, Response Template) that restate process truisms rather than IB-specific knowledge. | 2 / 5 |
Actionability | Provides concrete executable commands ('python -m py_compile scripts/main.py', 'python scripts/main.py --help'), a full parameters table, and concrete markdown/JSON output templates; minor gaps are that no inline extraction code is shown (delegated to scripts/main.py). | 4 / 5 |
Workflow Clarity | A clear 5-step Workflow sequence is present with an explicit Quick Check validation checkpoint (py_compile before deeper execution) and an Error Handling fallback path; not a 5 because the validate→fix→retry feedback loop is not strongly emphasized for error recovery. | 4 / 5 |
Progressive Disclosure | Content is well-sectioned with clear headers, and the one-level-deep reference (references/audit-reference.md) and scripts/main.py are properly signaled and real; minor gaps because the output-structure templates and security checklist are largely inlined rather than split out. | 4 / 5 |
Total | 14 / 20 Passed |