← Back to KB Index
Kelly Research — OCR Transcripts
kelly-research-transcripts.md

Kelly Research — OCR Transcripts

Summary: Recovered from daily memory files (2026-02-24), these are OCR transcripts of Kelly tweet screenshots that were lost in an April 2 bootstrap. They capture four key architectural documents: factory rules (4 images), iOS factory pipeline (10 steps), design station, and the full multi-agent pipeline design (23 screenshots). Together they form the most complete architectural view of Kelly's operating system.

Key Concepts

Notable Patterns

The Kelly Router as registered infrastructure, not new code: "Kelly Router = main agent (no new registration)" — meaning the router pattern is built into OpenClaw, not custom code per instance. This makes spawning new Kelly instances a configuration change, not a development effort.

pipeline state as single source of truth: Everything — status, timestamps, gate scores, checkpoints — tracked in one file. Enables resume-from-failure, observability, and operator transparency simultaneously.

BMM as build phase agent names: The naming (Mary, John, Sally, Winston, Bob, Amelia, Quinn, Barry) suggests named, role-specific agents with clear responsibilities — analyst, PM, UX, architect, scrum master, developer, QA, quick-dev.

Design Station's reference-based approach: Not generative design from scratch — clone proven Mobbin UI patterns + apply custom style. Reduces design risk by starting from validated patterns.

Factory rules as operational DNA: The 4-image factory rules tweet was explicitly described as "the first set of generalized rules that should be followed by all instances of Kelly." It encodes the week's hard-won learnings as operational constraints for future instances.

Related

[[factory-rules]], [[ralph-protocol]], [[cis-agents]], [[bmm-agents]], [[tea-agent]], [[ios-factory-pipeline]], [[design-station]], [[pipeline-state]], [[kelly-router]], [[multi-agent-pipeline]], [[bmad-library]]