What problem does it solve? Writing effective agent skills is hard because untested documentation often fails under real-world pressure—agents rationalize away rules, skip steps, or misinterpret guidance. This Skill applies test-driven development (RED-GREEN-REFACTOR) to skill authoring so you can verify agents actually comply before deployment. ## Core Features & Use Cases - TDD-Based Skill Authoring: Run baseline pressure scenarios with subagents (RED), write minimal skills addressing observed failures (GREEN), then close rationalization loopholes (REFACTOR). - Skill Discovery Optimization (SDO): Guidelines for writing descriptions, names, and keywords so future agents can find your skill, plus token-efficiency techniques. - Testing Methodology: Detailed guidance on pressure scenarios, rationalization tables, red flags lists, and micro-testing wording variants against no-guidance controls. - Use Case: You want to create a new discipline-enforcing skill (like mandatory code review). Use this Skill to design pressure scenarios, watch a subagent violate the rule without the skill, write the skill to counter those exact rationalizations, and verify compliance before deploying. ## Quick Start Ask the agent to help you create a new skill using the writing-skills TDD process, starting with a baseline pressure scenario test.