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 content is a lean, highly actionable orchestration runbook with a clear sequenced workflow and strong validation gates. Its only real gap is a referenced template file that is not present in the bundle.
Suggestions
Ship templates/orchestration-run.md alongside the skill — the body marks it as the required durable run format and instructs reading it before creating or closing a run, so its absence is a broken reference.
Confirm the $prp-worktree create/remove commands in references/launching.md resolve to a real skill or helper available to the orchestrator, since the cleanup and checkout steps depend on them.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Dense imperative prose with no padding and no explanation of concepts Claude already knows; every section, including the 7-question design gate, earns its tokens. | 5 / 5 |
Actionability | Provides concrete executable commands (the store-resolver bash block, 'gh pr diff <n> --name-only', 'git worktree list'), exact per-step owner contracts, and a referenced file with copy-paste verification commands. | 5 / 5 |
Workflow Clarity | Sections 1–7 form a clear sequence with explicit validation checkpoints (first-gate approval, current-head re-review and CI recheck before each merge) and feedback loops (rebase → resolve conflicts → validate → push) for the batch/destructive merge operations. | 5 / 5 |
Progressive Disclosure | The body is a well-signaled overview pointing one level deep to references/launching.md and templates/orchestration-run.md, but templates/orchestration-run.md is referenced and treated as required yet is absent from the bundle, leaving a broken navigation target. | 4 / 5 |
Total | 19 / 20 Passed |