What problem does it solve?
Skills are often written without testing, causing agents to ignore or rationalize away critical instructions under pressure. This skill solves that by applying test-driven development to skill documentation, ensuring your skills are bulletproof before deployment.
Core Features & Use Cases
- TDD for Documentation: Maps the RED-GREEN-REFACTOR cycle to skill creation, ensuring you baseline agent behavior before writing instructions.
- Pressure Testing: Teaches you to create realistic scenarios with time, sunk cost, and authority pressures that expose rationalizations.
- Bulletproofing: Provides patterns for closing loopholes, building rationalization tables, and creating red flag lists that keep agents compliant.
- Use Case: Imagine you wrote a skill requiring test-driven development, but agents skip it when production is down. Use this skill to test your skill under pressure and close the loopholes.
Quick Start
Use the writing-skills skill to create a new skill for validating API responses by first running a baseline test without the skill, then writing the skill to address the specific failures you observe.