What problem does it solve? Writing effective agent skills without testing leads to documentation that agents ignore, misinterpret, or rationalize away under pressure, resulting in unreliable skill behavior in production. ## Core Features & Use Cases - TDD-Based Skill Authoring: Applies the RED-GREEN-REFACTOR cycle to skill creation, requiring baseline failure tests before writing any skill content. - Pressure Scenario Testing: Provides methods for testing skills with subagents under combined pressures like time constraints, sunk cost, and authority to verify compliance. - Rationalization Bulletproofing: Includes techniques for closing loopholes, building rationalization tables, and creating red flag lists that prevent agents from bypassing rules. - Use Case: When creating a new discipline-enforcing skill like mandatory code review, run baseline scenarios without the skill to document how agents rationalize skipping it, then write the skill targeting those specific excuses and re-test until bulletproof. ## Quick Start Use the writing-skills skill to create a new tested skill for my agent workflow.