Content
80%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.
An extremely lean, mostly actionable single-paragraph workflow with concrete endpoints and a clear approval gate, but it lacks section structure, an explicit error-recovery branch, and copy-paste HTTP examples. Splitting it into a quick-start sequence and signaling the referenced policy_advisor.md would lift structure and actionability.
Suggestions
Break the single paragraph into a numbered quick-start sequence (read -> inspect -> submit -> wait -> retry) so the workflow and approval gate are scannable.
Add concrete executable commands or HTTP examples (e.g., a curl for inspecting /v1/policy/current and submitting to /v1/proposals) so the guidance is copy-paste ready.
Add an explicit error-recovery branch for when the wait times out or the proposal is denied, since the workflow gates destructive retries on approval.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | A single tight sentence with concrete endpoints, a wait timeout, and an explicit retry condition; it assumes Claude's competence and explains nothing it already knows, so every token earns its place. | 5 / 5 |
Actionability | It names exact endpoints, a wait URL with timeout, and a retry flag ('policy_reloaded: true'), which is mostly executable guidance; it stops short of 5 because no copy-paste command or code block shows how to actually inspect or submit, leaving the HTTP method/payload implicit. | 4 / 5 |
Workflow Clarity | The sequence is clearly ordered (read policy_advisor.md -> inspect current policy -> submit proposal -> wait on chunk -> retry only after approval), with an explicit 'only after approval' checkpoint; it is not 5 because there is no error-recovery branch if approval is denied or the wait times out. | 4 / 5 |
Progressive Disclosure | It references a real bundle file path (/etc/openshell/skills/policy_advisor.md) one level deep, but the body is a monolithic single paragraph with no section headers or signaling of the reference, so structure is minimal and the pointer is buried inline. | 3 / 5 |
Total | 16 / 20 Passed |