← Back to Skills Marketplace
mahingbun-dev

SDD Plan Human Verify

by mahingbun-dev · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
178
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install sdd-plan-human-verify
Description
从已完成的 spec-plan.md 生成验收清单,包含 [A]/[H] 子步骤,覆盖所有验证项用于 AI 驱动验收。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install sdd-plan-human-verify
  3. After installation, invoke the skill by name or use /sdd-plan-human-verify
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
初始版本
Metadata
Slug sdd-plan-human-verify
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is SDD Plan Human Verify?

从已完成的 spec-plan.md 生成验收清单,包含 [A]/[H] 子步骤,覆盖所有验证项用于 AI 驱动验收。 It is an AI Agent Skill for Claude Code / OpenClaw, with 178 downloads so far.

How do I install SDD Plan Human Verify?

Run "/install sdd-plan-human-verify" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is SDD Plan Human Verify free?

Yes, SDD Plan Human Verify is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does SDD Plan Human Verify support?

SDD Plan Human Verify is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created SDD Plan Human Verify?

It is built and maintained by mahingbun-dev (@mahingbun-dev); the current version is v1.0.0.

💬 Comments