What problem does it solve? Writing effective agent skills without testing leads to documentation that agents ignore, misinterpret, or rationalize away under pressure. This Skill applies Test-Driven Development to skill authoring so you can verify agents actually comply before deployment. ## Core Features & Use Cases - TDD-Based Skill Authoring: Follows the RED-GREEN-REFACTOR cycle—run baseline pressure scenarios without the skill, document agent failures verbatim, then write the skill to address those specific rationalizations. - Rationalization Bulletproofing: Provides patterns for closing loopholes, building rationalization tables, red-flag lists, and persuasion principles grounded in research (Cialdini, Meincke et al.). - Discovery Optimization (CSO): Guidelines for writing descriptions, keywords, and naming so future agents can find the skill when needed. - Use Case: You want to create a new discipline-enforcing skill (e.g., requiring verification before completion). Use this Skill to design pressure scenarios with subagents, watch baseline failures, write the minimal skill, and iterate until agents comply under maximum pressure. ## Quick Start Ask the agent to help you create a new skill using the writing-skills TDD workflow, starting with a baseline pressure scenario test.