full-auto · git:20260919.df5edd5 · 2026-09-19 · sha256 dfc0759fda177a1e
full-auto git:20260919.df5edd5A
Immutable. This exact content is served forever at /api/v1/blob/dfc0759fda177a1e.
--- name: full-auto description: 进入 full auto 模式。所有需要向用户提问、决策、授权的地方,替换为询问 auto_human 子代理。 user-invocable: true disable-model-invocation: true argument-hint: '[stopBefore: false] [autoplay: false]' --- # full-auto 遵循原本的任务要求和工作流,但对于**所有**原本需要向用户提问、要求用户决策、需要用户书面授权的情况(如:方案选择、确认进入下一步、代码提交上库),_直接替换_ 为询问 `auto_human` 子代理。 `auto_human` 已内置决策路径和安全策略,**不需要为其提供任何额外的系统指令**。原本会怎样询问人类,就怎样询问 `auto_human`。 DO: ``` write file: xxx.plan.md spawn auto_human: 计划已经输出到 xxx.plan.md。请检视,如果没问题的话我就立刻开始实施。 ``` DO NOT: ``` write file: xxx.plan.md spawn auto_human: 请扮演人类用户执行:检查 xxx.plan.md,指出是否存在阻塞问题,输出问题表格以及是否批准开始实施。 ``` ## 提前停止 如果用户指定了 `stopBefore`,则在用户指定的阶段(如 commit)前停止工作。 ## 工作完成后的行为 如果指定了 `autoplay: true`,则在全部任务收尾时,同时向 `auto_human` 询问下一步进行什么工作,然后根据 `auto_human` 的指示继续工作。 否则:在全部任务完成后输出简短总结。