What problem does it solve?
This Skill provides a structured approach to writing, validating, and maintaining Skills as living documentation, ensuring they are testable, reusable, and robust under pressure.
Core Features & Use Cases
- TDD-based workflow: RED-GREEN-REFACTOR cycle applied to skill documentation, including pressure scenarios and rationalization tracking.
- Guided structure: Encourages YAML frontmatter with name and description, concise description, and optional references or scripts.
- Quality assurance: Checklists and testing guidance to verify Skills before deployment.
- Use Case: Authors draft a new Skill, run baseline tests without the Skill, then refine to cover observed rationalizations.
Quick Start
Create a new Skill by adding a SKILL.md with frontmatter including name and description. Write the Skill body following the three-section pattern and the SKILL.md structure. Then perform a RED-GREEN-REFACTOR cycle by first drafting pressure scenarios without the skill, then implementing the Skill to address observed rationalizations, and finally iterating to close loopholes with counters and red flags.