Content
85%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A well-structured reference skill: actionable thresholds and tests, a clear sequenced workflow with validation checkpoints, and clean one-level-deep progressive disclosure to a real bundle file. The only weakness is conciseness -- the Overview and Worked-example prose explain a phenomenon Claude already knows and could be trimmed.
Suggestions
Trim the Overview's Wikipedia quote block to the single defining fact (congestion collapse on parallel miss) instead of three quoted sentences; the Symptoms table already conveys the phenomenon.
Condense the Worked example to the key decision (known-hot key -> external recompute + XFetch backstop -> N=1000 load test asserts <=5 recomputes) without the "site falls over at 3 PM" narrative setup.
Move the "Combining strategies" prose paragraph into the existing layering table, since the table already states each layer's role and the paragraph largely restates it.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient (compact tables for Symptoms, Testable behaviours, Anti-patterns, Limitations), but the Overview quotes Wikipedia to explain what a cache stampede is and the Worked example narrates a scenario -- content Claude largely already knows and could be tightened. | 2 / 3 |
Actionability | Gives concrete, specific guidance -- numeric thresholds ("recompute-cost-vs-traffic ratio exceeds 0.1", "beta=1"), the canonical XFetch formula, and exact test parameters ("N=1000 concurrent on cold key", "upstream sees <=5 recomputes") -- with executable implementations correctly delegated to the reference file. | 3 / 3 |
Workflow Clarity | The "How to use" section is a clear 7-step sequence with explicit checkpoints: "Confirm a live stampede against the Symptoms table", a production-concurrency load test asserting the recompute ceiling, and an alarm step that forms a feedback loop for silent regressions. | 3 / 3 |
Progressive Disclosure | The body is a spine that keeps summaries inline and delegates full implementations to one well-signaled, one-level-deep reference (references/stampede-mitigations.md, verified to exist) with companion/consumer skills clearly named in References. | 3 / 3 |
Total | 11 / 12 Passed |