Content
88%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 high-quality, actionable scout playbook with concrete SQL/tool guidance, explicit validation checkpoints, and a well-sequenced workflow with feedback loops. Its main weaknesses are minor repetition that could be trimmed and a monolithic single-file structure with no local reference bundle to offload the detailed playbooks.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is dense with non-obvious domain specifics (scratchpad key conventions, system-table columns, SQL patterns, disqualifiers) that Claude would not already know, and mostly assumes competence. It is not a 5 because the report-contract pointer and dedupe rules are repeated across sections and a few passages could be trimmed. | 4 / 5 |
Actionability | Guidance is fully executable — concrete tool calls ('read-data-schema events', 'execute-sql' over 'system.insights'), copy-pasteable SQL ('min(timestamp) >= now() - 14d', 'query::text ILIKE '%{event_name}%''), explicit thresholds (>1000/day, ~500+ reach), and exact scratchpad key formats covering the common cases. | 5 / 5 |
Workflow Clarity | The run is clearly sequenced (orient → explore six families → decide author/edit → park-then-author watch lifecycle → close out) with explicit validation checkpoints (re-verify live before authoring, 7-complete-day stability bar, dedupe before authoring) and a park→re-verify→author→guard→retire feedback loop, satisfying the batch-operation validation requirement. | 5 / 5 |
Progressive Disclosure | Structure is good and generic mechanics are deferred one level deep to a clearly signaled reference ('authoring-scouts → references/report-contract.md', readable via 'skill-file-get') plus upstream PostHog skills. It is not a 5 because no local bundle files exist and the body itself is a long single file whose six-family SQL playbook and disqualifier list could arguably be split into reference files. | 4 / 5 |
Total | 18 / 20 Passed |