Content
73%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 is highly actionable with a clear, well-validated workflow, concrete commands, and copy-paste templates. Its weaknesses are deliberate redundancy across the anti-stop-early sections and inlining of content that could be offloaded to reference files.
Suggestions
Consolidate the overlapping anti-exit material (Iron Law, the 12-row table, Red Flags) into a single section or a reference file to reduce redundancy and lift conciseness.
Move the subagent prompt template and anti-exit table into a references/ file (e.g. PROMPT.md, ANTI_EXIT.md) so SKILL.md stays a lean overview — this also practices the context-economy thesis the skill preaches.
Fix the ```dot fenced block (it should be ```dot but the rendered graphviz is non-executable content) or replace it with a plain numbered summary to avoid a broken/non-functional diagram.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Quotes the repeated anti-stop-early message across "The Iron Law", the 12-row "Preventing Premature Exit" table, "Preventing Sabotaged Runs", and the "Red Flags" list — the same injunction is reinforced in four overlapping forms, which is padded relative to token budget despite otherwise lean, command-level guidance. | 3 / 5 |
Actionability | Quotes concrete commands ("date +%s"), an exact path convention ("/tmp/timeboxed-<goal-slug>-<timestamp>.md"), and a copy-paste subagent prompt template; stays just below anchor 5 because the ```dot graphviz block is non-executable and several templates are placeholder-heavy. | 4 / 5 |
Workflow Clarity | Quotes the numbered 6-step process with an explicit validation checkpoint ("This check happens BEFORE every dispatch, never after"), a stall-recovery feedback loop (reframe → increase depth → broaden scope → log after 3 failures), and a red-flags checklist, matching anchor 5's clear sequence with validation, feedback loops, and checklists. | 5 / 5 |
Progressive Disclosure | Quotes well-organized sections (Your Role, Iron Law, Inputs, Process, Stall Recovery, Quick Reference) with no nested references and no bundle files present; sits below anchor 5 because the 12-row anti-exit table and subagent prompt template are inlined when they could live in a reference file to keep the orchestrator's loaded context lean. | 4 / 5 |
Total | 16 / 20 Passed |