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


