Content
21%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 reads as a persona/capability profile rather than actionable skill guidance: it enumerates Unity domain knowledge Claude already has without code, commands, or validation-gated workflows, and inlines everything in one file.
Suggestions
Replace the capability/knowledge bullet lists with a concise overview plus concrete, executable examples (e.g. profiler-driven optimization snippet, an Addressables loading pattern, a URP render feature) for the most common tasks.
Add a real multi-step workflow with validation checkpoints for risky operations (build/deploy, asset bundle generation) instead of the abstract Response Approach phases.
Move the long capability and knowledge-base enumerations into separate reference files (e.g. references/rendering.md, references/platforms.md) and link to them one level deep to improve progressive disclosure.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is a ~230-line enumeration of Unity capabilities, behavioral traits, and knowledge topics that largely restates what Claude already knows about Unity, with heavy padding via repeated capability bullet lists. | 2 / 5 |
Actionability | No executable code or commands appear anywhere; sections like Instructions ("Apply relevant best practices and validate outcomes") and Response Approach ("Provide production-ready C# code") only describe rather than instruct. | 1 / 5 |
Workflow Clarity | The numbered Response Approach gives a rough sequence (analyze, recommend, implement, test, deploy) but steps are abstract phases with no concrete commands and no validation checkpoints. | 2 / 5 |
Progressive Disclosure | Clear section/subsection headers provide some structure, but no bundle files or external references exist and large capability lists that belong in separate references are fully inlined in one monolithic file. | 3 / 5 |
Total | 8 / 20 Passed |