Add company canon v0 and bootstrap workplan
Canon: INTENT, CompanyReactivationPlan, EcosystemMap, AutonomyPolicy,
SuccessMilestones, OfferCatalog, DogfoodPolicy, ControlLoopCatalog,
DecisionQueue, OfficeHourQueue, RiskRegister, plus founding exploration
in history/. Workplan BNKY-WP-0001 covers canon ratification, the first
internal audit, ecosystem cartography, flagship offer, and operating rhythm.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-16 02:48:50 +02:00
|
|
|
|
# Office-Hour Queue
|
|
|
|
|
|
|
|
|
|
|
|
> Status: live document — Orange-lane items that need business-hour
|
|
|
|
|
|
> interaction (calls, banks, authorities, accountant, notary). Batched into
|
|
|
|
|
|
> ~two office-hour command days per month. Agents preload each day with a
|
|
|
|
|
|
> runbook; the day is scarce strategic infrastructure — protect it from
|
|
|
|
|
|
> low-leverage work.
|
CUST-WP-0061-T05: retarget queue closures to WORK-RECORDS.md (generated)
Convention change, not new code: closing an item now means setting its
terminal status (status: closed/resolved/done + outcome where
applicable) directly on the item's own yaml block in place, instead of
deleting it and hand-writing a bullet in a separate "Completed"/
"Resolved decisions" log. WORK-RECORDS.md (CUST-WP-0061-T04, generated
by fix-consistency's C-33) already lists every closed/resolved/done
record with status/lane/source -- that supersedes the hand-maintained
logs as the going-forward view.
- AutopilotWorkQueue.md: closing note added; "## Completed" relabeled
"(historical -- pre-canon, 2026-07-21)", frozen as-is, nothing
migrated or deleted
- DecisionQueue.md: closing note added -- its "## Resolved decisions"
entries were already structured as in-place yaml blocks with
status: resolved (ahead of AWQ's convention already), so this only
clarifies the log is superseded going forward, no structural change
- OfficeHourQueue.md: closing note added -- items already live under
"## Queued items" with status: queued|prepared|done in place, no
separate log ever existed here
- OperatingRhythm.md: queue-hygiene checklist updated to describe
in-place status transitions instead of "moved to the log"; added
item 5 noting WORK-RECORDS.md needs no hand-maintenance
Re-ran fix-consistency: WORK-RECORDS.md content unchanged (correctly
idempotent -- these were prose-only edits, no yaml block content
changed).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-21 01:54:40 +02:00
|
|
|
|
>
|
|
|
|
|
|
> **Closing an item (CUST-WP-0061-T05, 2026-07-21):** set `status: done`
|
|
|
|
|
|
> directly on the item's own yaml block in place — it already stays under
|
|
|
|
|
|
> "## Queued items" as the historical record; no separate log to move it
|
|
|
|
|
|
> to. `WORK-RECORDS.md` (generated by `statehub fix-consistency`) is the
|
|
|
|
|
|
> always-current cross-cutting view of every engagement including done
|
|
|
|
|
|
> ones.
|
Add company canon v0 and bootstrap workplan
Canon: INTENT, CompanyReactivationPlan, EcosystemMap, AutonomyPolicy,
SuccessMilestones, OfferCatalog, DogfoodPolicy, ControlLoopCatalog,
DecisionQueue, OfficeHourQueue, RiskRegister, plus founding exploration
in history/. Workplan BNKY-WP-0001 covers canon ratification, the first
internal audit, ecosystem cartography, flagship offer, and operating rhythm.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-16 02:48:50 +02:00
|
|
|
|
|
|
|
|
|
|
## Item template
|
|
|
|
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
|
|
id: OH-2026-NNN
|
|
|
|
|
|
title: ""
|
|
|
|
|
|
counterparty: "" # accountant, bank, authority, customer, vendor
|
|
|
|
|
|
status: queued | prepared | done
|
|
|
|
|
|
prepared_material: [] # briefings, drafts, documents ready before the call
|
|
|
|
|
|
deadline_pressure: none | soft | hard (date)
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
## Queued items
|
|
|
|
|
|
|
2026-07-16 09:12:03 +02:00
|
|
|
|
```yaml
|
|
|
|
|
|
id: OH-2026-001
|
|
|
|
|
|
title: "Follow up StB inquiry with Inga Bohle-Horsmann (mandate for JA 2025+)"
|
|
|
|
|
|
counterparty: accountant
|
2026-07-16 09:16:43 +02:00
|
|
|
|
status: prepared
|
2026-07-16 09:12:03 +02:00
|
|
|
|
prepared_material: [audits/OK-Audit-v0-binky.md, "inquiry email 2026-07-06", "JA 2024 report PDF"]
|
|
|
|
|
|
deadline_pressure: soft (early August 2026 — she returns end of July)
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
|
|
id: OH-2026-002
|
|
|
|
|
|
title: "DUO receipt-backlog catch-up and license/access transition plan"
|
|
|
|
|
|
counterparty: accountant
|
2026-07-16 09:16:43 +02:00
|
|
|
|
status: prepared
|
2026-07-16 09:12:03 +02:00
|
|
|
|
prepared_material: ["Weglarzy agreed to accompany DUO transfer"]
|
|
|
|
|
|
deadline_pressure: soft (before new mandate starts)
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
|
|
id: OH-2026-003
|
|
|
|
|
|
title: "Qonto account review: cost vs. usage, access verification"
|
|
|
|
|
|
counterparty: bank
|
2026-07-16 09:16:43 +02:00
|
|
|
|
status: prepared
|
2026-07-18 17:03:07 +02:00
|
|
|
|
prepared_material: ["2026-07-18: Qonto announced MCP integration (mailing) —
|
2026-07-19 14:31:02 +02:00
|
|
|
|
connecting the account to our agent infrastructure is planned (AWQ-010
|
|
|
|
|
|
→ BINKY-WP-0005) and is a substantive argument FOR keeping Qonto despite
|
2026-07-21 21:42:10 +02:00
|
|
|
|
plan cost.",
|
|
|
|
|
|
"2026-07-19: DEC-2026-004 APPROVED — Red-lane API provision path.",
|
|
|
|
|
|
"2026-07-21: BINKY-WP-0005 FINISHED — first read-only pull done. Desk
|
|
|
|
|
|
HUB31 = 297,50 €/mo; Qonto plan fee = 70,80 €/mo (up from 22,80/35,40);
|
|
|
|
|
|
main balance 2 185,94 €. Evidence finance/qonto-first-pull-2026-07-21.json.
|
|
|
|
|
|
Remaining OH decision: whether plan cost is justified vs usage (plan
|
|
|
|
|
|
*change* is still a separate Red-lane step if desired)."]
|
2026-07-16 09:12:03 +02:00
|
|
|
|
deadline_pressure: none
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
|
|
id: OH-2026-004
|
|
|
|
|
|
title: "Verify Handelsregister entry, registered address, Unternehmensgegenstand; locate articles of association"
|
|
|
|
|
|
counterparty: authority
|
2026-07-16 09:16:43 +02:00
|
|
|
|
status: prepared
|
2026-07-16 09:12:03 +02:00
|
|
|
|
prepared_material: []
|
|
|
|
|
|
deadline_pressure: none
|
|
|
|
|
|
```
|
Add company canon v0 and bootstrap workplan
Canon: INTENT, CompanyReactivationPlan, EcosystemMap, AutonomyPolicy,
SuccessMilestones, OfferCatalog, DogfoodPolicy, ControlLoopCatalog,
DecisionQueue, OfficeHourQueue, RiskRegister, plus founding exploration
in history/. Workplan BNKY-WP-0001 covers canon ratification, the first
internal audit, ecosystem cartography, flagship offer, and operating rhythm.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-16 02:48:50 +02:00
|
|
|
|
|
2026-07-17 10:54:52 +02:00
|
|
|
|
```yaml
|
|
|
|
|
|
id: OH-2026-005
|
|
|
|
|
|
title: "Stripe dashboard: delete stale webhook endpoint https://api.preprod.blobr.dev"
|
|
|
|
|
|
counterparty: bank
|
|
|
|
|
|
status: prepared
|
|
|
|
|
|
prepared_material: ["AWQ-009 diagnosis: endpoint from defunct Blobr integration,
|
|
|
|
|
|
DNS no longer resolves (blobr.dev gone); Stripe has sent monthly failure
|
|
|
|
|
|
digests on the 5th since April 2026. Steps: Stripe Dashboard → Developers →
|
|
|
|
|
|
Webhooks → delete the api.preprod.blobr.dev endpoint. While there: list any
|
|
|
|
|
|
OTHER webhook endpoints + confirm which are live for the subscription
|
|
|
|
|
|
pipeline (needed for AWQ-002-adjacent revenue infra inventory)."]
|
|
|
|
|
|
deadline_pressure: "low — but Stripe auto-disables chronically failing endpoints;
|
|
|
|
|
|
cleanup avoids noise masking a real failure"
|
|
|
|
|
|
```
|
|
|
|
|
|
|
Add company canon v0 and bootstrap workplan
Canon: INTENT, CompanyReactivationPlan, EcosystemMap, AutonomyPolicy,
SuccessMilestones, OfferCatalog, DogfoodPolicy, ControlLoopCatalog,
DecisionQueue, OfficeHourQueue, RiskRegister, plus founding exploration
in history/. Workplan BNKY-WP-0001 covers canon ratification, the first
internal audit, ecosystem cartography, flagship offer, and operating rhythm.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-16 02:48:50 +02:00
|
|
|
|
## Office-Hour Runbook template
|
|
|
|
|
|
|
|
|
|
|
|
```markdown
|
|
|
|
|
|
# Office-Hour Command Day — <date>
|
|
|
|
|
|
|
|
|
|
|
|
## Must do today
|
|
|
|
|
|
1. ...
|
|
|
|
|
|
|
|
|
|
|
|
## Prepared material
|
|
|
|
|
|
- ...
|
|
|
|
|
|
|
|
|
|
|
|
## Do not spend time on
|
|
|
|
|
|
- internal documentation
|
|
|
|
|
|
- repo cleanup
|
|
|
|
|
|
- speculative naming
|
|
|
|
|
|
```
|