Agent Skills
› Hmbown/Codewhale
› plan
plan
GitHub将已充分理解的任务转化为包含依赖关系和验证点的有序实施计划,利用Codewhale原生状态管理,等待授权后执行。
触发场景
任务目标明确但需分解步骤
需要梳理工作依赖关系
安装
npx skills add Hmbown/Codewhale --skill plan -g -y
SKILL.md
Frontmatter
{
"name": "plan",
"invocation": "model+user",
"description": "Turn a sufficiently understood task into an ordered implementation plan with dependencies and verification. Orchestrate Codewhale’s native plan state; do not build a parallel planner."
}
Plan
When to use
Use when the task is understood well enough to sequence work, but not yet a single obvious next edit.
Non-goals
- Do not plan while key goals are still unknown — use interview first.
- Do not create a second planner outside Codewhale plan/Work state.
Workflow
- Restate the goal and constraints.
- List ordered steps with dependencies.
- Mark verification for each risky step.
- Write the plan into Codewhale’s native plan/Work surface.
- Wait for authorization before broad implementation.
Output shape
- Goal
- Steps (ordered)
- Verification
- Risks / open questions
版本历史
-
c7c3065
当前 2026-09-03 05:46
将正文中的 CodeWhale 替换为公共名称 Codewhale
- b0e4926 2026-07-24 17:42


