Content
96%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 concise, fully actionable with executable commands, and structured as a clear five-step workflow with explicit validation and confirmation gates around a destructive operation. Progressive disclosure is strong, offloading mechanics to one bundled script.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Lean body with no padding or explanation of concepts Claude already knows; rules, steps, and the output contract each earn their place and assume competence. | 5 / 5 |
Actionability | Every step has copy-paste-ready commands (list, check with 1/1,3/A variants, cleanup-candidates, git worktree remove, rm -rf) covering the common selection cases, plus concrete reply-format prompts for the user. | 5 / 5 |
Workflow Clarity | Five clearly sequenced steps with explicit validation checkpoints — fetch origin/x before check, user confirms before any deletion, sandbox-approval rerun loops, and a hard guardrail against concluding from merge commits alone. | 5 / 5 |
Progressive Disclosure | Bulk implementation is correctly externalized to a single one-level script referenced consistently; body sections are well organized. Slightly below 5 because the result-vocabulary glossary and output contract are inline rather than in a separate reference, though this is reasonable for an ~80-line file. | 4 / 5 |
Total | 19 / 20 Passed |