Commit graph

16 commits

Author SHA1 Message Date
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
80120e5c6c feat(templates): add 3-tier memory templates (OpenClaw pattern) 2026-04-12 06:45:01 +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
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