Content
50%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is a well-organized, genuinely actionable instruction-only workflow that avoids padding, but it lands at an adequate level on every dimension due to redundant field listings, an abstract search step without an executable command, no in-flow validation for a batch operation, and no progressive disclosure beyond a single inline file. It is solid and usable without reaching the anchors that reward tightness, executable guidance, explicit checkpoints, or file-based disclosure.
Suggestions
Give a concrete executable search command (e.g. `rg -n --hidden -g '!node_modules' -g '!dist' 'TODO' .`) so the core step is copy-paste ready rather than abstract.
De-duplicate the capture-field list between "What To Capture" and "Produce Markdown Document" by defining the fields once and referencing them in the report structure.
Add an in-flow validation checkpoint for the batch search, e.g. after dedup verify that distinct TODOs were not collapsed and that every required field is populated before drafting the report.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body avoids explaining concepts Claude already knows, but the per-TODO capture fields (file/line/excerpt/next-step/priority) are listed twice across "What To Capture" and "Produce Markdown Document", and the example enums are long enough that the text could be tightened. | 2 / 3 |
Actionability | Guidance is specific throughout (concrete TODO variants, ignore dirs, capture fields, categorization taxonomy, report structure), but the core search step is abstract ("Run a repo-wide search for TODO markers") with no executable command such as a ripgrep/grep invocation. | 2 / 3 |
Workflow Clarity | The procedure is a clear numbered 1-5 sequence with a dedup step and a terminal Pass Criteria checklist, but as a batch whole-repo operation it lacks an in-flow validation or feedback loop, which the rubric caps at 2. | 2 / 3 |
Progressive Disclosure | Sections are well-organized with clear headers, but at ~117 lines (over the 50-line simple-skill threshold) the content is entirely inline with no references or offloading of detail to bundle files. | 2 / 3 |
Total | 8 / 12 Passed |