/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
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?
Project planning
The system uses the project-planner agent to:
- Determine tech stack
- Plan file structure
- Create task breakdown
Application building
Expert agents work together:
- Database Architect → Schema design
- Backend Specialist → API implementation
- Frontend Specialist → UI development
Usage examples
Before starting
If your request is unclear, the system will ask:- What type of application?
- What are the basic features?
- Who will use it?
Related workflows
- /brainstorm - Explore options before creating
- /enhance - Add features to what you created
- /orchestrate - Use for complex full-stack applications
- /preview - Start preview server manually
