What problem does it solve?
This Skill provides a rigorous, test-driven framework for creating and refining AI Skills, ensuring they are discoverable, effective, and robust against common failure modes.
Core Features & Use Cases
- TDD for Documentation: Applies the Red-Green-Refactor cycle to skill authoring.
- Pressure Testing: Develops skills that remain compliant under simulated real-world pressures (time, sunk cost, authority).
- Rationalization Countermeasures: Explicitly addresses and prevents common AI rationalizations for bypassing rules.
- Use Case: When developing a new skill for code review, use this Skill's methodology to write test scenarios that simulate a developer trying to skip review under time pressure, then write the skill to ensure compliance.
Quick Start
Follow the RED-GREEN-REFACTOR process outlined in this skill's documentation to create a new skill.