API To Production

End-to-end workflow for taking an API from design through TDD, code review, CI/CD, and containerized deployment. Composes five phases — REST/GraphQL/gRPC design with schemas and error contracts (api-design), red-green-refactor on every endpoint (test-driven-development), multi-perspective code review (code-review), pipeline wiring with automated testing (cicd-pipelines), and Docker containerization with multi-stage builds and optimization (docker-containerization). Use when building a new API endpoint or service that needs to ship to production. Use when converting a prototype API into production-grade infrastructure. NOT for frontend-only work — use frontend-design or react-development. NOT for existing API maintenance without deployment changes — use code-review directly.

viktorbezdek f9ca1dc 3 files · 17.0 KB Updated

File contents

viktorbezdek/skillstack/tree/main/skillstack-workflows/skills/api-to-production commit f9ca1dc458

Frequently asked questions

npx skillmds@latest add viktorbezdek/api-to-production