What problem does it solve? Writing effective agent skills is hard because untested documentation often fails under real-world pressure, and authors cannot know if a skill actually changes agent behavior without observing baseline failures first. ## Core Features & Use Cases - TDD-Based Skill Authoring: Applies the RED-GREEN-REFACTOR cycle to documentation by running baseline pressure scenarios with subagents before writing any skill content. - Skill Discovery Optimization: Provides rules for writing descriptions, names, and keywords so future agents can find and correctly trigger the skill. - Rationalization Bulletproofing: Supplies techniques like rationalization tables, red flags lists, and persuasion principles to close loopholes agents exploit under pressure. - Use Case: When creating a new discipline-enforcing skill like a testing requirement, run pressure scenarios without the skill, document the agent's excuses verbatim, then write minimal guidance that counters those exact rationalizations. ## Quick Start Use the writing-skills skill to create a new skill for my agent following the test-driven development process.