phase-4-api
Installation
SKILL.md
Phase 4: API Design
Design your API contracts before implementation.
Purpose
Phase 4 defines the communication layer between frontend and backend. Well-designed APIs reduce integration friction and enable parallel development.
Actions
| Action | Description | Example |
|---|---|---|
start |
Begin Phase 4 | $phase-4-api start |
endpoints |
List all endpoints | $phase-4-api endpoints |
test |
Generate API test plan | $phase-4-api test |