Content
63%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 dense, well-structured, highly actionable planning skill with concrete code templates and a clear phased workflow. Its main weaknesses are repeated explanations that hurt conciseness and a monolithic structure with no bundle files to progressively disclose the product knowledge and output-format detail.
Suggestions
Move the detailed Hindsight product knowledge (facts/entities/observations, banks, tags, mental models) and the full output-format templates into reference files under references/, leaving SKILL.md as a concise overview that links one level deep.
De-duplicate the tag/identity-scoping rule and the mental-model retrieval-strategy guidance so each is stated once in its canonical section and merely referenced elsewhere.
Add an automated validation checkpoint to the workflow (e.g., verify the generated plan references every tag in the schema and every code location from the design) before declaring the plan complete.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Most content is genuinely needed Hindsight product knowledge rather than general concepts Claude knows, but the tag-as-identity-scoping rule and mental-model retrieval strategy are each repeated several times and could be tightened. | 3 / 5 |
Actionability | Provides an executable bash preamble and concrete Python/Node retain, recall, mental-model, and client-setup code plus a specific mental-model example table, but template placeholders like {tags} and {token_budget} keep it from being fully copy-paste ready. | 4 / 5 |
Workflow Clarity | A clear four-phase methodology with explicit gates ('Don't move to Phase 3 until…', 'When approved, move to Phase 4') and user-confirmation feedback loops; this is a planning skill so the destructive/batch cap does not apply, but checkpoints rely on user confirmation rather than automated verification. | 4 / 5 |
Progressive Disclosure | Well-sectioned with clear headers and one signaled external pointer (the hindsight-docs skill), but as an 858-line monolith with product knowledge and output templates inlined and no reference files to offload detail, it stays one level too flat. | 3 / 5 |
Total | 14 / 20 Passed |