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