What problem does it solve? Setting up a production-grade FastAPI + React project with AI-agent-ready configuration involves many manual decisions: choosing an engineering workflow, security and quality tooling, design references, and agent integrations. This Skill turns that into a single guided interview that produces one non-interactive dev-ready init command. ## Core Features & Use Cases - Guided Interview: Resolves seven must-ask questions (project name, engineering flow, security needs, testing, design language, token optimization, coding agents) and maps answers to catalog ids. - Catalog Mapping: Translates developer intent into exact flags for Categories, Engineering Flows (mattpocock, superpowers, addyosmani), Enhancements, and Agent Targets, with strict handling of unknown or conflicting ids. - Safe Execution: Verifies destination safety, runs exactly one approved command with --yes, and interprets exit codes 0-5 with explicit failure reporting. - Use Case: A developer says "I want a polished design-focused app with token-conscious agents using Claude" and receives a validated command like uvx dev-ready init focused-app --yes --flow mattpocock --categories dev,design,token-optimize .... ## Quick Start Ask the agent to scaffold a new FastAPI full-stack project with dev-ready, answer its interview questions, and approve the proposed init command.