Content
80%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is highly actionable and token-efficient, with strong command/flag/exit-code reference material. Its main weakness is that the routing section references three workflow files that are absent from the bundle, breaking progressive disclosure and leaving some validation detail unreachable.
Suggestions
Add the missing workflow files (workflows/build-from-spec.md, monitor-and-poll.md, step-by-step.md) or remove those routing entries to avoid broken navigation.
Inline a brief validation/checkpoint step for risky operations (e.g. exit 1 -> inspect stderr and retry, exit 10 -> steer) so workflow_clarity does not depend solely on the absent workflow files.
Verify every path mentioned in the <routing> block resolves to a real bundle file before shipping.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean and assumes Claude's competence: dense flag/exit-code tables and copy-paste commands with no 'what is a subprocess' padding. Not below 3 because nearly every token earns its place; the narrative mental_model is minimal and load-bearing. | 3 / 3 |
Actionability | Provides concrete, executable bash commands (e.g. 'gsd headless --output-format json new-milestone --auto 2>/dev/null') plus full flag and command tables. Not below 3 since examples are complete and copy-paste ready rather than pseudocode. | 3 / 3 |
Workflow Clarity | A clear 5-step mental model and exit-code-to-action mapping exist, but the detailed sequenced workflows with validation checkpoints are routed to workflows/*.md files that do not exist on disk. Not 1 because the inline sequence and exit-code feedback are present; not 3 because the destructively-relevant validation/recovery loops are largely deferred to missing files, leaving checkpoint gaps. | 2 / 3 |
Progressive Disclosure | The routing block cleanly signals one-level-deep references to references/*.md (which exist), but it also points to workflows/build-from-spec.md, monitor-and-poll.md, and step-by-step.md, none of which are present. Not 1 because organization and the existing references are solid; not 3 because broken workflow links undermine the disclosed navigation. | 2 / 3 |
Total | 10 / 12 Passed |