Content
60%Weight 40%Scale 1-3Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is concise and well-structured as a routing overview, but it delegates all substantive workflow detail to 'workflows/*.md' files that are not present in the bundle, leaving the references dangling and capping both actionability and progressive disclosure.
Suggestions
Ship the referenced workflow files (workflows/investigate.md and workflows/fix.md) so the body's one-level-deep references resolve to actual content.
Add explicit validation/feedback checkpoints for the side-effecting 'fix' phase (e.g., verify tests pass and the artifact exists before committing, self-review checklist before opening the PR) to lift workflow clarity.
Inline a minimal executable example of each phase (the artifact filename/structure written under $PRP_DIR/issues/, the branch-naming and commit conventions) so the body is actionable even before opening the workflow files.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean and assumes Claude's competence, routing on a verb via a compact table and noting side-effects in terse bullets; every line earns its place with no padded concept explanation. | 3 / 3 |
Actionability | It gives a concrete routing table and an explicit 'strip the leading verb... follow the matching workflow file' instruction, but the substantive coding work is delegated to missing workflow files with no inline executable detail, so guidance is real but incomplete. | 2 / 3 |
Workflow Clarity | The two-phase sequence and verb routing are clearly laid out, but a side-effecting 'fix' workflow (branch, commit, PR, self-review) has no validation/verification checkpoints in the body, and the guideline caps workflow clarity at 2 for destructive operations lacking feedback loops. | 2 / 3 |
Progressive Disclosure | The body references 'workflows/investigate.md' and 'workflows/fix.md' for the real instructions, but no workflows/, references/, scripts/, or assets/ directories exist in the bundle, so the one-level-deep references are dangling with no destination to navigate to. | 1 / 3 |
Total | 8 / 12 Passed |