feat(definitions): propose Binky operating-rhythm definitions (disabled)
Three proposed, disabled definitions for the binky-control rhythm (BINKY-WP-0003-T05): daily rhythm, weekly paper-mail intake, weekly founder-review prep. All parse via definition_parser. Enabling requires the proposed binky_rhythm_status state-hub resolver and an executor (llm-connect assessment, BINKY-WP-0003-T06). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
4ceadfef0e
commit
b2fa9642b6
3 changed files with 136 additions and 0 deletions
43
activity-definitions/binky-weekly-review-prep.md
Normal file
43
activity-definitions/binky-weekly-review-prep.md
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
---
|
||||
id: binky-weekly-review-prep
|
||||
name: Binky Weekly Founder Review Prep
|
||||
enabled: false
|
||||
owner: custodian-agent
|
||||
governance: custodian
|
||||
status: proposed
|
||||
trigger:
|
||||
type: cron
|
||||
cron_expression: "43 16 * * 5" # Friday 16:43
|
||||
timezone: Europe/Berlin
|
||||
misfire_policy: skip
|
||||
context_sources:
|
||||
- type: state-hub
|
||||
query: binky_rhythm_status
|
||||
params:
|
||||
repo: binky-control
|
||||
kind: weekly_review
|
||||
bind_to: context.rhythm
|
||||
# Same proposed binky_rhythm_status resolver; for kind=weekly_review, due is
|
||||
# true every Friday, and the item carries milestone_moved (bool) derived from
|
||||
# the week's progress events so the emitted task can flag RISK-005.
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
||||
```rule
|
||||
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"]
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue