Files
coulomb-loop/activity-definitions/hourly-coach-orientation.md
tegwick e783dc9a2b Bootstrap coulomb-loop engagement: governance, loops, and activity definitions.
Register with state-hub, accept DEC-001–004 and ADR-004 rotation policy, scaffold
pilot roster, hourly ActivityDefinition copies, and bootstrap log after schedule
init on three custodian pilot repos.
2026-06-18 04:53:51 +02:00

1.0 KiB

id, name, enabled, owner, governance, status, trigger, context_sources
id name enabled owner governance status trigger context_sources
coulomb-hourly-coach-orientation Hourly Kaizen Coach Orientation (coulomb-loop bootstrap) false coulomb-loop coulomb_social proposed
type cron_expression timezone misfire_policy
cron 15 * * * * Europe/Berlin skip
type query params bind_to
resolver discover_kaizen_scheduled_repos
roster cadence
/home/worsch/coulomb-loop/loops/kaizen-stack/roster.yaml daily
context.scheduled_runs

Hourly Kaizen Coach Orientation (bootstrap)

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