Content
92%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.
A tightly written, highly actionable delegation guide with concrete output contracts, clear chained workflows, and built-in validation feedback loops. Its only weakness is mild redundancy where the body re-explains the compression rationale already present in the description.
Suggestions
Trim or fold the 'Why this exists (the real win)' section: the ~60% compression claim and token example repeat the description's value prop — keep one concise sentence or move the rationale into the decision-table rule of thumb.
Consider moving the three detailed output-contract templates into a references/ file (e.g. OUTPUT_FORMATS.md) so the main body stays a decision overview, if the contracts grow beyond their current terse form.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly lean — terse tables, output-contract templates, and a 'What NOT to do' list that all earn their place — but the 'Why this exists (the real win)' section re-explains the ~60% compression benefit already stated in the description via a worked 2k-vs-700 token example, a minor instance of over-explanation that could be trimmed. | 4 / 5 |
Actionability | Provides fully actionable guidance: exact output-contract formats with literal terminal tokens ('too-big.', 'needs-confirm.', 'regressed.'), a decision table mapping task types to agents, and concrete chaining patterns — copy-paste-ready templates covering the common cases. | 5 / 5 |
Workflow Clarity | The 'Locate → fix → verify' chain is explicitly numbered and embeds validation/feedback loops (cavecrew-reviewer audits the diff; builder emits 'verified: re-read OK | mismatch @ path:line' and 'regressed.' for error recovery), matching the anchor for clear sequence with explicit validation steps. | 5 / 5 |
Progressive Disclosure | No bundle files exist and none are needed; the self-contained ~70-line body is organized into well-signaled sections (decision table, output contracts, chaining patterns, anti-patterns) with no nested references, so it reads as a clear overview appropriate for a single-purpose skill. | 5 / 5 |
Total | 19 / 20 Passed |