Onboard coulomb-loop kaizen engagement (LOOP-WP-0005 expansion)
Add daily schedule, coach/optimization/scope-analyst agents, and metrics scaffolding for fleet expansion prep.
This commit is contained in:
parent
b24ec507aa
commit
1a2d80e06f
9 changed files with 840 additions and 0 deletions
24
.kaizen/agents/coach/memory.md
Normal file
24
.kaizen/agents/coach/memory.md
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
agent: coach
|
||||
project: reuse-surface
|
||||
last_updated: 2026-06-18
|
||||
session_count: 0
|
||||
---
|
||||
|
||||
## Project Context
|
||||
<!-- What this agent knows about the project it works in -->
|
||||
|
||||
## Accumulated Findings
|
||||
<!-- Patterns, recurring issues, key decisions encountered -->
|
||||
|
||||
## What Worked
|
||||
<!-- Approaches that produced good results in this project -->
|
||||
|
||||
## Watch Points
|
||||
<!-- Recurring risks, traps, or areas requiring extra care -->
|
||||
|
||||
## Open Threads
|
||||
<!-- Things noticed but not yet acted on -->
|
||||
|
||||
## Session Log
|
||||
<!-- One-line entry per session: date · summary · outcome -->
|
||||
24
.kaizen/agents/optimization/memory.md
Normal file
24
.kaizen/agents/optimization/memory.md
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
agent: optimization
|
||||
project: reuse-surface
|
||||
last_updated: 2026-06-18
|
||||
session_count: 0
|
||||
---
|
||||
|
||||
## Project Context
|
||||
<!-- What this agent knows about the project it works in -->
|
||||
|
||||
## Accumulated Findings
|
||||
<!-- Patterns, recurring issues, key decisions encountered -->
|
||||
|
||||
## What Worked
|
||||
<!-- Approaches that produced good results in this project -->
|
||||
|
||||
## Watch Points
|
||||
<!-- Recurring risks, traps, or areas requiring extra care -->
|
||||
|
||||
## Open Threads
|
||||
<!-- Things noticed but not yet acted on -->
|
||||
|
||||
## Session Log
|
||||
<!-- One-line entry per session: date · summary · outcome -->
|
||||
0
.kaizen/metrics/coach/executions.jsonl
Normal file
0
.kaizen/metrics/coach/executions.jsonl
Normal file
0
.kaizen/metrics/optimization/executions.jsonl
Normal file
0
.kaizen/metrics/optimization/executions.jsonl
Normal file
15
.kaizen/schedule.yml
Normal file
15
.kaizen/schedule.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Kaizen scheduled agent execution manifest (ADR-005)
|
||||
# Engagement: coulomb-loop bootstrap — daily cadence
|
||||
# Regulator promotes cadence per customer engagement policy (ADR-003).
|
||||
# Validate with: kaizen-agentic schedule validate
|
||||
version: '1'
|
||||
timezone: Europe/Berlin
|
||||
agents:
|
||||
coach:
|
||||
cadence: daily
|
||||
cron: 0 8 * * *
|
||||
enabled: true
|
||||
optimization:
|
||||
cadence: daily
|
||||
cron: 0 9 * * *
|
||||
enabled: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue