ワンクリックで
executing-plans
当有书面实施计划需要在会话中执行时使用。加载计划,审阅后执行所有任务,完成后报告。当用户提及"执行计划"、"实施计划"、"运行计划"、"开始执行"或计划文档已准备好实施时触发。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
当有书面实施计划需要在会话中执行时使用。加载计划,审阅后执行所有任务,完成后报告。当用户提及"执行计划"、"实施计划"、"运行计划"、"开始执行"或计划文档已准备好实施时触发。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
项目上下文管理技能,用于管理用户画像和项目上下文。本技能由 brainstorming 和 executing-plans 技能调用,不独立触发。在 brainstorming 激活时调用以获取用户画像,在 executing-plans 完成时自动更新项目上下文。
Execute before any creative work — including creating features, building components, adding functionality, or modifying behavior. Explore user intent, requirements, and design solutions before implementation. Transform ideas into complete design specifications through natural collaborative dialogue. Activate when user mentions "new feature", "build", "create component", "add functionality", "implement", or starts any development work. This skill automatically invokes the project-context skill to obtain user profile and workflow path recommendations.
Code annotation supplementation and standardization expert. Automatically identifies code file types and adds professional bilingual comments for functions, classes, methods, properties, and other code elements. Activate when user mentions "add comments", "supplement comments", "standardize comments", "code comments", "annotate code", "add comments", or needs documentation comments for code. This skill can also be automatically invoked by other skills (such as executing-plans) after code is completed.
Use when there is a written implementation plan to execute in the session. Load the plan, review it, execute all tasks, and report upon completion. Activate when user mentions "execute plan", "implement plan", "run plan", "start execution", or when a plan document is ready for implementation.
Project context management skill for managing user profiles and project context. This skill is invoked by brainstorming and executing-plans skills, not triggered independently. Invoked to get user profile when brainstorming is activated, automatically updates project context when executing-plans completes.
Implementation plan creation skill for multi-step tasks. Use when there are specifications or requirements, before directly touching code. Create detailed, executable implementation plans. Activate when user mentions "create plan", "implementation plan", "write plan", "plan", "task breakdown", or starts complex multi-step development work with existing specifications.
| name | executing-plans |
| description | 当有书面实施计划需要在会话中执行时使用。加载计划,审阅后执行所有任务,完成后报告。当用户提及"执行计划"、"实施计划"、"运行计划"、"开始执行"或计划文档已准备好实施时触发。 |
| license | MIT |
| metadata | {"version":"3.0.0"} |
本技能用于执行书面实施计划,严格遵循文档步骤。
在计划完成前,请勿:
使用统一的会话状态文件跟踪进度:
design/.session-state.mdreferences/session-state-template.md(共享)操作时机:
本技能的唯一终止方式是完成所有任务并生成完成报告。
| 状态 | 说明 |
|---|---|
| 已完成 | 任务已完成,所有验证通过 |
| 进行中 | 任务正在执行中 |
| 待执行 | 任务尚未开始 |
| 阻塞 | 任务因问题被阻塞 |
目标:加载计划文档,进行批判性审阅。
执行动作:
git branch --show-current 确认当前分支审阅检查清单:
测试覆盖验证:
⚠️ 强制检查项:
决策点:
完成标准:计划已审阅,测试覆盖已验证,任务列表已创建
目标:按计划执行每个任务。
执行规则:
对于计划中的每个任务:
添加代码注释调用格式:
调用 code-commentator 技能,目标文件:[文件路径]
步骤执行规则:
验证要求:
每个任务在进入下一个之前必须通过其验证:
错误处理:
错误发生时:
完成标准:所有任务已执行,所有测试已通过,代码注释已添加,验证已通过
目标:生成完成报告,更新项目上下文。
执行动作:
完成报告格式:
## 实施完成
**计划**:[计划文件路径]
**状态**:✅ 所有任务已完成
### 摘要
[已构建内容的简要描述]
### 变更文件
- 新建:[新文件列表]
- 修改:[修改文件列表]
### 验证结果
- 测试:✅ 通过
- 构建:✅ 成功
- Lint:✅ 干净
完成标准:报告已生成,项目上下文已更新,用户画像已更新(如有变化)
在以下情况下立即停止执行:
| 情况 | 行动 |
|---|---|
| 缺少依赖项 | 请求用户安装或提供 |
| 测试反复失败 | 调试并在卡住时寻求指导 |
| 指令不明确 | 请求澄清,不要猜测 |
| 计划存在关键缺陷 | 返回阶段一进行计划修订 |
| 出现意外错误 | 记录错误并寻求帮助 |
停止协议:
当计划包含多个子系统时:
当被 writing-plan 技能调用时:
接收参数:
plan_path:计划文档路径(必需)subsystem_paths:子系统计划路径列表(多子系统时必需)outline_path:纲领文件路径(如适用)跳过触发条件检查,直接创建会话状态文件并进入阶段一。
| 参考文档 | 用途 |
|---|---|
references/execution-state-template.md | 执行状态记录模板 |
references/completion-report-template.md | 完成报告模板 |
处理方式:
design/.session-state.md处理方式:
处理方式: