What problem does it solve?
This Skill ensures your custom AI skills are robust, effective, and resist rationalization by applying Test-Driven Development (TDD) to process documentation. It prevents skills from being deployed with loopholes or unclear instructions that agents might bypass under pressure.
Core Features & Use Cases
- TDD for Documentation: Guides you through the Red-Green-Refactor cycle: run scenarios without the skill (Red), write the skill to address failures (Green), then close loopholes (Refactor).
- Pressure Scenario Testing: Emphasizes creating realistic scenarios with multiple pressures (time, sunk cost, authority) to test agent compliance under stress.
- Rationalization Prevention: Teaches you to capture and explicitly counter agent rationalizations, making skills bulletproof against excuses.
- Use Case: When creating or editing any skill, use this Skill to verify its effectiveness. For example, if you write a TDD skill, this Skill will guide you to test it with subagents under pressure to ensure they actually follow TDD, rather than rationalizing their way out.
Quick Start
Announce skill usage
I'm using the testing-skills-with-subagents skill to verify my new 'code-review' skill.
The skill will then guide you through creating pressure scenarios and iterating on your skill.