gsd-new-project

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese
<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
{{COMMAND_PREFIX}}plan-phase 1
to start execution. </objective>
<execution_context> @{{PLATFORM_ROOT}}/get-shit-done/workflows/new-project.md @{{PLATFORM_ROOT}}/get-shit-done/references/questioning.md @{{PLATFORM_ROOT}}/get-shit-done/references/ui-brand.md @{{PLATFORM_ROOT}}/get-shit-done/templates/project.md @{{PLATFORM_ROOT}}/get-shit-done/templates/requirements.md </execution_context>
<process> Execute the new-project workflow from @{{PLATFORM_ROOT}}/get-shit-done/workflows/new-project.md end-to-end. Preserve all workflow gates (validation, approvals, commits, routing). </process>
<context> **参数说明:** - `--auto` — 自动模式。完成配置问答后,无需进一步交互即可自动执行调研→需求梳理→路线图生成流程,需要通过@引用传入创意文档。 </context> <objective> 通过统一流程初始化新项目:需求问询→调研(可选)→需求梳理→路线图制定。
生成文件:
  • .planning/PROJECT.md
    — 项目上下文
  • .planning/config.json
    — 工作流偏好配置
  • .planning/research/
    — 领域调研内容(可选)
  • .planning/REQUIREMENTS.md
    — 范围明确的需求文档
  • .planning/ROADMAP.md
    — 阶段结构规划
  • .planning/STATE.md
    — 项目状态记录
执行本命令后: 运行
{{COMMAND_PREFIX}}plan-phase 1
即可启动项目执行。 </objective>
<execution_context> @{{PLATFORM_ROOT}}/get-shit-done/workflows/new-project.md @{{PLATFORM_ROOT}}/get-shit-done/references/questioning.md @{{PLATFORM_ROOT}}/get-shit-done/references/ui-brand.md @{{PLATFORM_ROOT}}/get-shit-done/templates/project.md @{{PLATFORM_ROOT}}/get-shit-done/templates/requirements.md </execution_context>
<process> 端到端执行@{{PLATFORM_ROOT}}/get-shit-done/workflows/new-project.md中定义的新项目工作流,保留所有工作流关口(校验、审批、提交、路由)。 </process>