slfg
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseSwarm-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
顺序执行阶段
- Optional: If the skill is available, run
ralph-wiggum. If not available or it fails, skip and continue to step 2 immediately./ralph-wiggum:ralph-loop "finish all slash commands" --completion-promise "DONE" /ce:plan $ARGUMENTS/compound-engineering:deepen-plan- — Use swarm mode: Make a Task list and launch an army of agent swarm subagents to build the plan
/ce:work
- 可选步骤:如果skill可用,运行
ralph-wiggum。若不可用或执行失败,直接跳过并进入步骤2。/ralph-wiggum:ralph-loop "finish all slash commands" --completion-promise "DONE" /ce:plan $ARGUMENTS/compound-engineering:deepen-plan- —— 使用Swarm模式:创建任务列表并启动一组Agent集群子Agent来执行计划
/ce:work
Parallel Phase
并行执行阶段
After work completes, launch steps 5 and 6 as parallel swarm agents (both only need code to be written):
- — spawn as background Task agent
/ce:review - — spawn as background Task agent
/compound-engineering:test-browser
Wait for both to complete before continuing.
工作完成后,将步骤5和6作为并行Swarm Agent启动(两者仅需编写代码):
- —— 作为后台任务Agent启动
/ce:review - —— 作为后台任务Agent启动
/compound-engineering:test-browser
等待两者完成后再继续。
Finalize Phase
最终完成阶段
- — resolve any findings from the review
/compound-engineering:resolve_todo_parallel - — record the final walkthrough and add to PR
/compound-engineering:feature-video - Output when video is in PR
<promise>DONE</promise>
Start with step 1 now.
- —— 解决评审中发现的所有问题
/compound-engineering:resolve_todo_parallel - —— 录制最终演示视频并添加至PR
/compound-engineering:feature-video - 当视频已添加至PR时,输出
<promise>DONE</promise>
现在从步骤1开始执行。