What problem does it solve?
This Skill provides a rigorous, test-driven development (TDD) framework for creating, editing, and verifying AI skills, ensuring they are robust, effective, and resistant to loopholes.
Core Features & Use Cases
- TDD for Skills: Apply the RED-GREEN-REFACTOR cycle to skill documentation.
- Pressure Scenario Testing: Design tests that simulate real-world stress to uncover weaknesses.
- Rationalization Countermeasures: Identify and explicitly block common excuses agents use to bypass rules.
- Use Case: When developing a new skill for code review, use this Skill's methodology to write failing tests (e.g., simulate a time crunch), then write the skill to enforce review steps, and finally refactor to prevent agents from skipping reviews under pressure.
Quick Start
Follow the TDD cycle to create a new skill, starting with writing a failing test scenario.