仅当用户明确要求计划、任务拆解、长期进度记录、分阶段验收,或任务需要跨多轮维护 progress 文件时使用。普通并行审查和多源验证使用 workflow
Scanned 9/4/2026
Install to Claude Code
npx -y skills add beixiyo/dotfiles --skill invoke-plan --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Invoke Plan?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/beixiyo-invoke-plan)More formats (shields.io, HTML) on the badges page.
---
name: invoke-plan
description: 仅当用户明确要求计划、任务拆解、长期进度记录、分阶段验收,或任务需要跨多轮维护 progress 文件时使用。普通并行审查和多源验证使用 workflow
---
## 规则
- 创建自驱动的分步执行计划,实时更新进度
- 负责 progress 记录和阶段验收,不负责并行 agent 编排
- 需要并行审查、跨模块搜索或多源验证时,在具体步骤里组合 `workflow`
- 用户只要求“直接做”时不要创建计划文件
## 执行步骤
1. 需求澄清:询问背景、目标、技术栈(已明确则跳过)
2. 计划创建:在当前项目内生成 `plan/<plan-name>.md`,包含背景、Todo Checklist、进度更新
3. 逐步执行:每次执行一个步骤,完成后更新计划
4. 测试指引:每步完成后调用 `how-to-test` skill,告知用户如何验证(可测试的步骤才调用)
5. 等待确认:等待用户验收确认后再进行下一步
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!