From Buildomator
Initializes a new project with structured context gathering, research, requirements, and roadmap planning. Creates .planning/ files for project memory.
How this skill is triggered — by the user, by Claude, or both
Slash command
/bm:new-project [--auto][--auto]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
<runtime_note>
<runtime_note>
Copilot (VS Code): Use vscode_askquestions wherever this workflow calls AskUserQuestion. They are equivalent — vscode_askquestions is the VS Code Copilot implementation of the same interactive question API.
</runtime_note>
Creates:
.planning/PROJECT.md — project context.planning/config.json — workflow preferences.planning/research/ — domain research (optional).planning/REQUIREMENTS.md — scoped requirements.planning/ROADMAP.md — phase structure.planning/STATE.md — project memoryAfter this command: Run /bm:plan-phase 1 to start execution.
<execution_context> @${CLAUDE_PLUGIN_ROOT}/workflows/new-project.md @${CLAUDE_PLUGIN_ROOT}/references/questioning.md @${CLAUDE_PLUGIN_ROOT}/references/ui-brand.md @${CLAUDE_PLUGIN_ROOT}/templates/project.md @${CLAUDE_PLUGIN_ROOT}/templates/requirements.md </execution_context>
Execute the new-project workflow from @${CLAUDE_PLUGIN_ROOT}/workflows/new-project.md end-to-end. Preserve all workflow gates (validation, approvals, commits, routing).npx claudepluginhub buildomator/buildomator --plugin gsdInitializes a new project by gathering context, researching domain, and generating structured planning documents (requirements, roadmap, state).
Initializes a new project with deep context gathering, creating planning files (PROJECT.md, REQUIREMENTS.md, ROADMAP.md) through a structured workflow.
Initializes a new project with structured planning: questioning, optional research, requirements, and roadmap generation. Creates PROJECT.md and supporting planning files.