← Back to Skills Marketplace
52yuanchangxing

Spec To Checklist

by vx:17605205782 · GitHub ↗ · v1.0.0 · MIT-0
darwinlinuxwin32 ✓ Security Clean
167
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install spec-to-checklist
Description
把 PRD、接口文档或需求规格拆成验收、联调、测试和上线清单。;use for spec, checklist, acceptance workflows;do not use for 替代真实测试执行, 伪造通过结果.
Usage Guidance
This skill appears to do what it says: convert spec text into checklists and audit local directories when asked. Before running the included script: (1) do not point it at sensitive directories (e.g., /, your home, or directories with secrets) unless you want those files read; (2) review scripts/run.py if you plan to run it in directory-audit or pattern-audit mode to confirm the files it will open; (3) prefer using --dry-run or supplying a limited input file rather than a large directory; (4) avoid giving the skill network-accessible paths or credentials (it does not request any, and that is intentional); (5) if you need stronger isolation, run it in a sandbox/container. Overall the bundle is coherent and low-risk, but exercise normal caution about which local paths you supply as input.
Capability Analysis
Type: OpenClaw Skill Name: spec-to-checklist Version: 1.0.0 The skill is a documentation utility designed to convert PRDs and technical specifications into structured checklists. The included Python script (scripts/run.py) provides several analysis modes, including a 'pattern_audit' that searches for high-risk strings like 'curl|bash' or hardcoded secrets, which serves a defensive/QA purpose. The code uses standard libraries for file I/O and text processing, contains no networking or arbitrary code execution capabilities, and the SKILL.md instructions explicitly reinforce safety boundaries and auditability.
Capability Assessment
Purpose & Capability
Name/description (convert PRD/interface docs to checklists) match the included assets: SKILL.md, resources/spec.json, resources/template.md, examples, and a local Python script (scripts/run.py) that generates structured reports. Requiring only python3 is proportionate.
Instruction Scope
SKILL.md stays within scope (produce reviewable drafts and checklists, prefer listing '待确认项' rather than inventing facts). The runtime instructions reference running the included script or falling back to the template/json; both are consistent. Note: the script can operate in several modes (structured_brief, directory_audit, csv_audit, pattern_audit, skill_audit) and will recursively read text files under any directory you point it at. That is coherent for directory-audit use cases but means you should not point it at sensitive system directories or pass it untrusted root paths without review.
Install Mechanism
No install spec; instruction-only plus a local Python script. There are no downloads or external install steps. This is low-risk and proportionate to the stated functionality.
Credentials
No environment variables, credentials, or config paths are requested. The script reads files you pass as input; it does not attempt network access or request keys. The lack of secret/credential requirements matches the skill's purpose.
Persistence & Privilege
The skill does not request 'always: true' and does not attempt to modify other skills or system-wide agent settings. It may write an output file when you request that via --output, which is expected behavior.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install spec-to-checklist
  3. After installation, invoke the skill by name or use /spec-to-checklist
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of spec-to-checklist skill. - Converts PRD, interface docs, or requirements into acceptance, integration, testing, and go-live checklists. - Highlights missing information as pending items instead of inventing content. - Structures outputs as review drafts before actionable lists. - Clearly states boundaries for high-risk, privacy, and compliance issues. - Includes local templates and sample files for checklist generation.
Metadata
Slug spec-to-checklist
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Spec To Checklist?

把 PRD、接口文档或需求规格拆成验收、联调、测试和上线清单。;use for spec, checklist, acceptance workflows;do not use for 替代真实测试执行, 伪造通过结果. It is an AI Agent Skill for Claude Code / OpenClaw, with 167 downloads so far.

How do I install Spec To Checklist?

Run "/install spec-to-checklist" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Spec To Checklist free?

Yes, Spec To Checklist is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Spec To Checklist support?

Spec To Checklist is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux, win32).

Who created Spec To Checklist?

It is built and maintained by vx:17605205782 (@52yuanchangxing); the current version is v1.0.0.

💬 Comments