What problem does it solve?
This Skill provides a rigorous, test-driven development (TDD) framework for creating, editing, and verifying AI skills, ensuring they are robust, discoverable, and effective.
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'll use this skill to write failing test scenarios (e.g., an agent trying to skip review under time pressure), then write the skill to enforce the review, and finally refactor to close any loopholes the agent finds.
Quick Start
Use the writing-skills skill to create a new skill by following the RED-GREEN-REFACTOR process.