What problem does it solve? Building a production FastAPI backend involves many decisions—project structure, database setup, authentication, error handling, testing, and deployment. This Skill organizes that work into eight clear phases with concrete actions and ready-to-use prompts, so nothing critical is missed. ## Core Features & Use Cases - Phased Workflow: Eight phases covering project setup, database design, API routes, authentication, error handling, testing, documentation, and deployment. - Copy-Paste Prompts: Each phase includes ready prompts that invoke supporting skills like fastapi-templates, database-design, and docker-expert. - Quality Gates: A checklist enforcing test coverage, type checking, linting, documentation, and security scanning before shipping. - Use Case: When starting a new REST API service, follow the phases to scaffold the project, design the PostgreSQL schema with SQLAlchemy, implement JWT authentication, write pytest tests, and containerize with Docker. ## Quick Start Ask the AI to scaffold a new FastAPI project with SQLAlchemy models, JWT authentication, and pytest tests following this workflow.