gsd:new-project
GitHub初始化新项目,通过问答、可选调研、需求分析和路线图规划收集深度上下文。生成PROJECT.md等核心文件,支持自动模式。执行后需运行/gsd:plan-phase 1启动执行。
Trigger Scenarios
Install
npx skills add davepoon/buildwithclaude --skill gsd:new-project -g -y
SKILL.md
Frontmatter
{
"name": "gsd:new-project",
"description": "Initialize a new project with deep context gathering and PROJECT.md",
"allowed-tools": [
"Read",
"Bash",
"Write",
"Task",
"AskUserQuestion"
],
"argument-hint": "[--auto]"
}
<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 memory
After this command: Run /gsd: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>
Version History
- 502fc01 Current 2026-07-05 15:13


