Content
92%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 highly actionable, with executable code, explicit validation feedback loops, and clean one-level-deep references that all resolve to real bundle files. Only minor conciseness trimming is warranted.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean: a numbered workflow, a reference table, terse MUST/MUST NOT bullets, and code examples, with no explaining of concepts Claude already knows; the 'Output Templates' section adds minor redundancy with the reference table. | 4 / 5 |
Actionability | It provides copy-paste-ready, executable C# for a Minimal API endpoint, MediatR query handler, EF Core DbContext with async query, and DTO records, plus concrete commands (dotnet build, dotnet test, curl) and config snippets covering the common cases. | 5 / 5 |
Workflow Clarity | The 5-step Core Workflow sequences analyze→design→implement→secure→test with explicit validate→fix→retry feedback loops in steps 3 and 4 (dotnet build on failure, dotnet test on failure, curl verification). | 5 / 5 |
Progressive Disclosure | A reference table maps each topic to a one-level-deep references/*.md file with explicit 'Load When' guidance, and all five referenced files (minimal-apis, clean-architecture, entity-framework, authentication, cloud-native) exist in the bundle. | 5 / 5 |
Total | 19 / 20 Passed |