Persistent Site Framing¶
Keep places, slots, roles, beds, parcels, positions, or host regions usable over time by defining the site separately from whatever currently occupies it.
Summary¶
Persistent Site Framing turns a place, slot, position, role, bay, parcel, room, rack unit, habitat, or host region into a stable object of coordination. The central move is to separate the site from the occupant. The site remains addressable when empty, occupied, blocked, repurposed, split, merged, or retired; the occupant is recorded as a relation to that site during a bounded interval.
This matters whenever a system must coordinate turnover. Without this archetype, records tend to follow whoever is currently visible. A hospital bed becomes “the bed with Patient A,” a staff position becomes “Alice’s job,” a nest site becomes “the owl’s nest,” or a deployment environment becomes “the current build.” When the occupant changes, the underlying host position becomes hard to reason about.
Key components¶
| Component | Description |
|---|---|
| Site Identity Frame ↗ | The site identity frame states what makes the site the same site across time. It may be grounded in physical boundaries, legal description, facility map, logical namespace, ecological affordance, organizational authority, or functional capacity. This frame prevents the site from being accidentally redefined by its current occupant. |
| Addressable Site Token ↗ | The site needs a stable handle: a bed number, parcel id, rack coordinate, role code, bay label, environment name, or controlled registry identifier. The token is useful only when backed by boundaries, capacity, status, and stewardship; otherwise it becomes another fragile label. |
| Capacity and Affordance Profile ↗ | A site is not merely a coordinate. It can host only certain occupants under certain conditions. Capacity, access, constraints, environmental conditions, permissions, equipment, adjacency, expected behavior, or legal scope define what fits. |
| Occupancy Relation Record ↗ | Occupancy should be modeled as a relation: occupant X occupied site Y from time A to time B under authority Z in status S. This avoids silently merging occupant and site identity. |
| Turnover and Vacancy Rule ↗ | Turnover is where this archetype proves its value. The rule defines assignment, release, cleaning, cool-down, reservation, maintenance hold, vacancy, reassignment, conflict, and successor states. Vacancy is not missing data; it is a meaningful site state. |
| Occupancy History Ledger ↗ | The ledger preserves the succession of occupants and site states. It allows later actors to ask what remained stable, what changed, who occupied the site, when, and under what conditions. |
Common mechanisms¶
A site registry lists addressable sites and their identity, boundary, capacity, status, steward, and lineage metadata. An occupancy ledger records the time-bounded relation between sites and occupants. An assignment and release workflow governs how occupants enter and leave sites. A site map or plan makes boundaries and adjacency legible. A capacity-fit matrix checks whether proposed occupants are compatible with site constraints. A vacancy dashboard makes empty, reserved, blocked, occupied, and retired states visible.
These mechanisms are useful, but none is the archetype by itself. The archetype is the structural separation of persistent site identity from changing occupant identity.
Parameter dimensions¶
Important design parameters include site granularity, boundary stability, address style, physical versus virtual grounding, occupant type, occupancy duration, vacancy visibility, lineage depth, access sensitivity, stewardship authority, compatibility strictness, and split/merge policy.
High-granularity site systems improve precision but increase maintenance burden. Low-granularity systems are easier to maintain but may hide meaningful differences. Publicly visible site identifiers improve coordination but can expose sensitive occupancy history.
Invariants to preserve¶
The site remains identifiable when empty or occupied. The current occupant does not become the site. Occupancy has status, timing, authority, and provenance. Site lifecycle changes preserve lineage when long-term interpretation matters. Capacity and compatibility are explicit before assignment. Access, ownership, custodianship, and occupancy are not silently merged.
Target outcomes¶
A good Persistent Site Framing design makes turnover legible. It reduces assignment conflicts, capacity mismatches, vacancy blindness, and historical ambiguity. It lets systems compare occupancy patterns over time, steward places or positions responsibly, and distinguish replacement of occupants from transformation of the site itself.
Tradeoffs¶
The archetype introduces registry and stewardship overhead. It can make systems rigid if site identifiers are treated as sacred even when the site should be redesigned. It can expose sensitive histories if occupancy records are too visible. It can also naturalize contested sites—such as social positions, property boundaries, or ecological territories—unless governance keeps contestability and ethics visible.
Failure modes¶
The most common failure is occupant-site conflation: the system names the site after the current occupant and loses continuity after turnover. Other failures include ghost sites that remain assignable after retirement, boundary drift without lineage, invisible vacancies, incompatible assignments, unauthorized reassignment, false persistence after major site transformation, and over-addressing of transient locations that do not need durable identity.
Neighbor distinctions¶
Persistent Site Framing differs from Persistent Identifier Stewardship because the stable object here is a host position, not the occupant or entity being referenced. It differs from Context Anchor Design because it defines and stewards the site, not merely the context needed to interpret a reference. It differs from Slot-Template Design because the slot has lifecycle and occupancy history rather than only representational substitutability. It differs from Queue Reservation because a queue place is typically a temporary access position, not a persistent host site. It differs from Site-Responsive Spatial Abstraction because that accepted archetype concerns artistic or design response to a physical site, not occupant-independent site identity.
Examples¶
In a hospital, a bed-site persists through patient discharge, cleaning, blockage, and new admission. In a data center, a rack unit persists while hardware is installed, removed, replaced, or retired. In ecology, a nesting site can be monitored across seasons even as occupants change. In organizational design, a role can be vacant, held, acted in, or superseded while its expectations persist. In software operations, a staging environment persists while builds rotate through it.
Non-examples¶
A person’s identifier that follows them through many offices belongs more directly to Persistent Identifier Stewardship. A one-time queue number belongs to Queue Reservation. A blank field in a form belongs to Slot-Template Design unless it has independent occupancy lifecycle and history. A site-specific artwork belongs to Site-Responsive Spatial Abstraction unless the design problem is explicitly about tracking host positions and occupants.
Common Mechanisms¶
- Assignment and Release Workflow
- Capacity-Fit Matrix
- Occupancy Ledger
- Physical or Virtual Labeling System
- Site Audit Walkthrough
- Site Lineage Tombstone
- Site Map or Plan
- Site Registry
- Vacancy Status Dashboard
Compression statement¶
When a system needs to reason about a persistent host position despite changing occupants, create an addressable site identity with explicit boundaries, capacity/affordance criteria, occupancy relation records, turnover rules, and lifecycle stewardship so assignments, vacancies, substitutions, histories, and successors do not collapse the site into the current occupant.
Canonical formula: occupant_turnover_need + stable_host_position -> site_identity_frame + occupancy_relation + turnover_rule + history_ledger
Related Abstractions¶
Abstractions this archetype builds on — directly (a source ingredient) or as a related pattern. Links follow the typed catalog namespace.
Built directly on (4)
- Embeddability: Whether a structured substrate admits a conflict-free placement inside a constrained ambient target.
- Embedding: A structure-preserving injection of one system faithfully into a richer one.
- Located-In Relation: One entity is situated within the region of another at a time, without that entity being a part of, or strictly contained by, the location.
- Site: A persistent, addressable position whose identity is given by its capacity to host or contain entities, surviving the turnover of whatever occupies it.
Also references 16 related abstractions
- Access Control: Restrict system access.
- Affordance: An action possibility offered by the fit between an agent and its environment.
- Appellation: A stable opaque token is bound by an authoritative act to an entity and thereafter used to refer to it across contexts, decoupling reference from description.
- Aspectual Individual: Treating a single underlying entity, under a fixed role or aspect, as a distinct derived bearer of properties with its own narrower existence conditions.
- Boundary: Defines system limits.
- Constraint: Limits possibilities to guide outcomes.
- Containment: Holding a hazard, process, or agent within a deliberately maintained perimeter to prevent its spread or uncontrolled interaction with the surroundings.
- Continuity: Smooth change without jumps.
- Identity-Providing Kind: A category whose membership fixes what it takes for an instance to remain the same instance over time, supplying persistence criteria rather than a temporary description.
- Provenance: A documented, traceable record of an entity's origin and successive custody transfers that establishes authenticity and assigns accountability by linking present state back to first known state.
Variants¶
Narrower or domain-specific specializations that share this archetype's core structure. Recognized variants are established; candidate variants are provisional.
Physical Site Registry · domain variant · recognized
A registry of durable physical host positions such as rooms, beds, seats, bays, parcels, shelves, or stations.
- Distinct from parent: The parent is domain-general; this variant emphasizes physical maps, labels, inspections, environmental constraints, and legal/spatial boundaries.
- Use when: The site is materially or spatially grounded; Facilities, inspection, safety, maintenance, or public records require stable site references; Occupancy can change while site constraints persist.
- Typical domains: facilities management, property records, archives, healthcare operations
- Common mechanisms: site registry, site map or plan, physical or virtual labeling system, site audit walkthrough
Role-Site Framing · subtype · promote to full archetype candidate
Treat a social or organizational role as a persistent position that can be vacant, occupied, acted in, split, merged, or superseded.
- Distinct from parent: The parent covers any host site; this variant adds social expectations, authority, duty, and organizational continuity.
- Use when: Expected behaviors and authorities attach to the position rather than solely to the person; Turnover, vacancy, acting status, delegation, or succession must be tracked; The same role can be occupied by different people over time.
- Typical domains: organizational design, public administration, sociology, governance
- Common mechanisms: role position directory, assignment release workflow, vacancy status dashboard
Virtual Host-Site Mapping · domain variant · recognized
A virtual or logical site such as an environment, endpoint slot, namespace position, tenant space, or deployment target that persists while occupants change.
- Distinct from parent: The parent is domain-general; this variant emphasizes logical mapping, namespaces, permissions, and compatibility rules.
- Use when: The site is not primarily physical but still has capacity, access, compatibility, and lifecycle constraints; Deployments, tenants, services, or data objects rotate through stable host positions; Operational coordination depends on separating slot identity from current content.
- Typical domains: software architecture, cloud operations, data governance
- Common mechanisms: site registry, capacity fit matrix, assignment release workflow
Ecological Site Continuity · domain variant · candidate
Maintain the identity and history of habitat, nest, breeding, sampling, or restoration sites across changing organisms and seasons.
- Distinct from parent: The parent is cross-domain; this variant emphasizes habitat affordances, monitoring cycles, disturbance, and conservation history.
- Use when: The same habitat site can be occupied, vacant, degraded, restored, or reused; Longitudinal interpretation depends on distinguishing the site from current organisms; Environmental affordances matter to occupancy.
- Typical domains: ecology, conservation, restoration management
- Common mechanisms: ecological site record, site audit walkthrough, site lineage tombstone
Service-Capacity Site Framing · implementation variant · recognized
Frame a service position such as a bed, bay, gate, stall, seat, or station as a persistent capacity unit with occupancy and turnover states.
- Distinct from parent: The parent is broader; this variant emphasizes readiness, throughput, turnaround, and utilization signals.
- Use when: The site participates in service throughput; Cleaning, readiness, blockage, reservation, or handoff status matters; Capacity is managed at site level rather than only aggregate level.
- Typical domains: healthcare, transportation, hospitality, public services
- Common mechanisms: vacancy status dashboard, assignment release workflow, capacity fit matrix
Near names: Site, Site-Occupant Decoupling, Stable Host-Site Design, Occupancy Site Registry, Persistent Slot Framing, Addressable Host Position.