Skip to main content
The /create command starts an interactive application creation process. It orchestrates multiple specialist agents to build complete features or applications from scratch.

When to use this

New features

Adding features to an existing project

New applications

Starting a new project from scratch

Clear requirements

You know what you want to build

Single domain

Frontend OR backend (use /orchestrate for full-stack)

How it works

1

Request analysis

The system understands what you want to build. If information is missing, it will ask clarifying questions:
  • What type of application?
  • What are the basic features?
  • Who will use it?
2

Project planning

The system uses the project-planner agent to:
  • Determine tech stack
  • Plan file structure
  • Create task breakdown
3

Application building

Expert agents work together:
4

Preview

When complete, the system starts a local preview server and presents the URL to you.

Usage examples

/create blog site
Generate a complete blog with post management
/create e-commerce app with product listing and cart
Build an e-commerce site with shopping functionality
/create todo app
Create a simple task management application
/create Instagram clone
Scaffold a social media platform with image sharing
/create crm system with customer management
Build a CRM with contact and sales tracking

Before starting

If your request is unclear, the system will ask:
  • What type of application?
  • What are the basic features?
  • Who will use it?
You can provide defaults and add details later. Start simple and enhance with /enhance.

Build docs developers (and LLMs) love