Commit graph

14 commits

Author SHA1 Message Date
Kjell Tore Guttormsen
67ea7382ed feat(templates): add heartbeat templates with emptiness detection and catchup 2026-04-12 06:46:21 +02:00
Kjell Tore Guttormsen
6fb7f102d0 feat(commands): add /agent-factory:status command 2026-04-12 06:45:56 +02:00
Kjell Tore Guttormsen
dce550a2cb feat(commands): add /agent-factory:evaluate command 2026-04-12 06:45:35 +02:00
Kjell Tore Guttormsen
66a0ae94ea feat(agents): add deployment-advisor agent 2026-04-12 06:45:13 +02:00
Kjell Tore Guttormsen
80120e5c6c feat(templates): add 3-tier memory templates (OpenClaw pattern) 2026-04-12 06:45:01 +02:00
Kjell Tore Guttormsen
cd74a4e8b0 feat(commands): add /agent-factory:deploy command 2026-04-12 06:44:49 +02:00
Kjell Tore Guttormsen
f3a3dcd997 feat(skills): add managed-agents knowledge skill 2026-04-12 06:44:39 +02:00
Kjell Tore Guttormsen
9b2012a3ba feat(templates): add context injection templates (Paperclip heartbeat pattern) 2026-04-12 06:44:34 +02:00
Kjell Tore Guttormsen
dac8b1336d feat!: rename plugin from agent-builder to agent-factory 2026-04-12 06:44:17 +02:00
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
Kjell Tore Guttormsen
3202818c28 docs(plans): add vision, architecture context, and README requirements to execution guide
- Vision section with full lifecycle and zero-barrier value proposition
- Wave 0 prompt enriched with architectural context (ultraplan as engine,
  pause/resume, MCP phases, marketplace recommendation)
- Session 8 prompt with critical decisions: thin orchestrator architecture,
  ultraplan detection, README value proposition, honest deployment trade-offs

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-11 10:52:44 +02:00
Kjell Tore Guttormsen
004e6f462b feat(plans): add MCP/skills integration phases and pause/resume to build workflow
Build command now includes:
- Phase 3.5: Skills connection with pause/resume for custom creation
- Phase 4.5: MCP server integration (connect existing, guide creation)
- Resume mechanism via build-state.json for pausing mid-build
- Explicit deployment target selection with trade-offs

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-11 10:34:46 +02:00
Kjell Tore Guttormsen
7419d4283d docs(plans): Agent Factory ultraplan + execution guide
27-step plan across 8 sessions in 3 waves for transforming
agent-builder into Agent Factory v1.0.0. Includes research briefs,
spec, and wave-by-wave execution prompts with scope fences.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-11 07:35:29 +02:00
Kjell Tore Guttormsen
075383990f feat: initial agent-builder plugin (v0.1.0)
Build complete autonomous agent systems with Claude Code.
7-phase guided workflow: map work, CLAUDE.md, agent team,
pipeline, security, deployment, test.

Components:
- commands/build.md: main guided workflow
- agents/builder.md: scaffolding agent
- skills/agent-system-design: architecture knowledge + 4 references
- scripts/templates: hooks, automation, launchd, systemd

Covers 22 OpenClaw capabilities across 4 deployment targets
(local, Mac Mini, VPS, Managed Agents).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-10 19:10:54 +02:00