gsd-new-project

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese
<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>
<context> **Flags:** - `--auto` — Automatic mode. After config questions, runs research → requirements → roadmap without further interaction. Expects idea document via @ reference. </context> <objective> 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. </objective>
<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>
<process> Execute end-to-end. Preserve all workflow gates (validation, approvals, commits, routing). </process>
<runtime_note> Copilot (VS Code): 在本工作流调用
AskUserQuestion
的任何地方,都使用
vscode_askquestions
。二者功能等价——
vscode_askquestions
是VS Code Copilot对同一交互式问题API的实现。 </runtime_note>
<context> **Flags:** - `--auto` —— 自动模式。完成配置问题后,无需进一步交互即可运行研究→需求→路线图流程。需通过@引用提供创意文档。 </context> <objective> 通过统一流程初始化新项目:提问→研究(可选)→需求→路线图。
生成文件:
  • .planning/PROJECT.md
    —— 项目上下文
  • .planning/config.json
    —— 工作流偏好设置
  • .planning/research/
    —— 领域研究(可选)
  • .planning/REQUIREMENTS.md
    —— 限定范围的需求
  • .planning/ROADMAP.md
    —— 阶段结构
  • .planning/STATE.md
    —— 项目记忆
执行此命令后: 运行
/gsd-plan-phase 1
开始执行。 </objective>
<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>
<process> 端到端执行。 保留所有工作流关卡(验证、审批、提交、路由)。 </process>