Four ideas from a late conversation with Tavi:

  1. Publish the architecture prompt with articles so readers can build their own version.
  2. Track who uses which design document. Auto-register, subscribe for updates.
  3. Route change ideas from readers back to the doc. Relay what others suggested.
  4. Incentivize engagement.

Architecture prompt as artifact

We ship design notes. We don't ship the prompt you'd hand an AI to rebuild the tool. Publishing it means any reader gets a running implementation in their language. If re-implementing is expensive, the design is tangled with implementation detail.

Subscribing to a design doc

A reader who builds from a spec is a stakeholder. When the spec changes they should know. Subscribe button, small identity, index of who's reading what. Doc moves, subscribers get a diff.

design doc v4.2 reader A reader B reader C reader D
Updates out, ideas back.

Ideas flowing back

Not just incoming change ideas. Re-broadcast: reader B sees that A and C wanted the same thing. The doc becomes a slow async conversation, not a monologue.

Incentives

What this isn't

Not open source (one repo, bus-factor). Not a community (no forum). Closer to a protocol: many repos, one doc, explicit subscribers. Status: four ideas from a chat. Not decided.