npx claudepluginhub srstomp/pokayokay --plugin pokayokay<task-description># API Design Workflow Design or review API for: `$ARGUMENTS` ## Steps ### 1. Understand Requirements - What data/operations are needed? - Who are the consumers (frontend, mobile, third-party)? - Performance/scale requirements? ### 2. Design Resources - Identify nouns (resources) - Define URL structure - Map CRUD to HTTP methods ### 3. Define Contracts - Request schemas - Response schemas - Error responses ### 4. Document - OpenAPI/Swagger spec - Example requests/responses - Authentication requirements ### 5. Create Implementation Tasks ## Covers - Resource identification and URL st...
Design or review API for: $ARGUMENTS
npx @stevestomp/ohno-cli create "Implement [endpoint]" -t feature
/pokayokay:arch - Broader architecture review/pokayokay:work - Implement designed API/pokayokay:audit --dimension security - Security review of APIWhen API design involves:
database-design skillsecurity-audit skillci-cd for deploymentobservability skill/pokayokay:integrate instead