What problem does it solve?
This Skill provides a rigorous, test-driven development (TDD) framework for creating and refining AI Skills, ensuring they are effective, discoverable, and robust under pressure.
Core Features & Use Cases
- TDD for Documentation: Adapts the RED-GREEN-REFACTOR cycle to skill authoring.
- 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: When developing a new skill for code review, you would first write scenarios where an agent skips review under time pressure (RED), then write the skill to enforce review (GREEN), and finally add counters for rationalizations like "it's just a small change" (REFACTOR).
Quick Start
Use the writing-skills skill to create a new skill document following TDD principles.