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 resistant to misuse.
Core Features & Use Cases
- TDD for Documentation: Adapts the Test-Driven Development cycle (RED-GREEN-REFACTOR) to skill authoring.
- Pressure Testing: Uses realistic scenarios with combined pressures (time, sunk cost, authority) to identify and fix loopholes.
- Rationalization Countermeasures: Explicitly addresses 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 first, then the skill, and finally refactor to ensure agents always comply even under pressure.
Quick Start
Follow the TDD cycle: write a failing test scenario, then write the skill to make it pass, then refactor to close loopholes.