gsd-quick

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese
<objective> Execute small, ad-hoc tasks with GSD guarantees (atomic commits, STATE.md tracking).
Quick mode is the same system with a shorter path:
  • Spawns gsd-planner (quick mode) + gsd-executor(s)
  • Quick tasks live in
    .planning/quick/
    separate from planned phases
  • Updates STATE.md "Quick Tasks Completed" table (NOT ROADMAP.md)
Default: Skips research, plan-checker, verifier. Use when you know exactly what to do.
--full
flag:
Enables plan-checking (max 2 iterations) and post-execution verification. Use when you want quality guarantees without full milestone ceremony. </objective>
<execution_context> @{{PLATFORM_ROOT}}/get-shit-done/workflows/quick.md </execution_context>
<context> $ARGUMENTS
Context files are resolved inside the workflow (
init quick
) and delegated via
<files_to_read>
blocks. </context>
<process> Execute the quick workflow from @{{PLATFORM_ROOT}}/get-shit-done/workflows/quick.md end-to-end. Preserve all workflow gates (validation, task description, planning, execution, state updates, commits). </process>
<objective> 执行小型临时任务,具备GSD保障(原子提交、STATE.md跟踪)。
快速模式是路径更短的同一系统:
  • 启动gsd-planner(快速模式)+ gsd-executor(s)
  • 快速任务存储在
    .planning/quick/
    目录下,与规划阶段的任务分开
  • 更新STATE.md中的“已完成快速任务”表格(不更新ROADMAP.md)
默认设置: 跳过调研、计划检查器、验证器。当你明确知道要执行的操作时使用此模式。
--full
参数:
启用计划检查(最多2次迭代)和执行后验证。当你想要质量保障但无需完整里程碑流程时使用此参数。 </objective>
<execution_context> @{{PLATFORM_ROOT}}/get-shit-done/workflows/quick.md </execution_context>
<context> $ARGUMENTS
上下文文件在工作流(
init quick
)中解析,并通过
<files_to_read>
块进行委托。 </context>
<process> 端到端执行@{{PLATFORM_ROOT}}/get-shit-done/workflows/quick.md中的快速工作流。 保留所有工作流关卡(验证、任务描述、规划、执行、状态更新、提交)。 </process>