/install kai-master-builder
Kai Master Builder
Build anything efficiently with structured plans and automated execution.
When to Use
- User wants to build a new app/feature/fix
- Need structured approach to complex project
- Want automated building via cron
- Need to track progress across sessions
The Process
Phase 1: Create Project Plan
Input: GOAL (what to build/improve/fix)
Output: PROJECT/PROJECT_PLAN.md
# Project Plan: [PROJECT_NAME]
## Overview
What this project does and why.
## Goals
- Primary goal
- Secondary goals
## Architecture/Approach
How it will be built.
## Security Checklist
- [ ] No API keys hardcoded (use env vars)
- [ ] No .env loading in scripts
- [ ] All secrets in config, not code
- [ ] Input validation
- [ ] Error handling
## Risks & Mitigations
| Risk | Impact | Mitigation |
|------|--------|------------|
| ... | ... | ... |
## Dependencies
- External: ...
- Internal: ...
## Milestones
1. [ ] Phase 1: ...
2. [ ] Phase 2: ...
3. [ ] Phase 3: ...
## Validation
How to test/validate each milestone.
Phase 2: Create Task List
Output: PROJECT/PROJECT_TASKS.md
# Tasks for: [PROJECT_NAME]
## Task Format
- [ ] TASK_NAME | status: TODO | depends: none | validated_by: test command
## Tasks
### Phase 1: Setup
- [ ] Create project structure | status: TODO | depends: none | validated_by: ls project/
- [ ] Setup dependencies | status: TODO | depends: 1 | validated_by: pip list / npm list
### Phase 2: Core Feature
- [ ] Implement X | status: TODO | depends: 1 | validated_by: python3 test_x.py
### Phase 3: Testing & Polish
- [ ] Write tests | status: TODO | depends: 2 | validated_by: pytest
- [ ] Update docs | status: TODO | depends: 2 | validated_by: doc builds
## Blocked
- Task X: waiting on external API access
## Done
(Completed tasks move here with timestamp)
Phase 3: Build!
Prompt provided to Agent/User:
BUILDER PROMPT
You are building: [PROJECT_NAME]
Context:
- Read
PROJECT/PROJECT_PLAN.mdfor architecture and goals - Read
PROJECT/PROJECT_TASKS.mdfor task list - Follow the iteration loop below
Iteration Loop:
- Pick a task - Choose TODO task whose dependencies are all DONE
- Implement it - Write the code
- Test it - Run validation command
- Document - Update CHANGELOG.md with what you built
- Mark DONE - Update TASKS.md, move to Done section with timestamp
- Report - Report back to main session
If blocked:
- Mark task as BLOCKED with reason
- Report what you need to proceed
When all tasks done:
- Report: "PROJECT is DONE! Built with kai-master-builder."
- Update PROJECT_README.md with final state
Automation
Setup cron for autonomous building:
/call_skill kai-master-builder --build PROJECT_NAME
Or let Agent run it via sessions_spawn with this prompt.
Project Folder Structure
PROJECT/
├── PROJECT_PLAN.md # Architecture and goals
├── PROJECT_TASKS.md # Task list with status
├── PROJECT_CHANGELOG.md # What was built
├── PROJECT_README.md # Documentation
└── src/ # Source code
Tips
- Break big tasks into \x3C 1 hour chunks
- Every task should have clear validation
- Mark tasks BLOCKED if waiting on something
- Update CHANGELOG after each task
- Backup TASKS.md before modifying
kai-master-builder: Turn goals into working code
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install kai-master-builder - 安装完成后,直接呼叫该 Skill 的名称或使用
/kai-master-builder触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Kai Master Builder 是什么?
Developer, Code, Engineer. Guide the Agent to build apps/features/goals efficiently and securely. Creates project plans, task lists, and provides building pr... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 159 次。
如何安装 Kai Master Builder?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install kai-master-builder」即可一键安装,无需额外配置。
Kai Master Builder 是免费的吗?
是的,Kai Master Builder 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Kai Master Builder 支持哪些平台?
Kai Master Builder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Kai Master Builder?
由 Blaze🔥(@ogdegenblaze)开发并维护,当前版本 v1.0.1。