What problem does it solve?
This Skill ensures skills are effective, robust, and discoverable by applying Test-Driven Development (TDD) principles to their creation and refinement, making them bulletproof against rationalization.
Core Features & Use Cases
- TDD for Documentation: Guides through RED (baseline test without skill), GREEN (write skill), and REFACTOR (close loopholes) cycles for skill content.
- CSO (Claude Search Optimization): Provides guidelines for rich descriptions, keyword coverage, and token efficiency to maximize skill discoverability.
- Bulletproofing: Includes techniques to resist rationalization, such as explicit negations, rationalization tables, and red flags.
- Use Case: When creating a new
systematic-debugging skill, use this skill to first run a scenario where an agent fails to debug systematically, then write the skill to address those failures.
Quick Start
I'm using the writing-skills skill to create a new data-validation-patterns skill.