Content
92%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.
A well-engineered orchestration skill: actionable templates and exact paths, a clearly sequenced five-phase workflow with explicit validation gates and feedback loops, and clean progressive disclosure to verified bundle files. The only minor drag is conciseness — a long illustrative example and repeated contract-pointer annotations could be trimmed.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is dense and assumes Claude's competence — no padding explaining what a PRD or ADR is — but a few spots could be trimmed, notably the long illustrative 'Captured:' example in Phase 1 step 5 and the repeated '(Contract: references/prd-format.md.)' / '(Gating contract: references/prd-format.md.)' annotations. This sits at 'efficient with minor instances that could be trimmed', not the fully lean top anchor. | 4 / 5 |
Actionability | Highly actionable for an instruction-only skill: exact output paths ('docs/plans/<source.basename>.md'), exact required plan sections, copy-paste-ready prompt templates ([Non-Goal Conflict], [Decision Capture], [ADR Conflict → Decision Capture]), and concrete agent-spawn instructions (subagent_type, name, parallel). | 5 / 5 |
Workflow Clarity | Five phases are clearly sequenced with explicit validation checkpoints — AC-N completion gates, non-goal conflict halt, AC-N traceability flagging before finalizing, the 3-condition decision-capture test — and feedback loops (jury question resolution 'Repeat until the jury has no more questions', re-validate on errors). An edge-cases section covers failure modes. | 5 / 5 |
Progressive Disclosure | SKILL.md is a clear overview that signals one-level-deep references up front with one-line descriptions and points to them inline at the right moments ('Read references/interview-guide.md for the full protocol'); all eight referenced files exist, and content is appropriately split (protocol, templates, formats, personas, jury rules) rather than inlined. | 5 / 5 |
Total | 19 / 20 Passed |