Agent Skills
› Hmbown/CodeWhale
› plan
plan
GitHub将已理解的任务转化为包含依赖和验证步骤的有序实施计划,并写入 CodeWhale 原生状态。用于任务拆解与执行编排,避免重复造轮子。
Trigger Scenarios
需要制定多步实施计划时
任务目标明确但缺乏具体执行顺序时
Install
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
Version History
- b0e4926 Current 2026-07-24 17:42


