PolePosition architecture diagram CLI command flow, generated project structure, and integrations for the PolePosition FastAPI lifecycle tool PolePosition CLI - polepos / poleposition start Create project add module Grow codebase add integration External systems check Contract db commands Alembic flow Services layer project_creator / template_renderer / module_creator / integration_creator project_checker / db_runner Generated FastAPI project src / <package> - app.py / main.py / run.py / settings.py bootstrap logging, middleware auth JWT, roles api router, deps db SQLAlchemy, models domain exceptions, types modules/ - grows with polepos add module status profile races ai-prompt api-only integrations/ kafka / rabbitmq / llm (ai-prompt template) tests/ - unit / integration (pytest) Alembic migrations Docker + compose.yaml