What problem does it solve? Teams building AI agent skills often ship untested SKILL.md files that fail under real-world pressure, duplicate existing skills, or leak workflow details into descriptions so agents skip the full instructions. This Skill enforces a disciplined, test-driven process for authoring and verifying skills before deployment. ## Core Features & Use Cases - TDD Skill Authoring: Write a pressure-test scenario first, observe agent failures without the skill, then write the skill to fix those exact failures and iterate until bulletproof. - Quality Gates and Contracts: Enforces frontmatter rules, description discipline, script output contracts, security models, and behavior evals (evals.md) before any skill ships. - Mesh Integration: Wires new skills into the Rune ecosystem by updating architecture docs, mesh connections, and data-flow mappings. - Use Case: When you need to add a new capability to your Rune agent mesh, invoke this Skill to scan for overlap, baseline-test the problem, author a compliant SKILL.md, and verify it survives adversarial pressure scenarios before committing. ## Quick Start Ask the agent to create a new Rune skill for your desired capability and let it run the full discover-test-write-verify cycle.