2026-06-18 04:53:51 +02:00
|
|
|
---
|
2026-06-19 01:39:47 +02:00
|
|
|
id: coulomb-weekly-coach-orientation
|
|
|
|
|
name: Weekly Kaizen Coach Orientation (coulomb-loop operate)
|
2026-06-18 08:11:09 +02:00
|
|
|
enabled: true
|
2026-06-18 04:53:51 +02:00
|
|
|
owner: coulomb-loop
|
|
|
|
|
governance: coulomb_social
|
|
|
|
|
status: proposed
|
|
|
|
|
trigger:
|
|
|
|
|
type: cron
|
2026-06-19 01:39:47 +02:00
|
|
|
cron_expression: "0 9 * * 1"
|
2026-06-18 04:53:51 +02:00
|
|
|
timezone: Europe/Berlin
|
|
|
|
|
misfire_policy: skip
|
|
|
|
|
context_sources:
|
2026-06-18 07:46:46 +02:00
|
|
|
- type: kaizen
|
2026-06-18 04:53:51 +02:00
|
|
|
query: discover_kaizen_scheduled_repos
|
|
|
|
|
params:
|
|
|
|
|
roster: /home/worsch/coulomb-loop/loops/kaizen-stack/roster.yaml
|
2026-06-19 01:39:47 +02:00
|
|
|
cadence: weekly
|
2026-06-18 04:53:51 +02:00
|
|
|
bind_to: context.scheduled_runs
|
|
|
|
|
---
|
|
|
|
|
|
2026-06-19 01:39:47 +02:00
|
|
|
# Weekly Kaizen Coach Orientation
|
2026-06-18 15:02:41 +02:00
|
|
|
|
2026-06-19 01:39:47 +02:00
|
|
|
Operate phase per DEC-008. Cron `0 9 * * 1` Europe/Berlin.
|
2026-06-18 04:53:51 +02:00
|
|
|
|
|
|
|
|
```rule
|
2026-06-19 01:39:47 +02:00
|
|
|
id: run-weekly-coach
|
2026-06-18 04:53:51 +02:00
|
|
|
for_each: context.scheduled_runs
|
|
|
|
|
bind_as: r
|
2026-06-18 08:11:09 +02:00
|
|
|
condition: 'context.r.agent == "coach" and context.r.enabled'
|
2026-06-18 04:53:51 +02:00
|
|
|
action:
|
2026-06-19 01:39:47 +02:00
|
|
|
task_template: "Weekly coach orientation: {context.r.repo}"
|
2026-06-18 04:53:51 +02:00
|
|
|
description: |
|
2026-06-18 08:11:09 +02:00
|
|
|
{context.r.prepare_command}
|
2026-06-18 04:53:51 +02:00
|
|
|
Load agents/agent-coach.md, execute coach synthesis.
|
2026-06-18 15:02:41 +02:00
|
|
|
Session close: kaizen-agentic metrics record coach --success --time <s> --quality <0-1> --emit-event
|
2026-06-18 08:11:09 +02:00
|
|
|
target_repo: context.r.repo
|
2026-06-18 04:53:51 +02:00
|
|
|
priority: medium
|
2026-06-19 01:39:47 +02:00
|
|
|
labels: ["kaizen", "agent-run", "coach", "coulomb-loop", "operate"]
|
2026-06-18 04:53:51 +02:00
|
|
|
```
|