Content
85%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is a strong, well-crafted skill that addresses a real and specific LLM failure mode with concrete, actionable guidance. The tiered context system, anti-pattern table, and calibration checks provide clear structure without over-explaining. Minor verbosity in the framing sections is the only notable weakness — the principles section could be slightly tighter without losing meaning.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The skill is mostly efficient and avoids explaining things Claude already knows (like what grief is), but some principles are slightly verbose — e.g., Principle 1's explanation could be tighter. The anti-pattern table is admirably concise. Some sections like 'The Problem' include background context that borders on unnecessary but is arguably needed to frame the failure mode. | 2 / 3 |
Actionability | Highly actionable throughout. Each tier has concrete do/don't lists with specific behavioral instructions. The anti-pattern table provides signal-fix pairs. The calibration checks are concrete self-diagnostic questions with specific thresholds (e.g., 'same structure 3+ times'). This is instruction-only skill territory where code isn't expected, and the guidance is specific and directly executable. | 3 / 3 |
Workflow Clarity | The skill clearly sequences behavior through context tiers (0→1→2) with explicit upgrade paths between them. The calibration checks serve as validation checkpoints during sustained conversations. The anti-pattern table functions as an error-detection and recovery mechanism. For a conversational behavior skill, this is exceptionally well-structured with clear feedback loops. | 3 / 3 |
Progressive Disclosure | Excellent progressive disclosure. The main file provides a clear overview with the anti-pattern quick-reference table, while pointing to one-level-deep references for full details: escalation-ladder.md, research-support.md, and anti-patterns.md. References are well-signaled and contextually placed where they're needed, not dumped at the end. | 3 / 3 |
Total | 11 / 12 Passed |