binky-control/OfficeHourQueue.md
tegwick 92838e13bd
All checks were successful
Work Records / validate (push) Successful in 9s
Fill OH-2026-004 prepared_material (Handelsregister verification prep)
Was the only office-hour item with empty prepared_material. Adds the free
handelsregister.de retrieval path, the four fields to verify, the 2binky/
filing rule that keeps personal data out of repo evidence, and the explicit
Orange/Red boundary (reading is Orange; any notary-lane change is Red).

Prepared for UPC-WP-0002-T01.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-16 01:16:18 +02:00

128 lines
5.2 KiB
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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.
>
> **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.
## 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
```yaml
id: OH-2026-001
title: "Follow up StB inquiry with Inga Bohle-Horsmann (mandate for JA 2025+)"
counterparty: accountant
status: prepared
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
status: prepared
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
status: prepared
prepared_material: ["2026-07-18: Qonto announced MCP integration (mailing) —
connecting the account to our agent infrastructure is planned (AWQ-010
→ BINKY-WP-0005) and is a substantive argument FOR keeping Qonto despite
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 2185,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)."]
deadline_pressure: none
```
```yaml
id: OH-2026-004
title: "Verify Handelsregister entry, registered address, Unternehmensgegenstand; locate articles of association"
counterparty: authority
status: prepared
prepared_material: ["Free path, no account needed: handelsregister.de →
'Normale Suche' → firm name Binky Hedgehog GmbH → register court + HRB number.
Free documents: AD (aktueller Abdruck) and CD (chronologischer Abdruck); the
Gesellschaftsvertrag sits under 'Dokumente' → Liste der Gesellschafter /
Satzung. Since the 2022 DiRUG change AD/CD/document retrieval is free — do
not pay a third-party reseller (northdata, firmenwissen) for this.",
"Verify against canon, four fields only: (1) registered address matches the
address used on invoices/Impressum and on the Qonto account; (2)
Geschäftsführer entry = Bernd Worsch, sole, einzelvertretungsberechtigt;
(3) Unternehmensgegenstand text — record it verbatim, then judge whether it
covers the OK/operational-knowledge service line; (4) Stammkapital and any
open Gesellschafterliste discrepancy.",
"Filing: save AD + CD + Satzung as PDF into ~/2binky/ under a dated folder
(pattern 2026MMDDx-handelsregister/). These contain personal data — they stay
in 2binky, they do not get copied into prj-unattended-progress-company or any
repo evidence file; only the file path and a yes/no verdict per field travel
upward.",
"Decision boundary: reading the register and filing the excerpts is Orange
(this item). Any *change* — address change, Unternehmensgegenstand amendment
to cover OK, Satzung change — requires a notary and is a separate Red-lane
decision. Do not start a change on the command day; if a field mismatches,
record the mismatch and queue it.",
"Expected outcome: 15-25 min. Either 'all four fields correct, articles
filed' → OH done, or a named mismatch → OH done + one residual intake for the
notary-lane change."]
deadline_pressure: none
```
```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"
```
## 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
```