What problem does it solve?
This Skill provides a rigorous, test-driven approach to creating and refining documentation (Skills), ensuring they are effective, discoverable, and resistant to common pitfalls.
Core Features & Use Cases
- Skill Creation Framework: Adapts Test-Driven Development (TDD) principles to documentation.
- Failure Analysis: Guides you to identify and document how agents fail without the skill (baseline).
- Refinement & Bulletproofing: Provides methods to close loopholes and prevent rationalizations, ensuring compliance.
- Use Case: When developing a new Skill for code review, you would first run scenarios to see how agents perform code reviews without the Skill, document their mistakes, then write the Skill to prevent those specific mistakes, and finally test again to ensure it works under pressure.
Quick Start
Use the writing-skills skill to learn how to create a new skill using test-driven development principles.