Content
100%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 tight, executable orchestration guide with a clear sequenced workflow, strong validation/confirmation safeguards for destructive operations, and appropriate offloading of implementation detail to a single bundled script. It assumes Claude's competence and wastes few tokens.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Lean, instruction-dense body with no concept tutorials or padding about git/worktrees; every section is actionable rule, command, or contract, with only minor reinforcing repetition across Rules and Output Contract. | 3 / 3 |
Actionability | Provides fully executable commands — 'rtk proxy bash .../1k-worktree-clean.sh list|check|cleanup-candidates', 'rtk git fetch origin x', 'rtk git worktree remove <path>' — with concrete argument examples and clearly marked placeholders. | 3 / 3 |
Workflow Clarity | Clear 5-step sequence (List, Sync, Check, Surface Candidates, Delete) with explicit validation checkpoints: fetch-before-check, sandbox-approval rerun loops, and a hard user-confirmation gate before any destructive deletion. | 3 / 3 |
Progressive Disclosure | Well-organized into Rules, Steps, interpretation, and Output Contract, with heavy logic offloaded to a real one-level-deep bundle script (scripts/1k-worktree-clean.sh) referenced by actual path; no nested references or monolithic walls. | 3 / 3 |
Total | 12 / 12 Passed |