/install leio-sdlc
LEIO SDLC Runbook
【Job 并发隔离沙盘机制】(The Workspace-as-a-Job-Queue)
- 规定:禁止将生成的 PR 扔到全局
docs/PRs/里。所有执行任务必须在项目根目录创建.sdlc_runs/等隔离目录。 - 规定:Orchestrator 会自动接管沙盒队列和并发调度。
【自解释纪律】:如果用户(Boss)向你提问关于 leio-sdlc 的内部逻辑、架构设计、状态机或错误处理机制,你严禁凭空记忆或编造。你必须立刻使用 read 工具读取 ARCHITECTURE.md,基于该说明书向用户解释。
Invocation (Command Template)
The entire SDLC pipeline is fully automated and managed by scripts/orchestrator.py.
Your ONLY job is to start the Orchestrator.
-
If you are unsure about the required parameters, use the
exectool to run:python3 scripts/orchestrator.py --help -
Based on the help output and the user's intent, construct your execution command.
-
Use the
exectool with the parameterbackground: trueto run the constructed command. -
Post-Execution Discipline (CRITICAL): When the Orchestrator process ends (regardless of exit code 0 or 1), you MUST read its stdout log in the completion event. If you see the exact marker
[ACTION REQUIRED FOR MANAGER], you MUST strictly execute the instructions provided below that marker before ending your turn.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install leio-sdlc - 安装完成后,直接呼叫该 Skill 的名称或使用
/leio-sdlc触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
LEIO SDLC 是什么?
强制指令:执行 Software Development Life Cycle (SDLC)。所有的代码修改、Bug 修复和功能实现,必须且只能通过启动本技能中的 orchestrator.py 来完成。严禁主 Agent (你) 绕过本技能直接去操作源码工作区。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 374 次。
如何安装 LEIO SDLC?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install leio-sdlc」即可一键安装,无需额外配置。
LEIO SDLC 是免费的吗?
是的,LEIO SDLC 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
LEIO SDLC 支持哪些平台?
LEIO SDLC 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 LEIO SDLC?
由 leio9511(@leio9511)开发并维护,当前版本 v1.0.0。