What problem does it solve?
This Skill ensures that new and updated skills are robust, effective, and adhere to best practices by applying Test-Driven Development (TDD) principles to the skill authoring process. It prevents the creation of poorly documented or easily bypassed skills.
Core Features & Use Cases
- TDD for Skills: Adapts the RED-GREEN-REFACTOR cycle for skill documentation.
- Pressure Testing: Develops scenarios to test skills under realistic constraints (time, sunk cost, authority).
- Rationalization Countermeasures: Identifies and explicitly addresses common excuses agents use to bypass rules.
- Use Case: Before deploying a new skill that enforces a critical coding standard, you would use this skill's methodology to write test scenarios that agents would fail without the skill, then write the skill to make them pass, and finally refactor to ensure they can't find loopholes.
Quick Start
Follow the RED-GREEN-REFACTOR cycle to create or update any skill.