name: "Ecommerce From Zero" description: "Create a new ecommerce project from scratch with FastAPI, React, storefront, admin panel, AGENTS.md, and modern mobile-first UX." agent: "shop-fullstack-fastapi-react" Create a new ecommerce project from scratch. Requirements for this run: - Ask only the minimum blocking questions. - First normalize the request into .ai/STORE-BRIEF.md. - Use .ai/STORE-BRIEF.md as the single source of truth for implementation. - Decide monorepo versus split repos with the user if it is not already explicit. - Create or update AGENTS.md before application code. - If the repo already contains backend or frontend code that will be heavily changed, create a timestamped snapshot in .backup/ before editing it. - Use a large-project architecture with dedicated folders for backend layers and frontend layers instead of a flat structure. - Default to FastAPI plus PostgreSQL on the backend. - Default to React plus Next.js on the frontend. - Include storefront and admin panel or back office unless the user explicitly excludes one of them. - Cover home, catalog, categories, filters, sorting, product detail, cart, auth, and other required commerce pages. - Support an account area when needed. - If the project should work without customer accounts, choose and justify localStorage or cookie or server-backed cart behavior. - Build a modern 2026-level, mobile-first UI with purposeful animation. - If final visual assets are missing, source references or generate external image prompts.