Laizy
/install laizy
Laizy
Use Laizy as the control plane around existing coding agents, not as a replacement for them.
Core workflow
- Create or refresh a local milestone plan file for the target repo.
- Use a local
IMPLEMENTATION_PLAN.mdby convention. - Keep it out of git unless the user explicitly wants it committed.
- If the repo does not have actionable milestones yet, use the planner-needed bootstrap template in
{baseDir}/references/planner-bootstrap.md.
- Use a local
- Bootstrap the run once with
laizy start-run. - Use
laizy supervisor-tickas the source of truth for every later decision. - Read the emitted bundle and follow the bounded next action instead of improvising the next step in chat.
Commands
Bootstrap a run:
laizy start-run \
--goal "\x3Cuser goal>" \
--plan IMPLEMENTATION_PLAN.md \
--out state/runs/\x3Crun-name>.json
Evaluate the next action:
laizy supervisor-tick \
--snapshot state/runs/\x3Crun-name>.json \
--out-dir state/runs/\x3Crun-name>.supervisor
Decision map
Read {baseDir}/references/decision-map.md for the full artifact map. The short version is:
plan/replan- Read the emitted
planner.requestdocument. - Spawn or steer a planner worker to author/repair the plan.
- If the run was bootstrapped in
needs-planmode, re-runstart-runafter the planner lands the first actionable milestone queue.
- Read the emitted
continue- Read the emitted implementer contract.
- Execute exactly one bounded milestone.
recover- Read the emitted recovery plan.
- Resume safely without widening scope.
verify- Run the emitted verification command.
- Record the result before marking a milestone complete.
closeout- Disable or pause the watchdog.
- Stop the loop.
Runtime-profile rules
Use the runtime profile emitted by Laizy when spawning planner, implementer, recovery, or verifier workers.
- Prefer the selected
model,thinking, andreasoningModewhen the platform allows them. - If the exact model is rejected by account policy, fall back to an allowed model while preserving the same bounded contract and intended thinking level.
- In shared/group chat surfaces, keep reasoning visibility conservative by default.
Repo hygiene
Treat generated run artifacts as local state:
- keep
state/runs/out of git - keep
state/verification/out of git - keep generated
.tgzfiles out of git - keep local maintainer plan files out of git unless the user explicitly wants them committed
References
- Read
{baseDir}/references/decision-map.mdfor emitted artifact names and what to do for each supervisor decision. - Read
{baseDir}/references/planner-bootstrap.mdwhen you need a clean planner-needed starting point for a new multi-step run.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install laizy - 安装完成后,直接呼叫该 Skill 的名称或使用
/laizy触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Laizy 是什么?
Orchestrate repo-native, supervised software delivery with the Laizy CLI. Use when a user wants to bootstrap or continue a multi-step coding run with explici... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 135 次。
如何安装 Laizy?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install laizy」即可一键安装,无需额外配置。
Laizy 是免费的吗?
是的,Laizy 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Laizy 支持哪些平台?
Laizy 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Laizy?
由 XiaolongGao521(@xiaolonggao521)开发并维护,当前版本 v0.3.0。