activity-core/activity-definitions/binky-weekly-review-prep.md
tegwick 73cc785426
All checks were successful
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) Successful in 9s
feat(definitions): enable Binky operating-rhythm definitions (DEC-2026-003 cutover)
Founder-approved cutover 2026-07-18. binky_rhythm_status resolver
(b1eb5e6) guards idempotence; harness on railiance01 executes via the
issue-core sink. Rollback: enabled: false + workstation cron bridge.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-18 14:33:21 +02:00

1.4 KiB

id name enabled owner governance status trigger context_sources
binky-weekly-review-prep Binky Weekly Founder Review Prep true custodian-agent custodian active
type cron_expression timezone misfire_policy
cron 43 16 * * 5 Europe/Berlin skip
type query params bind_to
state-hub binky_rhythm_status
repo kind
binky-control weekly_review
context.rhythm

Binky Weekly Founder Review Prep

Runs Fridays at 16:43 Berlin time. Prepares the ~15-minute founder review (binky-control/OperatingRhythm.md): freshest daily brief plus SuccessMilestones delta. If two consecutive weeks show activity without milestone movement, the task flags RISK-005 escalation.

id: emit-review-prep-task
for_each: context.rhythm.items
bind_as: item
condition: 'context.item.due'
action:
  task_template: Prepare Binky weekly founder review ({context.item.date})
  description: Summarize newest brief + milestone delta; flag RISK-005 if two milestone-free weeks.
  target_repo: binky-control
  priority: medium
  labels: ["binky", "weekly-review", "automated"]