activity-core/activity-definitions/weekly-coding-retro.md
tegwick f171bb037a
Some checks failed
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 3s
Build and Publish Container Image / build-and-push (push) Failing after 1m3s
Add weekly coding retro dry-run scheduler script
Wire ACTIVITY-WP-0008 dry-run helper and update retro activity definition,
runbook, and workplan notes.
2026-07-09 00:29:25 +02:00

1.5 KiB

id name enabled owner governance status trigger context_sources
weekly-coding-retro Weekly Coding Retrospection true custodian-agent custodian proposed
type cron_expression timezone misfire_policy
cron 0 19 * * 6 Europe/Berlin skip
type query params bind_to
state-hub coding_retro
window_days limit
7 100
context.retro

Weekly Coding Retrospection

Runs every Saturday 19:00 Berlin time. Reads the previous week's coding-session analysis (published to the hub by helix_forge session-memory) and opens one improvement suggestion per relevant repo — the three most promising, already ranked upstream.

id: propose-weekly-improvements
for_each: context.retro.suggestions
bind_as: s
condition: 'context.s.score > 0'
action:
  task_template: context.s.title
  description: context.s.recommendation
  target_repo: context.s.repo
  priority: context.s.priority
  labels: ["coding-retro", "improvement", "automated"]

Each suggestion carries repo, title, recommendation, priority, and score. The upstream retro caps the list at three per repo, so this emits at most three improvement tasks per relevant repository per week.