What problem does it solve? AI behavior skills often ship untested, so agents rationalize their way around the rules. This Skill enforces a test-driven workflow for writing or editing Specture skills, requiring a failing baseline scenario before any skill content is written. ## Core Features & Use Cases - TDD cycle for documentation: Run pressure scenarios without the skill (RED), write the minimal counter (GREEN), then close loopholes by capturing agent rationalizations (REFACTOR). - Skill authoring standards: Defines the SKILL.md frontmatter format, CSO rules for the description field, body skeleton, and language conventions (English body, Spanish user-facing messages). - Use Case: When you want to add a new Specture skill or edit an existing one, this Skill forces you to first observe an agent failing without it, then write only what addresses that failure. ## Quick Start Ask the AI to create a new Specture skill for a recurring behavior problem and have it follow the write-skill TDD process.