← 返回 Skills 市场
lovemymobilewebsite-dotcom

Executing Plans

作者 lovemymobilewebsite-dotcom · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
182
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install executing-plans-2
功能描述
Use when you have a written implementation plan to execute in a separate session with review checkpoints
使用说明 (SKILL.md)

Executing Plans

Overview

Load plan, review critically, execute all tasks, report when complete.

Announce at start: "I'm using the executing-plans skill to implement this plan."

Note: Tell your human partner that Superpowers works much better with access to subagents. The quality of its work will be significantly higher if run on a platform with subagent support (such as Claude Code or Codex). If subagents are available, use superpowers:subagent-driven-development instead of this skill.

The Process

Step 1: Load and Review Plan

  1. Read plan file
  2. Review critically - identify any questions or concerns about the plan
  3. If concerns: Raise them with your human partner before starting
  4. If no concerns: Create TodoWrite and proceed

Step 2: Execute Tasks

For each task:

  1. Mark as in_progress
  2. Follow each step exactly (plan has bite-sized steps)
  3. Run verifications as specified
  4. Mark as completed

Step 3: Complete Development

After all tasks complete and verified:

  • Announce: "I'm using the finishing-a-development-branch skill to complete this work."
  • REQUIRED SUB-SKILL: Use superpowers:finishing-a-development-branch
  • Follow that skill to verify tests, present options, execute choice

When to Stop and Ask for Help

STOP executing immediately when:

  • Hit a blocker (missing dependency, test fails, instruction unclear)
  • Plan has critical gaps preventing starting
  • You don't understand an instruction
  • Verification fails repeatedly

Ask for clarification rather than guessing.

When to Revisit Earlier Steps

Return to Review (Step 1) when:

  • Partner updates the plan based on your feedback
  • Fundamental approach needs rethinking

Don't force through blockers - stop and ask.

Remember

  • Review plan critically first
  • Follow plan steps exactly
  • Don't skip verifications
  • Reference skills when plan says to
  • Stop when blocked, don't guess
  • Never start implementation on main/master branch without explicit user consent

Integration

Required workflow skills:

  • superpowers:using-git-worktrees - REQUIRED: Set up isolated workspace before starting
  • superpowers:writing-plans - Creates the plan this skill executes
  • superpowers:finishing-a-development-branch - Complete development after all tasks
安全使用建议
This skill will attempt to read a plan file and then carry out whatever steps are written there — including running commands or editing files — so only use it when: (1) you trust the plan's contents and its origin, (2) you have reviewed the plan yourself before execution, and (3) you run it in an isolated workspace (the skill recommends using the superpowers:using-git-worktrees skill). Before installing/using: ensure the agent prompts you for approval before any destructive or network-exfiltrating steps, avoid running it against main/master branches, and prefer disabling autonomous invocation or requiring manual confirmation for high-risk actions if your platform allows that. If you need stronger assurance, ask the skill author to specify exact file path handling and explicit authorization prompts for command execution.
功能分析
Type: OpenClaw Skill Name: executing-plans-2 Version: 0.1.0 The skill bundle contains process-oriented instructions (SKILL.md) for an AI agent to execute structured development plans. It emphasizes safety practices such as using isolated git worktrees, performing critical reviews before execution, and seeking user consent before modifying main branches. No malicious code, data exfiltration logic, or harmful prompt injections were identified.
能力评估
Purpose & Capability
Name and description match the runtime instructions: the skill is explicitly about loading a plan, reviewing it, and executing tasks. The declared dependencies on other workflow skills (git worktrees, plan authoring, finishing branches) are coherent with the goal of executing development plans.
Instruction Scope
SKILL.md tells the agent to read a plan file, review it, and then "execute all tasks" and run verifications. That behavior is expected for an execution skill, but the instructions do not constrain which file paths to read or which commands the plan may run — the agent could therefore run arbitrary commands or modify files if the plan directs it. The skill does instruct to stop on blockers and to avoid acting on main/master without consent, which are useful safeguards.
Install Mechanism
Instruction-only skill with no install spec and no code files. This minimizes disk-write/installation risk.
Credentials
The skill requests no environment variables, credentials, or config paths. It does refer to external subagent platforms (Claude Code, Codex) and other skills but does not ask for unrelated secrets or broad system credentials.
Persistence & Privilege
always is false and the skill does not request persistent presence or elevated platform privileges. It does require other workflow skills to be present, which is normal for a coordinated development workflow.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install executing-plans-2
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /executing-plans-2 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
- Initial release of the executing-plans skill for organized plan execution. - Provides a step-by-step process for loading, reviewing, and executing a written implementation plan with critical checkpoints. - Emphasizes critical review before starting, strict task-by-task execution, and mandatory verification. - Includes clear STOP/ASK guidance for blockers, unclear instructions, or repeated verification failures. - Requires integration with related skills (using-git-worktrees, writing-plans, finishing-a-development-branch). - Highlights improved results with subagent support and recommends an alternative skill if subagents are available.
元数据
Slug executing-plans-2
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Executing Plans 是什么?

Use when you have a written implementation plan to execute in a separate session with review checkpoints. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 182 次。

如何安装 Executing Plans?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install executing-plans-2」即可一键安装,无需额外配置。

Executing Plans 是免费的吗?

是的,Executing Plans 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Executing Plans 支持哪些平台?

Executing Plans 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Executing Plans?

由 lovemymobilewebsite-dotcom(@lovemymobilewebsite-dotcom)开发并维护,当前版本 v0.1.0。

💬 留言讨论