How this command is triggered — by the user, by Claude, or both
Slash command
/core:new-project <project-name>This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Scaffold a new sub-project named **$1** in this repo. This is the generic, shared version. It assumes the repo keeps reusable, sub-project-style work under a `projects/` (or similar) folder with a `_template/` scaffold inside it. If this repo has a repo-local `new-project` command, that one overrides this and wins. Steps: 1. Normalise the name: lowercase, kebab-case (e.g. "Acme Corp" → `acme-corp`). Call it `NAME`. If `$1` is empty, ask the user for a project name and stop. 2. Locate the template folder (commonly `projects/_template`). If none exists, tell the user and stop — don't...
Scaffold a new sub-project named $1 in this repo.
This is the generic, shared version. It assumes the repo keeps reusable, sub-project-style work
under a projects/ (or similar) folder with a _template/ scaffold inside it. If this repo has a
repo-local new-project command, that one overrides this and wins.
Steps:
acme-corp). Call it NAME.
If $1 is empty, ask the user for a project name and stop.projects/_template). If none exists, tell the user and
stop — don't invent a structure.projects/NAME/) already exists, stop and report it — do not overwrite.cp -r projects/_template projects/NAME.<PROJECT_NAME> placeholder in the copied CLAUDE.md / README.md with NAME.Do not commit or push — leave the scaffold for the user to review. Portable/shared knowledge should be referenced, not duplicated into the new project.
npx claudepluginhub vmaia00/claude-specs --plugin core/new-projectInitializes a new project by gathering context, defining requirements, and creating a phased roadmap. Produces a .planning/ directory with project config, research, and state files.
/new-projectCreates a new project from requirements: selects tech stack, designs architecture, initializes repo, implements backend/frontend/infra tracks in parallel, adds tests.
/new-projectScaffolds a new Delphi project with a standardized folder structure and base files for VCL, FMX, REST API, or Library types. Also supports FMX mobile targets with platform-specific form dimensions, unit naming, and deployment config.
/new-projectInitializes a new project via structured workflow: questioning needs, researching options, defining requirements, generating roadmap. Supports --auto mode.
/new-projectScaffolds a new anthropological research project by guiding through lifecycle phases and creating starter documents for research questions, methodology, plan, ethics, and fieldwork.