spec-to-checklist
把 PRD、接口文档或需求规格拆成验收、联调、测试和上线清单。;use for spec, checklist, acceptance workflows;do not use for 替代真实测试执行, 伪造通过结果.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/52yuanchangxing/spec-to-checklistWhat This Skill Does
The spec-to-checklist skill is a specialized documentation processor designed to bridge the gap between abstract requirements and actionable engineering tasks. It parses complex inputs such as Product Requirements Documents (PRDs), API specifications, or high-level scope definitions and systematically decomposes them into structured, actionable checklists. This skill ensures that software development teams maintain parity between their project requirements and their QA/Release cycles by generating distinct lists for Acceptance, Integration, Testing, and Deployment phases. By leveraging internal resources and templates, it provides a consistent, audit-ready framework for managing project deliverables.
Installation
To install this skill, use the ClawHub command-line interface:
clawhub install openclaw/skills/skills/52yuanchangxing/spec-to-checklist
Ensure you have the OpenClaw environment initialized and that the necessary directories {baseDir}/resources and {baseDir}/examples are accessible for the skill to reference the required templates and spec definitions.
Use Cases
- Requirement Decomposition: Convert a lengthy PRD into a prioritized list of user-acceptance criteria.
- Integration Planning: Automatically generate API integration checklists based on Swagger or custom interface documentation.
- Testing Readiness: Produce a comprehensive smoking test and QA checklist before the testing phase begins.
- Release Management: Create an itemized pre-deployment checklist to ensure all configuration and compliance gates are met before going live.
Example Prompts
- "Analyze the attached PRD.pdf and generate an acceptance criteria checklist, highlighting any requirements that lack sufficient technical detail."
- "Using this API documentation, create a联调 (integration) checklist that includes necessary edge cases for error handling."
- "Review the provided feature scope and output an上线 (deployment) checklist along with any identified boundary conditions or privacy risks."
Tips & Limitations
- Transparency: The skill is designed to be transparent. If the input data is ambiguous, the skill will generate a 'Pending Confirmation' section rather than hallucinating details.
- Read-Only Approach: This skill is strictly for documentation and planning. It will not perform direct system modifications or external system writes.
- Human-in-the-Loop: Always review the generated lists against actual business logic. The skill serves as a structural assistant, not as a replacement for manual QA execution or final stakeholder approval.
- Compliance: When dealing with sensitive data or high-risk deployments, the skill forces an audit-friendly output structure, ensuring that safety boundaries are clearly documented.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-52yuanchangxing-spec-to-checklist": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: file-read
Related Skills
issue-reproducer
把 bug 描述整理成可复现步骤、环境、预期与实际结果和最小复现条件。;use for bug, reproduction, qa workflows;do not use for 伪造日志, 忽略用户给出的环境差异.
akashic-knowledge-base
Query your knowledge base using AI-powered search. Combines web search with chat AI for comprehensive answers.
implementation-readiness-checker
检查项目是否具备实施条件,明确缺什么就不该开工。;use for implementation, readiness, delivery workflows;do not use for 为了开工而忽略前提条件, 替代正式项目审批.
clinic-visit-prep
帮助患者整理就诊前问题、既往记录、检查清单与时间线,不提供诊断。;use for healthcare, intake, prep workflows;do not use for 给诊断结论, 替代医生意见.
skill-smoke-test-author
自动为 Skill 生成 smoke test 模板,覆盖依赖缺失、空输入和标准路径。;use for skills, testing, smoke-test workflows;do not use for 写无法执行的测试, 忽略失败路径.