| name | gsd-new-project |
| description | Initialize a new project with deep context gathering and PROJECT.md |
| argument-hint | [--auto] |
| allowed-tools | Read, Bash, Write, Agent, AskUserQuestion |
<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>
**Flags:**
- `--auto` โ Automatic mode. After config questions, runs research โ requirements โ roadmap without further interaction. Expects idea document via @ reference.
Initialize a new project through unified flow: questioning โ research (optional) โ requirements โ roadmap.
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 memory
After this command: Run /gsd-plan-phase 1 to start execution.
<execution_context>
@.github/get-shit-done/workflows/new-project.md
@.github/get-shit-done/references/questioning.md
@.github/get-shit-done/references/ui-brand.md
@.github/get-shit-done/templates/project.md
@.github/get-shit-done/templates/requirements.md
</execution_context>
Execute end-to-end.
Preserve all workflow gates (validation, approvals, commits, routing).