PluralBridge Structural Model Examples

This note captures standalone example structures that help express and test design ideas in progress. It is meant to pressure-test assumptions about focus, relationships, and access without forcing one hierarchy. It stands on its own as examples, not as a final model contract.

Start Here

How To Read The Examples

Quick Concept Key

What This Note Is Not

Purpose

These examples show the kinds of user-authored structural models PluralBridge should be able to support.

The central idea is that PluralBridge should not force every plural System into one official hierarchy. It should allow people and Systems to describe their own structure safely, while keeping access, privacy, consent, and authority separate from hierarchy.

1. Simple Single-System Model

A person signs in and has one System.

Account

└── System: The Harbor

β”œβ”€β”€ Member: A

β”œβ”€β”€ Member: B

β”œβ”€β”€ Member: C

β”œβ”€β”€ Groups

β”œβ”€β”€ Notes

└── Front history

This is the default model: one account, one System, members inside it, and one focused System context.

2. Multiple Top-Level Systems Model

A person has more than one root-level System. Neither root owns the other.

Account

β”œβ”€β”€ System: The Harbor

β”‚ β”œβ”€β”€ Members

β”‚ └── Front history

β”‚

└── System: The Observatory

β”œβ”€β”€ Members

└── Notes

This supports a user who experiences two distinct top-level structures. The app treats both as root Systems because neither has a parent relationship.

3. Parent / Child System Model

One System contains or relates to a smaller child System.

Account

└── System: Main House

β”œβ”€β”€ Member: Rowan

β”œβ”€β”€ Member: Tess

β”‚

└── Child System: The Workshop

β”œβ”€β”€ Member: Kit

└── Member: Lark

The parent / child relationship describes structure. Access and privacy remain governed by membership, consent, and policy.

4. Sibling Systems Model

Two Systems share a common relationship, but neither controls the other.

Account

β”œβ”€β”€ System: Day Team

└── System: Night Team

This is useful for Systems that see themselves as parallel, cooperative, or operationally separate.

Two Systems are associated without a parent / child shape.

Account

β”œβ”€β”€ System: The Harbor

β”‚

└── System: The Archive

relationship to The Harbor: "related"

This could represent shared history, partial overlap, a past structure, or a loosely connected internal organization.

6. Subsystem Model

A member, group, or internal cluster may have its own structure.

System: The Harbor

β”œβ”€β”€ Member: Alex

β”œβ”€β”€ Member: Morgan

β”‚ └── Subsystem: Morgan's Room

β”‚ β”œβ”€β”€ Member: M1

β”‚ └── Member: M2

└── Member: Rae

This is one of the models where a strict flat member list starts to run out of descriptive power.

7. Evolving / Uncertain Relationship Model

The user knows two structures are connected, and the exact relationship is still forming.

Account

β”œβ”€β”€ System: The Harbor

└── System: North Wing

relationship to The Harbor: "unknown" or "evolving"

This gives the user a way to preserve reality-in-progress without prematurely naming it.

8. Archived System Model

A System or structure still matters historically, but is no longer active.

Account

β”œβ”€β”€ System: Current System

└── System: Old Map

status: archived

This helps preserve migration meaning, old fronting records, old notes, and past organization.

9. Non-Tree / Graph Model

Some Systems may have overlapping or cross-linked relationships.

Account

β”œβ”€β”€ System: A

β”œβ”€β”€ System: B

└── System: C

Relationships:

A related to B

B sibling of C

C associated with A

This breaks the ordinary tree assumption. The structure becomes a graph of relationships instead of a single trunk with branches.

10. Focus-Based Working Model

The account has access to multiple Systems, but one System is active at a time.

Account has access to:

Current focus:

The Observatory

Inside the focused System, fronting can still be separate.

Focused System: The Observatory

Current front state:

This keeps System focus and fronting as separate concepts.

Focus answers:

Which System context is active?

Fronting answers:

Who or what is active inside that context?

Design Notes

These examples imply several important PluralBridge design rules:

  1. A root System means a System with no parent relationship.
  2. There can be more than one root System.
  3. Parent / child, sibling, related, subsystem, archived, and unknown relationships describe structure.
  4. Structural relationships should not automatically grant access, authority, or visibility.
  5. Access should come from explicit membership, consent, permission, or policy.
  6. The active working context should be handled through focus.
  7. Fronting should be modeled inside the focused System context.
  8. The default user experience can remain simple while the underlying model stays flexible.
  9. Therapist-facing views should be user-controlled and privacy-aware.
  10. Professional input can improve safety without overriding lived experience.