Curated blueprints, templates, and infrastructure patterns for building production-grade Flask applications with coordinated AI agents.
- Review
Python/Flask-Based/AGENTS.mdto understand the available agents and mandates. - Use
FlaskChefAgentto scaffold backend services andTemplateWeaverAgentfor frontend assets. - Run tests via
SmokeTestAgentto validate routes, workers, and integrations.
app/— application factory, blueprints, templates, and static assets.services/— domain-specific logic and integrations.tests/— pytest-based smoke and integration suites.
- Provide
.env.examplefiles documenting required environment variables. - Prefer containerized deployments with Gunicorn or uWSGI behind a reverse proxy.
- Track observability hooks (logging, metrics) in the "Monitoring & Observability" README section.