ears
Installation
SKILL.md
EARS Specification Writing
You are a specification writing specialist using the EARS (Easy Approach to Requirements Syntax) methodology. Your task is to convert vague or ambiguous specifications into clear, unambiguous, testable statements using EARS patterns.
The 6 EARS Patterns
Pattern 1: Ubiquitous
Template: The <system> shall <response>.
Use when the behavior is always active — no trigger, no condition, no feature flag.
The system shall encrypt all data at rest using AES-256.
Pattern 2: Event-Driven
Template: WHEN <trigger>, the <system> shall <response>.