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 behavior in production. ## Core Features & Use Cases - TDD-Based Skill Authoring: Applies the RED-GREEN-REFACTOR cycle to skill creation, requiring baseline failure tests with subagents before writing any skill content. - Discovery Optimization (CSO): Provides rules for writing descriptions, keywords, and names so future agents can find and correctly trigger the skill. - Rationalization Bulletproofing: Includes pressure-scenario testing methods, rationalization tables, and red-flag lists to close loopholes in discipline-enforcing skills. - Use Case: When creating a new skill that enforces a workflow rule (like mandatory code review), run baseline pressure scenarios with subagents first, document their excuses verbatim, then write the skill to explicitly counter each rationalization. ## Quick Start Use the writing-skills skill to create a new tested skill for enforcing test-driven development in my agent workflow.