What problem does it solve?
This Skill provides a rigorous, test-driven framework for creating and refining agent skills, ensuring they are discoverable, effective, and resistant to common rationalizations.
Core Features & Use Cases
- TDD for Skills: Adapts the RED-GREEN-REFACTOR cycle to skill documentation.
- Pressure Testing: Develops scenarios to test skill compliance under realistic constraints (time, sunk cost, authority).
- Rationalization Countermeasures: Identifies and explicitly addresses common excuses agents use to bypass rules.
- Use Case: You need to create a new skill for code review. This skill guides you through writing failing test scenarios, documenting agent rationalizations, writing the skill to address those failures, and then testing it under pressure to ensure it's robust.
Quick Start
Use the writing-skills skill to create a new skill by following the TDD process.