What problem does it solve? Writing effective agent skills is hard because untested documentation often fails under real-world pressure. This Skill applies Test-Driven Development (TDD) to skill authoring, ensuring new or edited skills actually change agent behavior before deployment. ## Core Features & Use Cases - TDD-Based Skill Authoring: Follows a RED-GREEN-REFACTOR cycle where you run baseline pressure scenarios with subagents, watch them fail, write the skill, and verify compliance. - Rationalization Bulletproofing: Provides techniques to close loopholes, build rationalization tables, and create red-flag lists so agents cannot excuse rule violations. - Discovery Optimization (CSO): Guidance on writing descriptions, keywords, and naming so future agents can find the skill when it matters. - Use Case: You want to create a new discipline-enforcing skill (e.g., mandatory code review). Use this Skill to design pressure scenarios, test baseline agent behavior, write the skill, and iterate until agents comply under maximum pressure. ## Quick Start Use the writing-skills skill to create a new skill for my project following the TDD methodology.