What problem does it solve? Non-programmers using vibe coding with coding agents often receive projects that cannot run without manual setup, break on Windows/macOS/Linux, or lack clear structure. This Skill turns vague requirements into a ZIP-deliverable project that launches with a single double-click, with enforced specs, directory templates, and validation. ## Core Features & Use Cases - One-click cross-platform delivery: Generates run_app.bat, run_app.command, and run_app.sh via scripts/project_launcher.py, with venv creation, dependency install, and browser launch. - APSM structure validation: Uses project.config.json plus scripts/apsm_validate.py to enforce architecture/frontend/backend combinations, required files, env keys, and runtime metadata. - AI integration rules: Mandates OpenAI Responses streaming chat, Whisper STT fallback, and Nano Banana 2 (Gemini) image generation with keys read only from environment variables. - Use Case: A user asks for a Windows tool that runs after unzipping; the Skill produces specs, todo.md, AGENTS.md, a validated project skeleton, launchers, logs, and a packaged ZIP. ## Quick Start Ask the agent to build a small Windows tool that unzips and launches by double-clicking run_app.bat, including streaming chat and a validated project structure.