← 返回 Skills 市场
mahingbun-dev

SDD Executing Plans

作者 mahingbun-dev · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
222
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sdd-executing-plans
功能描述
执行 spec-plan.md 实现计划,自动完成任务、验证步骤并包含重试逻辑。
安全使用建议
This skill will read and modify files in your OpenClaw workspace (it expects a .sdd-workspace pointing to {workspace} and will update spec-plan.md in-place). Before enabling it: (1) confirm where .sdd-workspace should live and that you trust the plans it will run; (2) backup your spec/ directory or run the skill on a copy, since it will change checkboxes and may create/modify files; (3) ask the author to declare required config paths and any binaries/tools the verification steps need (tests/build tools, etc.); (4) prefer interactive/manual execution or require explicit user confirmations if you are uncomfortable with fully autonomous changes; and (5) review the spec-plan.md contents to ensure the verification steps do not execute unexpected system/network commands. If those gaps are not resolved, treat the skill as risky to run autonomously.
功能分析
Type: OpenClaw Skill Name: sdd-executing-plans Version: 1.0.0 The skill is designed to autonomously execute implementation plans by reading tasks and shell commands from a local 'spec-plan.md' file. It includes high-risk behaviors such as automated file modification and command execution with a retry logic of up to 5 attempts, specifically instructing the agent to run continuously without manual pauses between tasks. While these capabilities are plausibly needed for the stated purpose of plan execution, the lack of command validation and the instruction to bypass manual approval for individual steps (SKILL.md) create a significant surface for executing arbitrary or harmful code if the plan file is compromised.
能力评估
Purpose & Capability
The declared metadata lists no required config paths, binaries, or env vars, but the instructions require reading a workspace config file (.sdd-workspace) and reading/updating spec-plan.md files under {workspace}/spec/. Those are necessary for the stated purpose but were not declared. Additionally, checks/verification steps imply running build/test/verification commands which may need specific binaries (e.g., test runners, compilers) that are not listed.
Instruction Scope
The SKILL.md directs the agent to: read .sdd-workspace, scan and open spec-plan.md files, execute every 'execution' step and run 'check' commands, update the plan files in-place (toggle - [ ] to - [x]), perform retries, and stop on blocking failures. It allows running arbitrary verification commands referenced by the spec but does not enumerate which commands or limit scope, meaning the agent may execute arbitrary system commands or modify many files based on the plan content.
Install Mechanism
This is an instruction-only skill with no install steps or external downloads, so there is no installer risk. However, absence of an install spec increases reliance on the runtime environment matching the skill's unstated requirements.
Credentials
No env vars or credentials are declared, yet the skill requires access to a workspace config path and will read and write files. It may also need access to tools or credentials implicitly (for example, running tests that access network services or private registries). The lack of declared config paths and required binaries is a mismatch and reduces transparency about what the skill can access or needs.
Persistence & Privilege
The skill is not 'always' and does not request persistent platform-level privileges, but it explicitly writes to user-owned files (updating spec-plan.md in-place). That is a significant side-effect: installing/enabling the skill grants it the ability to change plans and mark steps completed. This is expected for a plan-execution tool, but it should be clearly declared and made explicit to the user.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sdd-executing-plans
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sdd-executing-plans 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初始版本
元数据
Slug sdd-executing-plans
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

SDD Executing Plans 是什么?

执行 spec-plan.md 实现计划,自动完成任务、验证步骤并包含重试逻辑。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 222 次。

如何安装 SDD Executing Plans?

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

SDD Executing Plans 是免费的吗?

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

SDD Executing Plans 支持哪些平台?

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

谁开发了 SDD Executing Plans?

由 mahingbun-dev(@mahingbun-dev)开发并维护,当前版本 v1.0.0。

💬 留言讨论