slfg

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese
Swarm-enabled LFG. Run these steps in order, parallelizing where indicated. Do not stop between steps — complete every step through to the end.
支持Swarm模式的LFG。按顺序执行以下步骤,在指定环节进行并行处理。步骤间不要中断——完成所有步骤直至结束。

Sequential Phase

顺序执行阶段

  1. Optional: If the
    ralph-wiggum
    skill is available, run
    /ralph-wiggum:ralph-loop "finish all slash commands" --completion-promise "DONE"
    . If not available or it fails, skip and continue to step 2 immediately.
  2. /ce:plan $ARGUMENTS
  3. /compound-engineering:deepen-plan
  4. /ce:work
    Use swarm mode: Make a Task list and launch an army of agent swarm subagents to build the plan
  1. 可选步骤:如果
    ralph-wiggum
    skill可用,运行
    /ralph-wiggum:ralph-loop "finish all slash commands" --completion-promise "DONE"
    。若不可用或执行失败,直接跳过并进入步骤2。
  2. /ce:plan $ARGUMENTS
  3. /compound-engineering:deepen-plan
  4. /ce:work
    —— 使用Swarm模式:创建任务列表并启动一组Agent集群子Agent来执行计划

Parallel Phase

并行执行阶段

After work completes, launch steps 5 and 6 as parallel swarm agents (both only need code to be written):
  1. /ce:review
    — spawn as background Task agent
  2. /compound-engineering:test-browser
    — spawn as background Task agent
Wait for both to complete before continuing.
工作完成后,将步骤5和6作为并行Swarm Agent启动(两者仅需编写代码):
  1. /ce:review
    —— 作为后台任务Agent启动
  2. /compound-engineering:test-browser
    —— 作为后台任务Agent启动
等待两者完成后再继续。

Finalize Phase

最终完成阶段

  1. /compound-engineering:resolve_todo_parallel
    — resolve any findings from the review
  2. /compound-engineering:feature-video
    — record the final walkthrough and add to PR
  3. Output
    <promise>DONE</promise>
    when video is in PR
Start with step 1 now.
  1. /compound-engineering:resolve_todo_parallel
    —— 解决评审中发现的所有问题
  2. /compound-engineering:feature-video
    —— 录制最终演示视频并添加至PR
  3. 当视频已添加至PR时,输出
    <promise>DONE</promise>
现在从步骤1开始执行。