What problem does it solve? Setting up a new app on the Innovation Platform involves many coordinated steps — naming, guardrails review, repo creation, registration, proof-of-control commits, GitHub App installation, and scaffolding — and this Skill orchestrates the entire flow so nothing is missed or done out of order. ## Core Features & Use Cases - Guided intake and design: Collects the app name, repo, purpose, members, and connection needs, checks name availability with check_name, enforces the acceptable-use guardrails, and produces an approved design covering deployment type, data model, routes, and access model. - Two-phase registration: Creates the user's repo from the public inno-template, runs the two-call register_app flow with a proof-of-control file commit and platform GitHub App installation, then provisions the access group, database, and file storage. - Deployment type selection: Recommends among function, container, mcp-function, and mcp-container based on stack, compute needs, and per-user Connection requirements. - Use Case: A user says "create a new app called todo on the Innovation Platform" — the Skill checks the name, designs the app, creates their repo from the template, registers it, and scaffolds the codebase ready for its first deploy. ## Quick Start Create a new Innovation Platform app called todo with a repo in my GitHub account and walk me through registration.