What problem does it solve?
This Skill provides a rigorous, TDD-inspired framework for creating and refining skills, ensuring they are effective, clear, and resistant to rationalization. It prevents the deployment of untested or ambiguous skills that fail under pressure.
Core Features & Use Cases
- TDD for Documentation: Guides through a RED-GREEN-REFACTOR cycle for skill creation, using subagents to test compliance.
- Claude Search Optimization (CSO): Provides critical guidelines for writing skill names, descriptions, and content to maximize discoverability by future AI instances.
- Bulletproofing Against Rationalization: Teaches how to explicitly close loopholes, address "spirit vs. letter" arguments, and build rationalization tables.
- Use Case: When developing a new skill, use this skill to define its structure, optimize its description for AI discovery, and rigorously test it with subagents to ensure it's bulletproof against common excuses for non-compliance.
Quick Start
I'm starting to write a new skill. Use the Writing-Skills skill to guide the creation process.