What problem does it solve?
Skills are often written without testing, causing agents to ignore them or find loopholes under pressure. This skill provides a test-driven development framework for creating process documentation that agents actually follow.
Core Features & Use Cases
- TDD for Skills: Apply RED-GREEN-REFACTOR cycles to documentation instead of code.
- Pressure Testing: Use subagent scenarios to verify skills resist rationalization under time, sunk cost, and authority pressures.
- Discovery Optimization: Write descriptions and structure skills so agents find and use them correctly.
- Use Case: A developer creating a TDD enforcement skill can baseline agent behavior, write minimal documentation addressing specific failures, and bulletproof it against common excuses like "I'll test later" or "I already manually tested it."
Quick Start
Use the writing-skills skill to create a new skill by running a baseline pressure scenario without the skill, then writing minimal documentation that addresses the exact failures you observed.