Content
86%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 content is a tightly written, well-structured pointer skill that delegates detail to a single clearly-signaled reference file. Its main limitation is that nearly all substantive guidance lives in the reference rather than the body, and the exit condition for the suspended mode is not stated.
Suggestions
Briefly state the exit condition that ends the suspended Auto Mode velocity-bias so the workflow is complete within the body.
Add a one-line summary of what the reference file governs so the body is self-contained enough to act on without first opening the reference.
Confirm the `view_file` tool name and the `.agents/skills/lead-role/references/lead-role-mode.md` path match the actual runtime environment to keep the instruction executable.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The 8-line body is lean and efficient: a single mandatory read instruction plus one required payload line, with zero concept over-explanation and every token earning its place; it fully assumes Claude's competence. | 5 / 5 |
Actionability | Provides concrete executable guidance — a named tool (`view_file`), an exact reference path, and a verbatim required payload line — but the substantive operating instructions are offloaded to the reference file rather than present in the body, leaving a minor gap in self-contained actionability. | 4 / 5 |
Workflow Clarity | A clear two-step sequence (read the reference, then emit the declared payload line before drafting anything) with the simple-skill exception applying, but the 'exit condition' that ends the suspended Auto Mode velocity-bias is referenced without being defined here, a minor gap. | 4 / 5 |
Progressive Disclosure | The body is a concise overview pointing to a single one-level-deep reference (`lead-role-mode.md`, confirmed to exist in ./references/) that is explicitly signaled by path, giving clean navigation with no nested references. | 5 / 5 |
Total | 18 / 20 Passed |