What problem does it solve?
This Skill provides a rigorous, test-driven development (TDD) framework for creating and refining AI Skills, ensuring they are robust, discoverable, and effective. It prevents common pitfalls in skill authoring by adapting the RED-GREEN-REFACTOR cycle to documentation.
Core Features & Use Cases
- TDD for Skills: Apply the RED-GREEN-REFACTOR cycle to skill creation and editing.
- Pressure Testing: Design scenarios to test skills under realistic constraints (time, sunk cost, authority).
- Rationalization Countermeasures: Identify and explicitly address common excuses agents use to bypass rules.
- Use Case: You're developing a new skill to enforce coding standards. Use this skill's methodology to write test scenarios where an agent might be tempted to skip standards under time pressure, then refine the skill until it's bulletproof.
Quick Start
Follow the RED-GREEN-REFACTOR cycle outlined in this skill's documentation to create or update any skill.