Build complete autonomous agent systems with Claude Code. Guided 7-phase workflow covering all 22 OpenClaw capabilities.
  • Shell 98.4%
  • Dockerfile 1.6%
Find a file
Kjell Tore Guttormsen 1a776bdeb2 docs(plans): create session blueprints for Agent Factory execution
8 session blueprints covering all 27 steps across 3 waves:
- Session 1: Foundation (rename + commands, Steps 1-5)
- Session 2: Skills and templates (Steps 6-7)
- Session 3: OpenClaw patterns (memory/heartbeat/proactive/cron, Steps 9-12)
- Session 4: Paperclip patterns (context/goals/budget/governance/org-chart, Steps 14-18)
- Session 5: Self-learning (feedback/optimization, Steps 20-21)
- Session 6: Integration (Docker/transfer/5 more domains, Steps 22-24)
- Session 7: Skill updates (memory/autonomy/orchestration/governance/MCP refs, Steps 13,19,25)
- Session 8: Finalization (build command integration + v1.0, Steps 8,26,27)

Also updates plan assumptions table with verified findings.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-11 11:21:17 +02:00
.claude docs(plans): create session blueprints for Agent Factory execution 2026-04-11 11:21:17 +02:00
.claude-plugin feat: initial agent-builder plugin (v0.1.0) 2026-04-10 19:10:54 +02:00
agents feat: initial agent-builder plugin (v0.1.0) 2026-04-10 19:10:54 +02:00
commands feat: initial agent-builder plugin (v0.1.0) 2026-04-10 19:10:54 +02:00
scripts/templates feat: initial agent-builder plugin (v0.1.0) 2026-04-10 19:10:54 +02:00
skills/agent-system-design feat: initial agent-builder plugin (v0.1.0) 2026-04-10 19:10:54 +02:00
.gitignore feat: initial agent-builder plugin (v0.1.0) 2026-04-10 19:10:54 +02:00
CLAUDE.md feat: initial agent-builder plugin (v0.1.0) 2026-04-10 19:10:54 +02:00
LICENSE feat: initial agent-builder plugin (v0.1.0) 2026-04-10 19:10:54 +02:00
README.md feat: initial agent-builder plugin (v0.1.0) 2026-04-10 19:10:54 +02:00

Agent Builder

Build complete autonomous agent systems with Claude Code.

OpenClaw gives you a pre-built agent. This plugin helps you build your own, tailored to your work and deployed where you choose.

Install

/install agent-builder

Or for local development:

claude --plugin-dir /path/to/agent-builder

Commands

Command What it does
/agent-builder:build Guided 7-phase workflow to build a complete agent system
/agent-builder:deploy Configure deployment for your chosen platform
/agent-builder:evaluate Assess your setup against 22 agent capabilities
/agent-builder:status Quick status check of your agent infrastructure

What /agent-builder:build creates

The build command walks you through 7 phases:

  1. Map your work -- identify recurring tasks and agent roles
  2. Operating manual -- generate a CLAUDE.md tailored to your domain
  3. Agent team -- scaffold specialized agents in .claude/agents/
  4. Pipeline -- create skills that orchestrate your agents
  5. Security -- add hooks for command blocking and audit logging
  6. Deployment -- configure for your platform (local, Mac Mini, VPS, or Managed Agents)
  7. Test -- run on real work and iterate

Each phase produces files in your project. You can stop after any phase and resume later.

Deployment targets

Platform Best for Always-on
Local (cron/launchd) Development, testing With tmux
Mac Mini (launchd + channels) Personal agent Yes
VPS (systemd + cron) Server agent, teams Yes
Managed Agents (Anthropic API) Production, scaling Yes (cloud)

What this covers

Maps all 22 OpenClaw capabilities to Claude Code equivalents: 13 full matches, 8 different approaches, 1 gap (Canvas/A2UI). Run /agent-builder:evaluate to see your current coverage.

Requirements

  • Claude Code v2.1.86 or later (for full feature coverage)
  • The plugin-dev plugin (recommended for agent/skill creation)

License

MIT