What problem does it solve?
Writing Skills enable applying test-driven development to resistance-engine Skill documentation, ensuring skills are created, edited, and deployed only after observable baseline failures are tested and resolved.
Core Features & Use Cases
- RED-GREEN-REFACTOR discipline: baseline testing without the Skill, minimal Skill implementation, and iterative tightening.
- Rationalization tracking: capture verbatim excuses and attach countermeasures.
- Progressive disclosure: organization into SKILL.md plus optional references/scripts/assets to minimize token load.
- Deployment discipline: requires testing before deployment and a deployment checklist.
- Validation patterns: cross-Skill references and testing harness patterns.
Quick Start
Create a new Skill by drafting a SKILL.md that follows the RED-GREEN-REFACTOR testing cycle, run a baseline test without the Skill, implement a minimal Skill to fix observed failures, then iterate until all scenarios stay compliant.