Content
77%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is highly actionable with concrete limits, executable per-stack commands, and a rigorous TDD workflow with validation checkpoints. Its weaknesses are length/repetition and a monolithic structure that signals external files which are not actually bundled.
Suggestions
Collapse the three repeated RED/GREEN/VALIDATE explanations (atomic-todo workflow, bug-fix workflow, response format) into one canonical definition referenced by the others to cut tokens.
Move the Credentials, Security, Session Management, and Quality Gates sections into the referenced files (credentials.md, security.md, session-management.md) so the body is a lean overview and the bundle matches what is cited.
Trim Claude-known basics (what bcrypt is, that secrets must not be committed) down to the project-specific thresholds and commands only.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Concrete limits ("Maximum 20 lines per function", "Maximum 200 lines per file") earn their tokens, but the ~534-line body repeats the RED/GREEN/VALIDATE cycle three times and explains Claude-known basics ("No secrets in code", bcrypt rounds), so it is mostly efficient yet padded rather than lean. | 2 / 3 |
Actionability | It provides fully executable, copy-paste-ready guidance: exact numeric limits, per-stack commands ("npm test -- --grep", "pytest -k", "ruff check . && mypy ."), and complete todo/bug templates, matching the score-3 anchor. | 3 / 3 |
Workflow Clarity | The TDD and bug-fix workflows are explicitly sequenced (RED→GREEN→VALIDATE→COMPLETE) with validation checkpoints, blocking conditions, and validate→fix→retry feedback loops, matching the score-3 anchor with explicit error recovery. | 3 / 3 |
Progressive Disclosure | References are signaled one level deep ("See credentials.md", "See security.md skill", "See session-management.md"), but no bundle files exist and the 534-line monolith keeps credentials, security, and session content inline that should be split out, matching the score-2 anchor. | 2 / 3 |
Total | 10 / 12 Passed |