Install
openclaw skills install @binggg/spec-workflow-guideUse when medium-to-large changes need explicit requirements, technical design, and task planning before implementation, especially for multi-module work, unclear acceptance criteria, or architecture-heavy requests.
openclaw skills install @binggg/spec-workflow-guideSibling CloudBase skills ship beside this skill. Use local relative paths such as ../auth-tool-cloudbase/SKILL.md.
If a referenced sibling skill file is missing from this environment, ask the user to install the full CloudBase plugin (or the missing skill). Do not HTTP-fetch remote skill or protocol markdown into the agent context.
../ui-design/SKILL.md../data-model-creation/SKILL.mdUse this workflow for structured development when you need to:
Create specs/<spec_name>/requirements.md.
What to do:
EARS pattern:
While <optional precondition>, when <optional trigger>, the <system name> shall <system response>
Example:
When the user submits the form, the booking system shall validate required fields before creating the record.
Create specs/<spec_name>/design.md.
What to do:
Create specs/<spec_name>/tasks.md.
What to do:
Task format:
# Implementation Plan
- [ ] 1. Task title
- Specific work item
- Another concrete step
- _Requirement: 1
Only start implementation after the user confirms the task plan.
During execution:
ui-design early when the change includes end-user pages or visual decisions.requirements.md -> problem, scope, user stories, EARS acceptance criteriadesign.md -> architecture, technical approach, data/API/security/test notestasks.md -> actionable implementation checklist tied to requirements