gsd-new-milestone

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese
<objective> Start a new milestone: questioning → research (optional) → requirements → roadmap.
Brownfield equivalent of new-project. Project exists, PROJECT.md has history. Gathers "what's next", updates PROJECT.md, then runs requirements → roadmap cycle.
Creates/Updates:
  • .planning/PROJECT.md
    — updated with new milestone goals
  • .planning/research/
    — domain research (optional, NEW features only)
  • .planning/REQUIREMENTS.md
    — scoped requirements for this milestone
  • .planning/ROADMAP.md
    — phase structure (continues numbering)
  • .planning/STATE.md
    — reset for new milestone
After:
{{COMMAND_PREFIX}}plan-phase [N]
to start execution. </objective>
<execution_context> @{{PLATFORM_ROOT}}/get-shit-done/workflows/new-milestone.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>
<context> Milestone name: $ARGUMENTS (optional - will prompt if not provided)
Project and milestone context files are resolved inside the workflow (
init new-milestone
) and delegated via
<files_to_read>
blocks where subagents are used. </context>
<process> Execute the new-milestone workflow from @{{PLATFORM_ROOT}}/get-shit-done/workflows/new-milestone.md end-to-end. Preserve all workflow gates (validation, questioning, research, requirements, roadmap approval, commits). </process>
<objective> 启动新里程碑:问题梳理 → 调研(可选)→ 需求定义 → 路线规划。
这是已有项目(Brownfield)版本的新项目流程。项目已存在,PROJECT.md有历史记录。收集"下一步计划",更新PROJECT.md,然后执行需求定义→路线规划的流程。
创建/更新文件:
  • .planning/PROJECT.md
    — 更新新里程碑目标
  • .planning/research/
    — 领域调研(仅针对新增功能,可选)
  • .planning/REQUIREMENTS.md
    — 本次里程碑的限定范围需求
  • .planning/ROADMAP.md
    — 阶段结构(延续编号)
  • .planning/STATE.md
    — 重置为新里程碑状态
后续操作:
{{COMMAND_PREFIX}}plan-phase [N]
启动执行。 </objective>
<execution_context> @{{PLATFORM_ROOT}}/get-shit-done/workflows/new-milestone.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>
<context> 里程碑名称:$ARGUMENTS(可选 - 若未提供将提示输入)
项目和里程碑上下文文件在工作流(
init new-milestone
)中解析,并通过
<files_to_read>
块委托给子代理使用。 </context>
<process> 完整执行@{{PLATFORM_ROOT}}/get-shit-done/workflows/new-milestone.md中的新里程碑工作流。 保留所有工作流关卡(验证、问题梳理、调研、需求定义、路线规划审批、提交)。 </process>