← 返回 Skills 市场
mahingbun-dev

SDD Plan Human Verify

作者 mahingbun-dev · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
178
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sdd-plan-human-verify
功能描述
从已完成的 spec-plan.md 生成验收清单,包含 [A]/[H] 子步骤,覆盖所有验证项用于 AI 驱动验收。
安全使用建议
This skill looks coherent for generating acceptance checklists from your spec files and does not request secrets or install anything. Before using it: (1) ensure .sdd-workspace points to the correct project and that spec files are the intended ones; (2) carefully review the generated spec-human-verify.md preview — especially all [A] commands — before confirming write or allowing the agent to run them; (3) run automation steps in a safe/staging environment (not production) because [A] steps may include installs, migrations, service starts, or network calls; (4) if you do not want the agent to execute commands autonomously, disable autonomous invocation for whatever orchestrator will run these checks or require manual confirmation for execution.
功能分析
Type: OpenClaw Skill Name: sdd-plan-human-verify Version: 1.0.0 The skill sdd-plan-human-verify is a utility for generating structured acceptance checklists from Software Design Documents (spec-plan.md and spec-design.md). It extracts verification steps, categorizes them into automated ([A]) and human ([H]) sub-steps, and formats them into a new markdown file (spec-human-verify.md). The process includes a mandatory user confirmation step before file creation, and the logic is entirely consistent with its stated purpose of assisting in a development and testing workflow.
能力评估
Purpose & Capability
The name/description (produce acceptance checklist from spec-plan.md) matches the instructions: the skill reads workspace config and spec files, extracts verification items, and composes a spec-human-verify.md. It does not request unrelated credentials, binaries, or config paths.
Instruction Scope
SKILL.md explicitly instructs reading .sdd-workspace and files under {workspace}/spec/, scanning spec-plan.md and spec-design.md, extracting all verification items, and decomposing them into [A]/[H] steps. This is within scope for the stated goal, but the skill also states that AI will autonomously execute [A] steps during acceptance; those steps can include build/install/migrate commands and network calls. Review generated [A] commands before execution to avoid destructive operations in production.
Install Mechanism
Instruction-only skill with no install spec and no code files. Nothing is downloaded or written to disk by an installer; lowest install risk.
Credentials
The skill requires no environment variables, credentials, or external config paths beyond the workspace config it reads (.sdd-workspace). That access is proportionate to its purpose of reading project spec files.
Persistence & Privilege
always:false and no declared persistent privileges. The skill will write spec-human-verify.md only after user confirmation per its own flow. However, it is designed to produce [AUTO] steps intended for autonomous execution by the agent (disable-model-invocation:false by default on the platform). If you plan to let the agent run checks automatically, be cautious about allowing execution of install/migrate/start commands in production environments.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sdd-plan-human-verify
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sdd-plan-human-verify 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初始版本
元数据
Slug sdd-plan-human-verify
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

SDD Plan Human Verify 是什么?

从已完成的 spec-plan.md 生成验收清单,包含 [A]/[H] 子步骤,覆盖所有验证项用于 AI 驱动验收。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 178 次。

如何安装 SDD Plan Human Verify?

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

SDD Plan Human Verify 是免费的吗?

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

SDD Plan Human Verify 支持哪些平台?

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

谁开发了 SDD Plan Human Verify?

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

💬 留言讨论