Appends new entries to LESSONS-LEARNED.md via the opencastle lesson CLI, searches past lessons for matching errors, and proposes skill updates when retry patterns exceed thresholds. Use when consulting or updating LESSONS-LEARNED.md, after task failures, when capturing retrospective insights, or when a retry succeeds.
100
100%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Risky
Do not use without reviewing
Quality
Discovery
100%Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.
This is a strong skill description that clearly articulates specific capabilities, provides explicit trigger conditions, and occupies a distinct niche. It uses third-person voice consistently, names concrete tools and files, and covers multiple natural trigger scenarios. The description is concise yet comprehensive.
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Lists multiple specific concrete actions: appending entries to LESSONS-LEARNED.md via a specific CLI tool, searching past lessons for matching errors, and proposing skill updates when retry patterns exceed thresholds. | 3 / 3 |
Completeness | Clearly answers both 'what' (appends entries, searches past lessons, proposes skill updates) and 'when' with an explicit 'Use when...' clause covering four distinct trigger scenarios. | 3 / 3 |
Trigger Term Quality | Includes natural trigger terms users/Claude would encounter: 'LESSONS-LEARNED.md', 'task failures', 'retrospective insights', 'retry succeeds', 'lesson', 'errors'. These cover the scenarios where this skill would be relevant. | 3 / 3 |
Distinctiveness Conflict Risk | Highly distinctive with specific references to LESSONS-LEARNED.md, the opencastle lesson CLI, and retry pattern thresholds. Unlikely to conflict with other skills due to its narrow, well-defined niche. | 3 / 3 |
Total | 12 / 12 Passed |
Implementation
100%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is an excellent skill file that is concise, actionable, and well-structured. It provides executable CLI commands, a clear multi-step workflow with validation checkpoints, and appropriately delegates reference material to separate files. The hard gate on CLI usage and the anti-patterns section add valuable safety constraints without verbosity.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Every section is lean and purposeful. No unnecessary explanations of what lessons-learned files are or why documentation matters. The anti-patterns section is terse bullet points, and the CLI example is copy-paste ready without preamble. | 3 / 3 |
Actionability | Provides a fully executable CLI command with all flags, a concrete search example using ripgrep, and a verification command (tail -1). The hard gate on using the CLI vs direct editing is a clear, specific constraint. | 3 / 3 |
Workflow Clarity | The 6-step workflow is clearly sequenced with explicit validation at step 5 (verify the entry, re-run if malformed) and a feedback loop for retries at step 3. The progression from search → attempt → failure handling → success recording → verification → propagation is well-structured. | 3 / 3 |
Progressive Disclosure | Category/severity tables are appropriately moved to a separate LESSON-CATEGORIES.md with a clear reference. The agent-memory skill is signaled as a separate concern. The skill stays focused on its core purpose without inlining reference material. | 3 / 3 |
Total | 12 / 12 Passed |
Validation
100%Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.
Validation — 11 / 11 Passed
Validation for skill structure
No warnings or errors.
f5c8508
Table of Contents
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.