start-new-app
Start New App
Scaffold a new application from the context-kit template.
Step 1: Ask for the App Name
Ask the user:
What should the app be called? (This will be used for the directory name, package.json name, page titles, etc.)
Validate that the name is a reasonable kebab-case or lowercase slug (e.g. my-cool-app). If the user gives a human-readable name like "My Cool App", convert it to kebab-case (my-cool-app) and confirm with them.
Also ask:
Where should I create the project? (Default: the current working directory's parent, so the new app sits alongside the current project)
If the user doesn't specify, use the parent of the current working directory.
Step 2: Fetch the Latest Setup Instructions
More from queso/ai-team-skills
write-prd
Creates a new Product Requirements Document (PRD) with auto-numbered filenames in the project's PRD directory. Runs a mini-discovery workshop to gather context, then produces a structured PRD scaled to the feature's complexity.
13v0-setup
Fetches v0.dev designs via the Platform API and prepares them for adaptation into your project. Handles folder setup, source code retrieval, component inventory, and produces an adaptation brief. Use when integrating v0 designs.
12address-pr-feedback
Fetches PR review comments, categorizes each as Will Fix / Won't Fix / New Issue, addresses fixable feedback using TDD, commits, pushes, and posts a summary.
7code-review
Reviews all unmerged code in the current branch for readability, security, correctness, types, and test quality. Produces a summary of issues to fix before merging.
1