api-design
Installation
SKILL.md
Critical Patterns
API-First Approach (REQUIRED)
Design the API (OpenAPI Spec) BEFORE writing code or user stories.
Protocol: Assume HTTP RESTful by default unless specified (gRPC, EDA).
User Story Format (REQUIRED)
As [user role],
I want [specific objective],
So that [benefit and/or value].