Scaffold a new interior design project from templates
Create a new interior design project with all required files.
Parse the project name from the argument. If no name given, ask the user.
Copy the template directory to create the project:
cp -r ${CLAUDE_PLUGIN_ROOT}/templates/ <project-name>/
The new project will contain:
CLAUDE.md — design rules and conventionsbrief.yaml — client profile template (fill in first)apartment.yaml — apartment layout templaterooms/_template.yaml — room specification templateregistry/_template.yaml — product registry templatedesign-checklist.yaml — design integration checklistworkflow.md — data collection workflowTell the user to start by filling in brief.yaml (their north star), then .
apartment.yamlrooms/_template.yaml to rooms/<room-name>.yaml.registry/_template.yaml to registry/<category>/<item>.yaml.