Content
48%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 with a real executable script and a sequenced workflow including a validation checkpoint, but it is weighed down by large amounts of generic templated boilerplate and a script that does not actually expose the documented CLI interface. The poster-specific substance is a small fraction of the file.
Suggestions
Remove the generic boilerplate sections (Risk Assessment, Security Checklist, Evaluation Criteria, Lifecycle Status, Response Template) that do not add poster-specific guidance, or move them into references/guidelines.md.
Make scripts/main.py accept the documented inputs (size, sections) via argparse so the advertised "python scripts/main.py --help" and parameter table are actually functional.
Replace the generic "Reference material available in references/" line with a specific link such as "See references/guidelines.md for academic poster design guidelines and visual design principles."
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is noticeably verbose with several padded generic sections (Risk Assessment, Security Checklist, Evaluation Criteria, Lifecycle Status, Output Requirements, Response Template) that teach concepts Claude already knows and add no poster-specific value, matching the anchor for noticeable verbosity with several padded sections. | 2 / 5 |
Actionability | Concrete commands and a real script are present ("python -m py_compile scripts/main.py", "python scripts/main.py", the Input Parameters table, the Output Format JSON), but "python scripts/main.py --help" is non-functional because main.py has no argparse and the script runs a hardcoded demo rather than accepting the documented inputs, leaving key execution gaps. | 3 / 5 |
Workflow Clarity | The Workflow section gives a clear five-step sequence with an explicit validation checkpoint (Quick Check: "python -m py_compile scripts/main.py") and error-handling fallback guidance, fitting the anchor for a clear sequence with most checkpoints present and only minor gaps. | 4 / 5 |
Progressive Disclosure | The bundle exists (references/guidelines.md, scripts/main.py) and scripts/main.py is specifically referenced, but references/ is only mentioned generically ("Reference material available in references/") without signaling guidelines.md by name, so references are present but not clearly signaled. | 3 / 5 |
Total | 12 / 20 Passed |