work
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinese<!-- groove:managed — do not edit; changes will be overwritten by groove update -->
<!-- groove:managed — 请勿编辑;变更将被groove更新覆盖 -->
work
执行
The compound engineering loop — five discrete stages that systematically reduce rework by front-loading clarity and back-loading lessons. Each stage can be run independently or in sequence.
复合工程循环——通过前置明确需求、后置沉淀经验,系统性减少返工的五个独立阶段。每个阶段可独立运行或按顺序执行。
Git Root Detection
Git 根目录检测
Before running any command, detect the git root:
bash
git rev-parse --show-toplevel在运行任何命令前,先检测git根目录:
bash
git rev-parse --show-toplevelCommands
命令
| Command | Description |
|---|---|
| Clarify scope through dialogue, surface key decisions and open questions |
| Research codebase, write concrete implementation plan |
| Execute the plan, track progress in task backend |
| Evaluate output, identify lessons, decide accept/rework |
| Document lessons, update rules/templates/docs |
| 命令 | 描述 |
|---|---|
| 通过对话明确范围,梳理关键决策与待解决问题 |
| 研究代码库,编写具体的实施计划 |
| 执行计划,在任务后端跟踪进度 |
| 评估输出内容,总结经验,决定接受/返工 |
| 记录经验,更新规则/模板/文档 |
$ARGUMENTS Routing
$ARGUMENTS 路由
| $ARGUMENTS | Action |
|---|---|
| → |
| → |
| → |
| → |
| → |
| → |
| (empty) | → |
| $ARGUMENTS | 操作 |
|---|---|
| → |
| → |
| → |
| → |
| → |
| → |
| (空) | → |
Stage Task Naming
阶段任务命名
Each stage creates or updates a task in the configured backend (if ). Tasks follow the naming convention:
tasks != noneYYYY-MM-DD, <N>. <Stage>e.g. ,
2026-02-28, 1. Brainstorm2026-02-28, 2. PlanTasks are created under the relevant workstream epic if one exists.
每个阶段会在已配置的后端中创建或更新任务(若)。任务遵循以下命名规范:
tasks != noneYYYY-MM-DD, <N>. <Stage>例如:、
2026-02-28, 1. Brainstorm2026-02-28, 2. Plan若存在相关的工作流史诗任务,新任务会创建在其下方。
Frustration Detection
挫败感检测
If the user shows signs of repeated fixes, confusion, or rework — proactively suggest running even mid-stream. The value of compound is in capturing lessons before they fade.
work compound如果用户出现重复修复、困惑或返工的迹象——即使在流程进行中,也应主动建议运行。沉淀阶段的价值在于在经验遗忘前将其记录下来。
work compoundDesign Note
设计说明
80% of the compound loop's value comes from and . is execution. Do not skip — scope creep and rework almost always trace back to an unclear plan.
planreviewworkplan复合工程循环80%的价值来自和阶段。阶段仅为执行环节。请勿跳过阶段——范围蔓延和返工几乎总是源于模糊不清的计划。
planreviewworkplan