Content
70%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 highly actionable with clearly sequenced, validated TDD workflows and concrete per-stack commands, but it is verbose with repeated TDD emphasis and references bundle files that do not exist alongside inlined content that should be split out.
Suggestions
Consolidate the TDD workflow into one section and reference it elsewhere instead of restating it in Bug Fix, Response Format, and Automatic Loops sections.
Trim the generic anti-patterns list (global state, magic numbers, deep nesting) that Claude already knows, keeping only project-specific rules.
Create the referenced credentials.md, security.md, and session-management.md files and move their inlined detail there, or remove the dangling references.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient with concrete rules, but the TDD workflow is repeated across five sections and generic concepts Claude already knows (anti-patterns like 'global state', 'magic numbers') add padding, keeping it at the 'could be tightened' anchor. | 3 / 5 |
Actionability | Provides concrete, executable commands per stack (npm test, pytest, ruff, mypy) and a copy-paste todo template, but some templates use placeholders like [filename-a].ts, leaving minor gaps versus fully copy-paste-ready. | 4 / 5 |
Workflow Clarity | The TDD and bug-fix workflows are explicitly sequenced (RED/GREEN/VALIDATE/COMPLETE) with validation checkpoints, feedback loops on failure, and blocking conditions, matching the 'explicit validation steps + error recovery' anchor. | 5 / 5 |
Progressive Disclosure | Section headers provide structure and one-level references ('See credentials.md', 'See security.md skill', 'See session-management.md'), but those referenced files are absent from the bundle and content that belongs in separate files (credentials, security, session) is inlined. | 3 / 5 |
Total | 15 / 20 Passed |