Content
81%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 a well-structured, actionable 8-phase workflow with explicit gates and feedback loops. Its main weaknesses are some trimmable rationale prose and a missing mandatory-read template file (templates/spike-report.md) that breaks one navigation path.
Suggestions
Add the missing templates/spike-report.md to the bundle, or remove the 'mandatory read' references to it and inline the report skeleton directly in SKILL.md.
Trim norm-setting rationale sentences (e.g. 'DISPROVEN is a success. It bought a decision with evidence and closed a path that would otherwise have cost weeks.') to directive statements that consume fewer tokens.
Consider moving the long PRP store resolver bash block into a referenced script so the SKILL.md body stays a lean overview.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Dense and free of basic-concept padding (no 'what is a worktree'), but contains norm-setting rationale prose ('DISPROVEN is a success... closed a path that would otherwise have cost weeks'; 'an agent that has seen its results can reconstruct criteria that flatter them') that could be trimmed without losing guidance. | 4 / 5 |
Actionability | Provides a copy-paste-ready bash resolver block, concrete commands (git switch -c spike/<slug>, mkdir -p), and exact file paths ($PRP_DIR/spikes/spike-<slug>.md); most guidance is executable with minor gaps where steps rely on reading referenced files. | 4 / 5 |
Workflow Clarity | Clear 8-phase sequence with an explicit GATE in Phase 1 ('Do not build without it'), a pre-results re-read checkpoint in Phase 6, and a feedback loop ('re-run the inferred ones before finalizing'), giving explicit validation for a fragile process. | 5 / 5 |
Progressive Disclosure | Well-signaled one-level-deep references (references/framing.md, evidence.md, handoff.md all exist), but templates/spike-report.md is cited as a mandatory read in Phase 1 and Phase 6 yet is absent from the bundle — a broken navigation target. | 4 / 5 |
Total | 17 / 20 Passed |