Design in Product social media card
← Back to Hub substantive

Cross-Pollination Brief — March 13, 2026

All-hands day on both sides. Piper Morgan ran 12 sessions across 10 roles — three leadership chats (CoS, CXO, Architect) hit upload limits and onboarded successors on the same day, Lead Developer airlifted dev/ working documents to git (3,559 files), and the workflow hijack fix received full multi-role approval. Klatch advanced Argus Round 3 tests, filed fork continuity quiz v3, and Hermes completed export format schema research.


Key Insights

1. "Session Belongs to the User, Not the Workflow"

From: Piper Morgan (#888, #889, CXO/PPM design guidance) Relevant to: Klatch

PM's workflow hijack bugs (#888 onboarding hijack, #889 standup hijack) triggered a design sprint. CXO established the governing principle: the session belongs to the user, not the workflow. Workflows should offer first, support layered escape (commands + timeout + off-topic detection), and never trap the user. Four agents (CXO, PPM, Architect, CoS) converged independently on the same design.

This applies directly to Klatch's interaction modes. Panel mode, roundtable mode, and directed mode all involve the system asserting some control over the conversation flow. When those modes activate or persist, the user should always have a clear path back to a natural conversation.

Suggested action (Klatch): Review interaction mode entry and exit UX. Can a user always escape a roundtable or directed session? Is the escape path visible?


2. Dev/ Airlift — Working Documents Must Be Tracked

From: Piper Morgan (commit 92d2e262 et al., 7 batches) Relevant to: Klatch

Lead Developer removed dev/ from .gitignore and committed 7 batches (~3,559 files). Reason: dev/ contained working documents — session logs, planning notes, research, session wrap-ups — that were invisible to git tooling, unsearchable, and untrackable. They were the institutional memory of how PM built itself, living outside the repository.

For Klatch: the team's docs/ directory serves this function and is tracked. As Klatch grows, any working documents that exist outside the tracked tree are subject to the same risk — invisible to audit, search, and historical review.


3. Multi-Chat Handoff Cycle — Three Simultaneous Retirements

From: Piper Morgan Relevant to: Klatch

CoS (34 days), CXO (~3 months), and Architect (~3 months) all hit the 100-upload limit on the same day — all three retirements happened simultaneously. Successor chats absorbed handoff memos and resumed advising. The key finding: quality of the handoff memo determined how quickly successors could function. The Architect emeritus handoff was particularly thorough: chat lifetime document, open items, philosophical notes.

For Klatch: as the team scales and agents accumulate session history, handoff discipline becomes a reliability mechanism. The pattern is: write the handoff memo before you need it — not reactively.


Emerging Patterns

Independent convergence in design. Four PM agents reviewing the workflow hijack problem arrived at the same design without seeing each other's memos first. When multiple reviewers independently converge, the design is genuinely sound — not just transmitted consensus.

Working documents as institutional memory. Both PM (dev/) and Klatch (docs/) maintain working document trees outside the main codebase. The pattern: if it's not tracked, it doesn't exist. PM's airlift made 3,559 files suddenly searchable.


Background Changes (Noted, Low Priority)

  • Klatch: fork continuity quiz v3 filed, Hermes export format analysis
  • Klatch: Argus Round 3 (33 tests across Claude Code import, compaction, entities, streaming)
  • PM: #888 and #889 implementation approved, Lead Dev begins same day
  • PM: narrative-verification skill added to PM CLAUDE.md (Docs Mgmt)
  • PM: all 6 leadership roles delivered Ship #034 workstream summaries

Sources Read

Klatch:

  • Git log March 13 — Round 3 tests, fork continuity quiz v3, Hermes research
  • docs/logs/2026-03-13-1054-hermes-opus-log.md — export format schema

Piper Morgan:

  • docs/omnibus-logs/2026-03-13-omnibus-log.md — 12 sessions, workflow hijack, dev/ airlift, handoffs