Install
openclaw skills install spec-plan-build-reviewRun a proportional delivery lifecycle for software or skill work: clarify scope, create a concise plan, implement, verify, review, and ship. Use when the user asks to spec, plan, build, test, review, ship, release, prepare a PR, prepare ClawHub or GitHub publication, or coordinate a multi-step coding task that should not skip verification.
openclaw skills install spec-plan-build-reviewUse this skill to turn non-trivial work into a controlled delivery loop. Keep it proportional: tiny edits can skip straight to implementation and verification.
Spec
Plan
Build
Verify
Review
Ship
tiny: one file or docs-only edit; implement and run a direct check.normal: small feature or bug fix; plan, implement, test, review.release: public package, ClawHub skill, security-sensitive change, or migration; run full lifecycle and remote CI.high-risk: destructive operations, credentials, permissions, money, production, public policy; add fresh-context skeptical review.Use these lenses during the review step:
code reviewer: correctness, maintainability, local conventions.test engineer: missing coverage, flaky assumptions, reproducibility.security reviewer: permissions, secrets, data exposure, supply chain, release surface.If the runtime supports real subagents and the task is large enough, fan out independent review passes. Otherwise, apply the lenses sequentially in the main context and keep findings concrete.