Documentation
README
Writing Skills Skill
TDD applied to process documentation.
Core Principle
Writing skills IS TDD applied to process documentation. If you can't test it breaks without the skill, the skill isn't needed.
When to Apply
- Creating new skills
- Editing existing skills
- Reviewing skill quality
- Authoring plugin components
TDD Mapping
| TDD Concept | Skill Equivalent |
|---|---|
| Test case | Pressure scenario (situation where agent fails without skill) |
| Production code | SKILL.md content |
| Failing test | Agent demonstrably fails the scenario |
| Passing test | Agent handles scenario correctly with skill loaded |
| Refactor | Trim to minimum effective content |
RED-GREEN-REFACTOR for Skills
RED: Identify Failure Scenarios
This is the opening of the README. Read the full README on GitHub.