What problem does it solve?
This Skill ensures that new and updated skills are robust, well-documented, and effectively guide AI agents by applying Test-Driven Development (TDD) principles to the skill creation process.
Core Features & Use Cases
- TDD for Skills: Enforces the RED-GREEN-REFACTOR cycle for skill development, ensuring skills are written only after their necessity is proven by failing test scenarios.
- Bulletproofing: Provides methods to identify and close loopholes, preventing AI agents from rationalizing around skill instructions under pressure.
- Use Case: When developing a new skill for enforcing code review standards, you would first write pressure scenarios to see how agents bypass current guidelines (RED), then write the skill to address those specific bypasses (GREEN), and finally test against new rationalizations to ensure compliance (REFACTOR).
Quick Start
Use the craft-skill skill to create a new skill by following the RED-GREEN-REFACTOR process.