Content
70%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 highly actionable, well-sequenced workflow with strong validation and error-recovery feedback loops, anchored by copy-paste-ready CLI commands. Its weaknesses are repetition that hurts conciseness and a monolithic inlined structure that limits progressive disclosure.
Suggestions
Deduplicate repeated rules (e.g. the awaiting_sources no-op behavior and "never create a replacement run") so each appears once and is cross-referenced, trimming token cost.
Provide one complete blueprint.json example block in addition to the field list to close the actionability gap.
Move the detailed CLI state-machine and conflict-recovery reference into a separate REFERENCES.md, leaving SKILL.md as a concise overview that links one level deep.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient operational detail that Claude could not infer, but several rules are repeated verbatim ("never create a replacement run", "running and waiting are not failures", the awaiting_sources no-op behavior each stated twice) and could be tightened; not a 4 due to this noticeable repetition. | 3 / 5 |
Actionability | Provides many copy-paste-ready `personwise ... --json` commands covering the common path, with a minor gap: the blueprint is described as a field list rather than shown as a complete JSON example. | 4 / 5 |
Workflow Clarity | A clearly sequenced multi-step workflow with explicit validation checkpoints (readiness, source status, run wait at paused) and feedback loops for error recovery (retry_source, detach, read_current_state on CONFLICT, poll-after retry), matching the top anchor. | 5 / 5 |
Progressive Disclosure | Section headers and one-level references to real bundle files (assets/bootstrap.sh, assets/bootstrap.ps1) are clear, but roughly 300 lines of CLI state-machine and error-handling detail are inlined in SKILL.md rather than split into separate reference files. | 3 / 5 |
Total | 15 / 20 Passed |