Content
65%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is commendably concise and well-organized, but its guidance stays at the level of rules and placeholder templates rather than executable commands, lacks a sequenced workflow with validation checkpoints, and points to a referenced file that is absent from the bundle.
Suggestions
Add at least one concrete, copy-paste-ready profiling example (e.g., `perf record -F 99 -g -- ./app` or an `async-profiler` invocation) so actionability reaches executable guidance rather than placeholders.
Sequence the work as explicit numbered steps with a validation checkpoint before producing artifacts (e.g., verify debug symbols resolved and the flame graph is non-empty), giving a clear feedback loop.
Either create `docs/perf-requirements.md` in the bundle or remove the dangling reference so the canonical-contract link actually resolves.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The ~25-line body is lean and assumes Claude's competence, with no concept-explaining padding; every section earns its place (rules, output format, constraints). | 3 / 3 |
Actionability | The "Required Rules" are guidance rather than executable commands, and the output format uses placeholders like "<profiler>" and "file:line - reason"; there is no copy-paste-ready profiling command or code example, so guidance is concrete but incomplete. | 2 / 3 |
Workflow Clarity | The rules form an unordered checklist rather than a sequenced workflow, and there is no explicit validation/feedback checkpoint after profiling (e.g., confirm symbols resolved or the flame graph is non-empty), leaving checkpoints implicit. | 2 / 3 |
Progressive Disclosure | The body is well-sectioned, but it references "docs/perf-requirements.md" as the canonical contract and no such file exists in the bundle, so the one-level reference does not resolve and navigation is broken. | 2 / 3 |
Total | 9 / 12 Passed |