Install
openclaw skills install laizyOrchestrate repo-native, supervised software delivery with the Laizy CLI. Use when a user wants to bootstrap or continue a multi-step coding run with explicit planning, replanning, implementation, recovery, verification, and closeout artifacts, especially in repos using Claude Code, Codex, OpenClaw, or similar coding agents.
openclaw skills install laizyUse Laizy as the control plane around existing coding agents, not as a replacement for them.
IMPLEMENTATION_PLAN.md by convention.{baseDir}/references/planner-bootstrap.md.laizy start-run.laizy supervisor-tick as the source of truth for every later decision.Bootstrap a run:
laizy start-run \
--goal "<user goal>" \
--plan IMPLEMENTATION_PLAN.md \
--out state/runs/<run-name>.json
Evaluate the next action:
laizy supervisor-tick \
--snapshot state/runs/<run-name>.json \
--out-dir state/runs/<run-name>.supervisor
Read {baseDir}/references/decision-map.md for the full artifact map. The short version is:
plan / replan
planner.request document.needs-plan mode, re-run start-run after the planner lands the first actionable milestone queue.continue
recover
verify
closeout
Use the runtime profile emitted by Laizy when spawning planner, implementer, recovery, or verifier workers.
model, thinking, and reasoningMode when the platform allows them.Treat generated run artifacts as local state:
state/runs/ out of gitstate/verification/ out of git.tgz files out of git{baseDir}/references/decision-map.md for emitted artifact names and what to do for each supervisor decision.{baseDir}/references/planner-bootstrap.md when you need a clean planner-needed starting point for a new multi-step run.