high-level-testing-strategy
Installation
SKILL.md
High-Level Testing Strategy
Design tests before writing them. Tests are proof of behavior, not green checkmarks.
This skill is the strategy step for testing. It decides what should be proven and how before implementation starts.
For coding-related work, load engineering-principles before this skill. This
skill turns its testing philosophy into concrete proof choices.