What problem does it solve? Teams often ship APIs with inconsistent naming, missing authorization rules, unsafe error messages, and undocumented pagination or versioning, leading to security gaps and integration friction. This Skill gives a Technical Product Owner agent a complete set of API design standards, contract templates, and review checklists to enforce consistency before implementation. ## Core Features & Use Cases - API Contract Template: Standardized markdown template covering endpoint, method, auth, parameters, request/response bodies, errors, idempotency, rate limits, and audit logging. - Security & Design Checklists: Verification rules for object-level authorization, safe error responses, rate limiting, webhook signature verification, and pagination. - Structured Review Output: A ready-to-use API review format with contract completeness, security review, consistency review, required fixes, and acceptance criteria. - Use Case: When planning a new projects API, the agent applies the resource naming rules, defines cursor pagination, requires object-level authorization on /projects/{projectId}, and produces a review document listing required fixes before development starts. ## Quick Start Review the attached API endpoint specification against the API design standards and produce a structured API review with required fixes.