autoplan

工程开发 社区 v1.0.0
解读按原文结构重写,命令、链接、术语均保留;右侧可核对作者原始 SKILL.md

autoplan 是 gstack(Garry Tan 团队公开的初创公司工作流)里的「自动拆任务」入口——你给一句模糊需求,它把需求转成可执行的步骤清单,再交由后续命令按步骤推进。

设计思路

作者把「我们一边写一边想」当成创业团队最大的效率漏点:方向没定就开始写、写到一半改方向、改完再写。autoplan 的目标是把「想清楚」前置到任何编辑动作之前——它在 plan mode(计划模式)下运行,只读不写,把需求拆成 bite-sized(小颗粒)任务,每条任务都附「碰到 X 该怎么办」的边界条件,然后落到一份计划文件里,后续会话按这份文件执行。

流程

进入 plan mode 后,autoplan 会执行:① 读 ~/.gstack/ 下的偏好与上下文;② 用 codex exec / codex review 这类只读命令探索代码现状;③ 触发 AskUserQuestion 把不明确的细节问到底;④ 把结果写进计划文件并 sync artifacts;⑤ 报完成状态、附 telemetry 摘要。整个过程严格遵循「Boil the Lake」原则——不放过任何含糊地带。

适合的场景

  • 0–10 人创业团队每天开工时把当日目标拆成清单
  • 老板临时甩一句模糊需求("我们来做个 X"),你需要先把它变成可讨论的方案
  • 配合 writing-plansexecuting-plans 形成「想清楚 → 写计划 → 执行」三步链路

不适合

3 行以下能改完的小改动——用 autoplan 反而把 5 分钟的活拖成半小时;探索性 spike(边写边想)阶段,硬上 autoplan 会扼杀直觉。计划文件是 Markdown,可以人工继续编辑。

流狐档案 作者与许可取自来源;运行、权限和网络为流狐检测或估算
流狐分类
工程开发
作者声明 Agent
未找到明确声明;不据此推断已兼容或已测试
静态检查
88 / 100 · 启发式扫描,不代表运行安全
作者 / 版本 / 许可
@garrytan · v1.0.0 · 未声明 license
流狐 Token 估算
较高消耗
流狐接入估算
需手动接入
是否需要外部 API Key
需要 · Vendor-specific
检测到的系统要求
macOS · Linux · Windows
底层运行要求
Bun
检测到的文件与系统行为
  • 只读
  • 允许写入 / 修改
  • Shell 执行
检测到的网络行为
允许外网请求
安装命令数
无(仅作为资料)

档案由构建时根据 SKILL.md 与安装命令自动衍生,可能与作者实际意图存在差异。

需要注意: 未限定 allowed-tools,默认拥有全部工具权限。

输出预览 autoplan.preview
# Writing Style (skip entirely if EXPLAINLEVEL: terse appears in the preamble echo OR the user's current message explicitly requests terse / no-explanations output)

- Gloss curated jargon on first use per skill invocation, even if the user pasted the term.
- Frame questions in outcome terms: what pain is avoided, what capability unlocks, what user experience changes.
- Use short sentences, concrete nouns, active voice.
- Close decisions with user impact: what the user sees, waits for, loses, or gains.
- User-turn override wins: if the current message asks for terse / no explanations / just the answer, skip this section.
- Terse mode (EXPLAIN_LEVEL: terse): no glosses, no outcome-framing layer, shorter responses.

讨论

基于 GitHub Discussions。登录 GitHub 即可参与讨论、点赞、订阅更新。