Files
coulomb-loop/activity-definitions/weekly-coach-orientation.md
tegwick 27e05552a2 Complete LOOP-WP-0005: DEC-008 weekly operate promotion
Operator override per ADR-003 closes the stabilize observation window
early (day 2/14) and promotes all four loops to weekly Mon crons.
Activity definitions renamed coulomb-daily-* → coulomb-weekly-*;
cadence.yml, dashboard, SCOPE, and health records updated.
activity-core definition sync still required on operator side.
2026-06-19 01:39:47 +02:00

1.1 KiB

id, name, enabled, owner, governance, status, trigger, context_sources
id name enabled owner governance status trigger context_sources
coulomb-weekly-coach-orientation Weekly Kaizen Coach Orientation (coulomb-loop operate) true coulomb-loop coulomb_social proposed
type cron_expression timezone misfire_policy
cron 0 9 * * 1 Europe/Berlin skip
type query params bind_to
kaizen discover_kaizen_scheduled_repos
roster cadence
/home/worsch/coulomb-loop/loops/kaizen-stack/roster.yaml weekly
context.scheduled_runs

Weekly Kaizen Coach Orientation

Operate phase per DEC-008. Cron 0 9 * * 1 Europe/Berlin.

id: run-weekly-coach
for_each: context.scheduled_runs
bind_as: r
condition: 'context.r.agent == "coach" and context.r.enabled'
action:
  task_template: "Weekly coach orientation: {context.r.repo}"
  description: |
    {context.r.prepare_command}
    Load agents/agent-coach.md, execute coach synthesis.
    Session close: kaizen-agentic metrics record coach --success --time <s> --quality <0-1> --emit-event
  target_repo: context.r.repo
  priority: medium
  labels: ["kaizen", "agent-run", "coach", "coulomb-loop", "operate"]