create_project
Creates a new project folder with a conventional structure and essential files like README and Docker Compose, avoiding manual setup.
Instructions
Create a new project inside the workspace with a conventional folder structure (frontend/backend/database/docker/scripts/tests/ docs/assets/config by default) plus .gitignore, Dockerfile, docker-compose.yml, README.md, CLOUD.md and PROJECT_TREE.md.
Args: name: Project (top-level directory) name. Letters, numbers, spaces, '.', '-', '_' only. structure: Optional custom list of subfolder names, replacing the default 9-folder scaffold. description: One-paragraph description used in README/CLOUD.md. include_docker: Whether to generate Dockerfile + docker-compose.yml.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| structure | No | ||
| description | No | ||
| include_docker | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||