Commit graph

27 commits

Author SHA1 Message Date
b12ab8de29 Add .mailmap to consolidate author identities 2026-05-05 20:14:35 +02:00
Kjell Tore Guttormsen
9d24dc5c41 feat(templates): add org-chart template (Paperclip pattern)
Session 4 step 18 — agent role/reports-to hierarchy with tree/validate/
add/remove/list commands, circular chain detection via python3.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-12 06:55:33 +02:00
Kjell Tore Guttormsen
912689f3c5 feat(templates): add governance and approval gate templates (Paperclip pattern)
Session 4 step 17 — 5 autonomy levels (0-4), PreToolUse approval-gate
hook polls approval-responses.jsonl with 60s timeout, blocks on no-response.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-12 06:55:33 +02:00
Kjell Tore Guttormsen
ec6f7c150e feat(templates): add budget tracking templates (Paperclip pattern)
Session 4 step 16 — post-hoc enforcement via PostToolUse hook with
PAUSED flag, budget-report.sh aggregates spend against window limit.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-12 06:55:33 +02:00
Kjell Tore Guttormsen
506f532f88 feat(templates): add goal hierarchy tracker (Paperclip pattern)
Session 4 step 15 — GOALS.md hierarchy (objectives > initiatives > tasks)
and goal-tracker.sh for status/context/complete operations.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-12 06:51:38 +02:00
Kjell Tore Guttormsen
fa8bc86897 feat(templates): add pipeline optimization and self-healing templates
Session 5 step 21 — pipeline-optimizer writes RECOMMENDATIONS.md with
VFM pre-scores (never modifies pipeline files directly). self-healing
categorizes errors and applies recovery strategies with 5-attempt hard
cap, logging to healing-log.jsonl.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-12 06:51:38 +02:00
Kjell Tore Guttormsen
d743ec7fbf feat(templates): add feedback loop and performance scoring templates
Session 5 step 20 — templates for recurring feedback patterns with
VFM-compatible scoring. Adds FEEDBACK.md append-only log, PostToolUse
hook that detects 3+ recurring pattern tags, and per-agent scoring
that tracks trends against prior window.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-12 06:51:37 +02:00
Kjell Tore Guttormsen
2451dd9dfd feat(templates): add 5 more domain templates (10 total) 2026-04-12 06:50:04 +02:00
Kjell Tore Guttormsen
51371b18ce feat(templates): add isolated agentTurn and systemEvent cron templates 2026-04-12 06:48:12 +02:00
Kjell Tore Guttormsen
195fcc2517 feat(templates): add proactive agent templates with ADL/VFM guardrails 2026-04-12 06:47:27 +02:00
Kjell Tore Guttormsen
ea3ff53d2c feat(templates): add import/export system for agent systems 2026-04-12 06:47:14 +02:00
Kjell Tore Guttormsen
efbdbd82ed feat(templates): add Docker deployment templates 2026-04-12 06:47:10 +02:00
Kjell Tore Guttormsen
5136411258 feat(templates): add 5 domain-specific pipeline templates 2026-04-12 06:46:43 +02:00
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