From GSD Core
Initializes a new project with structured planning: questioning, research, requirements, and roadmap creation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gsd-core:gsd-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 /gsd-plan-phase 1 to start execution.
<execution_context>
@/.claude/gsd-core/workflows/new-project.md
@/.claude/gsd-core/references/questioning.md
@/.claude/gsd-core/references/ui-brand.md
@/.claude/gsd-core/templates/project.md
@~/.claude/gsd-core/templates/requirements.md
</execution_context>
npx claudepluginhub open-gsd/gsd-coreInitializes projects: detects existing code, questions for requirements, researches via subagents, scopes needs, generates roadmap.
Automatically generates PRD, CLAUDE.md, wiki pages (patterns, gotchas, decisions), and milestones for new projects. Detects tech stack, references prior skills/gotchas. Triggers on 'new project', 'init', 'setup'.
Turns vague project ideas into 8 structured planning files (PRD, TechSpec, AppFlow, etc.) for brand new projects. Avoid using on existing codebases.