Content
57%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 admirably concise and well-sectioned but almost content-free: instructions are generic boilerplate and the single progressive-disclosure reference is a broken path. It needs real, ECS-specific actionable guidance.
Suggestions
Replace the generic Instructions with concrete ECS guidance, e.g. archetype/component design, IJobChunk scheduling, and Burst `[BurstCompile]` annotations, or at minimum an executable code snippet.
Create the referenced resources/implementation-playbook.md (or correct the path to an existing bundle file) so the progressive-disclosure pointer actually resolves.
Add an explicit validation checkpoint for batch entity operations, e.g. "After structural changes, run EntityQuery.ToComponentDataArray and verify chunk counts before proceeding."
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean with no padding or explanation of concepts Claude already knows; every section is terse and earns its place, matching the "lean and efficient; assumes Claude's competence" anchor. | 5 / 5 |
Actionability | The Instructions are generic boilerplate ("Apply relevant best practices and validate outcomes", "Provide actionable steps and verification") with no concrete code, commands, or ECS-specific steps, and the only detailed pointer ("open resources/implementation-playbook.md") references a file that does not exist in the bundle. | 2 / 5 |
Workflow Clarity | A rough sequence is present (clarify goals, apply practices and validate, provide steps and verification) and validation is mentioned, but checkpoints are only implicit and the steps are not ECS-specific, fitting the "steps listed but validation gaps; checkpoints missing or implicit" anchor. | 3 / 5 |
Progressive Disclosure | Section structure is clean and the reference is clearly signaled, but it points to resources/implementation-playbook.md which is absent (no references/, scripts/, assets/, or resources/ bundle exists), leaving a broken navigation path that fits the "some structure but references not cleanly resolved" band. | 3 / 5 |
Total | 13 / 20 Passed |