Mechanisms Registry¶
A mechanism is a domain-specific implementation of an archetype's intervention. Where an archetype describes the form of a solution ("isolate the failing subsystem"), a mechanism is one concrete way to enact it ("a circuit breaker pattern in a microservice", "a tabletop exercise in incident response", "A/B testing in product development"). Mechanisms are the rung below components in the reasoning stack: more specific, more domain-flavored, more recipe-like.
The catalog references 9,825 mechanisms across the solution archetypes. This table lists the 5,926 that have a type or summary; 2,317 have a full mechanism page (linked names below lead to them) and the rest carry a short description drawn from their archetype stubs. Mechanisms with only a name and no details yet are omitted. Type in the filter box to narrow the list, or click a column header to re-sort.
| Mechanism | Type | Description | Archetypes |
|---|---|---|---|
| A/B Comparison | Method | Puts exactly two alternatives head-to-head under a single shared question so the difference that decides between them becomes actionable. | |
| A/B Test | Controlled Experiment | ||
| Abduction Log | Artifact | A running record of explanation changes, retired rivals, new evidence, and revision triggers. | |
| Ablation and Dropout Robustness Test | Test or Assessment | Removes or masks subsets of elements to test whether the decoder remains stable, reveals overdependence, or exposes hidden redundancy. | |
| Ablation and Sensitivity Test | Experimental Test | ||
| Ablation Test | Test or Assessment | Implements layer validation by removing or disabling a layer to see whether its presence materially improves behavior, prediction, robustness, or decision value. | |
| abnormal_return_or_residual_model | Residual Analysis | Compares observed returns or outcomes to a baseline model to detect unexplained opportunity after information release. | |
| Abort-and-Retry After State Mismatch | Policy | When a use-time check finds the state has changed since it was first read, it abandons the stale attempt cleanly and re-runs the operation on fresh state — instead of forcing the old decision through. | |
| Absence Likelihood Dashboard | Metric or Dashboard | Tracks missed-event rates, latency distributions, false absences, confirmed failures, and response outcomes. | |
| Absolute Resource-Budget Protocol | Protocol | Converts a per-unit efficiency gain into a binding ceiling on total resource use, with a stated rebound tolerance, so a smaller unit cannot quietly become a larger system. | |
| Abstract Data Type Specification | Model | Specifies a type by its abstract values and operations, then pins any concrete storage to that meaning with a representation invariant and an abstraction function — so the storage can change without a client noticing. | |
| Abstract Interpretation or Model Checking | Tool | Decides a property soundly on a finite abstraction of an otherwise-undecidable system, trading exactness for a guaranteed answer that never misses a real violation. | |
| Abstract Work Register | Document | Maintains a canonical record for the work identity, its identifiers, allowed variation criteria, manifestations, and fork decisions. | |
| Abstraction-Barrier Code Review | Review | A code review read through a single lens — is anything here reaching past a component's public surface into its internals? — that sends reach-throughs back before the coupling hardens. | |
| Abstract–Full-Text Alignment Review | Review | Walks an abstract claim by claim back into the full text, demanding a specific supporting passage for each — and flags the findings the abstract quietly leaves out. | |
| Abuse Complaint and Appeals Process | Process | Gives affected parties a reviewable channel to challenge denial, degradation, or retaliation — surfacing abuse, adjudicating it, and escalating through a ladder of remedies. | |
| Abuse-Case Replay Harness | Test or Assessment | Replays sanitized abuse scenarios to check whether a proposed mitigation catches the pattern without unacceptable collateral damage. | |
| Acceptability Window Map | Artifact | A visual or tabular map of positions inside, near, and outside the current discourse window, annotated with social costs and venue constraints. | |
| Acceptance Criteria | Test or Assessment | Defines pass/fail or accept/reject conditions for a deliverable, case, design, or decision. | |
| Acceptance Criteria Checklist | Artifact | Pins a single deliverable to a short list of pass/fail conditions written before work starts, so 'finished' means every box is ticked and nothing beyond them is owed. | |
| Acceptance Sampling Plan | Process | Inspects a defined sample from a lot and accepts or rejects the whole batch on the result, buying a controlled confidence about conformance without inspecting everything. | |
| Access and Credential Partition | Software or Tool | Gives the autonomous actor independent access to tools and resources while blocking outsiders from routine unilateral override. | |
| Access and Update Rights Matrix | Artifact | A grid mapping actors and systems against fields and states to who may view, edit, approve, override, and publish, converting 'this is authoritative' into an enforceable set of who is allowed to change it. | |
| Access Boundary Annotation | Register | Marks where access runs out and labels the claims that lie beyond any possible observation. | |
| Access Catchment Map | Artifact | Maps who or what can be reached from each candidate location within meaningful cost, time, permission, or distance bands. | |
| Access Control Enforcement | Protocol | Restricts who or what may read, write, approve, delete, or restore protected data, so records change only through authorized paths and never through hidden side doors. | |
| Access Control List | Artifact | Lists which actors or groups have which permissions on a resource. | |
| Access Control or Permissioning | Software or Tool | Uses roles, permissions, approvals, or capability boundaries to make some local actions possible and others unavailable. | |
| Access Criteria Audit | Test or Assessment | Reviews whether entry rules, gatekeeping markers, or eligibility filters match the stated purpose or instead reproduce outdated symbolic exclusions. | |
| Access Dependency Heat Map | Metric or Dashboard | Highlights populations, users, workers, suppliers, or counterparties with high dependency and low substitution. | |
| Access Equalization Policy | Protocol | Reduces differences in access by standardizing minimum service, expanding reach, removing discriminatory barriers, or providing targeted support. | |
| Access License or Permit | Artifact | Grants a scoped, conditional, revocable permission to use a resource — without handing over any ownership of it. | |
| Access Log Review | Procedure | Reviews records of permission use, failed attempts, escalation, and unusual access patterns. | |
| Access Priority Rule | Protocol | Grants faster access, preferred queue position, capacity, visibility, or scarce resources to actors who meet desired behavior conditions. | |
| Access Recertification | Procedure | Periodically asks owners or managers to confirm, narrow, or revoke existing access. | |
| Access Restoration Ladder | Procedure | Restores permissions in stages as residual risk falls and validation criteria are met. | |
| Access Restriction or Exclusion Rule | Boundary Enforcement Mechanism | ||
| Access Suspension or Permission Revocation | Procedure | Temporarily removes privileges, access, or participation until a safety, compliance, or remediation condition is met. | |
| Access-Condition Inventory Workshop | Workflow | Maps every condition attached to desired access across contracts, interfaces, policies, onboarding, renewals, and informal practice. | |
| Access-Controlled Topic | Policy | A topic whose publish and subscribe rights are governed by an explicit access policy, so only authorized producers can emit to it and only authorized consumers can see it. | |
| Accessibility and Sensory Checklist | Checklist | Checks room layout, timing, sound, lighting, translation, remote access, mobility, sensory load, rest, food, transport, and assistive needs. | |
| Accessibility Change | Environment or Interface Modification | Changes the physical, digital, procedural, linguistic, sensory, or temporal environment so more participants can access the same opportunity or process. | |
| Accessibility Reachability Test | Audit | Checks that each required target can actually be reached and used in practice by the people it is meant to serve — not just that a route exists on paper — and flags targets reachable only inequitably. | |
| Accessibility Review | Test or Assessment | Checks whether users with varied sensory, cognitive, physical, linguistic, or technological conditions can use the solution without avoidable exclusion. | |
| Accessible Feedback Report | Accountability Artifact | Documents what knowledge was contributed, how it was used, what changed, what remained unchanged, and how future contestation or review can occur. | |
| Accommodation Failure and Recovery Rehearsal | Test or Assessment | Simulates tool, staff, channel, power, network, schedule, or handoff failure and tests backup and repair. | |
| Accommodation Process | Case Review Workflow | Provides a structured way to request, assess, approve, implement, and review individualized adjustments without treating the request itself as a favor. | |
| Account/Event Reconstruction Table | Mapping Table | Separates what the source says from the reconstructed event sequence, inferred omissions, and uncertain intervals. | |
| Accountability Matrix | Template | Maps decisions, roles, accountable owners, contributors, consulted parties, and informed parties so responsibility is visible before action occurs. | |
| accountability_link_audit | Checklist | Checks whether unearned revenue has weakened accountability to the stakeholders whose outcomes define legitimate performance. | |
| Action-Effect Feedback Review | Ritual | A concrete ritual for implementing part of Agentic Control Loop Design. | |
| Action-Link Landing Path | Workflow | Routes post-story motivation into a proportionate choice, resource, support, commitment, or deliberation step. | |
| Actionability Checklist | Rule | Gates each signal on a single question — does it name a specific action its receiver can take right now? — so signals that imply no response never fire. | |
| Activation Hurdle-Rate Rule | Decision Rule | Requires expected post-threshold value to exceed activation cost, uncertainty, delay, and opportunity cost by a predeclared margin before commitment. | |
| activation_collision_test | Test or Assessment | Finds different cases that produce the same or confusingly similar sparse code. | |
| Active Listening Loop | Protocol | Checks understanding by reflecting back the other agent’s meaning and inviting correction. | |
| Active-Map Status Indicator | Artifact | Makes the currently-active representation continuously visible — which map is live, and which version of it — so no one acts on a silent or stale switch. | |
| Active-Site Capacity Dashboard | Monitor | A live view of how much facilitator capacity is free, queued, saturated, or degrading — so substrate inflow can be matched to real throughput instead of nameplate capacity. | |
| Active-Site Inhibitor | Method | Places a blocker at an active site to prevent substrate occupation and transformation. | |
| Actor Perspective Interview | Procedure | An interview method for eliciting what the actor saw, knew, intended, misunderstood, feared, or could do. | |
| Actor Role Map | Artifact | Maps who the narrative frames as agent, victim, beneficiary, obstacle, expert, audience, background condition, or absent voice. | |
| Actor-Constraint Map | Template | Maps actors’ options, beliefs, resources, pressures, and constraints at the moment alternatives were available. | |
| Actor-Perspective Analysis | Method | Reconstructs the situation from the standpoint of actors using their likely knowledge, incentives, risks, categories, roles, and constraints. | |
| Actual Fact Ledger | Documentation Artifact | ||
| Actual-vs-Documented Process Map | Artifact | Places the official process and observed process side by side so mismatches and practical dependencies can be discussed concretely. | |
| Actuarial Risk Model | Method | Uses historical frequency, exposure, and cohort patterns to estimate expected loss and allocate premiums, reserves, safeguards, or inspection effort. | |
| Actuator Installation | Method | Adds the physical, technical, procedural, or organizational means by which a surface can cause actual change. | |
| Ad Fatigue Switching | Process | Rotates creative, audience, channel, or offer when repeated exposure stops lifting response — the marketing-specific switch once an audience has been worn out on a message. | |
| Ad Frequency Cap | Rule | Caps how many times a campaign shows the same person an ad, stopping at the point where extra impressions stop lifting response and start breeding fatigue. | |
| Ad Spend Cap | Threshold or Control | A spending control that limits additional advertising spend after incremental value falls below a threshold. | |
| ad_hoc_boundary_shift_probe | Fallacy Detection | ||
| Adapter Layer | Tool | A thin translation layer that maps a host's calls, data, and conventions onto the interface the subsystem expects — so the subsystem can consume host capability, and later swap which host provides it, without its own code changing. | |
| Adapter or Facade Layer | Architectural Method | Translates between a substitute’s native interface and the role contract expected by the surrounding system. | |
| Adapter or Translation Shim | Tool | Inserts a translating layer between two parties so a producer's legacy or foreign variants are accepted and re-emitted as the receiver's current canonical form. | |
| Adapter or Wrapper Layer | Tool | Wraps a source in a thin translating layer so it presents the host's expected interface — letting it operate inside the host, live, without rewriting either side. | |
| Adaptive Appointment System | Software or Tool | A booking or service-slot system that revises appointments as no-shows, cancellations, urgency, duration, or capacity changes. | |
| Adaptive Circumvention Red Team | Role or Team | Plays the motivated adversary against a control to find how it will be evaded and which under-defended destination the blocked pressure will be pushed toward. | |
| Adaptive Control Method | Method | Lets the controller re-tune its own gains in real time as the system's dynamics or the target's behavior shift — self-adjusting within a protected safety envelope rather than waiting for a human to re-tune. | |
| Adaptive Decision Threshold | Decision Policy Mechanism | Uses posterior belief levels to change when the system acts, escalates, monitors, or withholds action. | |
| Adaptive Interleaving Scheduler | Software or Tool | A system that chooses mixed practice items based on performance, confusion pairs, spacing, and load. | |
| Adaptive Management Cycle | Iterative Governance Process | ||
| Adaptive Mix Review | Ritual | A recurring review that reweights the option mix based on drift, exploitation, switch costs, and observed counter-relations. | |
| Adaptive Normalization Layer | Modeling or Processing Method | ||
| Adaptive Policy Review Cycle | Governance Protocol | ||
| Adaptive Practice Set | Tool | Reads each attempt and automatically picks the next item, difficulty, or scaffold, so the practice set continuously reshapes itself around exactly where the learner is still weak. | |
| Adaptive Production Schedule | Workflow | A production scheduling workflow that revises sequencing and resource use as orders, inputs, machines, or bottlenecks change. | |
| Adaptive Pulse-Coupled Update | Method | Locks a population by having each unit nudge its own next firing the instant a neighbour's pulse arrives, with the nudge size adapting as the lock tightens. | |
| Adaptive Refinement Loop | Workflow | Adds anchors where new observations, failures, or audits reveal coverage gaps. | |
| Adaptive Release Gate | Method | Allows the next pulse only when response, backlog, or recovery signals indicate that the receiver is ready. | |
| Adaptive Release-Timing Protocol | Protocol | Releases the resolution at the adaptively-chosen moment — reading live anticipation and readiness rather than a fixed schedule — so the payoff lands when tension has peaked but before it curdles. | |
| Adaptive Remeshing and Reallocation | Process | Continuously re-partitions the substrate so resolution follows the source distribution and task demand as they shift — subdividing newly active regions and coarsening quiet ones while trying to preserve neighborhood structure through each change. | |
| Adaptive Review Scheduler | Software or Tool | A scheduling tool that calculates next retrieval intervals from recall performance, priority, or decay assumptions. | |
| Adaptive Staffing Model | Workflow | Adjusts staffing mix, skills, or coverage as demand variety shifts across time, location, severity, or case type. | |
| Adaptive Stage-Gate Protocol | Protocol | Allows progression only when evidence, reversibility, stakeholder legitimacy, and option-preservation criteria are satisfied. | |
| Adaptive Stop, Reclosure, and Rescue Protocol | Protocol | Holds the independent authority to halt a reopening, force the system back toward a stable state, and fall back to a rescue path when destabilization breaches its bounds. | |
| Adaptive Window Re-estimation | Method | Keeps a live window estimate current as evidence arrives — narrowing the uncertainty band and forecasting when the window will close — so timing rides the latest data instead of a frozen prior. | |
| Adaptive Work Cells | Role or Team | Creates small cells that can form, dissolve, and reconfigure around emerging work while staying inside shared constraints. | |
| Adaptive Zone Design Workshop | Process | The founding session where both regimes jointly define their interiors, agree that a shared zone exists, and set its first boundaries, depth, and scale. | |
| Adaptive Zoning Review | Review | The periodic decision point that reads how the zone has drifted and rules to keep, widen, narrow, reposition, or dissolve it — the zone's steering wheel over time. | |
| adaptive_sampling_rate_controller | Feedback Control | Changes observation frequency as volatility, risk, uncertainty, or incident state changes. | |
| Additive Lattice or Gyroid Fabrication | Method | Prints an explicitly modelled void network — every strut, wall, channel, and orientation drawn by design — so the pore architecture is deterministic rather than left to a stochastic process. | |
| Address or Endpoint Validation | Protocol | Checks each endpoint's identity, location, eligibility, connectivity, and access prerequisites before anything is dispatched, so effort is only spent on endpoints that can actually be served. | |
| Adjacency Matrix | Template | Represents pairwise relations in tabular form, useful for dense networks, computational processing, or consistency checking. | |
| Adjacency-Matrix Preservation Test | Audit | Checks that pairs which are neighbors in the source stay neighbors on the substrate by differencing the two adjacency matrices directly — reporting the exact pairs the map tore apart or falsely joined, not just a score. | |
| Adjacent-Swap Sequence | Method | Reorders a coupled sequence toward its target by a chain of legal neighbor exchanges — each swap moves one mismatch a single step without disturbing the rest. | |
| Adjustable Threshold | Other | Implements the surface as a cutoff, trigger, tolerance, eligibility rule, or operating limit that authorized actors can change. | |
| Admin Console | Interface | Provides a visible operator interface for changing settings, permissions, routing, quotas, or system behavior. | |
| Admissibility or Relevance Gate | Decision Gate | Prevents traces below provenance, quality, or relevance thresholds from being used in high-stakes reasoning. | |
| Admissible Heuristic Search | Heuristic Search Method | Uses a bound that does not overclaim expected performance, enabling safe pruning while still accelerating search. | |
| Admissible Pathway Catalog | Document | Documents allowed route families, eligibility conditions, invariants, evidence requirements, and handoff rules. | |
| Adoption Analytics and Field Review | Feedback Method | Combines usage data with field evidence about burden, workarounds, trust, outcomes, and unintended consequences. | |
| Adoption Bottleneck Mapping | Method | Identifies the adoption, integration, training, procurement, trust, standards, and regulatory bottlenecks that slow near-term impact. | |
| Adoption Dashboard | Monitoring Artifact | ||
| Adoption-Barrier Interview | Method | Investigates resistance, workaround, or nonuse behavior as possible evidence of norm mismatch rather than treating it as irrational opposition. | |
| Adoption-Ladder Release Plan | Workflow | Sequences foothold, adjacent, and mainstream releases without overloading the entrant with incumbent feature expectations. | |
| Advance Pause and Consolidation Window | Ritual | Deliberately halts the advance at set points so the support line can close the gap, reserves rebuild, and gains are secured before the front pushes on. | |
| Advance-Purchase or Time-Window Restriction | Procedure | Limits low-price access to timing conditions that price-sensitive segments can use but high-urgency segments find less attractive. | |
| Advanced Settings Panel | Interface | A panel or mode that makes specialized controls available without showing them by default. | |
| Advection-Diffusion or Transport Modeling | Model | Predicts how much of an input reaches the target — and how much washes out or piles up along the way — by modeling its advective and diffusive transport through the delivery path. | |
| Adversarial Birthday-Attack Review | Procedure | A defensive expert review for contexts where deliberate collision search could matter. | |
| Adversarial Collaboration | Collaborative Inquiry Method | Pairs opposing parties or experts to jointly define the disagreement, evidence standards, and synthesis tests rather than arguing past each other. | |
| Adverse Adaptation Red Team | Review | A chartered, safety-bounded exercise in which defenders imagine how an adaptive adversary would evolve to slip past the current barrier set — and whether the nominally independent layers would fall to the same move. | |
| Adverse Selection Pool Segmentation | Model | Sorts a mixed population into risk classes by observable proxies for the hidden type — so a party who can't see each individual's private risk can still price and pool fairly instead of being cream-skimmed by the worst hidden risks. | |
| Adverse-Precedent Search Protocol | Protocol | Requires search for cases that limit, distinguish, conflict with, or undermine the proposed precedent treatment. | |
| Advertising Spend Calibration | Method | A method for testing spend levels against marginal response and fatigue. | |
| Advisory Group | Institution | A standing or temporary group of stakeholder representatives that reviews, interprets, and advises on a decision or implementation. | |
| affect_evidence_split_prompt | Checklist | Separates emotional response from evidence and asks what would change if the affective cue were removed. | |
| Affected-Party Review Panel | Role or Team | A standing body that seats representatives of the people an institution's decisions fall on, giving them a formal, collective voice in review — and a map of who bears the burdens. | |
| Affordance Audit | Diagnostic Method | ||
| Affordance Inventory Walkthrough | Audit | Walks the on-hand stock item by item to surface hidden capabilities, condition, permissions, and pairwise fit — separating what a resource can do from what it is labelled for, before anything is committed to a build. | |
| Affordance Preservation Check | Validation Mechanism | ||
| Affordance Visibility Audit | Audit | Systematically inspects the surfaces users actually sample and catalogs every available capability that leaves no perceivable trace there — turning "nobody finds this" into a ranked visibility-gap list. | |
| After Ritual Meaning Debrief | Process | A short, soon-after conversation that compares what a rite was meant to mean with what participants actually experienced — capturing the gap while memories are still fresh. | |
| After-Action Coordination Review | Review | Closes a coordination episode by extracting transferable lessons and transferring residual obligations, so the architecture improves and no commitment vanishes when the coalition disbands. | |
| After-Action Learning Cycle | Ritual | A concrete ritual for implementing part of Agentic Control Loop Design. | |
| After-Action Learning Harvest | Ritual | Captures what exposure revealed and turns it into design changes, training, playbooks, or investment decisions. | |
| After-Action Pathway Update | Review | After an incident or near-miss, rebuilds the source-pathway-receptor model to add the route that was actually used and the links that turned out to be cuttable. | |
| After-Action Proportionality Review | Review Process | Reviews whether the response produced intended safety, fairness, deterrence, repair, or learning without excessive collateral burden. | |
| After-Action Recall Revision | Ritual | Has participants reconstruct an event, identify the obsolete or incomplete interpretation, and commit the revised lesson while the event trace is active. | |
| After-Action Reentry Review | Method | A review method that captures lessons from reentry and updates gates, phase maps, and dependency assumptions. | |
| After-Action Repair Circle | Procedure | A structured post-conflict or post-incident conversation that restores trust, accountability, learning, and member connection. | |
| After-Action Repertoire Review | Review | A blame-free retrospective that asks, after each handled or mishandled event, whether the system had the right response available — turning recurring gaps into candidate new options and judging whether past additions actually worked. | |
| After-Action Story Review | Procedure | Audits the story that will become the official lesson after an incident, project, campaign, or crisis. | |
| After-Action Truth Reconciliation | Learning and Cleanup Practice | ||
| Age-Conditioned Remaining-Life Table | Tool | Reads off expected remaining life given survival to the current age, so persistence is forecast from where the subject is now (not from birth) and you can see whether age helps or hurts. | |
| Age-Weighted Value Score | Model | Collapses many keep-or-expire signals into one comparable number per layer by discounting each layer's standing value along a decay curve tied to its age. | |
| Agency Health Dashboard | Metric or Dashboard | A concrete metric_or_dashboard for implementing part of Agentic Control Loop Design. | |
| Agency Loop Map | Artifact | A concrete artifact for implementing part of Agentic Control Loop Design. | |
| Agenda Exit Gate | Protocol | Puts a mandatory checkpoint at the end of each agenda item — 'good enough to move on?' — and gives the chair standing authority to close it and to refuse unplanned additions. | |
| Agenda Ordering Rule | Procedure | Prevents negotiation or governance deadlock by requiring issues, claims, or approvals to be addressed in a sequence that avoids mutual hostage-taking. | |
| Agent-Based Experiment or Simulation | Model | Plays the arms race forward in silico — a population of heterogeneous adaptive variants meets a candidate barrier portfolio over many rounds, so escape dynamics surface in simulation before they surface in the field. | |
| Agent-Based Niche Simulation | Computational Model | ||
| Aggregate Norm-Correction Report | Document | Reports that the visible distribution was not the held distribution and supplies a safer basis for recalibrating norms or decisions. | |
| Aggregate Pluralism Disclosure | Document | Publishes evidence that more than one position exists in the group while preserving subgroup privacy and avoiding individual targeting. | |
| Aggregate Trend Overlay | Artifact | Overlays close event traces on broader distributions, trends, institutional shifts, or population-level patterns. | |
| Aggregation Bias Audit | Checklist | Checks for masking, ecological fallacy, Simpson-like reversals, subgroup erasure, accidental weights, and scale artifacts. | |
| Aggregation Rules | Method | Combines multiple variables into a composite value, category, score, or state so decisions are made over fewer dimensions. | |
| Aggregation/Disaggregation Dashboard | Metric or Dashboard | Lets users inspect aggregate patterns while drilling down to local variation so feedback decisions do not hide heterogeneity. | |
| Agile Portfolio Governance | Procedure | Uses periodic portfolio review to align central priorities with delivery-team evidence, capacity, dependencies, and learning. | |
| Agile Sprint | Ritual | Provides a time-boxed cadence for building, reviewing, learning, and adjusting work, when sprint outputs actually feed revision decisions. | |
| Aging Dashboard | Metric or Dashboard | Displays item age, age distribution, threshold breaches, escalation status, and unresolved tail-age cases. | |
| Alert Cooldown Rule | Procedure | Implements recovery by suppressing duplicate or low-value repeated alerts until attention and signal value can recover. | |
| Alert Neighbor Dimming Rule | Workflow | Temporarily dims related lower-priority alerts when a focal incident is active, while preserving recovery and audit trails. | |
| Alert or Label Budget | Policy | Caps how many alerts or labels a channel may issue per period, forcing issuers to spend a scarce budget of receiver attention and trust on only the cases that most deserve it. | |
| Alert Sensitivity Floor Tuning | Method | Sets the least sensitive alert threshold that still catches important events while reducing alert fatigue, false positives, and attention saturation. | |
| Alert Threshold | Metric or Dashboard | A monitoring mechanism that notifies, pages, flags, or routes attention when a measured condition crosses a predefined level. | |
| Alert Threshold Tuning | Tool | Retunes the level at which alerts fire so responders catch real incidents without drowning in noise. | |
| Alert-Fatigue Review | Ritual | Regularly reviews whether alerts, notifications, alarms, or cue intensity have reduced sensitivity through habituation. | |
| alert_cooldown_and_deduplication_rule | Attention Management | Suppresses redundant alerts while preserving meaningful escalations. | |
| Alerting Rule | Protocol | Notifies responsible actors when observed signals cross thresholds that imply risk, failure, drift, or urgent state change. | |
| Algebraic Simplification Rulebook | Document | Lists valid algebraic or logical rewrite identities and their preconditions for safe simplification. | |
| Algorithm Benchmarking | Test or Assessment | Runs candidate algorithms or procedures at multiple input sizes to observe resource growth, performance cliffs, and scaling breakpoints. | |
| Algorithm Portfolio Router | Routing Rule | ||
| Algorithmic Escalation Gate | Protocol | Escalates from a simple rule to formal analysis when threshold conditions or anomaly signals are met. | |
| Algorithmic Escalation Protocol | Protocol | Routes decisions above threshold to formal analysis, optimization, simulation, model review, or independent adjudication. | |
| Algorithmic Ranking Audit | Test or Assessment | Tests automated or semi-automated distribution gates for hidden demotion, bias, drift, and objective mismatch. | |
| Algorithmic Relaxation | Method | Relaxes exact optimization or constraint satisfaction so a usable answer can be produced within time, computation, or information limits. | |
| Alias Resolution Table | Artifact | A stored lookup that maps every alternate name, spelling, code, or identifier for a thing to its one canonical representative, so any variant resolves to the same entry. | |
| All-Conditions Checklist | Checklist | Operationalizes the necessary-condition set as a checklist where every hard requirement must be satisfied or handled explicitly. | |
| All-or-Nothing Acquisition | Procedure | Prevents hold-and-wait by requiring a process or actor to acquire all needed resources before proceeding, or release everything and retry later. | |
| All-or-Nothing Checklist | Checklist | A checklist that refuses completion until every required transaction condition is verified. | |
| Allergen Segregation Plan | Food Safety Separation Mechanism | ||
| Almost-Reward Annotation | Data Label | ||
| Alpha-Spending Plan | Sequential Testing Control | ||
| Alternate Communication Channels | Protocol | Maintains distinct channels such as SMS, radio, phone trees, email, in-person notice, or public posting so communication can continue when one medium fails. | |
| Alternate Communication Drill | Test or Assessment | Tests independent channels, message priorities, authentication, and handoff under primary-channel loss. | |
| Alternate Pathway Routing | Process | Diverts incoming demand to a different channel or handler when the primary one saturates, while watching the fallback so the problem isn't just moved. | |
| Alternate Supplier Route | Supply Chain Method | Qualifies a second route, logistics provider, or supply path so critical inputs can still reach the system if the main route is blocked. | |
| Alternating Context Drill | Ritual | A drill that alternates context, surface form, or constraint so performance survives transitions. | |
| Alternative Enumeration Checklist | Checklist | Forces the decision process to generate credible alternatives before judging the chosen option. | |
| Alternative Frame Workshop | Process | Convenes participants to generate and stress-test genuinely different ways to name, classify, or govern the same situation, while separating what a reframe could actually change from the hard constraints it can't. | |
| Alternative Readings Review | Review | Lays the serious rival readings side by side and draws the line between those the evidence admits and those it rules out, so an interpretation is chosen against its live competitors rather than in a vacuum. | |
| Alternative-Benchmark Sensitivity Grid | Test or Assessment | A grid comparing conclusions across plausible benchmarks, factor sets, horizons, or reference populations. | |
| Alternative-Metaphor and Countermetaphor Comparison | Method | Compares candidate source frames and literal accounts on understanding options values emotion and decisions. | |
| Alternative-Pathway Training Protocol | Protocol | Reaches the target by a different route when the primary window has closed — redefining the goal as functional equivalence and building it through a channel that is still open. | |
| Ambiguity Log | Document | Records unsettled readings, uncertainty reasons, and update triggers that should reopen interpretation. | |
| Ambiguity Register | Register | The standing record of every ambiguity the parser could not resolve, each entry tagged with its competing readings and a route to whoever or whatever decides it. | |
| Ambivalence Interview Guide | Nonclinical Coaching Protocol | ||
| Anachronism Scan | Test or Assessment | Tests whether an interpretation depends on concepts, objects, categories, or expectations unavailable or differently functioning in the relevant period. | |
| Analogical Mapping Prompt | Tool | Elicits an explicit correspondence map between one familiar source and one new target — what lines up, what has no counterpart, and which similarities are false friends — so an analogy carries structure rather than surface. | |
| Analogy Mapping Canvas | Tool | Lays a source and a target side by side and aligns their relational structure — not their surface features — so an extracted principle can be re-expressed in the target's own materials. | |
| analogy_mapping_table | Template | For analogies, records which source-domain features map to the target and which persuasive similarities are irrelevant. | |
| Analytic Memo | Interpretive Trace | ||
| Analytics Behavior Review | Metric or Dashboard | Examines behavioral traces such as abandonment, repeated errors, search terms, task completion, support requests, or retention to test design assumptions. | |
| Anchor Case Library | Artifact | Maintains representative-by-proximity cases, exemplars, prototypes, personas, benchmarks, or scenarios with declared coverage scope. | |
| Anchor User or Anchor Supplier Recruitment | Method | Secures a high-value side participant or cohort that attracts the other side. | |
| Anchor User Recruitment | Role or Team | Recruits a few high-credibility early participants whose presence lowers others' uncertainty and makes an empty network worth betting on. | |
| anchor_customer_precommitment | Contract or Commitment | Secures early demand, validation, or legitimacy before followers can copy the offer. | |
| Anchoring Bias Checklist | Checklist | A checklist that prompts anchor identification, alternatives, and calibration questions. | |
| Annealing or Perturbation Schedule | Procedure | Allows controlled temporary worsening or variation injection to cross barriers and then gradually increases convergence pressure. | |
| Annotation and Callout Layer | Tool | Overlays explanatory markers directly on the material that point at the specific spots where two similar-looking items differ and say why the difference matters. | |
| Annotation Overlay | Method | Marks a chosen feature directly on the original image, map, or chart — naming and bounding it in place — so the audience sees exactly which element matters without losing the picture around it. | |
| Annotation Trail | Method | Places labels, callouts, captions, or explanatory notes along a path so interpretation unfolds at the right moment. | |
| Anomaly Detection | Method | Flags unusual deviations in local or aggregated signals that may indicate a newly forming macro-pattern. | |
| Anomaly Detection Model | Model | Holds a model of what normal looks like and screens the live stream against it, raising a hand only when an observation departs far enough to be worth a second look. | |
| Anomaly Triage Board | Workflow | Maintains a decision queue for evaluating whether apparent violations are errors, noise, boundary conditions, or genuine theory failures. | |
| Anomaly-to-Hypothesis Workshop | Ritual | A facilitated session that converts anomalies into candidate hypotheses while preserving dissent and uncertainty. | |
| Anonymous Belief Pre-Poll | Test or Assessment | A private pre-poll that reveals distribution before social influence. | |
| Anonymous Inclusion Pulse Check | Assessment | Collects quick anonymous signals about access, safety, belonging, clarity, and voice balance during or after the activity. | |
| Anonymous Membership Proof | Protocol | Proves that the prover belongs to an authorized set without identifying which member they are. | |
| Anonymous Pre-Expression Poll | Procedure | Collects a private signal before public speaking, visible voting, or sequential endorsement creates additional conformity pressure. | |
| Anonymous Preference Poll | Test or Assessment | Collects private preferences without attaching responses to public identity. | |
| Anonymous Survey Round | Procedure | Captures independent judgments and revisions while reducing status pressure, anchoring, and conformity. | |
| Answerability Review Meeting | Ritual | Creates a recurring or event-triggered forum where owners explain decisions, reviewers test reasoning, and repair commitments are assigned. | |
| Antecedent Edit Card | Reasoning Artifact | ||
| Anti-Capture Rotation Protocol | Protocol | Reassigns gatekeepers and reviewers on a schedule so that no single relationship with a regulated party has time to harden into capture. | |
| Anti-Coarsening Inhibitor Protocol | Protocol | A materials-inspired protocol for adding pinning agents, stabilizers, membranes, standards, or constraints that slow undesired unit growth. | |
| Anti-Collusion Monitoring | Monitor | Reads the pattern of bids, prices, and moves for the statistical fingerprints of secret coordination, so a field that looks competitive isn't quietly rigged. | |
| Anti-Commons Clearance Process | Process | Dissolves gridlock when too many separate rights-holders can each veto a resource, by consolidating or pooling the scattered claims into usable form. | |
| Anti-Entropy Reconciliation Exchange | Protocol | A background peer-to-peer exchange in which two replicas compute what each is missing and back-fill both directions until they provably hold the same state. | |
| Anti-Entropy Synchronization | Protocol | A background process that periodically compares replicas and repairs divergence, so any update missed during a fault eventually propagates everywhere. | |
| Anti-Herd Coupling Breaker | Policy | Detects coherence tipping from useful into dangerous and deliberately weakens or cuts the coupling to break an emerging stampede. | |
| Anti-Snowball Intervention | Procedure | Breaks a self-reinforcing loss path early, such as escalating fines, cascading missed work, repeated disciplinary penalties, or accumulating service barriers. | |
| anti_aliasing_prefilter_or_smoothing_rule | Signal Processing Guardrail | Reduces artifacts before downsampling or aggregation. | |
| Anticipatory Governance Exercise | Governance Simulation | ||
| Antitrust or Competition Review | Review | A standing authority that checks whether winning a contest has hardened into durable power over the arena itself, and imposes structural remedies when it has. | |
| API Gateway | Tool | A single programmable entry point in front of backend services that authenticates, throttles, routes, and reshapes every request before it reaches anything real. | |
| API Governance Policy | Policy | Governs how third parties build on an operator's API — access tiers, stability guarantees, deprecation notice, and security rules — so an ecosystem can depend on an interface that won't shift without warning. | |
| API or RPC Endpoint | Tool | Exposes the capability as a stable, typed request/response surface at a fixed address, so any client can call it without knowing what happens behind it. | |
| API Response Projection | Method | Shapes the outgoing response at the producer, composing it from an allow-list of only the fields a given consumer's role and purpose justify, so surplus data is never serialized and never leaves the source. | |
| API Versioning | Protocol | Exposes a host capability as explicitly versioned interfaces that coexist, so consumers migrate on their own schedule and a change to the host never becomes a forced, simultaneous break for everyone downstream. | |
| Appeal and Correction Workflow | Process | Gives a subject a governed path to contest and fix reputational information that is false, irrelevant, malicious, or stale. | |
| Appeal and Dispute Process | Process | Gives a participant hit by a suspension, delisting, or access denial a real channel to contest it before a reviewer who didn't make the original call — with a path back if it was wrong. | |
| Appeal and Exception Protocol | Protocol | A bounded route by which someone subject to a rule can contest how it was applied to them, or ask for a justified exception — without renegotiating the rule itself. | |
| Appeal and Exception Review | Protocol | A standing channel through which a filtered-out or softened output can be contested, and exceptions granted on stated public reasons — a release valve on the intersection. | |
| Appeal and Waiver Process | Procedure | Corrects misclassification, evidence error, and disproportionate application through an independent review path. | |
| Appeal or Review Forum | Institution | Provides a place where stakeholders can contest decisions, boundary drift, procedural defects, or conflicts of interest. | |
| Appeal or Review Process | Governance Process | ||
| Appeal or Review Window | Correction Mechanism | Creates a bounded opportunity to challenge the decision based on specified review grounds. | |
| Appeal, Waiver, or Manual Access Channel | Workflow | Allows affected parties to contest, waive, or bypass a separable condition while access review occurs. | |
| Appeals or Reconsideration Workflow | Workflow | Routes contested decisions through timed review, additional evidence handling, and correction or confirmation. | |
| Appeals Process | Procedure | A structured procedure for challenging a decision and seeking reconsideration or correction. | |
| Appearance/Reality Audit Checklist | Checklist | Prompts reviewers to ask whether a statement describes experience, measurement, inference, social convention, or mind-independent reality. | |
| Append-Only Event Store | Tool | An immutable, ordered store that only ever accepts new events and never edits old ones, serving as the single source of truth from which all state is derived. | |
| Application Commitment Review | Implementation Review | Checks whether training changed a concrete action, decision rule, communication plan, design choice, or evaluation rubric. | |
| Application Review Queue | Eligibility and Validation Mechanism | ||
| Appointment Arrival Staggering | Workflow | Offsets appointment arrival times or check-in batches so reception, clinicians, rooms, or service desks are not flooded simultaneously. | |
| Appointment System | Time Slot Reservation | Implements Queue Reservation when the appointment preserves order or access while avoiding continuous waiting. It becomes generic scheduling when the waiting-line substitution is not central. | |
| Appointment Waitlist Clearing | Process | Works a scheduled-access waitlist down after capacity opens up by confirming who still wants a slot, offering in a fair order, and clearing entries that can no longer be reached. | |
| Apprenticeship Observation | Method | Places a learner inside real practice alongside an expert, so know-how surfaces through participation, running commentary, and correction rather than through interview. | |
| Apprenticeship Pipeline | Process | Reproduces skilled human capacity by pairing newcomers with working practitioners, so tacit skill, judgment, and craft norms transfer through supervised doing rather than documents. | |
| Apprenticeship Reflection | Ritual | Turns a tacit skill absorbed by working alongside an expert into an explicit, statable principle, so what was learned in one setting can travel instead of staying locked to it. | |
| Apprenticeship Task | Workflow | Uses real or near-real work tasks as practice while supervisors control scope, feedback, and stakes. | |
| Apprenticeship-to-Protocol Capture | Method | Extracts the tacit judgment and deviation cues of skilled practitioners through shadowing and demonstration, turning what experts notice into material a protocol can be built from. | |
| Approval Threshold Matrix | Template | A threshold table linking decision stakes to required review depth or approval level. | |
| Approval Workflow | Workflow | Routes access requests, exception requests, or privilege changes through accountable review before activation. | |
| Approved Alternative Catalog | Document | Maintains a reusable list of substitutes that have already passed validation. | |
| Approximation Validation | Validation Check | ||
| arbitrage_opportunity_scan | Opportunity Probe | Searches for cross-price, cross-market, or cross-instrument gaps that should disappear if the information set is incorporated. | |
| Arbitration Decision | Institution | A neutral third party the deadlocked peers jointly authorized in advance hears both sides and issues a binding ruling that becomes the break — recorded as a decision the parties agreed to honor. | |
| Arbitration-like Process | Third Party Decision Mechanism | Assigns an external or agreed decision maker to resolve a dispute under defined standards. | |
| Architectural Void | Spatial Artifact | Shapes movement, light, and monumentality by leaving deliberate volumes unbuilt — courtyards, atria, and thresholds whose emptiness gives the built forms their meaning. | |
| Architecture Constraint | Interface | Shapes local technical or physical behavior through layout, interface boundaries, protocols, permissions, or structural affordances. | |
| Architecture Decision Record | Artifact | Records why a complexity-adding placement choice was accepted — the criterion applied, the host-dependency it commits to, and the conditions that would reopen it — so the decision is revisited on evidence, not relitigated from memory. | |
| Architecture Decision Record with Ownership | Register | Records each mirror-or-decouple decision — the option chosen, the options rejected, and, crucially, who owns the resulting boundary — so the reasoning and the responsible party survive after the meeting ends. | |
| Architecture Dependency Graph Review | Review | Maps the artifact's actual module-and-dependency structure — what calls, imports, or depends on what — so its coupling can be read off and matched against the teams that own the pieces. | |
| Architecture Dependency Review | Review | A gate placed before migrations, launches, and deprecations that forces the technical, data, and operational dependencies a proposed change would touch into the open before the change ships. | |
| Archival Layer | Artifact | Stores older layers outside the active workspace while preserving context, retrieval paths, and interpretation rules. | |
| Archival Provenance Metadata Template | Template | Captures origin, custody, derivation, and transformation evidence needed to justify work-identity continuity. | |
| Archival Summarization | Curation Method | ||
| Archive Compaction Workflow | Workflow | Consolidates accumulated records, versions, or history into compact summaries, indexes, and retained source paths. | |
| Archive-Restore Test | Audit | Periodically proves that an archived layer can actually be pulled back, read, and reconnected — so 'archived' never quietly means 'lost'. | |
| Arrest-and-Hold Protocol | Protocol | Halts an advancing defect on a trip condition and holds it in a safe, quarantined resting state until it is cleared to resume, reverse, or absorb. | |
| Arrows and Connectors | Artifact | Point from one element to another or show dependency, continuation, causation, movement, or next step when the path needs explicit directional notation. | |
| Artifact Boundary Label | Artifact | A physical or digital label attached to an artifact that carries boundary conditions across handoffs, copies, or packaging. | |
| Artifact Boundary Refactor | Process | Redraws the artifact's own internal boundaries — splitting, merging, or moving modules — to match the domain or desired architecture, changing the system rather than the teams. | |
| Artifact Metadata Capture | Trace Attachment | ||
| Artifact Red-Team Review | Review | Convenes adversarial reviewers to hunt, before release, for the cheap cues, annotation artifacts, and gaming channels a learner might be exploiting — and to hand-inspect its confident errors. | |
| Artifact Signature Verification | Protocol | Checks a cryptographic signature over an artifact's exact bytes against a pre-decided trust anchor at the point of use, so it is accepted because it verifies — not because of the channel it arrived through. | |
| As-Of Join Rule | Data Engineering Rule | Joins historical records only with values available as of each decision timestamp. | |
| Aseptic Field Protocol | Clinical or Lab Boundary Mechanism | ||
| Assembly Line Workflow | Workflow | Implements pipeline staging by arranging repeated physical or service transformations into specialized stations with defined movement between them. | |
| Assent / Consent Distinction | Method | Differentiates affirmative participation by a person from legally or institutionally authorized consent by a guardian, representative, or accountable actor. | |
| Assent-Scope Confirmation | Protocol | A read-back step that reflects exactly what the responder is and isn't agreeing to, requires an active restatement, and checks the yes was freely given — so the assent on record matches the assent actually made. | |
| asset_liability_matching_policy | Protocol | Requires long-duration commitments to be funded by sufficiently stable sources or paired with liquid coverage and contingency paths. | |
| Assignment Model | Method | A model representing pairings between agents, tasks, slots, resources, or roles. | |
| Assisted Migration or Translocation Plan | Method | Deliberately moves a place-bound, slow-migrating subject—a population, habitat function, or stateful system—into prepared, compatible receiving conditions when it cannot get there on its own in time. | |
| Assistive-Technology Labeling Pass | Protocol | Walks the interface with the assistive-technology stack and gives every affordance a programmatic name, role, and state — so a capability that is visible on screen stops being invisible to non-visual users. | |
| Association-to-Evidence Matrix | Template | Lists each association, the property allegedly transferred, the warrant channel claimed, available evidence, counterevidence, and permitted decision use. | |
| association_matrix_update_rule | Software or Tool | A computational rule or table that increments connection weights when features, events, or nodes co-occur within a valid window. | |
| Associative Claim Red Team | Ritual | Challenges a proposed property transfer by asking what would have to be true for the association to be warrant-bearing and what evidence would refute it. | |
| Assumption Audit | Audit | Sweeps a whole plan or decision for the assumptions it silently rests on, keeps the load-bearing ones, tests their support, and names what would have to be true instead where support is thin. | |
| Assumption Audit Worksheet | Checklist | Reviews which assumptions must hold for correspondence and which are violated in the failing regime. | |
| Assumption Budget | Checklist | Limits or scores the assumptions a model, plan, forecast, or strategy is allowed to rely on before stronger evidence or simplification is required. | |
| Assumption Expiry Timer | Review Trigger | A date, event, or evidence trigger requiring an assumption to be renewed, tested, replaced, or retired. | |
| Assumption Ladder Worksheet | Checklist | Traces a reaction from perception to interpretation to judgment to action, then asks which steps depend on the learner’s cultural frame. | |
| Assumption Lock-and-Relax Workshop | Workflow | A facilitated workflow that marks fixed assumptions, relaxable assumptions, and the possibilities each relaxation opens. | |
| Assumption Log | Artifact | Makes the unstated premises a plan silently rests on into an explicit, revisable list — each with its confidence and a trigger to revisit it when reality drifts. | |
| Assumption Register | Register | A shared record of the premises a plan is betting on — each with its evidence basis, an owner, and an expiry or invalidation condition — so the beliefs holding up a decision are named and re-checked rather than silently assumed true forever. | |
| Assumption Reversal and Recombination | Method | Generates structurally different options by naming a design's load-bearing assumptions, negating them, and recombining the fragments — so breadth comes from reframing, not from decorating one idea. | |
| Assumption Reversal Exercise | Cognitive Reframing Exercise | ||
| Assumption Testing | Diagnostic Method | Tests whether the conflict depends on hidden assumptions that can be revised, separated by context, or converted into conditional decision rules. | |
| Assumption-Failure Tabletop | Test or Assessment | Exercises response when several normal operating assumptions fail simultaneously. | |
| assumption_conversion_prompt | Reflection Prompt | A prompt that converts “we know” statements into explicit assumptions when the evidence chain is weak or missing. | |
| Assurance Contract | Protocol | Collects conditional pledges that bind only once enough others also commit, so no one has to pay first for a good that needs a crowd. | |
| Asymptotic Claim Review | Protocol | A review protocol for claims that invoke long-run, at-scale, or limiting behavior. | |
| async_decision_log | Tool or Artifact | ||
| Asynchronous Decision Queue | Workflow | Separates intake from commitment so incoming pressure can be triaged, batched, delegated, or held without forcing instant final decisions. | |
| Atomic Deployment Step | Procedure | A release procedure that activates a coherent bundle or restores the previous valid state. | |
| atomic_check_and_use_operation | Technical Control | Combines validation and use inside one isolated operation so no state change can intervene. | |
| Attack Graph Analysis | Model | Maps the multi-step routes an adversary can chain from an entry point to a protected asset, exposing the sequences of conditions that make a whole attack conduct. | |
| Attention Budget Audit | Method | Identifies what important work, learning, relationship, or risk monitoring is displaced by current demands on attention. | |
| Attention Cap Management | Method | Protects a limited attention stream by bounding and ranking the alerts, messages, and prompts competing for it, so the important signals still get noticed. | |
| Attention Reset Pause | Ritual | Creates a short collective pause to stop parallel processing and reorient everyone to the selected target. | |
| Attention-Capture Inference Test | Method | Traces why an item captured attention — which channel, design, or sponsor made it prominent — and tests whether that reason has anything to do with why it would matter. | |
| Attested Credential Registry | Register | Anchors reputation to independently verified credentials and attestations, so trust does not have to rest on informal history alone. | |
| Attractor Basin Analysis | Method | Identifies regions that tend to pull system trajectories toward stable patterns, loops, equilibria, or recurrent behavior. | |
| Attractor Basin Simulation | Method | Explores which starting states and perturbations are likely to converge, stall, oscillate, or diverge. | |
| Attribute-Based Access Policy | Policy | Computes at request time what a consumer may receive by evaluating attributes of the actor, resource, purpose, and context against per-field necessity rules — so the disclosed view narrows or widens with the situation instead of being a fixed grant. | |
| Attribution Check | Checklist | Prompts decision makers to separate current effect, original cause, actor intent, foreseeable harm, maintenance choices, and accountability claim. | |
| attribution_uncertainty_label | Evidence Label | ||
| Auction With Eligibility and Externality Rules | Process | Allocates the scarce prize by discovered price, but wraps raw bidding in eligibility screens and externality charges so the highest private bid can't win by dumping costs on others. | |
| Auction with Rent Recapture | Process | Allocates a scarce privilege by open competitive bidding so its rent is paid to the public purse rather than pocketed, turning the contest from lobbying gatekeepers into open price competition. | |
| Audience Blind Comparison Test | Method | Shows audiences the filtered output beside a fuller or differently-filtered set, blind, to test whether they mistake the surviving surface for the whole reality. | |
| Audience Counterargument Map | Document | Lists expected objections and designs credible story moments that acknowledge rather than erase them. | |
| Audience Inference Emotion Memory and Action Experiment | Test or Assessment | Tests representative and affected users on comprehension causal inference confidence recall choice and behavior. | |
| Audience-Channel Matrix | Analysis Tool | ||
| Audience-Specific Routing Filter | Tool | Delivers each signal only to the receivers for whom it is relevant and actionable, so no audience is trained to ignore a channel that mostly fires for someone else. | |
| Audit and Enforcement Workflow | Workflow | Collects evidence, determines whether the condition is met, applies the consequence, and records review outcomes. | |
| Audit Committee | Governance Body | A committee that reviews controls, records, risks, compliance evidence, or audit findings independent from operations. | |
| Audit Log | Audit | Keeps an append-only, attributable record of every action on protected data — who, when, and what changed — so integrity events can be investigated and reconstructed after the fact. | |
| Audit Log and Trace | Artifact | Records actual effect events in a durable form that can be inspected, explained, and reconciled. | |
| Audit or Attestation | Independent Verification Process | ||
| Audit or Attestation Record | Audit | Has an independent examiner test a commitment against a defined standard and issue a relied-upon record, turning 'trust us' into a checkable attestation. | |
| Audit or Review Cycle | Audit | Periodically examines the agent's actual work against the record, on a cadence and depth scaled to how much the agent is trusted. | |
| Audit Trail | Artifact | Preserves timestamped actions, approvals, changes, and handoffs so reviewers can reconstruct how a result or decision was produced. | |
| Audit Trail Export | Tool | Emits the ordered, timestamped record of who did what to which record, in a portable form an outside reviewer can ingest and verify independently. | |
| Audit Trail for Weight Changes | Recordkeeping Procedure | Records changes to weights, authority, rationale, and effective dates. | |
| Audit Trail Record | Software or Tool | Captures who created, changed, approved, accessed, or retired records and links over time. | |
| Audit Trail Review | Procedure | Inspects logs, version histories, document histories, custody records, or system traces to identify edits, gaps, and handling anomalies. | |
| audit_trail_sampling | Method | A sampling method comparing producer assertions against trace records, transactions, logs, cases, or physical evidence. | |
| Authentication Broker | Tool | Sits between clients and the capability, verifies who is asking, and issues a scoped, short-lived credential that grants exactly the access the request needs — and no more. | |
| Authoritative Policy Repository | Register | Holds the current policy statements in one governed location so that outdated copies, summaries, and local interpretations must be resolved against it. | |
| Authority and Delegation Register | Register | The canonical, traceable map of who is authorized to make which decisions and to what limit — and from which grant that authority flows. | |
| Authority Boundary Review | Procedure | Periodically compares decision delays, conflicts, overrides, exceptions, and outcome quality against the current rights map. | |
| Authority Escalation Pathway Design | Governance Mechanism | ||
| Authorization Relationship Check | Software or Tool | A control that validates relationships between actors, resources, permissions, and delegated authorities. | |
| Automated Classification and Routing | Tool | Reads each standardized offer and mechanically sends it to the right destination — review queue, self-service path, alternate recipient, or decline — applying triage rules at volume without staff touching every one. | |
| Automated Conformance Check | Software or Tool | Executes repeatable checks at production speed and blocks or flags outputs that violate defined rules. | |
| Automated Pre-Screen with Manual Review | Workflow | A workflow that uses cheap automated checks before routing flagged cases to human or specialist review. | |
| Automated Refactoring Tool | Tool | Applies named code transformations — rename, extract, inline, move — mechanically and across every reference at once, preserving observable behavior by construction rather than by testing. | |
| automated_inline_sensor_check | Continuous or 100 Percent Inline Check | Uses machine vision, sensors, checkweighers, torque monitors, software assertions, or other embedded checks to inspect every unit or event during production. | |
| Automatic Control Trigger | Software or Tool | A software, mechanical, or control-system mechanism that automatically changes state, throttles, opens, closes, admits, blocks, or adjusts when a condition threshold is met. | |
| Automatic Diagnostic Capture | Workflow | Automatically saves diagnostic details when a trigger condition is met, reducing dependence on the investigator being present. | |
| Automatic Gain Control Loop | Control Method | ||
| Automatic Isolation Trip | Tool | The instant a trigger fires, it severs the connections around a failing part — confining damage inside a pre-drawn boundary and dropping the isolated piece into a safe state, with no human in the loop. | |
| Automatic Release or Penalty Clause | Rule | Writes the consequence into a self-executing rule so a defined breach fires the release or penalty on its own, leaving no discretion to look the other way. | |
| Automatic Shutdown | Procedure | Automated control logic that stops or suspends operation when anomalies or hazardous conditions are detected. | |
| Automation of Bottleneck Stage | Technology Mechanism | ||
| Autonomous Team Formation | Role or Team | Forms teams with authority to choose local methods, divide work internally, and adapt without waiting for detailed managerial instruction. | |
| Autonomy Service-Level Agreement | Document | Commits support functions to provide resources, approvals of infrastructure, and response times without converting support dependencies into authority dependencies. | |
| Autonomy-Supportive Framing | Method | Presents a norm as something a reasoning person can endorse — with the choice, the rationale, and a real way to object left intact — rather than as obedience demanded by authority. | |
| autonomy_dependency_review | Test or Assessment | An assessment that checks whether each holon has appropriate autonomy relative to its obligations and externalities. | |
| Autoregressive Stochastic Sequence Model | Model | Models a numeric sequence as a linear function of a fixed number of its own recent past values plus fresh noise, capturing short, fading memory. | |
| autoregressive_dependency_map | State History Model | A representation of how much the current state depends on one or more earlier values of the same state variable. | |
| Autoscaling Worker Pool | Tool | Keeps a pool of interchangeable workers sized to live demand — adding capacity as requests surge and releasing it as they ebb — so the service tracks load instead of over- or under-provisioning. | |
| Auxiliary-Prior Review Workshop | Review Process | ||
| Availability Funnel Dashboard | Monitor | Shows supply narrowing stage by stage into the fraction actually usable at the point of action, and tracks the response and off-target signals it produces over time. | |
| Available-Knowledge Timeline | Artifact | Maps when information became available so interpretation does not import later knowledge into earlier decisions. | |
| Awaiting-Information Lane | Holding Mechanism | ||
| Axiom Boundary Statement | Scope Note | A statement that declares which axioms or primitives are accepted inside the system and how they may be examined from outside that system. | |
| Axiom Set | Model | Terminates proof regress by declaring a fixed set of statements as primitive — accepted without further justification — and bounding the formal system in which they hold. | |
| Back-of-Envelope Estimate | Method | Produces a rough calculation quickly by using simplifying assumptions, rounded values, and transparent arithmetic to check scale or feasibility. | |
| Back-Translation Review | Method | Translates adapted content back into the source language to reveal meaning loss, added claims, altered obligations, or missing qualifications. | |
| Backcasting Practice Cycle | Practice Cycle | ||
| Backfill and Rebuild Job | Process | Bulk-populates or regenerates a redundant copy over its whole history — to create it, or to repair it after drift or a derivation bug — re-running safely without disturbing live traffic. | |
| Background Check | Audit | Retrieves external records of a candidate's documented past — conduct, credit, sanctions, history — to reveal a track record the candidate cannot see or won't disclose. | |
| Backlash and Harm Signal Dashboard | Metric or Dashboard | A monitoring tool for participation changes, sanction patterns, misinformation spread, trust shifts, and affected-party harm signals. | |
| Backlog Burn-Down | Ritual | Sets aside a dedicated block of effort to drive a known backlog down to an agreed target level, then reviews why it accumulated so it does not simply refill. | |
| Backlog Commitment Review | Ritual | Sorts a backlog into accepted commitments, live requests, candidates, deferred, and cancelled — so a queue of ideas is never mistaken for a stack of promises. | |
| Backlog Consolidation | Planning Workflow | ||
| Backtest Against Full Cases | Retrospective Test | ||
| Backtesting Against Known Cases | Test or Assessment | Implements validation by comparing the refined model against historical, observed, or well-understood cases to see whether the added layer improves or damages correspondence. | |
| Backup and Restore Verification | Process | Proves that protected data can actually be restored and that the restored records still satisfy their integrity invariants — not merely that a backup file exists. | |
| Backup Independence Test | Test or Assessment | Exercises backup paths under a shared dependency outage or simulated common cause to verify whether they are genuinely independent. | |
| Backup Power System | Other | Provides alternate electrical capacity for critical functions when the primary power source fails. | |
| Backup Restore Drill | Test or Assessment | Tests whether the backup can actually be activated, restored, accessed, or used under realistic conditions. | |
| Backup Route Plan | Procedure | Predefines alternate physical, procedural, or organizational routes for movement, access, approval, or evacuation. | |
| Backup Snapshot | Technical Artifact | Stores recoverable data, configuration, or system state. | |
| Backup Staffing Pool | Role or Team | Keeps a bench of cross-trained people who can be pulled in numbers for a burst shift, then stood down to recover and rebuild the bench before the next spike. | |
| Backup Supplier Contract | Institution | Maintains an alternate source for critical inputs when the primary supplier cannot deliver. | |
| Backward Compatibility Policy | Protocol | Requires newer versions to continue accepting or correctly interpreting older inputs, records, calls, terms, or expectations for a defined period. | |
| Backward Compatibility Test | Audit | Checks that a new version still honors every promise existing consumers already rely on, so an internal change can ship without breaking anyone downstream. | |
| Backward Deadline Pass | Workflow | Propagates a deadline or milestone constraint backward through a task network to derive local windows and slack. | |
| Balanced Opportunity Assignment | Rule | Distributes challenge, mentoring, and visibility by rule rather than by gut expectation, so people predicted to fail are not quietly denied the chances that would let them succeed. | |
| Balanced Scorecard | Metric or Dashboard | Tracks multiple performance dimensions to reduce single-metric tunnel vision in organizations. | |
| Balanced Scorecard Cascade | Method | Translates strategic goals into nested local indicators while preserving counterbalancing metrics so units do not optimize one target at the expense of another. | |
| Balanced Scorecard Review | Evaluation Artifact | Tracks multiple value dimensions together so one metric, such as speed, cost, growth, or efficiency, does not silently overwhelm other required values. | |
| balanced_panel_completeness_check | Test or Assessment | Assesses whether units have observations across required periods and where missingness threatens comparison. | |
| Band-Pass and Notch Filtering | Tool | Separates signal from nuisance by frequency support — passing the band the target occupies and notching out narrowband interference at known lines. | |
| Banded Floor and Ceiling Rule | Protocol | Uses allowed ranges, minimums, maximums, or ratios to keep variation from becoming destabilizing or unfair. | |
| Bandwidth and Latency Budget | Metric or Dashboard | A quantified or bounded estimate of how much traffic and delay a channel can tolerate. | |
| Bandwidth, Stability, and Sensitivity Sweep | Test or Assessment | Varies operating conditions, parameters, and uncertainty to identify narrow matching, unstable regions, failure interactions, and the dimensions that dominate performance. | |
| Barrier Coverage Matrix | Tool | A cross-tabulation of control layers against variant classes and contexts that marks demonstrated coverage apart from unknown, stale, correlated, or merely-inferred coverage — making uncovered cells and shared blind spots visible before escape finds them. | |
| Barrier Decomposition | Analysis Pattern | ||
| Barrier Gap and Shortcut Audit | Audit Protocol | An audit that identifies unintended high-permeability paths around containment or intended routing boundaries. | |
| Barrier Height Estimation | Diagnostic Estimation | Uses evidence, pilots, historical analogs, expert estimates, or observed friction to estimate how much effort is required to cross the activation barrier. | |
| Barrier Interposition | Method | Places a physical barrier across a chosen link in the route, adding one engineered layer whose only job is to stop the hazard from traversing that step. | |
| Barrier Interview Protocol | Qualitative Diagnostic Method | ||
| Barrier Removal Workflow | Process Improvement Workflow | Identifies recurring barriers and redesigns processes, environments, forms, interfaces, schedules, or requirements so fewer individual exceptions are needed. | |
| Base Image Provenance Attestation | Artifact | Verifies and records where a base image actually came from — who built it, from what sources, by what process — so the layer everyone builds on is a checked origin rather than assumed-clean background. | |
| Base-Rate and Precision Dashboard | Monitor | Tracks how often a signal fires, how often a firing is actually correct, and how the two move over time, so quiet erosion of precision becomes visible before receivers give up on the channel. | |
| Base-Rate Check | Cognitive Debiasing Check | Requires the starting prevalence or historical frequency to be considered before vivid evidence is allowed to drive interpretation. | |
| Base-Rate Visibility Panel | Tool | Places the base rate and its denominator beside a vivid instance, so a striking case cannot be read as representative. | |
| base_year_rebasing_protocol | Protocol | Defines how amounts are converted to a chosen reference year and how base-year changes are handled. | |
| Baseline Characteristics Table | Document | A report table comparing pre-treatment characteristics across study arms or groups. | |
| Baseline Comparison | Method | Compares actual outcomes with a pre-action baseline, expected trend, benchmark, or no-action projection when direct controls are unavailable. | |
| Baseline Comparison Table | Evaluation Artifact | ||
| Baseline Delta Table | Reporting Artifact | Displays observed, baseline, difference, direction, and percent change for each unit or period. | |
| Baseline Model | Artifact | Provides a simple initial model used as the reference point for later refinements, comparisons, and failure analysis. | |
| Baseline Recalibration | Procedure | A procedure for replacing an inherited baseline with a current evidence-based reference. | |
| Baseline Version Register | Governance Register | Records baseline definitions, thresholds, reference windows, model versions, and change rationales. | |
| Basis Conditioning and Perturbation Audit | Audit | Stress-tests a basis by measuring how much small errors in the data or generators blow up in the coordinates, flagging bases that are complete but numerically fragile. | |
| Basis Extraction from a Spanning Set | Process | Given a redundant set that already covers the space, prunes it to a maximal independent subset that still covers everything — turning a pile of generators into an actual basis. | |
| Basis-Specific Measurement Protocol | Protocol | Chooses the measurement basis, sequence, and stopping rule that best matches the target outcome while preserving known tradeoff limits. | |
| basis_labeled_financial_chart | Artifact | Visualizes monetary amounts with basis labels such as nominal, constant-year, local-currency, or present-value. | |
| Batch Job Staggering | Software or Tool | Offsets recurring data jobs, backups, crawls, reports, or compute tasks so shared infrastructure avoids synchronized load spikes. | |
| Batch Release | Workflow | Packages updates, resources, or outputs into discrete releases that can be absorbed, tested, or communicated as bounded units. | |
| Batch Size Tuning | Throughput Granularity Adjustment | Larger batches can increase throughput but add wait; smaller batches can reduce delay but raise overhead. The mechanism must be tuned to the queue stability target. | |
| Batch Volunteer Onboarding | Process | Onboards a wave of similar accepted volunteers together — shared orientation and access setup in one pass — so a surge of willing help is absorbed without a linear pile-up of per-person coordination. | |
| batch_quality_review_window | Ritual | A recurring review of grouped work sized to balance signal reliability against correction delay. | |
| batch_release_gate | Protocol | A release-control protocol that checks batch size, rollback capacity, risk, and downstream absorption before release. | |
| batch_size_guardrail_dashboard | Metric or Dashboard | A dashboard tracking lead time, queue age, setup utilization, defect discovery delay, and batch-risk exposure. | |
| Batching and Delayed Release | Policy | Holds outputs and emits them on a fixed schedule in constant-size batches, so the timing and volume of a release can't be traced back to the event that triggered it. | |
| Bayesian Diagnosis | Diagnostic Reasoning | Combines a base rate or pretest probability with test evidence to revise the plausibility of a condition, cause, or hidden state. | |
| Bayesian Dose Forecasting | Method | A forecasting method that updates exposure-response predictions as new observations arrive. | |
| Bayesian Model Update | Method | Turns each observed surprise into a revised belief — folding new evidence into a prior to yield a posterior over the model, along with honest uncertainty. | |
| Bayesian Risk Update | Method | Updates prior risk estimates with new evidence so the weight assigned to a risk changes as observations accumulate. | |
| Bayesian Sensor-Fusion Filter | Method | Combines multiple noisy observations using prior state, likelihoods, and reliability estimates, updating the decoded state over time. | |
| Bayesian State Estimation | Method | Infers the system's hidden state and its uncertainty by recursively updating a probabilistic estimate as each noisy observation arrives. | |
| Beam Search | Method | Carries only a fixed number of the most promising partial candidates from one step to the next, trading the guarantee of finding the best path for a search budget that stays constant no matter how the space explodes. | |
| Beats-Relation Matrix | Artifact | A table or graph that records A-beats-B, B-beats-C, and C-beats-A relations, including confidence, context, and exceptions. | |
| Before/After Analysis | Method | Distinguishes a changed state from its prior state by holding the earlier condition as a baseline and reading the difference the intervening change actually made. | |
| Before/After Constraint Monitoring | Metric or Dashboard | Tracks whether relief changed performance and where the next constraint appears. | |
| Before/After Content Audit | Audit | Compares the same outputs before and after they pass through the filter stack — draft versus published — to measure what was cut, softened, delayed, or reframed. | |
| Before/After Contrast Framing | Method | Uses a prior-state and later-state frame to make change, progress, degradation, or transformation legible as a temporal difference. | |
| Before/After Trace Monitoring | Monitor | Measure the intensity of the old workaround trace before and after a path change to test whether the redesign absorbed the deviation — or merely moved it. | |
| Before/After View | Interface | Shows an earlier and later state together so change, continuity, deterioration, or improvement becomes visible. | |
| Before–After–Elsewhere Evaluation | Review | Measures the target outcome before and after at the intervention site and — the defining addition — at the places the hazard could have moved to, so a local win cannot pass as reduction until 'elsewhere' clears too. | |
| Behavior Data Dashboard | Metric or Dashboard | Displays behavior frequency, quality, latency, decay, and outcome correlation so the loop can be tuned. | |
| Behavior Intervention Scaling | Protocol | Increases or decreases prompts, coaching, incentives, reminders, or consequences based on observed behavior change and burden. | |
| Behavior Substitution | Replacement Method | Installs a safer or more useful response in the window where the old response used to occur. | |
| Behavior-Conditioned Warranty | Policy | Keeps protection in force only while the actor follows named care, maintenance, or use standards, so coverage rewards precaution instead of quietly replacing it. | |
| Behavior-Context Mapping Template | Template | A template that separates observed behavior, initial attribution, context factors, evidence, impact, and response options. | |
| Behavior-over-Time Graph | Diagnostic Visualization | Plots a variable or outcome over time so recurring growth, collapse, oscillation, drift, or stabilization patterns can be recognized before mapping causes. | |
| Behavioral Diff Gate | Review | Runs the same inputs through the old and new code and blocks the change automatically if any output differs beyond an approved tolerance — an unapproved behavioral diff is a failed build. | |
| Behavioral Feature Refresh Cycle | Procedure | Refreshes detection features around resilient behavior-level signals rather than only visible syntactic tricks. | |
| Behavioral Prompting | Interface | Places prompts, reminders, cue cards, notifications, defaults, or environmental signals at the moment a target response should occur. | |
| Behavioral State Space | Method | Maps behavioral, cognitive, social, or organizational states and transitions when the system is not purely technical. | |
| Behind-Front Stabilization Pass | Process | Runs just behind the advancing front to verify the newly changed region and reconcile the small residual mismatch it leaves, locking progress before the front moves on. | |
| Belief Adoption Checklist | Checklist | Checks proposition, warrant, confidence, scope, action implication, and revision trigger before belief adoption. | |
| Belief Distribution Dashboard | Metric or Dashboard | A display for belief or preference distributions behind a consensus claim. | |
| Belief Premise Register | Artifact | Records propositions currently treated as decision premises with warrant, confidence, scope, and owner. | |
| Belief Update Review Template | Template | A repeatable artifact for recording original claim, update condition, observed evidence, and revision decision. | |
| Belief-Desire-Knowledge Map | Template | Documents what the other agent may believe, want, know, lack, fear, and expect, with evidence and confidence. | |
| Belief-Update After-Action Review | Procedure | Records what outside signal was encountered, whether the community represented it fairly, and what changed in its beliefs or practices. | |
| belief_warrant_matrix | Audit Matrix | A table that lists each claim, its warrant type, evidence chain, confidence level, uncertainty, and update trigger. | |
| Below-Replacement Confirmation Test | Test or Assessment | ||
| Benchmark Attribution Report | Document | A report that decomposes raw performance into benchmark return, exposure effect, residual effect, and unexplained noise. | |
| Benchmark Comparison | Method | Places a focal case next to a reference case or peer set so relative standing, gaps, or outliers can be interpreted. | |
| Benchmark Deconstruction Grid | Tool | Arrays several successful sources against a shared feature grid so the design logic that recurs across all of them separates from the quirks local to any one. | |
| Benchmark Deduplication Scan | Benchmark Control | Searches training and development material for benchmark overlap. | |
| Benchmark Harness | Metric or Dashboard | Measures the orthogonal cost criterion after equivalence checks pass. | |
| Benchmark Refresh Audit | Workflow | Periodically checks whether benchmark tasks, reference standards, and thresholds still represent the decision domain. | |
| Benchmark Suite Coverage Matrix | Artifact | Maps benchmark cases to tasks, subgroups, conditions, and failure modes so coverage gaps are visible. | |
| Benchmarked Feedback | Review | Explains a performance gap against an explicit rubric or standard, stating what the evidence shows and the confidence update it warrants. | |
| Beneficial Ownership and Influence Disclosure | Register | Requires the real people behind bidders, licence-holders, and lobbyists to be named on the record, so hidden ownership and undisclosed influence can no longer work the allocation in the dark. | |
| Beneficiary Feedback Gate | Protocol | Blocks a renewal, release, or sign-off until the people the agent is meant to serve have been consulted and their complaints answered in writing — turning their voice into a checkpoint that cannot be routed around. | |
| Benefit-Sharing Arrangement | Allocation or Return Rule | Returns value, credit, access, revenue, recognition, or governance voice to contributors whose inputs create shared benefit. | |
| Benefit-Sharing or Royalty Agreement | Artifact | Splits the income a resource generates among defined stakeholders on a standing formula, so the right to benefit is shared without the underlying resource changing hands. | |
| Best Feasible Alternative Test | Decision Rule | ||
| Best-Practice Harvesting Workshop | Facilitated Review | A workshop for collecting successful local variants and turning selected ones into common practice. | |
| Beta Program | Limited User Trial | ||
| Big-O / Landau Notation | Method | A notation family for expressing limiting upper, lower, or tight growth relationships. | |
| Bijection Test Suite | Test or Assessment | Automated or manual tests checking no duplicate targets, no orphaned targets, no missing sources, and correct round trips. | |
| Bilateral Service-Level Guarantee | Contract or Operating Rule | ||
| Bilingual Reviewer Panel | Role or Team | Uses reviewers with source and target language competence plus domain knowledge to detect false equivalence and missing local context. | |
| Billing Cycle Staggering | Procedure | Spreads recurring invoices, payments, renewals, or customer notices across dates to avoid support and cash-flow surges. | |
| binary_feature_vector_encoding | Method | Represents cases through mostly-zero indicator vectors with a few active dimensions. | |
| Biomarker Monitoring | Test or Assessment | Uses observable biological indicators as proxies for health status, exposure, disease progression, or treatment response. | |
| Biomimetic Translation Sheet | Tool | Takes an abstracted biological principle and pressure-tests whether it survives the jump to human scale and whether it can actually be manufactured before any engineering commits to it. | |
| Bipartite Coverage Matrix | Model | Lays the required targets and the valid sources on two axes and marks every covering pair, so any target whose row is blank stands out as an uncovered gap. | |
| Birthday-Bound Calculation | Method | Estimate collision probability using a birthday-bound formula or conservative approximation. | |
| Bitemporal Event Register | Register | Records every fact along two clocks — when it happened and when the system came to know it — with the source of each assertion, so you can ask what was believed as of any past moment. | |
| Black Box Log | Artifact | Maintains tamper-resistant or failure-resistant traces for situations where ordinary records may be lost during the event itself. | |
| Black-Box Contract Test Suite | Tool | One reusable battery of tests written only against the public contract — no test may peek at internals — so that any implementation which passes it is accepted as a valid substitute. | |
| Black-Box Test | Test or Assessment | A test that evaluates system behavior without inspecting internal structure. | |
| blame_credit_apportionment_table | Apportionment Artifact | ||
| Blank or Rest Frame | Presentation Pattern | Inserts a deliberately quiet slide, screen, room, or beat between dense segments so an audience can reset before the next signal arrives. | |
| Blast or Fire Containment | Method | A safety mechanism that contains explosive, thermal, chemical, or fire damage within a defined boundary and protects adjacent structures. | |
| Blast-Radius Test | Diagnostic Estimation | Deliberately fails one component and measures how far the damage actually reaches — sizing the worst-case impact and exposing the shared dependencies that make the blast bigger than the diagram claims. | |
| Blind Affective Response Probe | Protocol | Elicits comparative sensory and emotional readings without revealing treatment labels or intended mood | |
| Blind Independent Estimates | Procedure | A procedure for collecting estimates before participants see the anchor or each other’s answers. | |
| Blind Independent Review Round | Procedure | Requires reviewers, forecasters, jurors, evaluators, or team members to submit private assessments before seeing group discussion or prior scores. | |
| Blind Independent Vote Reset | Decision Procedure | A repeated decision round in which participants reconsider evidence independently after cascade contamination has been disclosed. | |
| Blind Integrity Questionnaire | Test or Assessment | A questionnaire that asks masked roles what condition they believe they encountered and why. | |
| Blind Interpretation Critique | Protocol | Elicits source-blind readings before revealing the brief and compares interpretation range with intent | |
| Blind or Double-Blind Review | Procedure | Suppresses irrelevant identity or status signals when those signals should not influence passage. | |
| Blind Proficiency Test | Validation Protocol | ||
| Blind Reconstruction Comparison | Protocol | A protocol that compares reconstructed or transformed outputs against held-out reference cases without tuning to the answer. | |
| Blind Review | Protocol | Withholds identity, reputation, and prior scores at the point of evaluation so a judgment forms before the expectation can steer it. | |
| Blind Source Separation | Method | Recovers several unknown source signals from several mixed recordings using only statistical assumptions about the sources — chiefly independence — with no template and no known mixing. | |
| blind_revalidation | Test or Assessment | A repeated analysis or test where reviewer exposure to producer identity, expected outcome, or contested labels is masked. | |
| Blinded Outcome Adjudication | Procedure | A procedure in which evaluators judge outcomes from evidence packets that omit condition or source identity. | |
| Blinded Parallel Analysis | Procedure | A procedure in which analysts or teams evaluate the claim independently before comparing results, reducing anchoring and coordination. | |
| blinded_or_masked_review | Procedure | Hides irrelevant cues during judgment so the relevant signal can be evaluated without substitution pressure. | |
| Blocked Dependency Trace | Method | Follows one stalled ticket, request, or negotiation hop by hop through what each party is waiting on, until the trail loops back and reveals the circular wait hiding across teams. | |
| Blocked Item Escalation | Resolution Mechanism | ||
| Blocker Register | Document | Records missing, weak, unknown, stale, or waived conditions and their decision path. | |
| Blue-Green or Canary Replacement | Rollout Procedure | Limits replacement blast radius while observing real behavior before wider cutover. | |
| Body-Change Summary Invalidation | Rule | Treats any material edit to the substance as automatically making the summary stale — invalid until it is re-derived and re-approved. | |
| Bonferroni-Like Correction | Statistical Threshold Adjustment | ||
| Booking Lock | Software or Tool | A concurrency control preventing two active sources from reserving the same target slot. | |
| Boolean SAT or SMT Path Search | Tool | Encodes the whole conduction logic as a Boolean or SMT formula and lets a solver either exhibit a dangerous state combination or prove that none exists. | |
| Bootstrap Association Interval | Method | Resamples the data many times over to see how much the correlation would wobble on a different draw, turning a single coefficient into an interval that shows whether it is solid or noise. | |
| Bootstrap Dependence Diagnostic | Diagnostic Estimation | Puts honest, dependence-aware error bars on a statistic by resampling the data in blocks that preserve its dependence unit rather than as if points were independent. | |
| Bootstrap Dependency Manifest | Register | Declares the full build-dependency graph, names the trusted seed at its root, and marks the single edge where the bootstrap cycle is deliberately cut. | |
| Bootstrap Toolchain Pin-and-Replace | Protocol | Freezes each external tool at an exact, recorded version, then swaps it out one at a time for the system's own freshly built output until nothing external is load-bearing. | |
| Border Checkpoint | Process | A staffed crossing point where people and vehicles are identified, inspected, and then admitted, referred to secondary, or refused entry according to their documents and risk. | |
| Borrowed Idea Attribution Scan | Audit | Sweeps a shared store of notes and ideas for material that arrived from someone else but now feels self-generated, and routes each item back to the source that deserves the credit. | |
| Both/And Design Session | Ritual | Convenes affected actors to generate options that preserve legitimate value from both poles and expose residual sacrifice. | |
| Both/And Strategy Design | Strategy Design Method | Designs operating models that preserve competing strategic needs, such as exploration and exploitation, local autonomy and global consistency, or speed and reliability. | |
| Bottleneck Analysis Workshop | Diagnostic Method | ||
| Bottleneck Buffer | Operational Rule | ||
| Bottleneck Priority Rule | Prioritization Policy | ||
| Bottleneck Valuation Map | Artifact | Visualizes constrained points, relief values, and migration risks. | |
| Bound Method or Callback | Artifact | Packages a function together with the specific receiver it was taken from, so a later call runs against that object instead of whatever code happens to invoke it. | |
| Bound-Based Candidate Screening | Screening Procedure | Screens candidates using defensible maximum or minimum possible performance so low-potential branches are not analyzed in full. | |
| Boundary and Seam Regression Test | Audit | Re-verifies, after every map change, that continuity still holds across the substrate's edges and seams — the wrap-arounds, tile joins, and chart borders where neighborhood preservation is most fragile and regressions hide. | |
| Boundary Case Review Panel | Role or Team | A standing panel that adjudicates the hard cases no rule resolves, turning each decision into boundary precedent and serving as the category's appeal path. | |
| Boundary Condition Checklist | Audit | Enumerates the conditions under which the source knowledge applies as-is, must be adapted, or must be dropped — a standing gate that stops a good practice from being carried where it no longer holds. | |
| Boundary Condition Memo | Document | Records the refined domain statement produced by a diagnosed correspondence violation. | |
| Boundary Condition Revision Workshop | Facilitated Review | Uses the deviant case to revise scope conditions, typologies, theory clauses, or decision rules with reviewers or domain experts. | |
| Boundary Critique Review | Boundary Review | Tests who or what is included, excluded, marginalized, or made exceptional by a category boundary. It supports Essentialism Audit when the boundary is justified by supposed inherent nature. | |
| Boundary Critique Workshop | Facilitated Review | ||
| Boundary Expansion Review | Review | Deliberately widens the evaluation boundary until it contains the whole system that generates and receives the hazard, so a control cannot score a win by pushing the hazard just past where anyone is counting. | |
| Boundary Padding Protocol | Protocol | A protocol specifying padding, truncation, masking, or wrapping rules at incomplete neighborhoods. | |
| Boundary Renegotiation Forum | Institution | Creates a deliberative setting for deciding whether a taboo boundary should be preserved, clarified, limited, challenged, or redesigned. | |
| Boundary Review Checklist | Checklist | A checklist that audits who is included, excluded, pressured, silenced, scapegoated, or harmed by the current cohesion design. | |
| Boundary Update Log | Audit Record | ||
| Boundary-Object Translation | Artifact | Creates a shared artifact, prototype, diagram, glossary, or scenario that different groups can interpret together while retaining their own context-specific concerns. | |
| Boundary-Sharpening Review Map | Metric or Dashboard | Displays which adjacent units were suppressed and whether the resulting boundary improved detection or decision quality. | |
| Boundary-Spanner Network | Role or Team | Staffs the transition zone with dual-fluent people who continuously translate between the two regimes and hold the working relationships that keep the coupling alive. | |
| Boundary-Value Test Suite | Test or Assessment | Adds explicit anchors at edges and transition points where nearby cases may behave differently. | |
| Bounded Context or Domain Boundary Review | Review | Draws the boundaries the problem domain itself implies — where the language, rules, and models change — to define the architecture the artifact should have, independent of who currently builds it. | |
| Bounded Contribution Pilot | Method | Admits an uncertain contribution into a small, reversible sandbox with pre-set success, stop, and handoff criteria, so its real net value is observed before any full commitment. | |
| Bounded Correction Protocol | Response Procedure | ||
| Bounded Coupling Pilot | Workflow | Tests leverage in a small, reversible, instrumented setting before increasing coupling strength or exposure. | |
| Bounded Coupling Tuning and Failure Injection | Test or Assessment | Tunes coupling incrementally inside a protected envelope and injects credible overload, drift, dropout, reflection, adapter, and measurement failures. | |
| Bounded Planning Window | Other | Limits planning to a defined interval, stage, sprint, release, budget cycle, or scenario horizon while preserving a path for later expansion. | |
| Bounded-Domain Exhaustive Search | Tool | Turns a question that is undecidable in general into a decidable one by fixing a finite bound and mechanically checking every case inside it. | |
| Bounded-Staleness Read Policy | Policy | Lets reads be served from lagging replicas but caps how far behind the latest write they may be — a time or version bound — trading freshness for latency and availability. | |
| Bow-Tie Path Analysis | Model | Puts one unwanted event at the centre and lays out the threat paths into it and the consequence paths out of it, making the barrier on each path explicit. | |
| Bracket or Tournament Structure | Process | Organizes many rivals into a seeded sequence of head-to-head rounds that narrows the field to a ranked outcome, with seeding and byes to keep early matchups fair. | |
| braess_paradox_scenario_test | Test or Assessment | A scenario test that asks whether an apparent capacity gain creates a worse equilibrium. | |
| Branch and Bound | Method | Discards an entire region of a search tree the moment a bound proves it cannot hold a better solution than the best one already found — narrowing the search while provably keeping the optimum. | |
| Branch-and-Bound Procedure | Method | Uses bounds to avoid exploring branches of a combinatorial search tree that cannot improve the current best solution. | |
| Branch-Pruning Protocol | Procedure | Eliminates counterfactual branches that require too many unsupported changes or violate documented constraints. | |
| Branching-Path Scenario Workshop | Workshop | Maps multiple plausible trajectories from the juncture and identifies branch conditions, early signals, and lock-in mechanisms for each. | |
| Brand Guideline System | Document | Documents stable brand identity elements and permitted expressive variations across contexts. | |
| Brand System | Identity System | ||
| breach_checklist | Monitoring Checklist | ||
| breadcrumb_and_landmark_trail | Interface | Provides orientation and recovery through spatial, conceptual, or procedural landmarks. | |
| Break-Even Activation Model | Valuation Model | Models the activation investment, timing, probability of crossing, and expected post-threshold benefit to identify the point at which activation becomes justified. | |
| Break-Glass Disclosure Workflow | Process | Grants a normally-forbidden disclosure in a genuine emergency through a deliberate, high-friction override that time-boxes the access and notifies the data's steward — so the exception stays available but never quiet, routine, or free. | |
| Breakpoint Review Table | Review Artifact | ||
| Breath Synchronization Exercise | Method | Brings a group into phase through a shared, self-paced breathing rhythm — the lowest-arousal, most private on-ramp to synchrony, gentle enough that anyone can join or quietly sit out. | |
| Bridge Ambassador Role | Role or Team | Assigns supported convening, translation, and relationship-maintenance responsibilities to actors who can move credibly across boundaries. | |
| Bridge Assumption Annotation Protocol | Procedure | Requires analysts to annotate the assumptions used when converting appearances or observations into stronger causal or object-level claims. | |
| Bridge Organization | Institution | A durable, chartered body whose reason to exist is keeping two otherwise-siloed domains connected — owning the handoffs, stewarding equitable access, and outlasting any single project that first bridged them. | |
| Bridge Oscillator Link | Tool | Locks two populations that cannot sense each other by inserting one intermediary that couples to both and relays their rhythm across the gap. | |
| Bridge Panel or Boundary-Spanner Session | Ritual | Creates a moderated encounter with credible outside or mixed-position participants who can translate across trust boundaries. | |
| Bridge-Edge Prioritization | Method | Ranks the candidate links that would join large disconnected components, trading each one's merging leverage against its cost, permission, and hazard under a fixed budget. | |
| bridge_context_interview | Elicitation Method | Interviews people who operate across source and receiving contexts to identify transformations, missing assumptions, and misreadings. | |
| Bridging Examples | Artifact | A designed run of examples stepping from source-like to target-like, each holding the structure fixed while swapping surface features, so the learner is carried across the gap rather than dropped over it. | |
| Bridging Ritual | Ritual | Uses repeated symbolic action, shared recognition, or collective practice to reinforce a new cross-boundary relationship. | |
| Briefback | Ritual | A participant restates the plan, role, risk, or next action to confirm shared understanding. | |
| Briefback or Intent Confirmation | Protocol | A concrete protocol for implementing part of Agentic Control Loop Design. | |
| Briefback Reference Check | Protocol | A participant repeats the target, scope, and intended next action so the group verifies mutual reference before acting. | |
| Broker Visibility Partitioning | Protocol | Splits handling across intermediaries so no single broker sees enough metadata to link the protected fact — each hop learns only its own slice. | |
| Brownfield-First Siting Rule | Rule | A siting rule that forbids consuming a new external site until the already-disturbed, already-connected, and underused internal sites have been evaluated and ruled out. | |
| Budget / Time Limit | Other | Sets resource or schedule boundaries that exclude or penalize options exceeding available money, time, labor, or capacity. | |
| Budget Balance Guardrail | Allocation Control | Constrains spending or investment mix so immediate demand, favored categories, or politically salient projects do not consume all capacity. | |
| Budget Ceiling with Returned-Funds Path | Policy | Caps spend at a hard ceiling and pairs it with a no-penalty route to hand back whatever isn't needed, so the budget reads as a maximum instead of a target to hit. | |
| Budget Contingency | Artifact | A named reserve of funds held above the expected cost and released only under a defined rule, so overruns and surprises don't breach the budget ceiling. | |
| Budget Encumbrance Control | Rule | Reserves budget the moment a spending commitment is made and blocks any promise that would draw the fund below its available balance. | |
| Budget Floor | Document | Protects a minimum resource allocation from being consumed by other priorities. | |
| Budget Reserve | Institution | Creates a protected financial allocation for contingencies, strategic options, mandated obligations, or emergency needs instead of allocating every dollar to current use. | |
| Budget Sandbox Allocation | Governance Mechanism | Protects a small pool of funds, time, or staffing for alternatives without disrupting required incumbent operations. | |
| Budget Stop Rule | Procedure | A budgeting procedure that blocks additional funding unless expected marginal value clears a threshold. | |
| Budget-to-Mandate Crosswalk | Tool | Lines up every budget line against the mandate or principal it is authorized to serve, so spending that answers to no one the agent is supposed to serve gets named rather than hidden as overhead. | |
| Budget–Planning Alignment | Procedure | A governance procedure that aligns evidence, planning, funding, approval, and execution cycles. | |
| Buffer Pool or Reserve | Other | Absorbs surges or deficits while longer-term structural flattening takes effect. | |
| Buffer Resources | Artifact | Holds an extra stock of materials, inventory, compute, or workspace so ordinary variation in supply or demand is absorbed without starving critical work. | |
| Buffer Zone Design | Method | Reserves a band of space between a source and its receptors, sized so the hazard's reach in its carrier medium falls short of who must be protected. | |
| Built-In Test Pulse | Test or Assessment | Injects a known stimulus through part of the measurement or control chain and checks whether the observed response remains within tolerance. | |
| Bulk Purchasing Agreement | Procedure | Aggregates demand across buyers so volume, negotiation leverage, and reduced duplicated procurement lower per-unit purchase or contracting costs. | |
| Bulk-Purchase and Resale Monitor | Metric or Dashboard | Flags suspicious purchase volumes, secondary-market listings, account-sharing patterns, or repeated eligibility anomalies. | |
| Bulkhead Isolation | Procedure | A compartmentalization mechanism that prevents failure, flooding, fire, contamination, or overload in one compartment from spreading to others. | |
| Bullwhip Effect Review | Test or Assessment | Checks whether ordering, forecasting, or inventory feedback at one tier is amplifying variability at another tier of a supply chain. | |
| Bundle/Unbundle Menu | Interface | Shows bundled and standalone options so affected parties can obtain desired access without unrelated add-ons where separation is feasible. | |
| Bundled Clause or Motion Split | Protocol | Divides a compound clause, motion, or package into separately decidable items so that assenting to one is no longer forced to carry assent to the rest. | |
| Bundled Intervention Protocol | Program Design Method | Packages multiple practices, supports, or controls as a coordinated intervention when their joint use is expected to produce amplified benefit. | |
| Burden-of-Proof Rule | Rule | Allocates who must justify what, and to what standard, before a claim is accepted or reopened — so a support chain closes by a fixed rule of responsibility rather than by whoever argues longest. | |
| Burden-Shift Sensitivity Analysis | Method | A method for testing whether circular redesign benefits hold under different assumptions and impact categories. | |
| Burst Buffer | Artifact | Absorbs a spike into a temporary store so the downstream process keeps running at its steady rate instead of being hit by the burst directly. | |
| Burst Capture Logging | Software or Tool | Temporary or conditional logging that increases observational density around suspected bursts so short-lived episodes leave usable evidence. | |
| burst_sampling_protocol | Contingent Capture | Switches temporarily to higher-resolution capture around suspected transitions or rare events. | |
| Bycatch Audit | Test or Assessment | Examines non-target capture or collateral burden that ordinary success metrics ignore. | |
| Bypass Queue | Routing Mechanism | ||
| Byzantine Fault-Tolerant Quorum Protocol | Protocol | Reaches a quorum decision that stays safe even when up to f participants lie, forge, or equivocate — by authenticating every message and requiring a super-quorum no set of liars can fake. | |
| Cache Eviction Rule | Rule | Decides which layer to drop the instant a fixed-capacity fast tier fills up, using an access-recency or -frequency rule so the least-useful resident makes room for the newest. | |
| Cache Invalidation Review | Protocol | ||
| Cache or Read Replica | Tool | Serves repeated or read-only requests from a synchronized copy placed close to demand, absorbing load that would otherwise hit — and overwhelm — the authoritative source. | |
| Cache Partitioning or Flush Rule | Rule | Partitions or scrubs shared hardware state between security domains so one tenant's access pattern can't be read off another's timing. | |
| Cache with Authoritative Fallback | Software or Tool | A system mechanism serving common requests from a fast cache and routing misses or conflicts to an authoritative source. | |
| Cached Result Replay | Procedure | Returns the original completion result to duplicate attempts so callers receive a stable answer instead of causing new execution. | |
| Cadence Break and Restoration | Method | Establishes a steady rhythm, deliberately breaks it to open a tension, then restores the cadence so the return itself is the resolution. | |
| Cadence Reset Retrospective | Ritual | After a high-tempo interval, reconstructs what was answered, ignored, accelerated, or slowed and updates the decoupling design. | |
| Calendar Allocation Review | Ritual | Makes the opportunity cost of meetings, deadlines, and recurring commitments visible in time and attention systems. | |
| Calendar Capacity Audit | Audit | Totals the real time that meetings, deadlines, prep, travel, and recovery already claim against the hours actually available — before another commitment is added to the calendar. | |
| Calendar Holdback | Procedure | Blocks time in a calendar, production schedule, clinic template, classroom plan, or service queue for urgent, strategic, or uncertain future needs. | |
| Calibrated Probability Elicitation | Test or Assessment | Elicits ranges, probabilities, or distributions while checking for overconfidence, incoherence, and calibration problems. | |
| calibrated_next_step_plan | Action Plan | A plan linking known unknowns to practice tasks, feedback channels, and criteria for updating confidence. | |
| Calibration Anchor Stimuli | Artifact | A curated set of source elements whose correct substrate location is known in advance, presented to the map so its correspondence can be pinned, checked, and re-zeroed against ground truth. | |
| Calibration Conversation | Ritual | A structured two-way conversation that surfaces a person's own self-assessment, sets the evidence beside it without triggering shame, and lands on one concrete next step. | |
| Calibration Curve Review | Diagnostic Estimation | Checks whether a score's predicted probabilities still match observed frequencies before anyone moves the threshold that sits on it. | |
| Calibration Exercise | Method | Has people commit a confidence estimate before the outcome is revealed, then repeats, so the running gap between stated confidence and actual result becomes visible and trainable. | |
| Calibration Hold or Service-Release Ticket | Workflow | Links check outcome to release, continued operation, restricted operation, maintenance, or removal from service. | |
| Calibration Procedure | Process | Aligns instruments, raters, and definitions against a trusted reference so the variation a band catches is real and not manufactured by the measurement itself. | |
| Calibration Reference Set | Artifact | A set of known inputs, standards, gold samples, or benchmark cases used to estimate mapping deviation. | |
| Calibration Workshop | Ritual | Convenes the people who judge the category to align on shared reference cases and on how context reweights typicality, so their independent calls converge. | |
| Calibration-Set Interval Adjustment | Procedure | Uses a held-out calibration set or validation sample to adjust interval width or quantile cutoffs before reporting deployment intervals. | |
| Call And Response Sequence | Ritual | An antiphonal pattern — a leader calls, the group answers in a set form — that distributes voice across everyone present and makes collective assent audible in the room. | |
| Call-and-Response Pattern | Ritual | Alternates a leader's call with the group's answer so that every response is a live, audible readout of who is with you — synchrony through call-and-answer turn-taking rather than unison. | |
| Call-by-Need Evaluator | Method | Evaluates an expression only when its value is demanded, propagates that demand through everything the value depends on, and evaluates each suspended piece at most once. | |
| Call-to-Action Placement Test | Method | Runs controlled variants of where and how prominently a cue for an available action appears, then keeps the version that most raises discovery without drowning the surrounding surface in noise. | |
| Callback Function | Interface | Allows one part of a system to provide behavior that another part invokes later when a lifecycle event, completion condition, or external signal occurs. | |
| Callback Queue | Deferred Contact Queue | Also appears near Queue Abandonment Management. It fits Queue Reservation when the callback preserves queue position rather than merely chasing lost demand. | |
| Callout | Artifact | Attaches a discrete label, box, arrow, or caption that states in words why the already-chosen focal element matters or what to do about it. | |
| Campaign Burst | Method | Uses a short concentration of outreach or attention cues followed by a quiet interval to avoid constant background noise. | |
| Canary Context Switch | Method | Commits a context switch to a small, reversible slice first, holds it behind a health gate, and keeps an abort path open before rolling the switch out everywhere. | |
| Canary Handoff Sequence | Protocol | Passes the defect to the next unit through a fixed handoff contract, proving the change on a small parallel slice before committing the whole unit. | |
| Canary Perturbation | Procedure | Applies a small disturbance to a contained slice of the system before wider exposure. | |
| Canary Probe | Test or Assessment | A lightweight probe placed in a system to periodically or conditionally reveal whether an intermittent failure, exposure, or degradation is occurring. | |
| Canary Reentry Trial | Procedure | A limited early reentry procedure that tests signals before broad expansion. | |
| Canary Region Probe | Monitor | Plants a lightweight, always-on sentinel inside one chosen region of the substrate so that region's degradation surfaces as an early, localized alert — before it spreads or reaches users. | |
| Canary Release | Staged Release Mechanism | ||
| Canary Rollout with Kill Switch | Process | Admits a trusted-but-unproven update to a small slice first and watches it, so a bad payload that passed every check still cannot reach the whole fleet before it is caught and cut off. | |
| Candidate Cap | Other | Sets a maximum number of candidates, options, hypotheses, vendors, designs, or cases to consider in a cycle, usually paired with ranking or sampling criteria. | |
| Cannibalization Option Gate | Protocol | Lets an incumbent choose when to protect, acquire, separate, integrate, or cannibalize its own offering as trajectory evidence changes. | |
| Canonical Index or Registry | Artifact | Maintains a stable reference order for items that must be found, compared, or governed consistently. | |
| Canonical Registry | Register | Maintains the one official list of entities and their canonical identifiers that every system looks up, with a mapping from aliases and legacy codes back to the canonical entry. | |
| Canonical Representative Selection | Method | Chooses one repeatable representative when a global regular canonical form genuinely exists. | |
| Canonical Sort Order | Procedure | Sorts items by a documented stable rule so later comparison or processing sees a consistent sequence. | |
| Canonicalization Pipeline | Tool | An automated transform that rewrites any equivalent input form into one canonical form at the boundary, so everything downstream sees a single normalized representation. | |
| Canonicalization Rule | Rule | Collapses every equivalent encoding of the same content onto one stable canonical form, so things that mean the same encode identically and can be compared, signed, cached, or deduplicated byte-for-byte. | |
| Canvas Template | Template | A structured template that elicits parts of a model through labeled fields. | |
| Cap or Floor Rule | Constraint Rule | Sets maximum or minimum participation, budget, exposure, workload, risk, or representation levels to keep one element from dominating or disappearing. | |
| Cap-and-Trade | Institution | Holds total resource use under a hard aggregate cap while letting priced, tradable rights allocate the scarce total — so an efficiency gain frees allowances to trade rather than expanding the pie. | |
| Capability Catalog | Register | A discoverable directory of what the host and shared layers already provide, who owns each capability, and how to consume it — so teams delegate to an existing facility instead of rebuilding it because they couldn't find it. | |
| Capability Equivalence Matrix | Decision Artifact | Maps each role requirement to incumbent and substitute capabilities, evidence, gaps, and accepted differences. | |
| Capability Object | Artifact | An unforgeable reference that both names a resource and carries the authority to use it, so holding it is the permission and no ambient privilege is consulted. | |
| Capability-Ladder Runbook | Protocol | Lays out the ordered ladder of stages — what capability each rung must deliver, in what order, and at what budgeted cost — from the seed up to the self-hosted target. | |
| Capability-Promotion Review | Review | A recurring review that spots the same capability being rebuilt locally across teams and decides whether it should be promoted into a supported host or shared layer — turning repeated duplication into an owned, escalated decision. | |
| Capability-Scoped Tool Gateway | Software or Tool | Checks policy and capability scope before interpreted content can call tools or affect protected state. | |
| capability_or_authorization_revalidation | Security Control | Rechecks that the presented authority still applies to the referent and action at request time. | |
| capability_reinvestment_covenant | Document | Documents required reinvestment into durable productive, adaptive, maintenance, or diversification capacity. | |
| Capability–Case Crosswalk | Artifact | Reconciles a catalog of what the organization can do against the list of cases it must serve, exposing prioritized cases that no capable, adequately-resourced provider actually covers. | |
| Capacity Buffer Prepositioning | Method | Stocks reserve capacity next to the hotspots that will need it most, ahead of the window when a shock would overwhelm them. | |
| Capacity Dashboard | Artifact | Puts current load, utilization, queue length, and deadline risk on one visible surface, so overcommitment is seen before it is felt. | |
| Capacity Drawdown Ledger | Register | Records every deliberate over-envelope drawdown as dated capacity debt — with an owner, an expiry, and a repayment plan — so borrowed capacity is repaid before it silently becomes the new normal. | |
| Capacity Envelope Review Board | Institution | A standing body that convenes on cadence to weigh substrate evidence, exceptions, and breaches, and to decide whether the load envelope holds, tightens, or may be raised — so the limit is revised by accountable deliberation, not by operational drift. | |
| Capacity Expansion | Resource Investment | ||
| Capacity Expansion Trigger | Rule | Fires a pre-authorized expansion of staffing, tooling, or bandwidth when saturation persists past a threshold and the demand is worth serving rather than shedding. | |
| Capacity Forecast | Planning Forecast | ||
| Capacity Headroom | Method | Runs the system with usable capacity held above expected peak load, so demand spikes, degradation, or partial failures don't tip it over the overload cliff. | |
| Capacity Headroom Alert | Monitor | Watches each reservoir's level against its capacity and fires before the headroom runs out, turning a slow fill or drain into a warning with lead time to act. | |
| Capacity Investment Analysis | Method | Compares a slate of candidate capacity-relief investments — internal densification and footprint expansion alike — on the capacity they yield, their cost, feasibility, and risk, to decide which to fund. | |
| Capacity Mapping | Method | Compares required capabilities and resources against what implementing actors actually possess or can build in time. | |
| Capacity Milestone Agreement | Document | Defines the recipient capabilities and evidence required before support changes or autonomy claims are accepted. | |
| Capacity Planning Model | Method | Connects forecast demand to required resources, staffing, budget, infrastructure, or review capacity at future scale levels. | |
| Capacity Pool | Institution | Aggregates slack from many units into one governed reserve that a steward allocates to wherever uncertainty actually lands, instead of each unit hoarding its own. | |
| Capacity Threshold Trigger | Workflow | A capacity-management mechanism that activates queueing, surge staffing, load shedding, admissions control, procurement, or throttling when utilization crosses a limit. | |
| Capacity Trigger Revision | Rule | Resets the load level at which a system starts shedding, scaling, escalating, or diverting so it matches today's demand pattern, not last year's. | |
| Capacity Utilization Dashboard | Monitor | Tracks the health of one consolidated capability — utilization against its ceiling, unit cost, throughput, queue time, quality, and hidden rework — so intensification stops before it degrades service. | |
| Capacity Warning Dashboard | Metric or Dashboard | A dashboard tracking draw volume, projected growth, duplicate rate, and distance to threshold. | |
| Capacity-Aware Dispatch Optimizer | Tool | Recommends which reserve unit to commit to which competing front by scoring front priority, response windows, route time, compatibility, local-cover floors, and turnaround into a ranked deployment — while leaving the commit to a human. | |
| Capacity-Aware Reconnect Queue | Tool | Holds a stampede of reconnecting clients in a buffer and admits them only as fast as the recovering resource's measured capacity allows, pushing the wait back onto the callers instead of onto the choke point. | |
| capacity_closure_or_reversal_review | Workflow | A workflow for reversing or constraining a capacity addition that causes systemic harm. | |
| capacity_reservation_rule | Procedure | A rule that reserves part of the shared substrate for incumbent, public-good, safety, ecological, or vulnerable uses. | |
| Capital Budgeting Comparison | Method | Compares proposed capital uses against the next-best use of funds, capacity, or risk-bearing ability. | |
| Capped-Growth or Split Rule | Procedure | A rule that triggers splitting, spin-outs, local autonomy, or added interfaces when a unit crosses diseconomy or concentration limits. | |
| Capture and Conflict Audit | Audit | A periodic investigation that checks whether an institution has quietly started serving narrow interests, and surfaces the role conflicts and conflicts of interest that let it happen. | |
| Capture Risk Audit | Audit | Periodically assesses where and how strongly the institution is exposed to capture — mapping the channels of influence and scoring them against a defined risk threshold — so drift can be caught as a pattern before it becomes the culture. | |
| Carbon Pricing | Pricing Rule | ||
| Carbon Sequestration Storage | Method | A method for removing carbon from active atmospheric circulation and holding it in a more stable storage form. | |
| Card Sort | Test or Assessment | A user research method that reveals how people naturally group information units. | |
| Card Sort or Example Sort | Method | Has people sort real examples into piles so the category's natural dimensions, sub-groups, and fuzzy edges surface from behaviour rather than from a definition. | |
| Card Sort or Tree Test | Test or Assessment | Tests whether users group, find, and interpret items according to the intended information structure. | |
| Caricature Detection Review | Method | Checks whether the environment describes out-group or rival views in ways their informed holders would reject. | |
| Carnot or Theoretical-Limit Benchmark | Test or Assessment | Uses an idealized upper bound to separate unavoidable limits from avoidable design losses. | |
| Carrying Capacity Assessment | Model | Estimates the recurring load a system can carry indefinitely — deriving it from how fast the substrate renews, how it degrades under load, and the uncertainty around both — rather than from what the system has managed once. | |
| Cascade Error Audit | Test or Assessment | Analyzes false positives, false negatives, delays, and reviewer disagreement by stage. | |
| Case Comparison and Contrast | Method | Sets several cases side by side so the learner induces the invariant they share and reads off the boundaries where it stops holding, instead of over-fitting to any single example. | |
| Case History | Document | Accumulates observations, interventions, decisions, and outcomes for a person, client, patient, asset, project, or legal matter. | |
| Case Library Capture | Artifact | Builds a searchable collection of real cases — each with its cues, the judgment made, the outcome, and its boundaries — so expertise transfers through contrast between examples rather than through a single rule. | |
| Case Management Tiers | Procedure | Assigns cases to light, standard, intensive, or specialist management tracks according to need, risk, or complexity. | |
| Case Review Panel | Governance Review | A deliberative review mechanism for edge cases, contested estimates, and fairness conflicts. | |
| Case Selection Bias Audit | Audit | Interrogates how the cases were chosen — above all whether they were picked because they already show the outcome — and demands the negative cases the choice left out. | |
| Case Story Library | Artifact | Maintains reviewed real or composite stories with source status, permissions, population notes, and intended use. | |
| Case Universe Sampling Frame | Protocol | Fixes the population of cases the study could have chosen — the boundary, the unit, and the eligibility rule — before any case is picked. | |
| Case-Based Practice | Method | Uses cases to preserve contextual complexity, competing cues, incomplete information, and consequences relevant to the target capability. | |
| Case-Mix Risk Stratification Table | Metric or Dashboard | A table or dashboard that groups cases by baseline severity or exposure before comparing outcomes. | |
| case_intake_script | Assessment Protocol | ||
| Caseload Cap | Policy | Sets an enforced not-to-exceed ceiling on the number or risk-weighted load an overseer may carry, and routes anything over the line elsewhere. | |
| Cash Reserve | Artifact | A maintained balance of immediately spendable money or near-money resources reserved for urgent obligations. | |
| Catalyst Regeneration Protocol | Process | A defined restoration sequence that returns a spent facilitator to a ready state — plus the rule for when to regenerate, refresh, or retire it instead. | |
| Catalyst-Cofactor System | Method | Treats the facilitator and the enabling complement it cannot act without as one unit — mapping every required cofactor and verifying it is present, sufficient, and compatible before the catalyst is trusted to run. | |
| Catastrophe Bond or Parametric Cover | Document | A capital-market or trigger-based cover that pays when a specified catastrophic or parametric condition occurs. | |
| Catastrophic Case Protocol | Protocol | Pulls cases whose downside is severe or irreversible out of frequency-based prioritization and gives them pre-committed special handling scaled to consequence, not likelihood. | |
| Category Audit | Audit | Pins down a single category — how it is defined, who assigns it, how it is recorded, and what it triggers — so its taken-for-granted boundaries become inspectable. | |
| Category Language Audit | Method | Reviews labels, reports, forms, dashboards, and interfaces for wording that turns classifications into essences or facts beyond their warrant. | |
| Category Reframing Workshop | Method | Guides participants through boundary markers, edge cases, consequences, alternative framings, and adoption implications. | |
| Category Review | Review Process | Examines whether an existing category is being used as a fixed natural kind when it should be treated as pragmatic, graded, context-sensitive, historically produced, or revisable. | |
| Category-Membership Attribution Audit | Workflow | Tests whether a property has been attributed to an individual or item merely because it belongs to a category, class, cluster, or population. | |
| category_claim_launch | Communication Mechanism | Publicly frames a new category or use case so later entrants are compared against the early mover. | |
| category_predicate_separation | Formal Parse | ||
| Causal Feature Review Panel | Role or Team | Convenes domain experts to judge which of a model's influential features are causally or semantically meaningful and which are artifacts, proxies, or coincidences — and to name the intended structure it should be using instead. | |
| Causal Layered Analysis Template | Template | Provides a structured worksheet for recording surface litany, systemic causes, worldview/discourse, myth/metaphor, and possible interventions at each layer. | |
| Causal Loop Delay Map | Model | Annotates a feedback-loop diagram with the elapsed delay on each link, so you can see which balancing loop will overshoot or oscillate because its correction lands a cycle late. | |
| Causal Loop Diagram | Model | Draws the pressure behind a hazard, the feedback loops that regenerate it, and the delays between them, so a control can be aimed at the loop rather than the symptom it displaces. | |
| Causal Map | Artifact | Represents hypothesized or validated causal relations, ideally with evidence confidence and uncertainty labels. | |
| Causal Sequence Map | Artifact | Visualizes how the story links events into causes, consequences, turning points, background conditions, and uncertainty points. | |
| Causal-Claim Labeling Template | Artifact | Stamps each correlation finding with the strongest causal claim its evidence can bear and the decisions it may license, so an association can't quietly graduate into a cause. | |
| Causal-Consistency Protocol | Protocol | Guarantees that reads respect cause and effect — if one operation could have influenced another, every observer sees them in that order — without paying for a global total order. | |
| Causal-Loop and Environment-State Map | Systems Mapping Artifact | ||
| causal_contribution_timeline | Evidence Map | ||
| causal_loop_diagram_with_delay_marks | Diagramming Method | A causal loop diagram that annotates links with delay markers, loop polarity, and expected response time. | |
| Caveated Decision Memo | Artifact | A recommendation written so its limits travel with it — the call up front, then an explicit separation of what is known, assumed, estimated, and unknown, plus the conditions that would change the answer — so a decision-maker reads the judgment and its uncertainty in the same breath. | |
| cell_team_federation_model | Institution | An operating model where small autonomous cells coordinate through shared standards, peer forums, and escalation paths. | |
| Cellular Automata Rule | Method | Implements the archetype in simulation or modeling by assigning each cell a local state-update rule and observing the resulting aggregate pattern. | |
| Censoring and Left-Truncation Audit | Audit | Reconstructs the failures and delayed entrants missing from a survivor sample, so a persistence forecast is not silently biased by who happened to be observed. | |
| Center-Surround Filter | Method | Computes a focal response against a suppressive surround so local differences become more visible. | |
| Central Registry | Artifact | A single authoritative directory that maps a capability's name to where it lives and how to call it, so clients discover and bind to the provider by lookup instead of hard-wiring its location. | |
| Centralized Infrastructure Platform | Software or Tool | Provides common technical infrastructure, hosting, data services, build systems, or operating platforms used by many products or teams. | |
| Ceremonial Unveiling | Ritual | Marks an object's passage from ordinary to set-apart through a staged first reveal that gathers the whole group into a single shared moment of recognition. | |
| Certainty & Causality Inflation Check | Audit | Catches the summary that upgrades the substance's certainty or causality — a hedge hardened into a fact, an association reported as a cause, a subgroup generalized to everyone. | |
| Certificate Revocation List or Status Endpoint | Freshness Service | Communicates revoked, suspended, expired, or compromised issuance states to verifiers. | |
| Certification Program | Institution | A recognized institution that assesses implementations against the standard and grants a certification mark, turning conformance into a market signal buyers can trust. | |
| certification_signoff_with_scope_limits | Document | A formal approval or assurance statement that records scope, evidence, conditions, exclusions, expiration, and residual uncertainty. | |
| Certified Supply or Chain-of-Custody Record | Traceability Backed Signal | ||
| Chain-of-Custody Evidence Review | Procedure | An inspection of whether samples, logs, records, artifacts, or datasets remained authentic, complete, and traceable. | |
| Chain-of-Custody Log | Status Trace Mechanism | ||
| Chain-of-Custody or Lineage Check | Protocol | Reconstructs an item's unbroken trail back to its origin — every handoff and transformation logged beside the content — so its source class is established rather than assumed when it is used. | |
| Chain-of-Custody Record | Protocol | Documents custody transfers, handling conditions, responsible actors, timestamps, and integrity checks. | |
| chain_of_custody_cross_check | Checklist | Compares process-imprint attribution against explicit provenance or custody evidence without conflating them. | |
| Challenge Case Red Team | Review Protocol | ||
| Challenge or Proof-of-Work | Protocol | Demands a costly, hard-to-fake effort up front so that only the desired type finds it worth paying, letting the cost borne stand in as the signal. | |
| Challenge Window and Correction Protocol | Protocol | Gives a party classified or scored on a private record a bounded, defined window to contest it and force a re-check — turning a one-sided datum into something its subject can see and correct before it hardens into a decision. | |
| Challenge-Is-Normal Message | Protocol | Delivers a credible pre-performance explanation that difficulty is expected, strategies can improve, and errors are not identity-diagnostic. | |
| Challenge-Panel Cross-Reactivity Test | Test or Assessment | Tests the selector against near-neighbor, decoy, or vulnerable non-target cases to reveal where discrimination collapses. | |
| Challenge-Set Refresh Cycle | Process | A recurring loop that folds new counterexamples, adversarial cases, and real deployment failures back into the challenge suite, retrains against them, and re-checks the model on a robustness bar that ratchets as fast as the shortcuts evolve. | |
| Challenger Access Window | Policy | Schedules recurring, bounded openings for a qualified outsider to contest an incumbent's position, so winning a round never means owning the arena forever. | |
| Champion / Challenger Threshold Test | Protocol | Runs a candidate threshold in parallel with the incumbent on the same live traffic and promotes it only if it demonstrably wins. | |
| Champion–Challenger Barrier Revalidation | Process | Runs a candidate replacement control alongside the incumbent against current and stressed variant classes, promoting it only when it demonstrably improves population-level coverage without opening a transition gap. | |
| Champion–Challenger Evaluation | Review | Runs the incumbent regulating model against candidate challengers on the same objective and promotes a challenger only when it beats the champion by a pre-set margin. | |
| Champion–Challenger Rotation | Process | Keeps a reigning champion variant in the live role while challengers run alongside it, and promotes a challenger only when it beats the champion by a preset margin over enough exposure — so winners propagate on proven, not apparent, improvement. | |
| Change Control Gate | Workflow | Requires proposed changes to pass a structured review of complexity impact, value, risk, and maintainability before entering the system. | |
| Change Impact Report | Document | Uses trace links to summarize which downstream artifacts, obligations, tests, owners, or outcomes are affected by a proposed change. | |
| Change Ledger | Document | Creates a structured ledger of changes, rationales, approvals, and consequences across time. | |
| Change Log and Audit Trail | Audit | Preserves an append-only record of every change to authoritative state — who, when, why, under what right, and what it propagated to — so the source's history is accountable and reconstructable. | |
| Change Readiness Assessment | Diagnostic Assessment | Assesses willingness, authority, capacity, trust, timing, and organizational conditions for adoption. | |
| Change-Data-Capture Propagation | Tool | Tails the source database's commit log and streams every row-level change to downstream copies, so they follow the source in near real time without the application having to dual-write. | |
| Change-of-Basis Matrix | Artifact | The concrete invertible matrix that rewrites any object's coordinates from one basis into another, letting two teams using different bases exchange the same object exactly. | |
| Change-Point and Regime-Switching Model | Model | Models a process whose probability law is not fixed but breaks or switches over time, estimating when the law changed and how the regimes differ. | |
| Change-Point Detection | Monitor | Flags the moment the target jumps to a new regime — an abrupt discontinuity the current tracking mode can no longer follow — so the loop switches modes instead of chasing a break as if it were noise. | |
| Change-Point Detection Test | Test or Assessment | Identifies candidate structural breaks that should be modeled separately rather than absorbed into a smooth trend. | |
| Changelog and Release Notes | Register | A maintained, per-version record of what changed — features, fixes, deprecations, breaking changes, and how to migrate — so downstream users can decide whether and how to upgrade. | |
| Channel Capacity Management | Method | Maps how much a response channel can actually convert into useful output and sets the operating limits and load budget before anyone treats it as infinite. | |
| Channel Mode Indicator | Interface | Uses interface labels, status badges, channel names, or workflow states to show which mode a digital interaction is currently in. | |
| Channel Monitoring Dashboard | Monitoring Artifact | ||
| Channel Saturation Review | Diagnostic Review | Reviews whether a communication, sales, service, or delivery channel has reached declining incremental response and should be supplemented. | |
| Channel Telemetry Dashboard | Metric or Dashboard | A dashboard monitoring channel overload, delay, drop, decoding error, side-channel use, and receiver outcomes. | |
| Channel-Fit Audit | Method | A structured review of whether a channel can carry the payload needed for a receiver decision. | |
| channel_specific_scope_note | Communication Tool | Adds a context-specific qualification that prevents a term or practice from propagating too broadly or too narrowly. | |
| Chaos Engineering Game Day | Test or Assessment | Runs bounded failure scenarios and harvests fixes that improve future system behavior. | |
| Character Identification Matrix | Template | Tests which character or narrator can carry the audience into the storyworld without stereotype or false similarity. | |
| Characterization Test Harness | Tool | Pins down what legacy code currently does — bugs and all — by capturing its outputs on a batch of inputs as the golden baseline, so any later change that alters that behavior shows up immediately. | |
| Charge-Discharge Cycle Test | Test or Assessment | Tests electrochemical or storage-cycle efficiency, degradation, and reversibility across repeated cycles and load regimes. | |
| Chart Parsing | Method | Recovers every licensed parse at once by tabulating partial constituents in a chart and reusing shared sub-analyses, turning ambiguous input into polynomial-time work. | |
| Charter or Mandate Document | Document | Codifies the decision rights, scope, source of authority, and revision conditions for a role, body, project, or institution. | |
| Charter, Bylaws, or Operating Agreement | Artifact | The founding text that fixes an institution's purpose, its body of rules, the basis of its authority, and who counts as a member — so the arrangement outlives the people who set it up. | |
| Chartered Autonomy Mandate | Document | Encodes the zone, internal authority, non-interference rule, exception thresholds, and accountability route in a charter, policy, constitution, bylaws, or mandate. | |
| Checklist | Checklist | A checklist can record criteria, but readiness assessment also requires evidence quality, gap interpretation, decision authority, and preparation routing. | |
| Checklist Confirmation | Checklist | A human-facing procedure that confirms whether an action has already been completed before repeating it in operational, clinical, legal, or administrative settings. | |
| Checklist Conversion | Tool | Distills an already-known routine down to the short list of critical, easily-skipped checks that catch the failures that actually happen. | |
| Checkpointed Stage Promotion | Process | Advances the build one stage at a time — snapshotting each stage, promoting only when readiness and invariants both check out, and rolling back to the last good snapshot when they don't. | |
| Checksum and Sample Reconciliation | Audit | Periodically compares a copy against its source — range checksums plus spot-sampled rows — to detect and quantify divergence, without re-reading every row every time. | |
| Checksum or Hash Validation | Tool | Detects unintended alteration, transmission error, or corruption by comparing a freshly computed hash against a trusted reference value. | |
| Chemical Taggant Program | Intentional Marker System | ||
| chemical_or_isotopic_signature_test | Test or Assessment | Uses material composition or isotopic ratios as an origin-imprint evidence channel. | |
| Choice Architecture Simplification | Method | Reduces irrelevant options and presentation burden while preserving meaningful alternatives and agency. | |
| Choice Set Pruning Method | Method | A method for filtering or tiering options before detailed comparison. | |
| Chokepoint or Gateway Analysis | Test or Assessment | Identifies positions through which many flows, decisions, routes, or dependencies must pass. | |
| chronological_backtracking_log | Document | A log recording the order of choices, failures, rollbacks, and alternative branches. | |
| Chunked Documentation | Document | Documentation organized into meaningful labeled units. | |
| CI/CD Pipeline | Software or Tool | Implements pipeline staging in software delivery by moving changes through build, test, review, deployment, and release stages with automated handoffs. | |
| Circuit Breaker Pause | Protocol | Trips an automatic, temporary halt on one runaway activity the instant a cascade metric crosses a preset threshold, then releases on its own once conditions cool. | |
| Circularity KPI Dashboard | Metric or Dashboard | A dashboard that tracks actual loop performance and lifecycle-relevant circularity indicators. | |
| Citation Chain | Document | Links claims to sources, prior claims, evidence, data, methods, or interpretive steps. | |
| Citation Index | Artifact | Turns the references between works into retrieval paths — follow who-cites-whom to find related sources, and read citation counts as a signal of authority. | |
| Citation Lineage Review | Method | Traces a claim through references and derivative accounts to determine whether sources are independent or reproducing the same origin. | |
| Claim Certificate or Verifiable Credential | Artifact | Packages a single attested fact — 'over 21', 'currently licensed', 'in good standing' — as a portable, cryptographically-verifiable credential the holder presents in place of the underlying record, and that can expire or be revoked. | |
| Claim Registry | Traceability and Governance Record | ||
| Claim Release Gate | Decision Gate | Prevents downstream publication, decision, or automation until claims from a distorted account have scoped confidence and corroboration. | |
| Claim Status Labeling Standard | Labeling Standard | A style and metadata standard for marking statements as fact, assumption, hypothesis, axiom, premise, conjecture, belief, estimate, or question. | |
| Claim Tagging Matrix | Template | Lists claims in rows and tags each by source, claim type, warrant level, bridge assumptions, and calibrated wording. | |
| Claim-Evidence-Reasoning Card | Template | Captures a compact claim, evidence trace, and reasoning bridge for review. | |
| Claim-Warrant Matrix | Template | Links claims to evidence, source quality, counter-evidence, confidence, and belief state. | |
| claim_confidence_warrant_review | Review Protocol | A structured check that asks whether the confidence attached to each claim is justified by its warrant strength and stakes. | |
| claim_scope_freeze | Audit Record | ||
| claim_strength_ladder_review | Review Procedure | ||
| Claims or Outcome Experience Rating | Method | Feeds each participant's own realized losses back into their price and the pool's base rates, so a pool quietly drifting toward bad risks gets caught and re-rated instead of silently subsidized. | |
| Claim–Liberty Classification Tree | Decision Support | ||
| Clarification Protocol | Protocol | A response move that asks the sender to state the buried premise before answering, so the receiver can engage the real question without accepting it — and without escalating to a challenge. | |
| Classification Disagreement Audit | Audit | Measures where classifications diverge — reviewer vs reviewer, human vs model — to expose systematic bias and human-model misalignment. | |
| Classification Impact Review | Review | Traces what a category does once it is assigned — the access, standing, resources, scrutiny, and accountability that ride on the label — and how those effects land differently on differently placed people. | |
| Clawback Clause | Rule | Recovers pay, benefit, or protection already granted once later evidence shows the conduct it rewarded was avoidable, putting realized gains back at stake after the fact. | |
| Clawback or Recovery Clause | Document | Recovers a previously granted payoff when later evidence shows misconduct, underperformance, misrepresentation, or failure to satisfy conditions. | |
| Clawback or Reversion Clause | Rule | Writes into the funding agreement the pre-defined conditions under which money already granted must be repaid or remaining tranches stop — so resources stay contingent on delivering for the intended beneficiaries, not just on receiving the grant. | |
| Clean Rejection Notice | Artifact | Closes an unsuitable offer with a plain, final disposition and no ambiguous 'maybe later,' so the contributor gets a real answer and the system carries no hidden obligation. | |
| Clean-Environment Rebuild | Audit | Rebuilds the whole system from its declared seed inside a sealed, pristine environment to prove nothing on the host silently crept into the result. | |
| Clean-Room Rebuild or Replatforming Pilot | Method | Rebuilds the system from accountable sources onto a fresh, known-clean substrate — piloted at small scale first — so inherited contamination is escaped by reconstruction rather than patched in place. | |
| Cleanroom or Airlock | Artifact | A physical staging boundary that lets people and materials enter a controlled space only after gowning, cleaning, and pressure transition strip the contamination they carry. | |
| Clearance Certificate | Document | Records that defined residual-risk thresholds and validation checks have been satisfied before reentry or release. | |
| Clearance Pathway Enhancement | Process | Expands and speeds the legitimate channel that processes an unwinding stock — treatment, settlement, recycling, migration, disposal — so the crash load clears faster than it arrives. | |
| Clickable Prototype | Software or Tool | An interactive interface shell that simulates navigation or user flow without full backend functionality. | |
| Clickstream Deviation Scan | Tool | Mine product telemetry at population scale for the loops, exits, repeated searches, and shortcut clicks that mark where users deviate from the intended flow. | |
| Climate Teleconnection Index | Metric or Dashboard | A domain-specific indicator, such as a climate pattern index, used as a distal signal for climate-related teleconnection analysis. | |
| Clinical / Social-Determinant Matching | Public Health Intervention Selection | ||
| Clinical Care Pathway | Protocol | Implements pipeline staging in care delivery by sequencing intake, triage, diagnosis, treatment, monitoring, discharge, and follow-up while preserving patient state. | |
| Clinical Clearance Protocol | Professional Protocol | Implements guarded transition by requiring clinical criteria, review, or sign-off before a patient moves to discharge, transfer, surgery, or a new treatment state. | |
| Clinical Correction Protocol | Protocol | Coordinates disclosure, corrective care, monitoring, record amendment, and follow-up when a clinical action cannot be undone exactly. | |
| Clinical Discharge Readiness Check | Test or Assessment | A domain-specific mechanism for assessing whether a patient can safely leave one care setting for another with adequate stability and support. | |
| Clinical Indication Criteria | Protocol | Defines which patients, conditions, and timing an intervention is valid for — and the contraindications and preconditions that place a case outside it — so a treatment isn't given where it was never indicated. | |
| Clinical Intake Queue | Risk and Readiness Mechanism | ||
| Clinical Pilot Study | Healthcare Trial | ||
| Clinical Reference Range | Artifact | Defines the interval a lab result is expected to fall in for a comparable healthy population, so a value can be read as ordinary or worth attention. | |
| Clinical Risk Banding | Method | Uses clinical indicators to separate patients into bands that receive different screening, follow-up, treatment intensity, or safety precautions. | |
| Clinical Screening | Protocol | A pre-entry assessment that sorts people by symptom, risk, or eligibility so each is admitted to the right care pathway, deferred, or safely referred elsewhere. | |
| Clinical Titration Protocol | Protocol | Implements titrated intervention through professionally governed starting levels, adjustment increments, monitoring intervals, contraindications, and stop conditions. | |
| Clogging and Regeneration Protocol | Protocol | Watches a deployed porous system for lost accessible capacity and rising resistance, then restores the void network by cleaning, backflow, or replacement — without releasing what the pores captured. | |
| Close Reading Protocol | Method | Uses structured attention to local language, form, sequence, and context to test and revise an interpretation. | |
| Close Reading Table | Method | Slows a reading to the level of the single mark — annotating each word, image detail, or gesture for what it does and the convention it invokes — before any larger framework is imported. | |
| Close-Call Review Protocol | Review Procedure | ||
| Closed-State Capacity Challenge Panel | Diagnostic Estimation | Certifies that the target system is genuinely closed — its capacity to update has really narrowed to a floor — before anyone is allowed to propose reopening it. | |
| Closest-World Ranking Table | Ordering Artifact | ||
| Closure Serialization | Method | Turns a live closure — code plus its captured definition environment — into a portable, storable form that can be shipped elsewhere and rebuilt with its bindings intact. | |
| Closure-Horizon Dashboard | Monitor | Fuses front position, remaining viable width, corridor health, and trigger status into one continuously updated read of how much time the option to retreat still has. | |
| Cloud Autoscaling | Tool | An automated control loop that launches and terminates compute instances as utilization moves, bounded by a min/max and damped by a cooldown, so capacity tracks demand both up and down with no human in the loop. | |
| Cloud Scaling Pattern | Tool | Wires a live utilization signal to automatic add/remove of interchangeable capacity behind a distributor, so the system tracks demand up and down without a human in the loop. | |
| Cluster and Chimera Scan | Monitor | Watches for the population fracturing into rival phase clusters or a chimera — part locked, part incoherent — that a single global average would hide. | |
| Clutter Pruning | Reduction Mechanism | ||
| Co-Design Workshop | Collaborative Design Method | Turns included knowledge into design choices by having affected knowers help generate, critique, and refine prototypes, policies, workflows, or interfaces. | |
| Co-Insurance or Risk-Pooling Arrangement | Financial or Governance Mechanism | ||
| Co-Investment Requirement | Policy | Requires the decision-maker to put their own capital into the very venture they authorize, invested on the same terms as the parties they expose, so they win and lose together. | |
| co_occurrence_weighting_pipeline | Software or Tool | A data or recommender pipeline that updates edge weights from repeated co-occurrence after context and bias checks. | |
| Coaching Check-In | Ritual | A recurring one-to-one conversation that reads recent evidence of progress together and turns it into concrete next actions — some the learner takes, some the coach commits to. | |
| Coaching Session | Ritual | Implements behavior refinement by observing a performance attempt, providing targeted feedback, and setting the next practice focus. | |
| Coalition Alignment Sprint | Coordination Protocol | Quickly aligns key actors around a path, guardrail, or temporary holding pattern before coordination failure selects an inferior equilibrium. | |
| Coarse Grid Search | Method | Coarse grid search belongs primarily under Coarse-to-Fine Search unless it is being used to create a stable macro representation. | |
| Coarse Landscape Sampling | Method | Samples diverse regions at low resolution before spending evaluation budget on detailed local improvement. | |
| Coarse Screening Checklist | Checklist | Gives human reviewers a short high-recall set of initial cues before deeper review. | |
| Coarse-Grained Model | Artifact | A coarse-grained model is the output or artifact of the archetype, not the archetype itself. | |
| Coarse-to-Detailed Planning | Planning Method | Starts with rough plans, estimates, or schedules and adds task detail, dependencies, resource constraints, and contingencies as commitment approaches. | |
| Coarsening and Aging Test | Diagnostic Estimation | Ages a freshly separated structure under accelerated time and stress to reveal how its domains coarsen and drift — and whether the property you separated them for survives. | |
| Coarsening and Generalization Policy | Policy | ||
| Code Crosswalk Validation | Test or Assessment | Tests reconciled mappings among codes, classifications, billing categories, diagnostic categories, policy categories, or product taxonomies. | |
| Codebook Loss Note | Classification Guardrail | ||
| codebook_pruning_and_split_review | Procedure | Merges dead or redundant units and splits overloaded units that create collisions. | |
| Codec Specification | Artifact | The written contract that pins the encoder, decoder, permitted code states, invariants, and error behavior in one normative document, so any implementation on either side of the round trip agrees on what the code means. | |
| Coercion Safeguard Review | Test or Assessment | Checks whether agreement is distorted by threats, dependency, scarce alternatives, authority pressure, or unacceptable loss on refusal. | |
| Cognitive Interview | Method | Walks an expert back through one specific remembered episode in fine-grained detail, reinstating the original context to recover the cues, reasoning, and rule-breaks they can no longer summarize. | |
| Cognitive Offloading Aid | Software or Tool | Moves memory, comparison, sequencing, or calculation burden into checklists, tables, prompts, or tools. | |
| Cognitive Task Analysis | Method | Systematically decomposes a whole judgment-heavy task into the goals, cues, strategies, and decision points that drive it, producing a structured knowledge model that another practitioner could reproduce. | |
| Coherence Review | Review Process | ||
| Coherence-Decay Curve | Test or Assessment | Estimates relational degradation over exposure time, intensity, and context. | |
| Coherence–Utility Tradeoff Test | Test or Assessment | Compares gate settings on both relational integrity and useful exchange or adaptation. | |
| Cohesion Pulse Survey | Test or Assessment | A recurring assessment of belonging, trust, mutual support, contribution fairness, dissent safety, exclusion risk, and cohesion pressure. | |
| Cohort Staggering | Rule | Offsets when cohorts, maturities, or zones unwind — spreading correlated exits across time and space so peak crash load stays under capacity even when total load is unchanged. | |
| Cohort Transition Table | Artifact | Tracks how defined cohorts move from stage to stage over a stable observation window. | |
| Cohort-Based Reactivation | Process | Splits a waiting population into deliberate waves and reactivates them on a staggered schedule, so a mass re-enable arrives as an ordered sequence of small groups rather than one synchronized surge. | |
| Collaborative Draft Merge Workflow | Workflow | Combines divergent document, legal, curriculum, or design drafts by comparing edits, preserving rationale, and resolving incompatibilities. | |
| Collateral Requirement | Policy | Requires the protected actor to pledge seizable value up front, so a portion of the downside sits with them from the moment protection begins rather than only after a loss. | |
| Collective Bargaining for Value Capture | Protocol | Pools individually weak producers into a single negotiating bloc so they can set a rate floor and claim a larger share of the value their work creates. | |
| Collective Commitment Renewal | Ritual | A recurring occasion where a group restates, revises, or declines a shared commitment out loud — turning a one-time promise into a living obligation each cycle must actively re-choose. | |
| Collective Licensing Pool | Institution | A pooled authorization body that turns many separate consents into one legitimate clearance path. | |
| Collective Procurement | Method | Pools the demand of many actors who each can't justify a shared service alone, then buys and governs it once on behalf of all of them. | |
| Collective Storefront or Creator Market | Tool | Pools many independent producers behind one shared shopfront and brand so each reaches buyers directly and keeps the margin a distributor would take. | |
| Collective Threshold Pledge | Protocol | Makes each person's contribution binding only if enough others also commit — so no one has to move first into an empty room, and the effort either reaches critical mass or costs nobody. | |
| Collingridge Curve Workshop | Method | Facilitates mapping of consequence-information growth against intervention-cost growth before a major commitment. | |
| Collision Probability Table | Artifact | A lookup artifact mapping namespace sizes and draw counts to collision probabilities. | |
| Collision Quarantine Queue | Workflow | A review workflow for conflicting assignments, suspected collisions, and merge decisions. | |
| Collision Retry Protocol | Protocol | A protocol for regenerating, rejecting, logging, and escalating after a duplicate is detected. | |
| Color Palette | Implementation Artifact | ||
| Color-Field Translation | Method | Transfers emphasis atmosphere or relation from depicted objects into color fields and boundaries | |
| Combination Therapy Protocol | Protocol | Coordinates multiple treatments so one increases the efficacy, tolerability, reach, or durability of another. | |
| Combination Therapy Regimen | Domain Specific Protocol | Combines treatments whose mechanisms, timing, or dosing are expected to reinforce one another while monitoring safety and antagonism. | |
| Combinatorial Test Coverage Grid | Test or Assessment | Tracks which cells or cell classes have been tested and where blind spots remain. | |
| Command Builder Interface | Interface | Builds commands from typed arguments and allowlisted operations rather than raw strings. | |
| Command–Query Separation | Method | Separates operations that ask for information from operations that change shared state. | |
| Commemorative Inscription or Tag | Artifact | Fixes names, dates, achievements, losses, or vows onto the object itself in durable material form, so the memory travels with the thing and outlives the people who attached it. | |
| Commit History | Software or Tool | Implements layered record accumulation for software and document systems by preserving revisions, authorship, timestamps, and messages. | |
| Commitment and Dependency Register | Register | Turns promises and the dependencies they create into stateful, addressable objects with owners, dependents, status, and closure evidence — durable coordination memory rather than scattered recollection. | |
| Commitment Budget | Policy | Caps the total promises an actor may hold at once, so a new yes must fit the budget or displace an existing commitment. | |
| Commitment Burndown Review | Review | Periodically reconciles what was promised against what has been completed, cancelled, deferred, and newly accepted — so the true commitment load is tracked, not assumed. | |
| Commitment Disclosure Exception and Outcome Log | Method | Links material promises and disclosures to deviations reasons impacts responses and remedies. | |
| Commitment Ladder | Planning Artifact | ||
| Commitment Planning | Planning Tool | Translates chosen commitment into decisions, milestones, routines, accountability checks, and review points. | |
| Commitment Rehearsal | Method | Turns a general endorsement into a concrete, pre-rehearsed if-then response and a stated commitment, so the norm is retrievable in the exact pressured moment it is needed. | |
| Commitment Scheme with Opening Rule | Protocol | Lets a prover bind to a value now and later prove selected relations about it without unrestricted disclosure. | |
| committed_backup_facility | Institution | Provides prearranged liquidity, capacity, staffing, inventory, or service access that can activate when normal refresh fails. | |
| Committee Scoring | Procedure | Has multiple reviewers score, rank, or classify cases before combining scores into a decision input. | |
| Common API | Tool | A single published interface — a fixed set of operations with defined inputs, outputs, and errors — that many systems implement or call, so each integrates once against the shared surface instead of pairwise with every other. | |
| Common Carriage Obligation | Policy | Binds a provider that holds itself out to the public to serve all eligible comers indifferently, at just and reasonable rates, without undue discrimination. | |
| Common Core / Local Variation Policy | Protocol | Defines minimum shared obligations while allowing local units bounded implementation autonomy. | |
| Common Operating Picture | Metric or Dashboard | A shared display or board showing operational state, resources, tasks, risks, and locations. | |
| Common Operating Picture Board | Tool | A single live display of the current priorities and open questions that every responder shares, so the team acts on one agreed picture instead of many private ones. | |
| Common Operating Picture Callout | Procedure | Anchors an incident, operations, or clinical team to one visible map, dashboard, board, image, or case state before coordination. | |
| Common Platform Roadmap | Document | Sequences investments in common capabilities so multiple output teams can depend on a visible shared foundation. | |
| Common Tooling Stack | Software or Tool | Standardizes recurring tools, templates, libraries, workflows, or development environments across units so setup, training, maintenance, and support costs fall. | |
| Common-Cause and Copying Audit | Checklist | Checks whether shared sources, incentives, regulations, vendors, or social proof explain the repeated solution. | |
| Common-Cause Dependency Audit | Audit | Challenges the independence the redundancy math assumes by hunting the shared upstream driver that would fail several 'separate' barriers in the same instant. | |
| Common-Cause FMEA | Method | Extends failure mode and effects analysis by asking which single causes could defeat multiple redundant elements or controls at once. | |
| Common-Driver Decomposition | Method | Tests whether the vulnerabilities stacked on a hotspot are genuinely independent or all traceable to one shared cause — so hardening targets the driver, not the symptoms. | |
| Common-Goal Project | Workflow | Organizes members of different groups around a concrete project that requires shared contribution and produces visible mutual benefit. | |
| Common-Mode Dependency Audit | Test or Assessment | Checks whether nominal alternatives share upstream bottlenecks, infrastructure, ownership, credentials, or failure triggers. | |
| Common-Mode Escape Review | Review | Tests whether nominally independent barriers would actually fail together — against the same feature, data gap, assumption, or context — so apparent defense-in-depth is not a single point of failure wearing several hats. | |
| Commons Access Rule | Rule | Governs a shared resource that no one owns exclusively, setting who may draw from it and how much, so collective use does not collapse into overuse. | |
| Communal Meal Or Exchange | Ritual | Sharing food, gifts, or reciprocal service so a relationship is enacted materially — you belong because you ate together and now owe each other something real, not because it was announced. | |
| Communication Channel Redesign | Coordination Mechanism | Changes who can communicate with whom, through which channel, at what cadence, and with what escalation or visibility rules. | |
| Communication Pattern Review | Review | Reads the collective's real communication network — who actually coordinates with whom — from its meetings, messages, and handoffs, so the social topology can be compared against the architecture it will imprint. | |
| Community / Regional / National Resilience Layers | Governance Arrangement | ||
| Community Access Point | Institution | Stands up a trusted local place — staffed with people who know the community — where endpoints can get assisted pickup, connectivity, identity help, or translation to complete a service they couldn't finish alone. | |
| Community Consultation | Procedure | Elicits local interpretations, harm concerns, practical constraints, and legitimacy judgments from people situated in the receiving context. | |
| Community Contribution Guidelines | Policy | The published rules for how outsiders report issues, propose changes, and share stewardship — turning a one-way publication into an artifact a community can extend and keep alive. | |
| Community Engagement Forum | Institution | A recurring public or semi-public forum for community-facing stakeholder engagement. | |
| Community Language Review | Procedure | Invites members or representatives of the target community to review whether wording, examples, tone, and identity signals fit the intended audience. | |
| Community Moderation Process | Distributed Governance Process | ||
| Community Norm | Protocol | Implements local rule design socially by creating locally recognized expectations for contribution, moderation, reciprocity, repair, or boundary enforcement. | |
| Community Norm Codification | Policy | Turns a community's unwritten expectations into explicit, agreed guidelines — earning legitimacy and enforcement without freezing out the belonging the norm rested on. | |
| Community Reading Session | Ritual | Convenes the people who hold the site's meaning to read the proposed abstraction back — surfacing how it will actually be interpreted, and whether it honors or overwrites the place's memory. | |
| Community Recovery Plan | Governance Plan | ||
| Community Renewal Ritual | Ritual | Re-enacts a group's shared identity, story, and belonging on a recurring cadence, so members renew who they are together before the sense of common purpose quietly fades. | |
| Community Review Board | Governance Forum | Creates an ongoing review body with standing to inspect knowledge claims, categories, evidence use, and downstream decisions that affect a community. | |
| Community Review Panel | Institution | Provides a recurring forum where affected groups can challenge assumptions, request adaptation, and evaluate legitimacy of the imported artifact. | |
| Community Self-Governance | Procedure | Lets members create and maintain shared norms, roles, moderation practices, or work priorities within an agreed boundary. | |
| Community Stewardship Council | Role or Team | Provides accountable plural stewardship over access, interpretation, conflict, and repair. | |
| Community-Informed Implementation | Workflow | Uses community knowledge to adapt central programs, services, or interventions to lived context while preserving program goals. | |
| Community-Supported Production Subscription | Model | Buyers pre-commit and subscribe to a producer's future output, funding production up front and sharing its risks in exchange for a direct, ongoing relationship. | |
| Commutative Updates | State Update Pattern | Implement updates whose final effect is independent of update order, such as additive counters, set unions, or independent condition marking. | |
| Comparative Case Review Panel | Role or Team | A standing panel that stress-tests the cross-case interpretation with domain and stakeholder members, and records why each reading was accepted, revised, or sent back. | |
| Comparative Case Seminar | Learning Format | Compares several cases so learners see their home arrangement as one pattern among multiple possible arrangements. | |
| Comparative Historical Timeline | Artifact | Lines up the sequence of events across cases on one shared clock so you can see whether the supposed cause actually came before the effect in each. | |
| Comparative LCA Model | Model | Models the full physical resource burden — embodied, operating, replacement, end-of-life — of an efficient option against its counterfactual, per unit of service, so a smaller operating footprint isn't bought with a bigger hidden one. | |
| Compare-and-Swap Version Token | Method | Reads a value together with a version marker and writes back only if the version is still unchanged — so a write computed from stale state is refused instead of silently overwriting a newer one. | |
| compare_and_swap_or_version_guard | Technical Control | Allows action only when the referent still has the expected version, state, or token. | |
| Comparison Chart | Artifact | Encodes selected dimensions across items in a compact display; useful when relation inspection requires structured rows, columns, or criteria. | |
| Comparison Table | Template | A table that externalizes categories, criteria, contrasts, or alternatives. | |
| Comparison-Class Review Memo | Audit Record | ||
| Compartment Model | Model | Abstracts a system into a few well-bounded compartments linked by transfer rates, so accumulation and turnover follow from residence times instead of being watched flow by flow. | |
| Compartmental PK/PD Model | Method | A model that represents exposure as movement through one or more compartments before linking exposure to response. | |
| Compartmented Briefing | Access Control Procedure | ||
| Compatibility Bridge or Shim | Tool | A deliberately temporary layer that makes old local callers keep working against a newly promoted host capability during a migration — carrying them across so the duplicate facility can be retired, then expiring itself. | |
| Compatibility Guarantee | Policy | Promises early adopters their tools and data won't be stranded, removing the fear of incompatibility that keeps them from joining. | |
| Compatibility Layer | Technical Mechanism | ||
| Compatibility Matrix | Artifact | A pairwise register of which constituents may share a domain and which must be kept apart, each verdict tied to the antagonism condition and the evidence behind it. | |
| Compatibility Screening | Checklist | A checklist, rule set, or review procedure that filters unsafe, invalid, infeasible, or uninterpretable combinations. | |
| Compatibility Test Suite | Monitor | A maintained battery that runs the matrix of supported version, client, and configuration combinations on every change, standing guard that none of them regresses. | |
| Compensating Action Protocol | Workflow | Provides a known repair path when an unauthorized or irreversible effect has already occurred. | |
| Compensating-Event Correction | Protocol | Corrects a mistaken event not by editing it but by appending a new reversing or adjusting event, so the erroneous record and its correction both remain in the history. | |
| Compensation Adequacy Review | Procedure | Evaluates whether proposed offsets, transfers, phased support, or mitigation measures are credible, reachable, and proportionate to identified losses. | |
| Compensation or Restoration Fund | Remedy Funding Mechanism | ||
| Compensation or Takings Review | Review | Tests whether the public interest justifies overriding a private right — and, if it does, what compensation makes the compulsory taking legitimate. | |
| Competency Framework | Artifact | A leveled map of what capability looks like at each stage of a domain, giving the calibration loop a fixed reference to measure self-assessment and evidence against. | |
| Competency Matrix Update | Register | Maintains the standing record of which people can perform which responses, and to what proven level, so coverage gaps are visible before an event exposes them. | |
| Competition or Antitrust Remedy | Policy | An externally imposed constraint on a dominant network — behavioral or structural — that maps where concentration has become coercive and compels changes like non-discrimination, unbundling, or interoperability. | |
| Competitive Occupancy Inhibition | Method | Occupies the target pathway's own control point with a rival that engages the site but does nothing, so the real activator can no longer bind it at the former rate — a surmountable brake set by dose. | |
| Competitive Priority Board | Interface | Shows a priority field in which active focal items visibly reduce the prominence of adjacent competing items. | |
| Competitive Rebid or Retendering | Process | Forces an incumbent's contract or franchise back into open competition on a fixed cycle, so a privilege won once cannot quietly become a permanent, unearned rent. | |
| Competitive Receptor Antagonist | Method | Uses a nonactivating ligand to occupy a receptor so an agonist cannot trigger the downstream response. | |
| competitive_inhibition_review | Test or Assessment | A review that checks whether desired associations are sharpened by suppressing or separating close but invalid alternatives. | |
| Compiler Intermediate-Representation Lowering Pipeline | Tool | Lowers a source program to machine code through a ladder of intermediate representations, one semantics-preserving pass at a time, so the whole translation is a sequence of individually-justifiable rewrites rather than one opaque jump. | |
| Compiler Optimization Pass | Software or Tool | Rewrites program representations into equivalent forms that improve execution speed, memory use, or generated-code quality. | |
| Complaint and Resolution Record | Register | Records not just the complaint but the response, repair, and closure, so a grievance is read together with how it was handled. | |
| Complementary Cap-and-Floor Rule | Decision Rule | ||
| Complementary Product Bundle | Artifact | Packages complementary products or services so each increases the usefulness, adoption, or value perception of the other. | |
| Complexity Ledger | Document | Tracks complexity additions, budget use, exceptions, owners, review dates, and promised value so that decisions remain revisitable. | |
| complexity_attribution_workshop | Procedure | A facilitated cross-role session that maps each burden to domain necessity, implementation choice, legacy residue, or organizational process. | |
| complexity_budget_gate | Metric or Dashboard | A release or design gate that permits added complexity only when its essential contribution or payoff is explicit. | |
| complexity_reveal_debrief | Debrief Protocol | A debrief that converts exposure to expert-level complexity into named constraints and learning targets. | |
| Compliance Deadline Notice | Document | Communicates the required action, evidence standard, consequence, and deadline before escalation. | |
| Compliance Review | Review Process | A structured check against governing standards, policies, laws, controls, or risk requirements. | |
| Compliance Threshold Check | Test or Assessment | Tests whether legal, contractual, or policy minima are satisfied before approval. | |
| Component Library | Artifact Library | ||
| Component-Merge Simulation | Model | Simulates candidate additions on a model of the substrate to estimate where the spanning threshold lies, how uncertain it is, and which additions merge the most mass. | |
| Composition-Partition Assay | Diagnostic Estimation | Measures how the constituents actually distributed among the separated phases, turning a demixing into purity, recovery, and residual numbers. | |
| Compositional Semantics Review | Critique Method | Checks whether scale, position, contrast, framing, and relation among symbols support the intended interpretation. | |
| Compounding Trajectory Modeling | Method | Models how small changes could compound through cost decline, learning, network effects, complements, and institutional normalization. | |
| Compressed Data Format | Software or Tool | Stores or transmits information in a smaller encoding while preserving either exact reconstruction or task-adequate fidelity. | |
| Computability Boundary Decision Record | Artifact | Records where a project drew the computability boundary, which guarantee it will ship, and what would force the line to be redrawn. | |
| Computational Complexity Analysis | Method | Once a problem is known solvable in principle, measures how its cost grows with input size to place it in a complexity class and separate the tractable from the merely computable. | |
| Concentration Cap Policy | Policy | Sets explicit limits on dependency share for critical functions or common-mode clusters. | |
| Concentration Limit | Protocol | Caps accumulated share, exposure, authority, risk, or market power when compounding advantage would crowd out resilience or fairness. | |
| Concept Disambiguation Examples | Method | Teaches the boundary of a concept with a curated set of positive examples, non-examples, and near misses, so a learner can recognize the category in cases they have never seen. | |
| Concept Map | Artifact | An informal node-and-link sketch that surfaces the concepts in a domain, the labelled relationships between them, and the connections still missing — before any formal structure is fixed. | |
| Concept Screening Funnel | Process | Narrows many candidates to few through a sequence of successively stricter, successively more expensive screens — cheapest filters first — so evaluation budget is spent only on options that have already survived. | |
| Conceptual Model | Artifact | Represents the essential concepts and relations in a compact model that people can inspect, discuss, and revise. | |
| Condition Coverage Test Suite | Test or Assessment | Tests whether declared conditions hold across relevant cases, sites, configurations, or environments. | |
| Conditional Control-Rotation Protocol | Protocol | Switches or alternates among genuinely independent controls on evidence-based triggers rather than a predictable schedule, spreading selection pressure so no single blind spot is rewarded long enough to take over. | |
| Conditional Probability Annotation | Data Label | ||
| Conditional Release or Off-Ramp Protocol | Workflow | Defines how a target exits pressure through verified compliance, restitution, mitigation, or negotiated transition. | |
| Conditional Workflow Gate | Process | Guards an expensive stage of a workflow behind a cheap predicate, so the stage runs only when its output will actually be used. | |
| Confidence Annotation Rubric | Template | Attaches confidence levels and reasons to claims so users can see whether a statement is well-corroborated, provisional, contested, or weakly sourced. | |
| Confidence Interval | Method | Replaces a single exact-looking estimate with a range produced by a stated procedure, so the sampling uncertainty around the number travels with the number instead of being rounded away. | |
| Confidence Label | Artifact | Tags a claim with a qualitative confidence level — low, medium, high, or a defined phrase like 'likely' — for the many cases where a real number would be false precision, trading exactness for a signal a non-specialist can read at a glance. | |
| Confidence Rating Scale | Tool | A defined instrument for recording perceived readiness or certainty, making self-assessment explicit and comparable so it can later be checked against evidence. | |
| Confidence Threshold Router | Software or Tool | A score- or uncertainty-based router that escalates low-confidence or high-risk cases. | |
| Confidence Threshold Table | Artifact | A maintained lookup table that turns model confidence and residual size into an action — pass, review, or escalate — indexed by stage and risk level. | |
| Confidence Update Log | Recordkeeping Tool | A log of confidence changes, assumptions, and evidence shifts over time. | |
| Confidence Update Worksheet | Template | A structured record of prior confidence, stream-specific likelihood, dependency discounts, contradictions, sensitivity, and resulting bounded confidence. | |
| confidence_dip_check_in | Coaching Conversation | A scheduled conversation after complexity exposure that asks how confidence changed and what evidence explains the change. | |
| Confidential Disclosure Channel | Workflow | Allows people to surface taboo or sensitive concerns without immediately forcing public identification, public accusation, or uncontrolled spread. | |
| Confidential Ombuds Channel | Institution | Holds private preferences, concerns, or dissent through an intermediary with confidentiality and escalation rules. | |
| Confidential Opinion Climate Survey | Test or Assessment | Measures private position, perceived majority, perceived sanction risk, and willingness-to-speak thresholds without public exposure. | |
| Configuration Baseline Diff | Tool | Compares an inherited system's live configuration against a known-good baseline and flags every setting that differs — surfacing inherited defaults and drift that no one on the current team consciously chose. | |
| Configuration Cell or Final Assembly Cell | Workflow Design | ||
| Configuration Change Log | Register | A running, attributable record of every substitution, adaptation, and failure in a make-do build — capturing what was changed, where each part came from, who did it, and what was learned — so the improvisation never becomes an undocumented mystery. | |
| Configuration Changelog | Register | Keeps a dated record of every design, version, dependency, and repair change, so a maintainer knows exactly which state they are restoring to. | |
| Configuration Inheritance Tree | Model | Arranges configuration into a parent-to-child tree so each scope inherits its ancestors' values by default and declares only what it needs to differ. | |
| Configuration Matrix | Artifact | Lists supported and unsupported combinations of features, platforms, permissions, versions, or environments. | |
| Configuration Profiles | Artifact | Bundles many settings into named profiles so actors choose one profile rather than many independent settings. | |
| Configuration Template | Template | Standardizes how control variables are represented, reviewed, and changed across instances. | |
| Configurational Comparison Truth Table | Model | Sorts cases by which combination of conditions each one has, and reads off which combinations — not which single factors — go with the outcome. | |
| Confinement or Porous Template | Artifact | Cages demixing inside pores, channels, films, or droplets so domain scale and architecture are set by the container's geometry rather than by the thermodynamics alone. | |
| Confirmation Dialog with State Refresh | Tool | Re-fetches the live state the instant a person clicks confirm and shows it — with what changed highlighted — so the human commits against current reality, not the stale screen they were looking at. | |
| Confirmation Interstitial Hold | Interface | Holds a potentially destructive action in a reversible non-submitting state until explicit release or cancellation. | |
| Confirmation Probe Request | Procedure | Sends a low-cost, bounded follow-up before treating absence as strong evidence or triggering severe action. | |
| Confirmatory Follow-Up | Staged Validation | ||
| Conflict Containment Agreement | Protocol | A negotiated boundary that prevents a rupture in one relationship, faction, or issue from expanding into broader retaliation, polarization, or institutional breakdown. | |
| Conflict Disclosure and Recusal Rule | Rule | A rule that any decision-maker holding a private stake in the outcome must declare it and step aside — drawing the line between an interest that must be disclosed and matters that stay private, and binding the conflicted party out of the call. | |
| Conflict Matrix | Artifact | Displays conflicting roles, rules, incentives, policies, or dependencies so antagonistic combinations can be excluded, redesigned, or routed for review. | |
| Conflict Mediation | Facilitated Process | ||
| Conflict Mediation Process | Procedure | A structured process for restoring workable relation among parties in conflict. | |
| Conflict Resolution Workflow | Process | Routes a detected disagreement between representations through review, reconciliation, escalation, or authoritative override, applying a standing precedence rule so the same conflict resolves the same way every time. | |
| Conflict-of-Interest and Recusal Rule | Rule | Requires anyone with a personal stake in a specific decision to declare it and step out of that decision, closing the channel where a private interest quietly steers a public choice. | |
| Conflict-of-Interest Check | Checklist | A review mechanism that detects prohibited or high-risk relationships among actors, decisions, and interests. | |
| Conflict-of-Interest Disclosure | Artifact | Makes a decision-maker declare the relationships and incentives that could skew their judgment, so a specific decision can be checked for independence. | |
| Conflict-of-Interest Disclosure and Recusal | Protocol | Requires decision-makers to declare financial, relational, and career ties to the regulated actor and steps the conflicted party out of any decision those ties touch, so a captured individual can inform but not decide. | |
| Conflict-of-Interest Screening and Recusal | Protocol | A protocol for disclosing, assessing, mitigating, or removing conflicts before a verification judgment is trusted. | |
| conflict_of_interest_disclosure_review | Review Procedure | ||
| Conflicting Source Table | Template | Keeps contradictory sources visible by listing the claim, source positions, possible explanations, and unresolved questions. | |
| Conformance Test Suite | Tool | A machine-runnable battery of tests that checks whether one implementation satisfies the standard's required behaviors and pinpoints exactly where it deviates. | |
| Confusion Audit | Audit | Works backward from real mistakes — misclassifications, wrong substitutions, ambiguous reads — to find which distinctions are actually failing and route them for sharpening. | |
| Congestion or Capacity Pricing Adjustment | Policy | Retunes the price of access so it rises and falls with real-time scarcity, letting congested capacity route to its highest-value use instead of being rationed by queue and idle time. | |
| Congestion or Peak-Load Charge | Scarcity Pricing | Raises the cost of using a scarce or crowded resource at peak times when enough users have viable alternatives and can shift behavior. | |
| congestion_pricing_or_toll_rule | Procedure | A pricing rule that changes path payoffs to reduce selfish-routing externalities. | |
| Conjoint or Tradeoff Survey | Test or Assessment | Estimates how stakeholders value different attribute combinations. | |
| Connected-Component Scan | Tool | Applies the functional-connection rule to the current substrate and computes which nodes actually form one component, exposing the true partition into disconnected islands. | |
| Connection Draining | Protocol | Takes a server out of the load balancer's rotation and lets its in-flight requests finish — up to a hard timeout — before the instance is stopped. | |
| Connectivity or Corridor Plan | Artifact | Designs and protects the actual pathways along which a source's surplus can reach a sink, and deliberately keeps more than one route open, so rescue can happen without leaving the sink hostage to a single link. | |
| Consensus Claim Evidence Log | Document | A record that turns vague consensus claims into auditable evidence claims. | |
| Consensus Fault-Injection Test | Audit | Deliberately injects the faults a consensus protocol claims to tolerate — crashes, delays, partitions, reordering — to check that agreement stays safe inside its assumption budget and degrades to a visible stall outside it. | |
| Consensus Vote | Tool | Puts the choice to an explicit ballot and declares agreement reached when the tally clears a threshold fixed before the count. | |
| Consensus Workshop | Method | Runs a group through a designed sequence — frame, generate, cluster, name — that builds a shared statement out of everyone's raw contributions. | |
| Consent and Autonomy Review | Checklist | Checks whether recipients can understand the persuasive intent, reject the appeal, and retain meaningful choice. | |
| Consent and Privacy Boundary Checklist | Checklist | Checks whether the hidden-state model is legitimate to create, retain, share, and use for the intended action. | |
| Consent Brokerage Workflow | Workflow | A workflow for assembling consent across many right-holders without losing traceability. | |
| Consent Capture and Revocation Workflow | Workflow | Records what has been agreed to, under what scope, and how consent can be renewed, limited, or withdrawn where appropriate. | |
| Consent Confirmation Form | Artifact | An artifact that makes consent a separate, scoped, freely-given, and comprehended act — so agreeing is something a person does knowingly, not something read off the fact that they participated. | |
| Consent Decision Rule | Rule | Adopts a proposal the moment no participant holds a reasoned, paramount objection — closure by absence of blocking dissent rather than by counting support. | |
| Consent Form | Document | Captures disclosure, agreement, scope, signature or acknowledgement, and often the record of authorization. | |
| Consent Protocol | Protocol | Operationalizes consent and exposure boundaries by defining who participates, what they can opt out of, how information may be used, and how consent can be withdrawn or limited. | |
| Consent Renewal Prompt | Workflow | Requests renewed agreement when purpose, risk, duration, actor, or context changes materially. | |
| Consequence Design Review | Protocol | Reviews proposed rewards, penalties, feedback, recognition, and natural consequences for alignment, proportionality, timing, fairness, and side effects. | |
| Conservative Estimate | Method | Deliberately biases the input assumptions — load high, yield low, schedule long — so the estimate itself carries hidden headroom against being wrong. | |
| Consideration-Not-Endorsement Disclaimer | Protocol | A repeated communication convention that makes clear when a position is being examined, not adopted or normalized as correct. | |
| Consistency Contract Decision Record | Artifact | A written record that fixes the chosen consistency contract — scope, guarantee, operation semantics, client-facing promise, and the assumptions behind them — as the single source of truth. | |
| Consistency History Checker | Audit | Records the real interleaving of operations a system produced and mechanically checks whether that history is admissible under the claimed consistency model. | |
| consistency_regression_suite | Test Suite | A collection of self-reference test cases and ordinary cases used to ensure a repair does not reintroduce paradox or overrestrict normal use. | |
| Consolidation Migration Plan | Process | Stages the move of users, data, processes, contracts, staffing, and tooling out of dispersed arrangements into one shared capability — and retires what's left behind so the savings actually land. | |
| Constant Response Envelope | Policy | Forces every response into one fixed envelope — same size class, structure, status, and timing band — so the form of the answer never varies with the protected fact. | |
| constant_currency_bridge | Document | Shows value changes before and after currency translation so operational and exchange effects are separated. | |
| Constituency Board Seat | Role or Team | Reserves a real, voting seat in the governing body for a representative of the served constituency — so the agent answers to them continuously and cannot renew its own budget over their objection. | |
| Constitutional or Policy Entrenchment | Policy | Locks a commitment into a hard-to-amend rule so that future decision-makers cannot quietly reverse it when tomorrow's incentives change. | |
| Constitutional Rule | Document | Places high-level limits on lower-level decisions so authority, process, rights, or coordination boundaries remain stable over time. | |
| Constraint and Incentive Checklist | Checklist | A lightweight checklist that prompts reviewers to scan for constraints, incentives, access, norms, and environmental conditions. | |
| Constraint and Invariant Checker | Tool | Evaluates every candidate against a fixed, explicit set of constraints and invariants the checker itself holds, accepting only those that violate none — regardless of how the candidate was produced. | |
| Constraint Dependency Matrix | Artifact | Tabulates which constraints touch which variables, resources, tasks, or subsystems so propagation paths are visible. | |
| Constraint Filtering | Method | Removes any candidate that fails a hard, must-satisfy requirement using a cheap feasibility check, so expensive evaluation is spent only on options that could actually qualify. | |
| Constraint Laddering Interview | Method | Interviews the people who built or run a source, asking 'why does this exist?' one rung at a time, until each feature bottoms out in the constraint it answers and tops out in the objective it serves. | |
| Constraint Map | Template | Displays material, legal, institutional, economic, social, technological, or informational constraints shaping the option set. | |
| Constraint Propagation | Constraint Reasoning Method | Propagates known constraints through a search space to detect branches that cannot remain feasible. | |
| Constraint Relaxation Experiment | Method | Systematically loosens one commitment at a time — while holding the protected ones fixed — and re-tests, to learn which relaxation restores feasibility and at what cost. | |
| Constraint Review Checklist | Procedure | Prompts reviewers to check hard/soft classification, conflicts, scope, enforcement, exceptions, and stale assumptions. | |
| Constraint Satisfaction Search | Method | A search method focused on finding combinations that satisfy constraints, sometimes without a single optimizing objective. | |
| Constraint Sensitivity Report | Document | Documents how outcomes respond when constraints or capacities are varied. | |
| Constraint-Satisfaction Solver Pass | Tool | Encodes the commitments as a formal constraint model and runs a solver that propagates them to a reduced feasible region — or mechanically detects that no joint solution exists. | |
| Construct Mapping Table | Artifact | A construct-by-construct crosswalk recording what each source-scale term becomes at the target scale — its units, proxies, exclusions, and the terms that have no clean counterpart. | |
| Constructive Algorithm and Correctness Proof | Method | Settles a problem on the decidable side by exhibiting an actual algorithm and proving it both total and correct — the proof and the procedure are one object. | |
| Consultation Process | Procedure | A structured procedure for gathering stakeholder input, interpreting it, and responding to it. | |
| Consumer Group | Tool | A pool of cooperating consumers that split one subscription's event stream across partitions, so throughput scales with instances while each event is handled once within the group. | |
| Contact Time Reduction | Method | Shrinks exposure by cutting how long the receptor stays in contact at the interface, lowering cumulative dose without changing the concentration present. | |
| Contact/Contagion Warrant Test | Test or Assessment | Distinguishes actual transmission or shared exposure from symbolic contact, mere proximity, or imagined contamination. | |
| Containerized Environment Snapshot | Software or Tool | Captures software, dependency, and runtime context so computational behavior can be rerun under a known environment. | |
| Containment Barrier | Artifact | Physically, procedurally, digitally, or organizationally prevents stored load from spreading or entering vulnerable targets. | |
| Containment on Alarm | Procedure | A procedure or automation that quarantines, isolates, blocks, or closes off a hazard when an alarm occurs. | |
| Containment or Rollback Action | Method | Stops the bleeding by isolating the blast radius or reverting to the last known-good state — a deliberately reversible move that buys time without committing to a cause. | |
| containment_hold_and_sort | Defect Containment Response | Quarantines suspect lots and performs sorting or reinspection after a defect signal appears. | |
| Contaminated Record Quarantine | Data Governance Control | ||
| Content Disarm and Reconstruction | Tool | Rebuilds an incoming file into a known-clean equivalent instead of trying to detect what is wrong with it, so a hidden payload is dropped in reconstruction whether or not it was ever recognized. | |
| Content Moderation Gate | Review | A platform boundary that reviews user-generated content and allows, removes, labels, or downranks it by safety, legality, and community rules — with a path to appeal. | |
| Content Warning and Context Frame | Artifact | Prepares participants for sensitive material by naming the reason for exposure, the scope of material, and the available choices or supports. | |
| Content-Based Subscription Filter | Tool | Narrows what a subscriber receives by evaluating predicates on each event's content or attributes, so a subscription gets only the messages that actually match its interest. | |
| Contest or Autograder Harness | Tool | Lets many untrusted entrants submit candidates through a fixed contract and scores each automatically against a held-out test suite, so anyone can compete without being trusted. | |
| Contest Rulebook | Protocol | Codifies eligibility, legal moves, scoring, tie-breaks, and appeals into one binding document that every rival agrees to before the contest starts. | |
| Context Confusion Matrix | Diagnostic Estimation | Tabulates how often each true context is served the wrong representation — a rows-are-truth, columns-are-selected grid that turns 'switching feels flaky' into a map of exactly which contexts get mistaken for which. | |
| Context Handoff Header | Template | Creates a compact header for messages, tickets, reports, or records that identifies context before the content is read or reused. | |
| Context Migration Record | Register | A durable record of how a captured context was translated from one version or environment to another, so a moved unit's origin bindings can be rebuilt and audited. | |
| Context Reconstruction Brief | Document | Summarizes the actor/event, available knowledge, period norms, constraints, option set, and revised interpretation in a compact review document. | |
| Context Reconstruction Interview | Procedure | A structured interview that recovers the actor's constraints, information, pressures, options, and interpretation at the time of behavior. | |
| Context Reconstruction Worksheet | Tool | Rebuilds the situation a text or act came from — its speaker, audience, moment, and the conventions then in force — so the reading is bound to the meaning it had there rather than the one it suggests now. | |
| Context Reinsertion Prompt | Interface | Shows cost, time, quantity, source, uncertainty, delay, comparison baseline, or exit information alongside a cue that would otherwise dominate response. | |
| Context Reinstatement Protocol | Protocol | Deliberately rebuilds a context's cues and hands forward the state needed to cross back into it, so returning reactivates the right representation instead of whatever was last loaded. | |
| Context Removal Probe | Diagnostic Estimation | Asks whether the work would still mean the same thing somewhere else — mentally relocating it to a generic site to test whether the abstraction is genuinely site-bound or merely installed here. | |
| Context Restructuring | Environment or Workflow Method | Rearranges the surrounding process, sequence, or setting so the old association is harder to activate and the new association is easier to enact. | |
| Context Translation Card | Artifact | A pocket reference that maps the cues and terms of the place something was learned onto the cues and terms of the place it is used, so a key that fires in training still fires in the field. | |
| Context-Aware UI Label | Interface | Displays labels that include the relevant user role, account, workspace, environment, time window, record state, or selected object. | |
| Context-Condition Testing | Process | Tests whether the conditions a convention requires before participation may count as acceptance are actually met here — and, when one fails, names the layer where the coupling breaks. | |
| Context-Payload Expiry Policy | Protocol | Requires content, records, labels, warnings, or measurements to expire with their governing context unless revalidated. | |
| Context-Restoration Toggle | Interface | Lets users inspect suppressed neighbors and original context after the sharpened view has served its purpose. | |
| Context-Sensitive Classification | Classification Design | Redesigns categories so membership, risk, ability, need, or treatment depends on specified conditions rather than on presumed inherent essence. | |
| Context-Shift Walkthrough | Test or Assessment | Asks people outside the original context—or future users simulated by reviewers—to interpret a reference using only the provided anchors. | |
| Context-Specific Glossary | Reference Artifact | ||
| Context-Switch Recall Drill | Ritual | Rehearses recall across a deliberate change of setting and state — study here, retrieve there — so performance stops depending on the room it was learned in. | |
| Context-Tagged Namespace Partition | Artifact | Carves the one shared substrate into per-context tagged regions so each representation lives in its own namespace — the same name resolves to a different map depending on the active tag, and inactive maps sit walled off rather than overwritten. | |
| Context-to-Map Routing Table | Tool | A declarative lookup that maps each context key to the representation it should activate — the explicit, auditable dispatch table at the center of the switch. | |
| context_gated_pairing_exercise | Procedure | A training or design exercise that pairs concepts only in contexts where the association should transfer. | |
| context_sampling_audit | Procedure | Samples usage across relevant communities, channels, documents, and situations to reveal active meanings and transfer risks. | |
| Contextual Correction Card | Document | A compact correction or context artifact that redirects interpretation without making the target claim, image, or rumor more memorable than the correction. | |
| Contextual Gain-Scheduling Table | Decision Artifact | ||
| Contextual Hint or Tooltip | Artifact | A small, in-context cue that names an available action at the moment and place it becomes relevant, then gets out of the way. | |
| Contextual Inquiry | Method | Observes and questions users in the setting where work or use actually occurs, revealing situated constraints and workarounds. | |
| Contextual Inquiry Note | Design Research Method | ||
| Contextual Inquiry or Walkthrough | Field Research Method | ||
| Contextual Output Encoding | Method | Encodes untrusted values for the exact target context where they will be rendered or interpreted. | |
| Contextual Policy Adaptation | Workflow | Converts a general policy into a context-specific version with documented safeguards, local meanings, exceptions, and review criteria. | |
| Contextual Reentry Memo | Artifact | Reintroduces genre, period, audience, authority, and use after the grain has been inspected — so context meets an artifact-grounded reading instead of quietly deciding it in advance. | |
| contingency_funding_playbook | Document | Predefines the order, authority, communications, and tradeoffs for activating backup liquidity or shortening the long side during stress. | |
| Contingent Reciprocal Action Plan | Artifact | A written schedule of matched, evidence-gated stand-down steps — each side's next move conditioned on verifying the other's last — so tension unwinds in small, checkable increments. | |
| Contingent Supply or Capacity Contract | Document | A prearranged contract that supplies backup capacity, goods, logistics, or price terms under stress conditions. | |
| Continuation Token | Artifact | An opaque, tamper-evident token carrying the minimum state needed to resume a computation exactly where it paused, whoever later presents it. | |
| Continuity-of-Care Plan | Service Continuity Mechanism | ||
| Continuity–Rupture Claim Matrix | Method | Crosses objects and properties with scale, interval, groups, persistence evidence, break evidence, and uncertainty. | |
| Contract and SLA Review | Review | Reads the contracts and service-level agreements behind external providers to expose what is actually guaranteed, what happens on breach, and how little recourse the fine print really leaves. | |
| Contract Cure Provision | Document | Defines how a party can repair a breach or incomplete performance through notice, correction, replacement, payment, or other cure. | |
| Contract Exit Clause | Legal or Governance Artifact | Defines conditions and procedures for unwinding or exiting an institutional commitment. | |
| Contract Incentive Clause | Document | Builds bonuses, penalties, retainage, clawbacks, service credits, warranties, or shared-savings provisions into an agreement. | |
| Contract Penalty or Remedy Clause | Document | Specifies breach criteria, remedies, damages, holdbacks, or termination rights that shape parties' choices. | |
| Contract Test Suite | Audit | Renders the declared boundary as executable cases and counterexamples that fail the build whenever an implementation accepts an out-of-domain input or emits an out-of-codomain output. | |
| Contradiction Resolution Workshop | Ritual | A facilitated review that tests whether disagreement comes from definition, timing, sampling, incentives, transformation, or real context dependence. | |
| Contradiction Timeline | Timeline | Places inconsistent statements, records, and observed events on a timeline to distinguish memory, framing, drift, and strategic revision. | |
| contradiction_traceback | Analysis Procedure | A procedure for tracing an apparent contradiction back to the self-referential path that generates it. | |
| Contrast Adaptation Protocol | Domain Protocol | ||
| Contrast Emphasis | Method | Makes the focal element differ sharply from its neighbours along a raw perceptual dimension — colour, value, size, shape, texture, or density — so it wins attention pre-attentively, while staying perceivable to everyone. | |
| Contrast Table | Artifact | Lays a set of items out as rows against shared dimensions as columns so their distinguishing features can be read off side by side in a single neutral view. | |
| Contrast-Adaptation Tuning Loop | Workflow | Iteratively tunes inhibition strength by comparing raw field, sharpened output, false positives, false negatives, and recovery behavior. | |
| Contrastive Example Sequence | Template | A sequence of examples arranged so adjacent items expose a key difference or near-miss distinction. | |
| Contribution Board or Dashboard | Monitor | Puts each contributor's effort on a shared display, so recognition is earned in the open and lopsided load or quiet free-riding becomes a visible fact before it festers. | |
| Contribution Ledger | Artifact | Keeps an append-only, per-subject record of contributions, no-shows, and repairs across repeated rounds, so standing rests on a whole conduct history rather than the last impression. | |
| Contribution Net-Value Review | Valuation Model | Weighs a contribution's expected benefit against its full lifetime coordination cost to judge whether it is genuinely net-additive — and recommends accept, reshape, redirect, defer, or decline. | |
| Contribution Norms | Social Norm or Practice | Implements reciprocity through shared expectations about giving, returning, acknowledging, and not extracting more than one contributes. | |
| Contribution Onboarding Packet | Artifact | The written working agreement handed to an accepted contributor — scope, ownership, support, credit, and exit terms — so the relationship runs on stated expectations rather than assumed ones. | |
| Contribution Review Cadence | Ritual | Reviews obligations, exceptions, burden concentration, and provision health at a fixed interval. | |
| Contribution Review Meeting | Ritual | Creates a regular review of contribution patterns, blocked contributors, invisible work, uneven load, and recognition gaps. | |
| Contribution Tracking Board | Interface | Displays work units, owners, status, blockers, and handoffs so individual and shared contributions are visible during collaborative work. | |
| Control API | Interface | Provides a programmable surface through which trusted systems or operators can change controlled variables. | |
| Control Chart and Trigger Rule | Metric or Dashboard | Distinguishes common-cause variation from signals requiring investigation, containment, or inspection escalation. | |
| Control Chart or Run Chart | Visual Monitoring Tool | Plots observations against centerline, control limits, reference bands, or expected ranges over time. | |
| Control Effectiveness Review | Test or Assessment | A periodic review that checks whether controls reduce spread, avoid collateral harm, and remain effective against adapted entrant behavior. | |
| Control Group Comparison | Method | Compares treated units against otherwise-similar untreated ones to recover what total use would have been without the efficiency program — separating the real saving from the rebound and from what would have happened anyway. | |
| Control Knob | Interface | Gives an operator a constrained adjustment point, often for intensity, speed, allocation, pressure, or tolerance. | |
| Control Loop Damping | Method | Uses control-system concepts such as proportional response, integral restraint, derivative anticipation, or similar tuning to reduce repeated swings. | |
| Control Loop Tuning | Method | Sets the standing gains, damping, and deadband of a fixed-structure controller so the loop is fast enough to follow the moving target yet damped enough not to oscillate or amplify noise. | |
| Control Release Review | Ritual | Creates a recurring decision point where evidence, residual risk, burden, and release thresholds are reviewed together. | |
| Control-Chart Drift Monitoring | Metric or Dashboard | Plots repeated check outcomes against control limits to detect drift before formal tolerance failure occurs. | |
| Control-Room Procedure | Procedure | Uses situation classes, response roles, escalation thresholds, and communications protocols to manage varied operational disturbances in real time. | |
| Control-State Diagram | Artifact | Connects states to permitted controls, triggers, gates, and action policies. | |
| control_chart_triggered_inspection_escalation | Feedback Trigger | Escalates inspection frequency or shifts from offline to inline inspection when process signals drift beyond control limits. | |
| Controllability Mapping Checklist | Checklist | A concrete checklist for implementing part of Agentic Control Loop Design. | |
| Controlled Burn | Environmental Management Procedure | ||
| Controlled Burn or Ecological Disturbance | Procedure | Uses governed disturbance to reduce dangerous fuel accumulation and support renewal in contexts where the ecology is adapted to such cycles. | |
| Controlled Coalescence and Settling | Process | Deliberately lets the dispersed domains merge, cream, or settle until one phase is coarse and concentrated enough to draw off cleanly. | |
| Controlled Consolidation Gate | Checklist | A checklist that permits mergers or aggregation only when boundary-cost savings outweigh lost diversity, resilience, and reversibility. | |
| Controlled Cooling or Heating Schedule | Protocol | A scripted ramp-hold-cool schedule that steers the substrate across its phase boundary along a chosen path, setting which morphology forms and how fast. | |
| Controlled Corridor | Protocol | Holds open one protected, admission-controlled passage between the closing zone and the destination, and keeps proving it is passable end to end while the space around it constricts. | |
| Controlled Disambiguation Test | Protocol | Resolves a specific ambiguity by constructing a discriminating probe whose outcome forces one reading over its rivals, and scores the confidence of the verdict. | |
| Controlled Drawdown Schedule | Protocol | Sets the permitted rate, order, checkpoints, and stop-conditions for shrinking an over-large stock, so it unwinds fast enough to matter but slow enough not to trigger the very crash it is meant to prevent. | |
| Controlled Experiment After Plateau | Process | Validates a suspected plateau and a candidate switch with a controlled trial, so a path is abandoned on evidence that it is truly spent — and a replacement adopted only once it demonstrably restores response. | |
| Controlled Noise Injection | Method | Adds calibrated random noise to an output so no single protected value can be read off it, with the noise sized to a formal leakage budget. | |
| Controlled Overlap Pilot | Process | Stands up a small, reversible slice of the transition zone as a live experiment, so the design can be observed under real conditions and rolled back before it is committed at scale. | |
| Controlled Pilot | Method | Exposes a newly-added response to a bounded slice of real conditions before wide reliance, so its readiness, risks, and actual effectiveness are proven on small stakes. | |
| Controlled Reactivation Prompt | Protocol | Asks the person, team, or system to recall or enact the target pattern in a bounded way before the correction is introduced. | |
| Controlled Surface Swatch Series | Artifact | Presents adjacent texture samples whose controlled parameter changes are recorded and comparable | |
| Controlled Vocabularies | Artifact | Limits naming or classification choices to an approved set, reducing semantic degrees of freedom. | |
| Controlled Vocabulary | Terminology Governance Artifact | ||
| Controlled Vocabulary and Label Set | Interface | A governed set of terms, labels, abbreviations, codes, or field names used consistently across a workflow. | |
| Controlled Vocabulary Tagging | Method | Pins records to a fixed, curated set of terms — with synonyms routed to one canonical label — so findability survives the many different words people use for the same thing. | |
| Convergence Evidence Matrix | Template | Tabulates lineages, pressures, solution-shapes, independence evidence, performance evidence, and caveats. | |
| Convergence Warrant Memo | Document | Records the final calibrated inference, confidence, scope, action implication, and defeaters. | |
| Convergence–Divergence Rubric | Test or Assessment | A precommitted rubric for rating agreement, partial compatibility, material conflict, and unresolved divergence. | |
| Conversion Funnel Dashboard | Metric or Dashboard | Displays entry counts, conversion rates, drop-off counts, and final yield across ordered stages. | |
| Convolutional Feature Extractor | Software or Tool | A software mechanism that applies kernels across a field to generate locally transformed feature maps. | |
| Cooldown After Action Rule | Procedure | Prevents immediate re-triggering after a receiver has acted, absorbed, refused, or become fatigued. | |
| Cooldown or Quiet Period | Rule | Enforces a minimum gap between firings — or a scheduled quiet window — so a channel cannot burst or nag its way into background noise even when many events qualify. | |
| Cooling-Off Period | Rule | Bars a decision-maker or gatekeeper from crossing to the parties they oversaw for a fixed waiting period, so the revolving door cannot pay off while the decision it might bias is still live. | |
| Cooling-Off Period Policy | Protocol | Uses time and behavior evidence to reduce residual risk after conflict, bias, influence, volatility, or unsafe action. | |
| Cooling-Off Period Protocol | Protocol | Freezes deadlines, automatic responses, and irreversible moves for a fixed window — buying back control and reversibility so verification, authorization, and talks can happen before anyone acts. | |
| Cooperation Retrospective | Review | A periodic, blameless look back at how the cooperation itself went — who carried what, who got left out, what strained — that adjusts the arrangement before the next cycle. | |
| Cooperative Agreement | Governance Charter or Membership Rule | Implements reciprocity for a cooperative or member-governed setting by linking participation, benefits, duties, and remedies. | |
| Cooperative Contact Program | Procedure | Creates repeated structured contact around equal-status participation, common goals, interdependence, and institutional support. | |
| Cooperative Contribution Charter | Artifact | A written founding agreement that names the shared benefit, fixes who the contributors are, and states the fair-share rule everyone signs up to — the reference every later contribution and dispute is measured against. | |
| Cooperative Ownership | Institution | Vests ownership and governance of the shared good in its beneficiaries, so the people who rely on it also decide, fund, and answer for it. | |
| Cooperative Supply Contract | Document | Structures buyer-supplier relations around reliability, fair risk sharing, capability investment, and long-term mutual capacity. | |
| Coordinate Chart Mapping | Method | Covers a source too curved or complex for one global frame with a family of local coordinate charts, each faithful on its own patch and stitched to its neighbors where they overlap. | |
| Coordinate or Basis Transformation | Method | Translates quantities and relations between coordinate systems, frames, bases, or encodings. | |
| Coordinate Round-Trip Test | Protocol | Encodes a known object into coordinates and reconstructs it, checking that decode-of-encode returns the original — an end-to-end proof that the basis represents faithfully and uniquely. | |
| Coordinated Access Protocol | Protocol | ||
| Coordinated Approval Workflow | Workflow | A workflow that releases execution only after a required approval set is complete. | |
| Coordination Cost Modeling | Method | Models how communication, approval, synchronization, handoff, or relationship burden grows as people, teams, dependencies, or interfaces increase. | |
| Coordination Decision Rights and Autonomy Matrix | Artifact | Maps, for each class of coordinated decision, who may commit, decide, execute, veto, stop, and review — drawing the line between legitimate local autonomy and choices that require joint control. | |
| Coordination Health Review | Review | A standing review that watches interface- and outcome-level health signals and re-tunes the coordination architecture before degradation hardens into failure. | |
| Coordination Meeting Cadence | Ritual | Creates repeated synchronization points for dependencies that require ongoing visibility, mutual adjustment, or cross-task negotiation. | |
| Coordination Rehearsal Session | Procedure | A tabletop, simulation, dry run, or walkthrough that tests shared model application. | |
| Coordination-Overhead Dashboard | Monitor | Tracks the running cost of coordinating across boundaries — cross-team handoffs, review latency, meeting load — so misalignment shows up as a rising number before it shows up as missed releases. | |
| coordination_artifact_kill_switch | Governance Rule | ||
| coordination_load_audit | Audit | ||
| Copay | Rule | Charges the protected actor a small fixed amount at each use of a covered service, so discretionary, marginal use carries a personal cost without exposing them to catastrophic loss. | |
| Copula Tail-Dependence Check | Method | Models whether extreme losses co-occur more often than average correlation suggests. | |
| Copy-on-Write | Method | Lets many holders share one physical copy of some data and defers the actual copy until a holder first writes, so unmodified sharing costs nothing. | |
| Core / Emerging / Future Investment Buckets | Classification Scheme | Groups initiatives into present core, emerging transition, and future bets for comparative review. | |
| Core Architecture Sketch | Document | Represents the few essential modules, interfaces, or responsibilities of a design before implementation detail is specified. | |
| Core Sample Logging Protocol | Procedure | Records depth, material transitions, inclusions, and sampling metadata for core-based sequences. | |
| Core Schema | Template | Provides a reusable pattern of essential categories and relations that can be applied across cases. | |
| Correction and Retraction Notice | Artifact | Publicly links a corrected or withdrawn record to what was wrong, what changed, and who is affected — without erasing the original from the trail. | |
| Correction Synchronization Workflow | Process | Once a correction is decided, drives it through every human-owned surface that repeated the error and confirms each was fixed, so no stale copy is left behind. | |
| Corrective Action Register | Software or Tool | Tracks repair tasks, responsible owners, due dates, dependencies, verification evidence, and closure status. | |
| Corrective Action Request | Document | Creates a formal request to correct a defect, nonconformance, incident, or partial failure and to verify that the cure is complete. | |
| Corrective and Preventive Action Cycle | Protocol | Investigates significant nonconformance, implements systemic change, and verifies that recurrence risk falls. | |
| Corrective Experience Pairing | Method | Pairs the active old pattern with a new safe outcome, evidence set, or response so the stored association can update. | |
| Correlated Risk Register | Document | Records shared exposures, affected redundant paths, severity, mitigation owner, test evidence, and residual risk acceptance. | |
| Correlation Heatmap | Artifact | Lays the whole pairwise dependence matrix out as a colour grid, so blocks of co-moving variables jump out at a glance before any single pair is examined. | |
| Correlation or Covariance Audit | Metric or Dashboard | Measures how much supposedly separate elements co-move, identifying shared noise that can make the population less informative. | |
| Corridor and Refuge Design | Method | Lays out the safe movement routes, protected interior refuges, and containment breaks that let a transition zone stay productive without letting its edge hazards reach the interiors. | |
| Corridor Seeding or Repeater Placement | Method | Bridges attenuation and shadow gaps by placing relay nodes — repeaters, brokers, or seed sites — at feasible intermediate points so signal, flow, or contact can cross a span no direct link can. | |
| Corroboration Ladder | Evidence Rubric | Orders independent traces from weak consistency checks to strong external confirmation and contradiction. | |
| Costly Demonstration | Effort or Capability Demonstration | ||
| Costly Signal Requirement | Rule | Requires the informed party to incur a cost that only a genuine high type would rationally pay — so quality reveals itself through what a low type won't imitate, without anyone having to verify the private fact directly. | |
| Cost–Benefit Assessment Protocol | Protocol | Weighs a proposed distortion repair on full welfare terms — surplus recovered, who gains and loses, and how robust the case is — instead of accepting 'it costs less' as proof it is better. | |
| Count Impact Assessment | Test or Assessment | An assessment that estimates how a proposed individuation rule changes entity counts, eligibility, rates, duplicates, denominators, or exposure. | |
| Countdown and Completion Cue | Artifact | Makes anticipation visible and bounded with a ticking countdown toward a known moment, and marks the finish with an unmistakable completion cue. | |
| Countdown and Unison Start | Process | Uses a shared count or cue to collapse many separate starts into a single instant — a one-shot ignition that phase-aligns dispersed people to the same 'now.' | |
| Counter-Correlated Holdout Set | Artifact | A sequestered test set built so a suspected shortcut cue is decorrelated from — or inverted against — the target, turning the model's performance drop on it into a direct measure of shortcut reliance. | |
| Counter-Defect Rollback Runbook | Process | Reverses committed progress by launching a counter-defect back along the path, annihilating the forward change step by step to a known-good state. | |
| Counter-Narrative Comparison | Method | Places the dominant grand narrative beside one or more alternative accounts to test focalization, causality, omitted actors, and scope. | |
| Counter-Narrative Red Team | Review | Challenges the story with alternative frames, stronger objections, and affected-group interpretations. | |
| Counter-Narrative Workshop | Ritual | Brings reviewers together to construct credible alternative narratives and compare how each handles evidence, omissions, and causal links. | |
| Counter-Signal Injection | Method | Cancels a pathway's drive by injecting an equal-and-opposite signal alongside it, leaving the original source in place and other signals untouched. | |
| Counter-Stereotype Evidence | Method | Feeds credible, case-specific disconfirming evidence into a judgment so a stereotype cannot monopolize the reading of ambiguous behavior. | |
| counter_script_review | Bias Guardrail | ||
| Counterbalanced Sequence Testing | Test or Assessment | Rotates presentation order across participants, cases, or groups to distinguish real contrast from artifacts caused by first/second position. | |
| Counterevidence Precommitment Question | Checklist | Asks participants to state in advance what evidence would change or complicate their view. | |
| Counterexample Case Review | Procedure | Uses cases that contradict the abstraction to test whether the abstraction should be revised, limited, or retired. | |
| Counterexample Search | Method | Actively searches for a case, input, stage, or transition that breaks the claimed extension and forces revision of the propagation rule. | |
| Counterexample Surface Scan | Method | Deliberately hunts the disconfirming cases a vivid story leaves unshown, so the counterexamples get weighed too. | |
| counterexample_admissibility_test | Evidence Test | ||
| Counterfactual Branch Probe | Test or Assessment | Tests whether plausible alternative paths remain viable by varying timing, coalition, framing, resource, or rule assumptions. | |
| Counterfactual Conditional Translation | Method | Rewrites an object-claim as a set of if-you-did-X-you-would-experience-Y conditionals, pinning its meaning to what specified access would encounter. | |
| Counterfactual Contrast Memo | Method | Argues one case's causal claim by spelling out what would have happened absent the cause, anchored to a closely matched case where the cause was in fact missing. | |
| Counterfactual Filter-Relaxation Workshop | Ritual | A facilitated session that imagines one filter removed or loosened and reasons out what would then survive — surfacing outputs the intact stack silently kills. | |
| Counterfactual History Review | Method | Uses historically plausible alternatives to test whether an outcome depended on a decision, constraint, accident, or structural condition without treating imaginative speculation as proof. | |
| Counterfactual Minimal-Change Checklist | Checklist | A checklist for preserving relevant facts when using nearby alternatives to test necessity or contingency. | |
| Counterfactual Non-Activation Comparison | Comparative Analysis | Compares activation against delaying, doing nothing, pursuing a lower-barrier alternative, or investing in a different threshold-crossing opportunity. | |
| Counterfactual Plausibility Filter | Reasoning Check | ||
| Counterfactual Preservation Checklist | Checklist | ||
| Counterfactual Sensitivity Matrix | Template | Rates which alternative branches are plausible, evidence-supported, scale-bounded, and outcome-relevant. | |
| Counterfactual Value-Delta Table | Comparison Artifact | ||
| Counterfactual Welfare Comparison | Method | Compares the proposed intervention to credible alternatives and the no-action path, separating actual distributional change from baseline choice. | |
| counterfactual_assumption_test | Reasoning Prompt | Asks what would change if a key assumption were false, reversed, or only locally true. | |
| counterfactual_control_test | Reasoning Check | ||
| Counterform Activation | Perceptual Mechanism | ||
| Counterframe Register | Artifact | A record of objections, alternative frames, affected-party interpretations, and evidence challenges that remain visible during window movement. | |
| Counteridentification Probe | Test or Assessment | Tests whether audiences hear the appeal as insulting, inauthentic, manipulative, out-group coded, or threatening to belonging. | |
| Countermove Rotation Playbook | Protocol | A playbook that tells actors which counter-option to preserve, test, activate, or de-emphasize under specific observed conditions. | |
| Counterparty Model Red Team | Method | Challenges a proposed model of another actor by generating alternative motives, constraints, and interpretations. | |
| Counterparty Obligation Register | Accountability Mapping | ||
| Counterparty Rating and Feedback | Market or Platform Signal | ||
| Counterpersona Review | Risk Review Method | Introduces contrasting or edge-case personas to expose failures hidden by the central proxy. | |
| counterpoint_mapping_workshop | Procedure | Maps where lines should reinforce, contrast, answer, or remain separate. | |
| Counterreading Stress Review | Review | Builds the strongest rival reading on purpose and makes the favored one either explain the marks it resists or narrow its own claim. | |
| Countervailing Review Panel | Oversight Mechanism | ||
| Countervailing Stakeholder Panel | Role or Team | Gives interests the regulated actor would otherwise outweigh a standing seat and independent evidence in the institution's deliberations, so decisions are shaped by more than the loudest, best-resourced voice. | |
| Coupling Exposure Matrix | Test or Assessment | Crosses protected relational variables with environmental channels and exposure conditions. | |
| Coupling-Efficiency Drift and Retuning Audit | Test or Assessment | Compares current useful transfer, rejected categories, stability, adapter health, and context with the approved operating envelope and triggers accountable action. | |
| Covariance or Factor Model | Method | Explains a whole web of correlations as a few shared drivers plus what is left over, separating co-movement that is systematic from co-movement that is idiosyncratic. | |
| Covariate Balance Plot | Metric or Dashboard | A visual display of baseline covariate differences across assigned groups. | |
| Coverage Checklist Walkthrough | Checklist | Uses a structured checklist to walk through expected cases, states, criteria, or controls and flag omissions or ambiguous coverage. | |
| Coverage Counterexample Search | Method | Actively hunts for a single required target that no valid source covers — a counterexample to the completeness claim — instead of tallying how much is covered. | |
| Coverage Dashboard | Monitor | A live surface that shows current coverage against the required targets, weighted by priority, and lights up the moment a newly-added target has no witness yet. | |
| Coverage Heatmap | Metric or Dashboard | Visualizes cell coverage, sampling density, risk, or implementation status across selected axes. | |
| Coverage Heatmap Audit | Metric or Dashboard | Visualizes actual and missing coverage against the field tiling. | |
| Coverage Map and Blind-Spot Review | Workflow | Maps searched and unsearched regions so absence claims stay within evidence boundaries. | |
| Coverage-Decay Trigger and Release Gate | Policy | Turns evidence of coverage decay into a pre-authorized, owned response — escalate, contain, renew, or roll back — bounded by a hard floor on the protection that must never drop. | |
| Coverage-Hole Heatmap | Tool | Renders the substrate as a heatmap of representation density so under-covered source regions — the holes where the map is thin or missing — become visible at a glance and can be prioritized. | |
| CQRS Read-Model Projection | Tool | Splits the write model from the read model so each is shaped for its job — the write side stays normalized and validating, while one or more read models are denormalized per query and updated after the fact. | |
| Crack Arrester | Method | A structural feature that stops or slows fracture propagation by interrupting the path along which a crack can travel. | |
| CRDT-Like State Merge | Model | Represents shared state as data types whose concurrent updates merge deterministically, so replicas accept writes independently and always converge to the same value. | |
| Credential and Infrastructure Dependency Audit | Procedure | Checks whether backup systems, emergency roles, and alternate channels still depend on the same identity provider, network, power source, cloud region, or access authority. | |
| Credential or Certificate | Third Party Attestation | ||
| Credential Revocation or Downgrade | Protocol | Provides an authorized path to strip or downgrade a signal once its holder no longer meets the claim, so a badge cannot become a permanent decoration that dilutes every badge like it. | |
| Credential Verification | Review | Confirms with the issuing authority that a claimed qualification is genuine, current, and unrevoked — turning an unverified claim into standing evidence of a hidden competency or authorization. | |
| Credential Verification Workflow | Workflow | Checks eligibility evidence such as education status, residency, nonprofit status, membership, age, income qualification, or professional role before granting the protected offer. | |
| Credentialing and Peer Review Process | Procedure | Operationalizes competence-based authority by testing, certifying, or reviewing the decision-maker’s relevant expertise. | |
| Credibility Audit | Diagnostic Review | Reviews whose testimony is believed, discounted, overburdened, or treated as merely anecdotal across meetings, datasets, reviews, investigations, or decision records. | |
| Credible Guarantee or Warranty | Artifact | Pre-commits the promiser to bear the cost of failure, so that offering a costly, legible warranty is itself the signal the promise is meant. | |
| Credit Taxonomy or Authorship Matrix | Template | Names different contribution categories, such as design, execution, coordination, review, mentoring, analysis, maintenance, and communication, so recognition is not limited to the most visible output. | |
| credit_contribution_register | Recognition Record | ||
| Crew Scheduling Model | Method | A model for assigning workers or crews to shifts, duties, routes, or tasks under labor and skill constraints. | |
| Crisis Briefing Cycle | Ritual | A repeated briefing format that updates the shared interpretation of a rapidly changing situation and translates it into operational priorities. | |
| Crisis Hotline and Clarification Protocol | Protocol | An always-open, authenticated direct line between the parties — for warnings, clarifying an ambiguous event before it's misread, requesting a pause, and confirming a stand-down. | |
| Crisis Volunteer Coordination | Workflow | Publishes needs, constraints, safety rules, and resource channels so volunteers can organize around urgent problems without centralized task assignment for every action. | |
| Criteria-First Evaluation Brief | Document | Communicates the target capability, evidence standard, process, supports, limits, and review rights before evaluation. | |
| Critical Dependency Dashboard | Monitor | A live board that watches the handful of highest-criticality dependencies and lights up the moment one degrades, drifts stale, or nears a deadline — turning a one-time map into continuing observability. | |
| Critical Dependency Disconnect | Procedure | A controlled disconnection or pause of a dependency path that would otherwise transmit overload, contamination, compromise, or conflict into adjacent systems. | |
| Critical Function Triage Matrix | Prioritization Tool | ||
| Critical Incident Technique | Method | Collects and dissects the rare high-information episodes — successes, failures, and near misses — where routine behavior broke, because those are the moments that reveal the judgment ordinary descriptions leave out. | |
| Critical Juncture Review | Review Process | A structured review that confirms whether a live moment has high leverage, divergent possible paths, and credible lock-in risk. | |
| Critical Path Analysis | Method | Identifies the sequence of dependent tasks that determines minimum completion time, helping prioritize attention to time-critical dependencies. | |
| Critical Path Method | Method | A project-network method for identifying the dependency path that controls overall duration. | |
| Critical Spares Inventory | Artifact | A maintained stock of replacement parts or consumables needed to restore or preserve critical operations faster than procurement lead time allows. | |
| Critical-Moment Playbook | Template | Prewrites roles, messages, evidence, escalation paths, and safeguards for predictable short-lived openings. | |
| Cross-Basis Consistency Check | Test or Assessment | Tests whether claims made in one representation remain consistent when transformed or interpreted through the conjugate representation. | |
| Cross-Boundary After-Action Review | Ritual | ||
| Cross-Boundary Dependency Workshop | Ritual | A facilitated session where participants from different parts of the pathway identify remote dependencies, weak links, handoffs, lags, and local exposure. | |
| Cross-Boundary Escape Incident Review | Review | Investigates an apparent escape event across teams or jurisdictions to establish whether it is real selection-driven circumvention or an impostor — migration, a protected refuge, an implementation failure, or measurement drift. | |
| Cross-Boundary Hazard Ledger | Register | A standing double-entry record that follows the hazard across every boundary, so a reduction booked in one place must reconcile against system totals or stand exposed as a mere transfer. | |
| Cross-Boundary Support Agreement | Document | Formalizes rights, obligations, data sharing, support levels, review cadence, and exit/continuation rules. | |
| Cross-Case Evidence Matrix Tool | Tool | Assembles a cases-by-variables grid — one row per case, one column per factor — filled with comparably-coded, sourced values so patterns can be read across cases. | |
| Cross-Compiler-to-Self-Host Handoff | Protocol | Uses a foreign compiler to produce the first native build on a new platform, then hands construction to that build so the system compiles itself — and retires the foreign compiler. | |
| Cross-Context Practice | Process | Has the learner apply the same structure repeatedly across deliberately varied target contexts, with feedback on each adaptation, so the skill binds to the structure rather than to one setting. | |
| Cross-Cultural Copy Review | Method | Reviews examples, metaphors, idioms, politeness cues, cultural references, and tone for target-community interpretation and access risk. | |
| Cross-Cultural Ethics Review | Test or Assessment | Reviews whether an ethical standard, policy, or intervention remains legitimate when applied across cultural or community contexts. | |
| Cross-Cutting Source Rotation | Workflow | Regularly introduces vetted sources from outside the usual intake boundary without relying on ad hoc confrontation. | |
| Cross-Functional Design Studio | Method | A recurring, facilitated venue where people from different regimes work side by side long enough to produce solutions neither could have reached alone. | |
| Cross-Functional Implementation Team | Institution | Creates an accountable group spanning technical, operational, user, risk, training, and governance perspectives during change. | |
| Cross-Functional Planning Session | Workflow | A planning format for aligning functions on dependencies, constraints, roles, and escalation paths. | |
| Cross-Functional Team | Institution | Creates an operational group whose members carry different role or identity affiliations but share responsibility for a common outcome. | |
| Cross-Functional Workflow Mapping | Method | Maps dependencies across professional, departmental, technical, or jurisdictional boundaries where local views of the workflow differ. | |
| Cross-Impact Matrix | Analytic Artifact | ||
| Cross-Jurisdiction Incident Review | Ritual | A recurring convening where separately-accountable jurisdictions pool their incident data, so a hazard that slips across the seam between them gets caught, owned, and made good instead of falling into the gap no one answers for. | |
| Cross-Layer Scenario Comparison | Method | Compares how alternative futures look when different systemic, worldview, or myth/metaphor layers are emphasized. | |
| Cross-Lighting Surface Probe | Test or Assessment | Evaluates texture shadow glare relief and disappearance under intended and adverse lighting | |
| Cross-Map Interference Regression Suite | Audit | A standing battery that, after any edit to one representation, re-exercises all the others to prove the change didn't corrupt a map you weren't touching or break clean re-entry. | |
| Cross-Medium Scale Normalization | Procedure | Translates a proportion system using perceptual, functional, and production anchors instead of one global multiplication factor. | |
| Cross-Output Cost Attribution Model | Metric or Dashboard | Compares separate-production cost with shared-input cost after governance, integration, and exception costs are included. | |
| Cross-Reference System | Artifact | Wires records to each other with typed links — see-also, supersedes, duplicate-of — so retrieval can move across relationships and always land on the record that's still authoritative. | |
| Cross-Representation Regression Suite | Test or Assessment | Runs the same cases through multiple encodings or implementations and compares invariant outputs over time. | |
| Cross-Scale Anomaly Heatmap | Pattern Detection Display | ||
| Cross-Scale Buffering Playbook | Implementation Playbook | ||
| Cross-Scale Retrospective | Ritual | Brings participants from multiple levels together after a cycle, disruption, or intervention to identify mismatched signals, timing, gain, and escalation rules. | |
| Cross-Scale Side-Effect Table | Risk Review Artifact | ||
| Cross-Scale Transfer Review | Review | Rechecks whether a metric, rule, or equation that held at one scale still holds after it moves to another — and draws the boundary where its validity ends. | |
| Cross-Side Subsidy | Method | Pays or de-frictions the participant side whose presence creates the most value for the other side, until the network can stand on its own. | |
| Cross-Source Corroboration Table | Template | A claim-by-source table that distinguishes independent support, derivative repetition, contradiction, silence, and non-comparability. | |
| Cross-Subsidy Budget | Valuation Model | Makes the transfer from source to sink an explicit line item — how much surplus each source can spare after protecting itself, where it goes, and whether the resulting subsidy is fair — so support is a decision, not a leak. | |
| Cross-Team Interface Contract | Protocol | Turns a boundary between two teams into an explicit, versioned contract — the promised interface and handoff terms — so the teams can evolve independently without renegotiating every change. | |
| Cross-Trained Surge Pool | Surge Capacity Activation | The pool must be trained enough to protect quality. Otherwise it shortens the queue by creating rework or unsafe variation. | |
| Cross-Training and Role Reassignment | Process | Treats the workforce as the heterogeneous inventory — pairing, training, and reassigning people to cover missing roles within their competence and supervision limits. | |
| Cross-Training and Role Shadowing | Capability Building Practice | ||
| Cross-Training Program | Role or Team | Builds a second set of people who can perform an existing response, so the option survives the absence, overload, or departure of the one person who used to hold it. | |
| cross_lagged_dependency_review | Cross Variable Review | A review that tests whether changes in one variable tend to precede later changes in another variable. | |
| cross_level_exception_protocol | Protocol | A protocol for deciding whether local exceptions are legitimate adaptations or must be escalated as system risks. | |
| cross_market_information_leakage_check | Comparative Signal Check | Compares related markets or instruments to see whether information appears in one signal before another. | |
| cross_validation_under_dimensional_stress | Test or Assessment | Evaluates model stability and transfer using splits or challenge cases that expose high-dimensional overfit. | |
| Crosslinking, Vitrification, or Gel Arrest | Process | Freezes a just-formed domain structure in place by crashing molecular mobility, so coarsening and remixing stop before they undo the pattern you wanted. | |
| Crosswalk Glossary | Document | Maps terms across communities, disciplines, departments, or social groups when no single vocabulary is shared. | |
| Crosswalk Reconciliation Workshop | Ritual | A facilitated session where domain experts compare conflicting crosswalks, name conflict types, choose correspondences, and record exceptions. | |
| Crosswalk Table | Artifact | A mapping between two or more coding schemes, versions, or jurisdictions that assigns their entries to shared classes, so data expressed in one can be translated or reported in another. | |
| Crowd Estimation Protocol | Procedure | Collects many independent noisy estimates and decodes their pattern while checking independence, calibration, and minority-signal value. | |
| Crowdfunding or Pledge Drive | Process | Mobilizes many small voluntary contributions toward a visible funding goal, using momentum and a public target to turn diffuse goodwill into a pool. | |
| crowding_out_monitoring_dashboard | Metric or Dashboard | A dashboard tracking substrate utilization, entrant growth, incumbent shrinkage, protected-floor violations, and mitigation status. | |
| CSS Cascade and Specificity Rule | Rule | Resolves which declaration wins when several target the same property, ranking them by origin, importance, specificity, and source order so conflicts settle deterministically. | |
| Cue Intensity Cap Protocol | Protocol | Sets maximum values for cue strength, salience, reward frequency, animation, sensory loading, urgency framing, or social-proof display. | |
| Cue-Diagnosticity Ablation Test | Diagnostic Estimation | Removes one cue at a time and measures the hit to recall, so you learn which cues are actually carrying retrieval and which are incidental scaffolding. | |
| Cue-Fading Schedule | Protocol | Starts recall fully supported, then withdraws the props on a planned, evidence-gated ramp until the learner retrieves unaided in the conditions that count. | |
| Cue-Hijack Red-Team Review | Procedure | Asks reviewers to find ways a design could capture attention, appetite, status seeking, fear, or reward response beyond user intent or system safety. | |
| cue_destination_alignment_matrix | Template | Maps each local cue to its promised destination value, evidence, owner, and update trigger. | |
| cue_validity_audit | Method | Tests whether a psychologically active cue has a valid evidential relation to the target claim. | |
| Cultural Autobiography Reflection | Reflective Exercise | Has learners map their own formation, defaults, institutions, and inherited categories before interpreting others. | |
| Cultural Diagnosis Interview Protocol | Protocol | Collects narratives, metaphors, assumptions, lived experience, and contested meanings from people affected by the issue. | |
| Cultural Fit Workshop | Ritual | Facilitates structured review of artifact assumptions, local norms, friction points, adaptation options, and nonnegotiable safeguards with affected participants. | |
| Cultural Iconography Review | Expert Review | Uses domain, community, or art-historical expertise to identify unintended associations and interpretive conflicts. | |
| Culture Ritual | Ritual | Uses recurring rituals, stories, recognitions, or routines to reinforce the target disposition and make it socially legitimate. | |
| Culture Survey | Tool | Measures, across a whole population, what people take for granted, how fairly and legitimately they experience the arrangement, and where lived experience diverges by group. | |
| Cumulative Contribution Curve | Tool | Plots how fast the outcome accumulates across ranked contributors, exposing the knee where the vital few give way to the trivial many. | |
| Cumulative Discretion Review | Review | Reviews a whole population of individually-reasonable discretionary decisions as one shared pool of spent latitude, so that many locally-defensible exceptions do not compose into a system-level breach. | |
| Cumulative Risk Horizon Table | Artifact | Lays a tiny per-opportunity probability across the real number of opportunities in the horizon, turning 'practically zero' into a cumulative chance — and marking the point where prevention-only must give way to containment. | |
| Curiosity-Driven Onboarding Path | Learning Sequence | Uses purposeful unanswered questions to help newcomers understand why a system, role, product, or domain works the way it does. | |
| Current Use Mapping | Method | Maps current users, beneficiaries, maintainers, constraints, and harms so an originally unintended function is still evaluated for present-day consequences. | |
| Curriculum and Canon Embedding | Workflow | Places the frame into teaching materials, syllabi, professional training, credentialing, or onboarding so it becomes a learned baseline. | |
| Curriculum Core Plus Electives | Workflow | Combines common learning outcomes with variable electives, local examples, projects, or pathways. | |
| Curriculum Level Progression | Method | A teaching method that sequences concepts into usable abstraction levels and later reveals deeper structure. | |
| Curriculum Map | Artifact | A program-level chart that lays out the units of a course of study, the outcomes each serves, and the prerequisite order that binds them into a coherent whole. | |
| Curriculum Prerequisite Map | Document | A representation of learning dependencies among concepts, skills, modules, courses, or assessments. | |
| Curriculum Sequence Map | Planning Artifact | Orders learning experiences so prerequisite concepts, practice, feedback, and integration appear before dependent tasks. | |
| Curriculum Template | Template | A learning design scaffold with variable example, activity, assessment, and pacing slots. | |
| Custody Roster or Stewardship Rotation | Protocol | Assigns named, rotating responsibility for the object's care, transport, display, storage, and repair, so an unbroken line of accountable custody follows it over time. | |
| Customer Make-Whole Credit | Policy | Offers replacement, account credit, restitution, or extra service to restore customer acceptability after a failed or incomplete transaction. | |
| Customer-Order Decoupling Point Map | Diagram | ||
| Customs Process | Institution | An institutional apparatus that classifies goods crossing a jurisdictional boundary, assesses duty, and decides seizure or release — leaving a documentary record for every consignment. | |
| Cut-Set Hardening | Method | Finds the small set of nodes and links whose loss would split the span, then strengthens or duplicates exactly those, so a single failure cannot fragment a barely-connected network. | |
| Cut-Set or Separator Analysis | Method | Identifies edges, variables, interfaces, or boundary conditions whose resolution separates the network into subproblems. | |
| Cycle Closure Audit | Checklist | Checks whether the final state really restores the cycle’s starting capacity or only passes waste, debt, or degradation to another system. | |
| Cyclic Payoff Table | Artifact | A payoff table used to compare pairwise outcomes and expose nontransitive relationships that a single score would hide. | |
| Damage Assessment Survey | Assessment Artifact | ||
| Damping and Venting Controls | Procedure | Uses buffers, cooldowns, throttles, relief channels, or stabilizers to dissipate surplus safely. | |
| Dashboard | Metric or Dashboard | Presents selected signals and inferred states in a shared view for monitoring, diagnosis, prioritization, or escalation. | |
| Dashboard Highlight | Tool | Surfaces the one metric, anomaly, or next action that currently matters inside a live data surface, using data-driven formatting — conditional colour, reference lines, alerts, focus panels — that changes as the data changes. | |
| Dashboard Layout Review | Metric or Dashboard | Reviews dashboard panels, charts, alerts, and labels so operational relationships and priorities are perceived correctly. | |
| Dashboard Rollup Formula | Software or Tool | Encodes how local metrics become higher-level dashboard summaries while preserving exceptions and drill-down paths. | |
| Dashboard Salience Calibration | Method | Re-tunes a dashboard so visual prominence tracks significance rather than default, vendor, or recency — and publishes a key so viewers can tell the difference. | |
| Dashboard View Design | Metric or Dashboard | Packages selected measures, comparisons, alerts, and drilldowns into a view fitted to monitoring or decision support. | |
| Data Completeness Check | Test or Assessment | Checks whether records, fields, observations, time periods, categories, or sources needed for valid use are present or explicitly marked missing. | |
| Data Conduit | Technical Infrastructure | ||
| Data Consent Settings | Software or Tool | Lets users grant, narrow, revoke, or inspect data permissions at different levels of granularity. | |
| Data Diff and Merge Tool | Tool | Compares two divergent copies against their common ancestor, auto-merges the changes that don't overlap, and surfaces the ones that do as explicit, reviewable conflicts. | |
| Data Import Validator | Tool | A gate on data entering a system that checks each record against a schema and rules, then coerces what it can safely fix and rejects or dead-letters what it cannot. | |
| Data Leakage Audit | Audit | Traces the provenance of every feature and split to catch information that leaks from the future, the label, or duplicated rows into training or validation — and records where each leak entered. | |
| Data Lineage Balance Check | Audit | Asserts that every step of a data pipeline conserves its records and totals — what enters equals what leaves plus what was intentionally dropped — and flags any hop where the count silently breaks. | |
| Data Lineage Capture | Tool | Records how each value moved through sources, transformations, joins, and derivations, so a suspect output can be traced back to the upstream step that produced it. | |
| Data Lineage Map | Artifact | Shows how data sources, transformations, storage locations, models, reports, or decisions relate across a data lifecycle. | |
| Data Lineage Record | Artifact | Tracks data origin, transformations, joins, filters, owners, and downstream uses. | |
| Data Loss Prevention | Policy | An egress control that watches data leaving an organization and blocks, encrypts, or logs any movement of sensitive material that isn't authorized. | |
| Data Loss Prevention Policy | Policy | Watches data in motion at the egress boundary, classifying content by sensitivity and flagging or blocking transfers where surplus — or an aggregation of individually-innocuous fields — is leaving for a context it shouldn't. | |
| Data Model | Artifact | Translates ontology decisions into tables, objects, fields, identifiers, or constraints used by information systems. | |
| Data Network Routing Policy | Technical Control Policy | ||
| Data Normalization | Data Transformation Procedure | Converts data fields, formats, or structures into a standard representation so equivalent records can be compared, joined, or processed consistently. | |
| Data Portability Rule | Rule | Requires that a participant can export their own data — and, where it applies, their reputation and connections — in a usable, machine-readable format, so leaving costs no more than the network's value honestly justifies. | |
| Data Quarantine | Workflow | A workflow that isolates suspicious, contaminated, embargoed, or sensitive data from ordinary production use. | |
| Data Schema | Artifact | Fixes the shared structure, field names, types, and units of exchanged data so information passes between systems without custom per-pair mapping. | |
| Data Validation Schema | Artifact | Encodes the structure, types, allowed values, and cross-field rules a record must satisfy, rejecting malformed data at the boundary before it is trusted. | |
| Data-Adapted Basis Learning | Process | Learns the basis from the data itself — fitting a small set of generators that reconstruct the observed objects with as few, as sparse, or as interpretable coefficients as possible. | |
| Data-Quality Texture Overlay | Visual Overlay | Adds texture on top of a primary display to indicate missing, provisional, low-confidence, or high-uncertainty data. | |
| Database ORDER BY Contract | Software or Tool | Requires queries or data interfaces to specify a stable order rather than relying on implicit storage order. | |
| Database Snapshot Restore | Technical Procedure | Restores database state after failed migration, corruption, or destructive change. | |
| Database Transaction | Software or Tool | A software mechanism that groups database operations under commit and rollback semantics. | |
| Database Vacuum or Compaction | Technical Procedure | ||
| Database-Trigger Synchronization | Tool | Uses a database trigger to update the redundant copy inside the same transaction as the source write, so the copy is never out of step — at the cost of slowing every write. | |
| Dataset Version Registry | Software or Tool | Records dataset snapshots, schema changes, transformations, provenance, and availability so analyses can be reproduced or compared. | |
| De-Escalation Pathway | Coordination Protocol | ||
| De-escalation Protocol | Protocol | A declared runbook for winding a standoff down and then holding it down — damping the feedback that re-amplifies tension, stabilizing the fragile calm, and gating any return to escalation. | |
| Deactivation Checklist | Protocol | The explicit stand-down procedure that ends the acute regime on purpose — reverting temporary measures, retiring emergency authority, and confirming the handoff to normal operations. | |
| Dead-Letter Queue | Tool | A side queue that captures events a subscriber cannot process after its retries are exhausted, isolating poison messages and preserving them as evidence instead of losing or looping them. | |
| Dead-Letter Queue and Replay | Software Pattern | ||
| Dead-Letter Queue Processing | Process | Diverts messages that repeatedly fail processing into a separate queue where they can be inspected, corrected and retried, or deliberately discarded — so poison items never stall the main drain. | |
| Dead-Man Switch | Interface | A mechanism that requires continuous human or system signal and enters a safe state when that signal disappears. | |
| Dead-Zone Probe or Drive Test | Field Test | A field test that empirically finds regions where propagation fails or arrives weakly. | |
| Deadline Queue | Method | Orders work by due dates or latest-service deadlines, making excessive waiting visible in the service rule itself. | |
| Deadline-Bound Option Exercise | Process | Attaches a hard expiry to a right so the choice must be made by the deadline or is lost, converting open-ended discretion into a now-or-never commitment. | |
| Deadlock Breaker with Sunset | Protocol | Activates a temporary bounded resolution or continuity rule and forces review and expiry. | |
| Debounce Rule | Software or Tool | Requires a trigger to remain true for a defined interval before the system acts, reducing rapid toggling and repeated false activation. | |
| Debt Aging Dashboard | Observability Dashboard | Displays debt age, risk, ownership, dependency spread, incident linkage, and repayment progress to prevent invisible accumulation. | |
| Debt Ceiling Gate | Governance Gate | Blocks additional borrowing or forces repayment once debt load, incident risk, aging, or rework burden passes an agreed threshold. | |
| Debt Restructuring | Financial Agreement | ||
| Decay Countermeasure Program | Other | Offsets compounding deterioration by adding maintenance, practice, replenishment, retention, or renewal before capability falls below viability. | |
| Decay-Weighted Score Update | Process | Discounts old evidence on a schedule so standing tracks who a subject is now, not who they were years ago. | |
| Decentralized Governance Norm | Protocol | Implements local rule design in governance contexts by defining how local units make decisions, surface conflicts, respect boundaries, and coordinate without constant central instruction. | |
| Decentralized Volunteer Matching | Software or Tool | Provides a board, platform, or protocol where needs and offers can be matched without a central planner manually assigning every participant. | |
| Deception Blowback Register | Governance Artifact | ||
| Decidability Triage Worksheet | Checklist | Guides teams through scope, encoding, predicate, termination, correctness, and fallback questions. | |
| Decision Batching Workflow | Workflow | A workflow that groups similar decisions into planned review windows. | |
| Decision Brief | Document | Packages context, options, tradeoffs, evidence, and decision criteria into a compact form for a specific choice. | |
| Decision Calendar | Artifact | An artifact that places recurring decisions onto an intentional cadence. | |
| Decision Clock | Metric or Dashboard | Makes the closure deadline, elapsed deliberation time, delay cost, and pending prerequisites visible. | |
| Decision Closure Criteria | Protocol | Converts abstract 'enough support' into a concrete, decision-class checklist that says when a specific decision may be closed and acted on. | |
| Decision Criteria Rubric | Template | Makes selection criteria explicit so ranking, approval, grading, or prioritization follows the intended objective and constraints. | |
| Decision Input Log | Document | A document recording stakeholder inputs, decision implications, accepted changes, rejected requests, and reasons. | |
| Decision Latency Scorecard | Audit | Breaks a decision loop into sensing, analysis, approval, handoff, execution, and feedback stages and times each one, so the slowest stage stops hiding inside a single 'we're too slow'. | |
| Decision Log | Document | Records decisions, rationales, options considered, authorities, affected artifacts, and later revisions. | |
| Decision Matrix Under Uncertainty | Artifact | Displays candidates, scenarios, performance thresholds, robustness metrics, and tradeoff notes so selection is auditable. | |
| Decision Memo Epistemic-Mode Section | Document Template | A decision memo section that separates facts, assumptions, hypotheses, premises, estimates, values, and unknowns before action is authorized. | |
| Decision Method Triage Matrix | Checklist | Scores or classifies decisions by stakes, urgency, reversibility, uncertainty, data quality, and accountability need. | |
| Decision Notice | Document | A notice document or message explaining a pending or completed decision and available process rights. | |
| Decision Premise Register | Register | A standing ledger that pins each premise a decision rests on to a named owner and to the downstream choices that would have to be reopened if the premise falls. | |
| Decision Procedure Specification | Document | Documents the algorithm, allowed inputs, output meanings, termination guarantee, and correctness warrant. | |
| Decision Rationale Template | Template | Records the chosen option, displaced alternative, resource commitment, assumptions, and review trigger in a durable format. | |
| Decision Record | Document | Stores the chosen value assumptions, decision rationale, rejected alternatives, and review triggers so the decision remains accountable over time. | |
| Decision Record Log | Document | Stores the commitment statement, authority, rationale, dissent, assumptions, and forgone options. | |
| Decision Record with Residue | Register | Captures the chosen resolution as a durable record that also ledgers what survived and what was given up — the guarantees that still hold, the losses accepted, and everything the decision now touches downstream. | |
| Decision Registry | Software or Tool | Maintains searchable decision categories, current owners, approval requirements, thresholds, and escalation paths. | |
| Decision Rights by Competence | Policy | A governance rule tying each level of demonstrated competence to a matching authority — act alone, act with review, or must escalate — so calibration changes what a person is permitted to do. | |
| Decision Rubric with Distinguishing Criteria | Protocol | Turns the differences that separate categories into explicit written criteria and cut-points, so many people classify the same borderline cases the same way. | |
| Decision Sequence Timeline | Analysis Artifact | A timeline showing when visible actors acted and when later actors could observe those actions. | |
| Decision Table or State Matrix | Artifact | Tabulates every combination of the governing conditions against the action it demands, so the dangerous combination and the guard it must trigger are specified, not left implicit. | |
| Decision Threshold Rule | Procedure | Operationalizes the evidence threshold as a cut point, burden, gate, or standard that changes action status. | |
| Decision Trace Review | Review | Reconstructs an actual decision sequence from the records and artifacts it left behind, then walks the practitioner through the timeline to recover what they knew, and chose, at each step. | |
| Decision Tree | Artifact | Represents uncertain branches, probabilities, and payoffs so alternative actions can be compared under explicit possible outcomes. | |
| Decision Tree Pruning | Method | Cuts branches out of a fitted model when held-out data shows they capture noise rather than signal — shrinking the model toward the size that generalizes best, not the size that fits training data best. | |
| Decision Tree Update | Tool | Encodes, as an explicit branch structure, which response a case should select from its features — including the branch that says 'none of these fits, escalate.' | |
| Decision Triage Queue | Workflow | A workflow that routes incoming decisions by urgency, stakes, reversibility, and owner. | |
| Decision-Cycle Wargame | Method | Simulates how actors force, compress, delay, or misdirect each other’s decision cycles before a live contest does it. | |
| Decision-Rights Matrix | Artifact | Maps each class of decision to who may decide, approve, be consulted, or merely be informed — fixing the agent's authority before any single choice arises. | |
| decision_basis_disclosure | Document | Requires decision-makers to state which evidence, not which impressions, drove their update. | |
| decision_tree_search_diagram | Artifact | A diagram showing branch points, attempted paths, failures, and remaining alternatives. | |
| Decision–Execution Lead-Time and Margin Calculation | Method | Subtracts observation, deliberation, authorization, mobilization, execution, stabilization, verification, and uncertainty margin from scenario closure. | |
| Declining Discount-Rate Schedule | Method | Uses horizon-sensitive discount rates for long-term consequences. | |
| Decode Error Taxonomy | Policy | A classified catalogue of every way a decode can fail — malformed, unsupported, ambiguous, incomplete, unsafe — each mapped to a mandated handling rule, so the decoder responds deliberately instead of guessing or crashing. | |
| Decoder Calibration Curve | Metric or Dashboard | Compares decoded confidence or magnitude against observed outcomes so the readout can be recalibrated when it is over- or underconfident. | |
| Decommissioning and Restoration Runbook | Protocol | The step-by-step procedure for safely closing, salvaging, and restoring a relinquished zone after exit, so the vacated position leaves no stranded hazard, no lost value, and no false promise of return. | |
| Decomposition Plot | Artifact | Displays observed, trend, seasonal or cyclical, and residual components for review. | |
| Decompression Space | Safety Mechanism | ||
| Deconvolution and Inverse Filtering | Method | Reverses a known blurring or convolution — an instrument response, point-spread function, or channel — to recover the sharp signal that was smeared, at the price of amplifying noise. | |
| decorrelation_separation_protocol | Protocol | A protocol for separating, randomizing, or counterbalancing units whose accidental co-activation is creating a harmful association. | |
| Decoy Binding or Sink | Artifact | Plants a sacrificial look-alike that soaks up a pathway's activator before it can reach the real mechanism, starving that one pathway while others keep their supply. | |
| Decoy Sink Endpoint | Interface | Provides a nonproductive endpoint or route that absorbs unwanted requests without executing the protected function. | |
| Dedication or Blessing Statement | Ritual | Fixes an object's meaning in spoken words — naming what it stands for, whom it honours, and what it commits the group to — so the meaning is declared aloud rather than left to inference. | |
| Deductible | Rule | Makes the protected actor pay the first slice of any loss before coverage begins, so small, avoidable losses stay their problem while catastrophic ones remain insured. | |
| Deductible or Copay Schedule | Policy | Builds cost-sharing into the offer so the heaviest-use hidden types find a flat pool less attractive and either stay out or reveal themselves by plan choice, holding the pool's expected cost in range. | |
| Deductible or First-Loss Share | Rule | Makes the actor absorb the first, bounded slice of any loss before protection or a shared pool takes over, so no loss is ever entirely someone else's. | |
| Deduplicating Message Consumer | Process | Remembers which message identities it has already processed so that a redelivered or duplicated message is recognized and dropped before it can repeat an effect. | |
| Deduplication Pass | Cleanup Procedure | ||
| Deduplication Table or Ledger | Artifact | A persisted record of seen operation identities, completion status, and results used to detect and resolve duplicates. | |
| Deduplication Workflow | Process | A repeatable sweep over a defined population that groups records satisfying a duplicate criterion into clusters and collapses each cluster to one. | |
| Deep-Time Timeline | Representation Mechanism | ||
| Default and Delegation Protocol | Protocol | Routes routine choices to vetted defaults, automation, or qualified owners with override and exception logging. | |
| Default Bundle or Preinstallation | Policy | Places the network inside an existing workflow as the default so participants encounter it with near-zero activation effort. | |
| Default Enrollment with Notice | Procedure | Places eligible people on a beneficial path while giving timely, salient notice and a usable way to decline. | |
| Default Option Design | Interface | An interface or policy mechanism that preselects a safe ordinary path while preserving override. | |
| Default or Access Path Adjustment | Choice Architecture | Changes the path of least resistance so responsive actors move toward the desired action without requiring a large price change. | |
| Default Presets | Template | Provides standard starting configurations that remove the need for repeated low-value decisions. | |
| Default Setting | Software or Tool | Preselects a local option so ordinary action follows the desired path unless a user, team, or subsystem deliberately changes it. | |
| Default-Off High-Stimulation Setting | Interface | Keeps especially vivid, repeated, autoplaying, variable-reward, or urgent cue modes off unless a user or governing actor intentionally enables them. | |
| Defeater Register | Register | Lists facts, conditions, and counterevidence that would weaken or defeat an evidence relation. | |
| Defect-Cause Prioritization | Process | Sorts defects and failures by cause so improvement starts with the handful of causes behind most of the rework — then re-ranks once they are fixed. | |
| Defect-Injection Test | Audit | Deliberately introduces a bounded defect to probe where the machinery pins, breaks, or spreads — mapping barriers and blast radius before a real run depends on it. | |
| Defect-Population Limit Protocol | Policy | Caps how many mobile defects may be in flight at once and gates their introduction, bounding concurrent disruption to what can be verified and recovered. | |
| Defect/Disqualifier Sort | Triage Protocol | ||
| Defender Intelligence-Sharing Clearinghouse | Institution | Provides a trusted venue for defenders to share normalized patterns, impacts, and mitigations. | |
| Defensive Identifier Reservation | Artifact | Reserves a name, domain, handle, package, slot, or identifier so a harmful claimant cannot occupy it later. | |
| Deferred Compensation with Forfeiture | Rule | Withholds a portion of earned pay across a maturing window and forfeits the unvested part if avoidable harm from the rewarded conduct surfaces before it is released. | |
| Deferred Database Query Object | Tool | Represents a database query as a composable object that builds up lazily and only touches the database when its results are actually iterated. | |
| Definition Note | Documentation Pattern | ||
| Definition of Done | Rule | A single reusable, team-agreed standard for what 'done' means — the same bar every work item must clear — reviewed and re-tightened as the team learns. | |
| Degraded-Mode Runbook | Protocol | The pre-written procedure for running on reduced capability — which functions to shed, which to keep alive by hand, and the verified path back to full service. | |
| Deictic Labeling Protocol | Protocol | Replaces ambiguous “this/that/there” references with stable labels, coordinates, tags, or identifiers when stakes are high. | |
| Delay Budget Table | Artifact | Allocates a single end-to-end delay allowance across the stages that consume it and names an owner for each, so 'too slow' becomes a per-stage budget someone is accountable for. | |
| Delay-Compensated Local Coupling | Method | Corrects for how stale a neighbour's phase reading already is, so a unit locks to where its neighbour is now rather than chasing where it was. | |
| delay_compensation_tuning_sheet | Control Tuning Artifact | A worksheet used to select control, monitoring, or reinforcement timing while accounting for known process delays. | |
| Delayed or Batched Response Window | Procedure | A timing mechanism that avoids creating a dramatic immediate spotlight when a slower, bundled, or routine response would satisfy the objective. | |
| Delayed Retention, Transfer, and Interference Battery | Diagnostic Estimation | Tests at a delay whether the installed change actually held — whether it survived over time, transferred to ordinary contexts, and resisted the return of the old pattern. | |
| Delegated Approval Rule | Protocol | Creates a control surface by granting specific actors authority to adjust a state within limits. | |
| Delegated Enforcement Authority | Institution | Hands the power to enforce a commitment to an independent agent whose mandate you cannot quietly reclaim, so the consequence lands even when your later self would rather it didn't. | |
| Delegation Charter | Document | Documents the authority delegated to a role, team, project, committee, or unit, including scope, constraints, review conditions, and escalation rules. | |
| Delegation Framework | Method | Specifies which decisions and monitoring may move down or out, within what authority limits, and with what check-backs — so an overseer can shed load without losing accountability. | |
| Delegation Letter or Authority Envelope | Artifact | Transfers a bounded, revocable slice of decision authority to a named holder — stating exactly what they may decide, up to what limit, and what to do at the edge of that envelope. | |
| Delegation Rulebook | Document | A document specifying which decisions are delegated to which roles under which constraints. | |
| delegation_authority_matrix | Document | ||
| Deleverage-Before-Stimulus Rule | Policy | Withholds the stimulus lever until an over-stretched stock is rebuilt past a set threshold — because pushing flow through an impaired reserve only deepens the hole. | |
| Deliberate Practice with Desirable Difficulty | Method | Introduces productive challenge into learning so effortful retrieval, variation, and feedback strengthen later performance. | |
| Deliberate Response-Delay Window | Protocol | Creates a protected interval for verification, interpretation, coalition consultation, or cooling before committing to an irreversible response. | |
| Deliberative Weight-Setting Session | Meeting Format | Facilitates discussion and justification of proposed objective weights. | |
| Delivery Acknowledgement | Protocol | A per-message confirmation handshake in which the broker holds an event as delivered only once the consumer acks — redelivering on silence to make at-least-once real. | |
| Deload Period | Scheduling Practice | ||
| Deload Week | Protocol | Implements recovery by temporarily reducing workload or training intensity so adaptation can consolidate and strain can decline. | |
| Delphi Process | Method | Converges a dispersed expert panel through repeated anonymous rounds, feeding back the group's distribution and reasons between each so judgments revise without status pressure. | |
| Delphi Study | Method | Implements structured expert judgment through anonymous rounds, controlled feedback, and revision until useful convergence or stable disagreement is reached. | |
| Delta or Differential Encoding | Method | Sends only the difference from what the receiver could already predict — so the wire carries change, not the whole picture each time. | |
| Demand Admission Gate | Protocol | Decides at the point of entry whether each new unit of demand is admitted, queued, redirected, or staged — so the envelope is protected by controlling what gets in, before load is ever taken on. | |
| Demand Aggregation Window | Protocol | Briefly holds compatible low-density requests until enough accumulate to serve them together as one efficient cluster, instead of dispatching each sparse request on its own. | |
| Demand Forecasting | Forecasting Method | ||
| Demand Paging | Method | Loads a page of memory from backing store only when a program actually touches it, turning the page fault into the signal that the data is finally needed. | |
| Demand Response Pricing | Policy | Varies price continuously by time, load, or scarcity so responsive demand moves off the peaks efficiency would let it pile onto — reshaping when the resource is used rather than what it costs on average. | |
| Demand Response Staggering | Protocol | Offsets recurring or automated demand actions, such as charging, heating, cooling, or equipment starts, to avoid synchronized infrastructure peaks. | |
| Demand Segmentation ABC/XYZ Matrix | Analysis Template | ||
| Demand-Based Budgeting | Policy | Authorizes spending capacity to expand and contract with a demand driver — caseload, enrollment, usage — releasing funds in tranches as volume crosses thresholds, while a cap and cost monitoring keep elasticity from becoming invisible overspend. | |
| Demand-Driven Build Graph | Process | Models work as a dependency graph and, given a requested output, realizes only the subgraph that output depends on and whose inputs have changed. | |
| Denominator Reconciliation Checklist | Checklist | Checks that stage counts reconcile across systems, definitions, windows, filters, and duplicate-removal rules. | |
| Denormalized Field Generation | Method | Copies a single field from a related record into the row that reads it, so one hot read stops paying for a join — at the cost of keeping the copy in step with its origin. | |
| Density Zoning | Composition Mechanism | ||
| Deoptimization or Fallback Handler | Software or Tool | A fallback routine that sends optimized fast-path execution back to a more general slower handler when assumptions fail. | |
| Dependence-Measure Selection Matrix | Tool | Maps the data's measurement scales and expected form to the dependence measure that is actually valid for them, so the coefficient fits the variables instead of the habit. | |
| Dependency and Interaction Map | Artifact | Charts the actual interdependencies and handoffs between actors — where one party's state changes another's feasible action — so coordination targets real coupling, not org-chart lines. | |
| Dependency Closure Map | Artifact | Maps upstream ownership and dependencies for every necessary condition. | |
| Dependency Concentration Heatmap | Metric or Dashboard | Displays weighted dependency exposure by provider, function, geography, platform, and criticality band. | |
| Dependency Concentration Stress Test | Test or Assessment | Simulates failure, withdrawal, price shock, or degradation of the dominant provider or cluster. | |
| Dependency Conflict Detection | Software or Tool | Identifies software, infrastructure, or workflow dependencies that cannot safely be combined because versions, resource assumptions, or side effects conflict. | |
| Dependency Constraint Check | Procedure | A check that verifies dependency relationships against allowed dependency patterns. | |
| Dependency Graph | Model | Draws the system's depends-on relations as nodes and directed edges so concentration, chains, and single points of failure become visible at a glance. | |
| Dependency Handle Registry | Register | Binds each dependency a unit needs to a stable handle, so its references resolve to the same identity across contexts instead of re-resolving against whatever is ambient. | |
| Dependency Injection Framework | Software or Tool | Implements software inversion by letting a framework supply dependencies or call application behavior through configured interfaces instead of having application code directly construct or control everything. | |
| Dependency Injection or Adapter Substitution | Technical Design Mechanism | Implements relation rewiring in software or systems by changing how a component obtains collaborators, dependencies, or interface pathways. | |
| Dependency Injection or Plugin Slot | Architectural Method | Allows candidate components to be inserted behind a stable role boundary without changing callers. | |
| Dependency Interaction Map | Artifact | A map of how dependencies among components, services, processes, resources, or teams modify one another's effects. | |
| Dependency Inversion | Method | Refactors a rigid dependency by making both sides depend on a stable abstraction, so a volatile detail can be swapped or restructured without disturbing the code that used it. | |
| Dependency Lockfile and Allowlist | Policy | Pins every dependency to an exact, pre-approved version and digest and refuses anything else, so a build can only pull what was reviewed — not whatever the registry serves today. | |
| Dependency Map | Artifact | Represents reliance relations among components, actors, resources, tasks, vendors, assumptions, or services so downstream effects and fragility can be seen. | |
| Dependency Mapping Session | Method | Brings participants together to identify task edges, missing inputs, handoffs, timing constraints, and coordination risks. | |
| Dependency Mapping Workshop | Workflow | Brings operators, designers, suppliers, and domain experts together to map shared dependencies that no single group can see alone. | |
| Dependency Matrix | Template | Records task-to-task dependencies in a tabular form, often including dependency type, owner, due date, risk level, and status. | |
| Dependency Network Graph | Mapping Artifact | ||
| Dependency Registry | Register | The durable system of record for dependencies — one governed entry per dependency carrying its owner, its criticality, and its next review date, so nothing important stays unowned or unrevisited. | |
| Dependency Review Workshop | Ritual | Puts maintainers, users, and domain experts in one room to surface the dependencies that live only in people's heads — the tacit handoffs and workarounds no document records — and to claim owners for them on the spot. | |
| Dependency Tree Static Analysis | Tool | Resolves the full transitive dependency graph of an inherited codebase from its manifests — without running it — to expose the layers of borrowed code the project rests on but never wrote. | |
| Dependency-Safe Delete Check | Audit | A pre-deletion gate that traces every live inbound reference to a layer and refuses removal until the layer is proven an orphan nothing still depends on. | |
| dependency_heatmap | Risk Visualization | ||
| dependency_simplification_map | Artifact | A graph or table showing dependencies that create avoidable coordination, translation, integration, or maintenance complexity. | |
| Deployable Compute Capacity | Software or Tool | Compute, storage, network, or platform capacity kept warm, reserved, or quickly allocable for bursts, incidents, failover, or urgent workloads. | |
| Deployment Canary and Drift Sentinel | Monitor | Watches a live model with fixed canary cases and drift signals so that the moment a shortcut's validity changes in deployment — a pipeline change, a distribution shift, an adversary adapting — it raises the alarm before the labels catch up. | |
| Deployment Impact Dashboard | Metric or Dashboard | Tracks outcome, harm, dependency, and lock-in signals during staged deployment. | |
| Deployment Plan | Document | Sequences rollout, responsibilities, dependencies, training, communication, monitoring, and contingency actions. | |
| Deployment Rollback | Protocol | Returns a running service to its last validated release when a change turns out bad, converting a failed refactor from an outage into a quick, bounded reversal. | |
| Deployment Runbook | Procedure | An ordered operational procedure for executing technical changes with prerequisite checks and rollback paths. | |
| Deprecation and Forwarding Notice | Protocol | Marks an obsolete representation as no longer authoritative and attaches a forwarding pointer to the current source, so anyone still holding the old copy is redirected rather than misled. | |
| Deprecation Notice Feed | Monitor | A subscribable, machine-readable signal that actively warns downstream users when something they depend on is being retired or about to break — pushed to them rather than waiting to be read. | |
| Deprecation Warning and Tightening Schedule | Protocol | Turns tightening into an announced, dated plan — warn about a tolerated variant, give producers time to migrate, then stop accepting it on a committed schedule. | |
| Deputy Role Assignment | Role or Team | Names a prepared alternate actor who can perform a critical responsibility when the primary actor is absent or impaired. | |
| Derived Eligibility or Status Answer | Method | Answers the consumer's actual question with a computed predicate or status — 'meets the income threshold: yes' — returned live in place of the underlying record, so the source releases a conclusion instead of the data behind it. | |
| Design Complexity Review | Ritual | Creates a recurring forum or checklist where proposed additions are evaluated for complexity cost, value, maintainability, and alternatives. | |
| Design Constraint Document | Document | Records physical, usability, interoperability, environmental, manufacturing, or maintenance limits that shape design choices. | |
| Design Constraint Templates | Template | Restricts designs to preapproved layouts, materials, patterns, or rule sets so each new design does not reopen every variable. | |
| Design Constraint-Relaxation Table | Template | A table that separates physical, legal, technical, financial, institutional, and preference constraints. | |
| Design Downselection | Procedure | Implements the archetype in design work by comparing rough concepts first and investing detailed engineering, prototyping, or testing in the most promising concepts. | |
| Design History Review | Document | Examines design records, implementation decisions, roadmaps, and change logs to determine whether current use aligns with documented design intent. | |
| Design Iteration | Method | Implements refinement by using sketches, prototypes, user feedback, design changes, and retesting to improve a designed artifact or service. | |
| Design Mockup to Production Path | Workflow | Moves a design from conceptual, visual, interactive, technical, integrated, and production-ready states through explicit gates. | |
| Design Model | Artifact | Shows the functional structure of a proposed solution without every implementation detail. | |
| Design of Experiments Protocol | Protocol | A planning protocol that determines which factors, levels, combinations, assignment rules, and measurement windows will be used to detect interaction effects efficiently. | |
| Design Pattern Documentation | Artifact | Names a recurring solution form and records the context, forces, and consequences that tell you when to reach for it — and when not to. | |
| Design Principle Card | Artifact | A durable, reusable card that states the extracted principle in a form specific enough to guide a design and testable enough to be wrong — with its evidence, transfer conditions, and failure warnings attached. | |
| Design Research Synthesis Wall | Artifact | Externalizes observations, themes, contradictions, and provisional models so teams can iterate between parts and whole. | |
| Design Review | Ritual | A structured review of a proposed design that can instantiate failure anticipation when it searches for failure paths and assigns actions. | |
| Design Studio Critique Cycle | Ritual | A recurring rhythm in which people generate concepts alone, then pin them up for structured group critique against shared criteria — so breadth is produced independently and narrowing happens out loud. | |
| Design System | Artifact | Defines reusable interface components, tokens, patterns, and usage rules that preserve coherence while allowing contextual composition. | |
| Design System Component Slot | Interface | A design-system component exposes named content or behavior slots with allowed component types. | |
| Design Token System | Artifact | Compresses repeated design values into named reusable tokens so many implementations can reference compact shared definitions. | |
| Design Tradeoff Curve | Artifact | Shows how one design attribute may be exchanged for another while preserving acceptable function. | |
| Design Variant Merge Review | Ritual | Evaluates parallel design tracks, selects compatible elements, and integrates them into a coherent design direction. | |
| Design-by-Contract Clause | Rule | Attaches to each operation a precondition, a postcondition, and the policy for a broken precondition — so that when a call goes wrong, the clause names, per call, whether the caller or the component is at fault. | |
| Design-for-Disassembly Teardown | Test or Assessment | A teardown assessment that evaluates how easily a product can be opened, repaired, separated, and recovered. | |
| design_critique | Review Ritual | A critique session that surfaces assumptions embedded in a design choice or user model. | |
| Desire Path Observation | Feedback Method | ||
| Desire Path Walkthrough | Method | Traverse the designed route and the worn-in one side by side, on site, to make the official path explicit and mark exactly where lived use departs from it. | |
| Destabilization Depth and Breadth Monitor | Monitor | Tracks the induced labile interval in real time — how deeply the configuration has loosened and how far the loosening has spread — against a pre-set boundary. | |
| destination_preview_card | Interface | Shows a concise downstream summary, example, status, or cost before an agent commits to a path. | |
| destructive_test_sampling | Destructive Offline Sampling | Uses a sample of units for tests that consume or alter the product, making 100% inline inspection impossible. | |
| Detection Opportunity Audit | Test or Assessment | Checks whether the observer, sensor, search, or communication channel actually could have detected the expected event. | |
| Detection Power Checklist | Checklist | Prompts reviewers to check scope, timing, sensitivity, thresholds, masking, and failure modes before interpreting non-detection. | |
| Deterministic ID Allocator | Software or Tool | A controlled allocator that assigns target values under uniqueness and lifecycle rules. | |
| Deterministic Replay Protocol | Protocol | Reconstructs a past state or sequence by re-applying the same events in the same order through the same logic, so the rebuild is reproducible down to the last detail. | |
| Developmental Milestone and Biomarker Panel | Diagnostic Estimation | A battery of observable milestones and biomarkers that reads out where an individual currently sits relative to the window — supplying the raw readiness signals and surrogate markers that locating it depends on. | |
| Deviant Case Follow-Up Protocol | Protocol | Governs what to do with a case that breaks the cross-case pattern — re-investigate it before deciding whether it is error, omission, or a genuine limit on the theory. | |
| Deviant Case Selection Protocol | Protocol | Selects a case that violates an explicitly stated pattern while documenting the universe of comparison and selection rationale. | |
| Deviation Event Log | Recordkeeping Artifact | Stores deviation facts with baseline version, context, status, and review history. | |
| Deviation Residual Table | Diagnostic Table | Displays the predicted or expected pattern against the observed case evidence so the magnitude and type of deviation are explicit. | |
| Deviation Review Queue | Workflow Artifact | Routes flagged departures to human or automated review, annotation, escalation, suppression, or follow-up. | |
| Diagnostic Cutoff Revision | Review | Revises a clinical or screening cutoff when the population, the assay, or the consequence of a call has changed enough to move the right dividing line. | |
| Diagnostic Log | Monitor | Records symptoms, faults, actions, and outcomes over time so faults can be localized and recurring failure patterns become visible. | |
| Diagnostic Mode | Method | Keeps inspection, testing, and instrumentation alive while blocking production, actuation, and public-facing output, so a fault can be understood before it is touched. | |
| Diagnostic Narrowing | Procedure | Implements the archetype by starting with broad symptom, signal, or evidence groups and then applying more specific tests to likely diagnostic regions. | |
| Diagnostic Rule-Out Protocol | Protocol | Uses necessary signs, markers, traces, or criteria to remove diagnoses or explanations that cannot hold without them. | |
| Diagnostic Sampling | Method | A targeted measurement method used when an intermittent condition is suspected but cannot be observed continuously or reproduced reliably. | |
| Diagnostic Test | Diagnostic Estimation | Applies a standardized measurement with known error rates to reveal a hidden state — disease, defect, readiness — and reads the result against the population's base rate. | |
| Diagnostic Tree Pruning | Domain Specific Procedure | Eliminates diagnostic branches when evidence, constraints, or exclusion criteria prove they cannot explain the observed case. | |
| Diagonalization Impossibility Proof | Method | Proves that no algorithm can decide a class by constructing, from any candidate decider, a self-referential input on which it must be wrong. | |
| Diagram Grouping Cues | Artifact | Uses containers, alignment, flows, adjacency, and line styles to make structural relations legible in diagrams and maps. | |
| Diagram Model Choice | Artifact | Chooses among diagrams such as flows, dependency graphs, state diagrams, causal loops, architectures, or process maps based on the relation the task needs to preserve. | |
| Diary Study | Method | Collects repeated user entries over time so context, recurrence, longitudinal friction, and delayed consequences can be seen. | |
| Diction, Syntax, and Punctuation Trace | Method | Follows the load-bearing formal features — word choice, grammatical attachment, modality, negation, punctuation, and scope — wherever a small difference could change duty, agency, timing, or certainty. | |
| Diff and Merge Ordering | Software or Tool | Orders comparable elements before differencing or merging so changes reflect substance rather than incidental sequence. | |
| difference_in_differences_design | Method | Compares differential before-after change between exposed and comparison units. | |
| Differencing Attack Scan | Test or Assessment | ||
| Differencing Transform | Method | Transforms a series into changes between observations to remove some classes of persistent level trend. | |
| Differential Checker or Reference Oracle | Method | Checks a candidate by running it and a trusted reference on the same inputs and flagging any divergence, treating agreement across independent implementations as the acceptance signal. | |
| Differential Diagnosis | Diagnostic Estimation | Enumerates the plausible explanations for a case in hand and eliminates among them by the features that would distinguish one from another. | |
| Differential Diagnosis Workup | Workflow | Lists candidate conditions or causes, weighs symptoms and tests, and narrows to a working diagnosis. | |
| Differential Equivalence Test | Audit | Feeds the same inputs through two implementations and flags any divergence, establishing that a new or lowered version behaves like a trusted reference — without needing a full specification of the correct output. | |
| Differential Observation Test | Diagnostic Estimation | Feeds pairs of inputs that differ only in the protected value and measures whether their observable behavior is distinguishable — turning 'does it leak?' into a measurement. | |
| Differentiated Instruction Plan | Template | Instantiates stratified treatment in learning by matching supports, pacing, practice, or challenge to learner strata while preserving a shared learning aim. | |
| Differentiated Support Pathway | Service or Learning Pathway | Routes participants to different levels or types of support while aiming at a shared standard or fair access outcome. | |
| Differentiated Support Plan | Support Configuration | A plan that varies support amount or type according to remaining need and expected marginal usefulness. | |
| Digital Signature | Cryptographic Protocol | Uses a protected signing key to create artifacts that can be checked with public verification material. | |
| Digital Twin Maturation | Technical Workflow | Evolves a simple system representation toward live, integrated, sensor-fed, or operationally synchronized fidelity in stages. | |
| Digital Twin Trial | Model | Exercises a candidate policy against a synthetic, executable replica of the system — including conditions that have never actually occurred — before it is allowed to touch the real thing. | |
| Digital Watermark or Content Fingerprint | Digital Marker | ||
| Digital-Twin Hazard Rehearsal | Method | Rehearses a specific dangerous conjunction — with its real timing — inside a high-fidelity simulation, so the end-to-end route can be exercised without exposing the live system. | |
| Dijkstra-Style Frontier Expansion | Graph Algorithm Pattern | ||
| dimension_budget_review | Procedure | Reviews and limits the number of variables, latent dimensions, interactions, segments, or states allowed into the method. | |
| Dimensional Analysis Table | Artifact | A worksheet that lists every quantity with its units and base dimensions and tracks how they cancel through a formula, so no scale-dependent term is ever combined blindly. | |
| Dimensional Chain Diagram | Tool | Draws the closed loop of dimensions and interfaces whose deviations combine, anchoring each link to a common reference so the contributors to a fit can be seen and counted before they are computed. | |
| Dimensional Scaling Test | Analytical Test | ||
| Dimensional Star Schema | Model | Reshapes source data into a central fact table ringed by denormalized, conformed dimension tables, so analytical slice-and-dice reads hit a purpose-built copy instead of joining the operational schema. | |
| Dimensionality Reduction | Method | Dimensionality reduction reduces variables or features; coarse-graining groups elements into higher-level units and preserves inter-unit behavior. | |
| dimensionality_reduction_probe | Test or Assessment | Tests whether a reduced representation preserves the task-relevant signal and neighborhood structure. | |
| Dimensionless Ratio Construction | Method | Combines quantities into a ratio whose units cancel — a pure number that carries meaning across scales, but only when its parts are chosen to mean something. | |
| Diminishing Returns Detection | Method | Detects a plateau by comparing each added unit of input against the extra output it buys, flagging the point where marginal response has flattened even while total output still looks healthy. | |
| Diplomatic or Trade Sanctions Framework | Institution | Uses conditional restrictions, costs, or denied benefits to pressure a collective actor while preserving review and de-escalation logic. | |
| Direct and Indirect Rebound Audit | Audit | Traces where an efficiency gain's freed capacity and freed money actually went — same-service demand, cross-category spending, and induced supply — to see how much of the intended saving rebounded. | |
| Direct Client Contracting | Method | Cuts the agency, broker, or platform out of the deal so a producer contracts one-to-one with the end client and keeps the intermediary's cut. | |
| Directional Mark or Grain Map | Artifact | Records orientation flow interruption and alignment of texture with gross form | |
| Disagreement Register | Register | Keeps a live, classified ledger of every open disagreement — factual, interpretive, preference, risk, authority — so the group always knows exactly what still divides it. | |
| Disaster Reentry Check | Protocol | A protocol for determining whether residents, responders, or services can reenter an affected area after hazard, infrastructure, access, and support conditions are acceptable. | |
| Disciplinary Board Review | Organizational Enforcement Mechanism | Determines whether conduct violated a standard and what proportionate response or repair should follow. | |
| Disciplinary Guideline | Policy Guidance | Provides recommended response ranges for workplace, school, professional, or community discipline without replacing judgment and review. | |
| Disclosure Audit Log | Register | Records every disclosure — who received which fields, when, and under what justification — as an append-only trail that answers 'who saw this?' after the fact and drives subject notification. | |
| Disconfirming Condition Probe | Method | Hunts for the observation that would count against the claim, and states the update the claim must undergo if that observation appears. | |
| Disconfirming Probe Plan | Protocol | Specifies the observations or tests most likely to overturn the current best explanation. | |
| Discounted Cash-Flow Table | Artifact | Displays period-by-period flows, discount factors, and present-value contributions. | |
| Discourse / Worldview Analysis Memo | Document | Documents the assumptions, categories, legitimating arguments, and identity frames shaping the issue. | |
| Discourse Analysis | Method | Reads a body of talk and text for the recurring metaphors, labels, and storylines that make a category feel natural and legitimate, and surfaces the rival readings the dominant one crowds out. | |
| Discourse Boundary Label Review | Method | A review of labels such as radical, mainstream, taboo, settled, experimental, or out-of-bounds to see how they enforce or move the window. | |
| Discourse Boundary Labeling | Procedure | Labels claims as central, contested, speculative, out-of-scope, unsupported, or harmful so discussion has recognizable boundaries. | |
| Discovery Task | Task Design | Lets participants generate evidence or observe a surprising pattern themselves, converting the knowledge gap into active exploration. | |
| Disease-Stage Treatment Protocol | Procedure | Implements the archetype when diagnosis, treatment intensity, contraindications, monitoring, or follow-up differ across disease stage or recovery phase. | |
| Dispatch Center | Institution | A staffed coordinating hub that holds the one live picture of every front, turns a front's request into an assembled deployment of the reserve, and coordinates the handoff — while hardening itself against becoming the single point of failure. | |
| Dispatch Rescheduling System | Software or Tool | A tool or workflow that revises dispatch assignments during execution as live conditions change. | |
| Dispersal or Transfer Tracer | Tool | Tags and follows the individuals or units that actually move between patches, turning assumed support flows into a measured map of who really feeds whom and what each patch's true net balance is. | |
| Displacement and Access Impact Review | Review | Assesses who gets displaced, priced out, crowded, or excluded by an internal-growth move, disaggregated by group, and whether the mitigations actually restore their legitimate access. | |
| displacement_impact_assessment | Test or Assessment | A pre-admission assessment estimating which incumbent uses will shrink when a new activity consumes shared substrate. | |
| Display Reason Label | Artifact | Tags each shown item with the reason it is shown — sponsored, recommended, trending — so viewers can discount prominence that comes from the channel rather than importance. | |
| Dispute Adjudication Clause | Protocol | Pre-commits the parties to a named forum, governing law, and remedy path for resolving conflicts over a resource — decided before any conflict arises. | |
| Disruption Trajectory Map | Artifact | Visualizes incumbent and entrant value curves, foothold segments, performance axes, crossing hypotheses, and response assumptions. | |
| Dissipation Ledger | Artifact | Records expected and observed losses, heat, waste, fatigue, disorder, cleanup obligations, and externalized costs. | |
| Dissonance-Safe Reappraisal | Process | Gives people a way to face the clash between a long-held habit and a newly adopted standard without sliding into shame, denial, or defensive rationalization. | |
| dissonance_review_round | Ritual | Surfaces productive and destructive tensions between lines before forcing agreement. | |
| Distal Driver Scan | Method | A structured search for remote events, policies, markets, ecologies, social dynamics, or infrastructure states that may shape the local condition. | |
| Distance and Reproduction Stress Test | Test or Assessment | Checks texture survival and interference across size distance print display compression fabrication and wear | |
| distance_metric_audit | Test or Assessment | Audits whether distance, similarity, nearest-neighbor, and cluster relationships remain meaningful. | |
| Distortion Heatmap or Profile Report | Metric or Dashboard | A visualization or report showing where and how distortion varies by region, frequency, class, or operating condition. | |
| Distortion Model Card | Model Card | Documents the assumed distortion pattern, supporting evidence, scope, counterevidence, and expiry conditions. | |
| Distortion-Budget Gate | Checklist | A release or use gate that blocks outputs whose distortion profile exceeds tolerated deviation. | |
| Distortion-Reduction Review | Diagnostic Estimation | The intake diagnostic: locates the wedge blocking beneficial activity, separates the genuinely wasteful part from the part that protects something, and sizes the recoverable loss. | |
| Distributed Infrastructure Resilience | Technical Architecture | ||
| Distributed Planning and Reconciliation Session | Ritual | A working session where independently-planning actors reconcile competing claims on scarce shared resources into a jointly feasible set of commitments. | |
| Distributed Service Model | Model | Runs the system as independent services that talk only over explicit network contracts, so each scales and fails on its own instead of dragging the whole down with it. | |
| distributed_lag_model | Modeling Template | A model form that estimates influence spread across multiple prior time steps rather than assuming a single delay. | |
| Distributional Impact and Tail Audit | Test or Assessment | Compares benefit, burden, access, and error across parties and distribution tails. | |
| Distributional Incidence Matrix | Template | Tabulates each affected group against each benefit, cost, risk, right, or service dimension so incidence can be reviewed instead of inferred from aggregate totals. | |
| Distributional Loss Review | Test or Assessment | Evaluates loser impact, proportionality, compensation, minimum floors, and due-process adequacy. | |
| Divergence Review Workflow | Workflow | Routes mismatches between old and new behavior for classification, acceptance, revision, exception logging, or rejection. | |
| Divergence-Convergence Workshop | Ritual | A single facilitated session that frames the challenge, protects an open generation phase under stated ground rules, then walks the whole group across the 'groan zone' into a committed shortlist — in one sitting. | |
| Diverse Data Source Triangulation | Method | Combines independent data sources with different collection methods or bias profiles so the same informational function is not dependent on one fragile source. | |
| Diverse Double-Compilation Check | Audit | Rebuilds the compiler along a second, independent toolchain and checks the two results converge, catching a self-perpetuating compromise that a single lineage cannot see. | |
| Diverse Implementation Voting | Software or Tool | Compares outputs from independently designed implementations so one flawed implementation is less likely to determine the final result alone. | |
| Diverse Recommendation Exposure | Software or Tool | Adjusts feeds, recommendation lists, or search results so popularity is balanced with source diversity, uncertainty, minority evidence, and independent quality signals. | |
| Diverse Supplier Network | Institution | Uses suppliers with different geographies, ownership, logistics, technologies, or input sources to reduce correlated supply failure. | |
| Diverse Vendor Review | Checklist | Assesses whether vendor diversity is real across ownership, infrastructure, code lineage, hosting, support, credentials, and failure response capability. | |
| Diversification Ratio Calculation | Metric or Dashboard | Compares aggregate pool risk with the sum or average of standalone risks. | |
| Diversified Forecast Pool | Method | Combines forecasts from multiple forecasters, methods, horizons, or data feeds to support planning under uncertainty. | |
| Diversity Coverage Matrix | Artifact | A grid that lists the task-relevant kinds of variation a system ought to contain and flags which ones are missing, thin, or redundantly over-covered. | |
| Diversity-Floor Rate Boost | Policy | A standing control rule that automatically raises the rate of new-variant generation whenever measured diversity falls below a floor, then relaxes it once variety recovers. | |
| Divide-and-Conquer Algorithm | Method | A method that splits a problem into smaller cases, solves them, and combines the results. | |
| DNA or Biological Barcode | Biological Marker | ||
| Document Revision History | Document | Records editions, drafts, approvals, redlines, and textual differences as a document evolves. | |
| Document Template | Template | A reusable document scaffold with fixed sections and variable fields or clauses. | |
| Document Version Revert | Artifact Procedure | Restores an earlier document, design, contract, or specification version. | |
| Documentation Consolidation | Editorial Workflow | ||
| Documentation Navigation Map | Artifact | A wayfinding layer over a body of documentation — entry points, guided routes, and cross-links that let a reader get around instead of searching blindly. | |
| Domain Map | Artifact | A one-glance overview that draws the outer edge of a whole field, divides it into major regions, and marks where a newcomer can sensibly enter. | |
| Domain Model | Artifact | Represents the clarified entities, categories, relations, and constraints of a problem domain in a form that teams can inspect and use. | |
| Domain Reduction Pass | Procedure | Iteratively narrows possible values, options, quantities, or time windows by applying propagated constraints. | |
| Domain Restriction | Other | Restricts the candidate space to a domain, jurisdiction, market, population, technology family, discipline, or class of cases relevant to the decision. | |
| Domain-Morphology Imaging | Tool | Turns the separated structure into measured numbers — domain size, shape, connectivity, and how the interfaces are moving. | |
| Domain-Separated Identifier Scheme | Method | A method for separating identifier domains by context, tenant, prefix, salt, region, or period. | |
| Domain-Shift Stress Test | Audit | Runs the learner in deliberately shifted worlds — new sites, times, instruments, populations — and ships only what keeps working once the training distribution's friendly correlations are gone. | |
| Domain-Specific Trust Evidence and Exposure Matrix | Test or Assessment | Crosses relied-on behaviors with evidence dimensions uncertainty exposure alternatives and proposed limits. | |
| domain_bound_checklist | Audit Checklist | ||
| domain_invariant_review | Procedure | A review with domain owners that tests whether proposed simplification preserves required distinctions and constraints. | |
| Dominance Filtering | Comparison Method | Removes candidates or branches that are provably dominated by another candidate under the relevant objective and constraints. | |
| Dominant Balance Table | Template | A table that compares candidate terms, order classes, crossover points, retained status, and residual caveats. | |
| Dominated-Option Removal | Method | Eliminates any option that another available option beats (or ties) on every criterion that matters, leaving only the genuine trade-offs to decide between. | |
| Done-at-Eighty-Percent Demo | Review | Shows the work to its customer while it's still visibly rough — around 80% — so their 'this already does what I need' becomes the trusted signal to stop, before the expensive last polish. | |
| Donor Stress Test | Test or Assessment | Examines whether the donor can maintain the subsidy under shocks without degrading its own critical functions. | |
| Dosage Window Protocol | Protocol | Sets a standing acceptable range for a managed input — a floor for effect and a ceiling for harm — with codified rules for correcting back into it. | |
| Dot Voting with Evidence Gate | Method | Surfaces collective preference by letting people spend a fixed budget of dots across options — but no option may pass to the shortlist on votes alone until it clears an evidence bar, so popularity can't outrun proof. | |
| Double Diamond Workflow | Process | Runs two diverge-then-converge diamonds in series — the first to reframe and define the right problem, the second to develop and deliver a solution — so a team can't skip straight to answering the wrong question. | |
| Double-Blind Trial Protocol | Protocol | A protocol that masks both recipients and delivery personnel from knowing active versus comparator assignment. | |
| Doubly Robust Missingness Adjustment | Method | Combines outcome modeling with response weighting so estimates can remain consistent if one of the two model components is correctly specified. | |
| Downstream Cache Context Audit | Procedure | Checks exports, caches, screenshots, dashboards, reports, and model features for artifacts separated from their context. | |
| Doxastic Commitment Ladder | Interface | Provides graded belief states between exposure and full action-guiding commitment. | |
| Draft Feedback Cycle | Process | Circulates an unfinished work product for feedback, has the author revise it, and re-reviews the revision, so the artifact improves across versions before it is ever finalized. | |
| Draft Review Cycle | Workflow | Implements the archetype for documents, plans, designs, or analyses by routing drafts through critique, revision, and approval. | |
| Drain Dashboard | Monitor | The live instrument panel of a drain — remaining backlog, oldest item, throughput, exceptions, and a completion forecast — that tells operators whether the drain is actually reducing risk or just moving work around. | |
| Drainage Channel | Physical Conduit | ||
| Dramatic Reveal | Sequence Mechanism | ||
| Drift Sample Review | Monitor | Periodically re-judges a fresh sample of recent cases to catch the category's prototype drifting, and triggers revision of the reference cases before the drift is baked in. | |
| Drill-Down Dashboard | Metric or Dashboard | A dashboard that starts with summary indicators and lets users navigate into lower-level evidence or segments. | |
| Drill-Down Root Signal Review | Disaggregation Method | ||
| Drilldown Recognition Interface | Interface | Allows users to move from broad category cues to progressively finer evidence while preserving the candidate set. | |
| Drip Campaign | Workflow | Implements a communication or fundraising sequence by sending small planned pulses over time rather than one continuous or massive push. | |
| Drug Interaction Screening | Test or Assessment | Checks whether medications, treatments, or supplements create harmful combined effects before they are co-prescribed or co-used. | |
| Drum, Metronome, or Pulse Track | Artifact | Supplies a steady external timing signal — drum, click, light, or track — that holds tempo independent of any person, giving the whole group one impersonal clock to lock onto. | |
| Dual Approval | Authorization Workflow | A workflow requiring two distinct approvals before a high-risk action can proceed. | |
| Dual-Actuator Calibration Test | Test or Assessment | ||
| Dual-Basis Transform | Method | Re-expresses the same object in a complementary (dual) basis so that questions that are hard in one representation become easy in the other. | |
| Dual-Framework Concept, Relation, and Assumption Map | Method | Elicits each framework's concepts, relations, evidence, assumptions, examples, boundaries, uncertainty, actors, and action consequences separately before any cross-framework overlay. | |
| Dual-Homing | Connectivity Pattern | Connects a node to two upstream paths or providers so the node is not isolated by a single upstream failure. | |
| Dual-Key or Concurrence Rule | Protocol | Requires distinct authority bases to approve a defined high-risk action. | |
| Dual-Key Safety Rule | Rule | Requires two independent authorities to concur before any action that cuts the control margin or nears a catastrophic threshold, so no single actor can push the standoff over the edge. | |
| Dual-Run Equivalence Test | Audit | Runs one behavior unit under both its original and a new context and compares the outputs, so context-coupling bugs surface as divergences instead of silent drift. | |
| Dual-Surface Sign-Off | Protocol | Refuses to approve the summary and the substance separately: the two are signed off together, by accountable owners, or neither ships. | |
| dunning_kruger_curve_briefing | Orientation Briefing | A short explanation of why novice confidence may be high before complexity is visible and lower after awareness improves. | |
| Duplicate and Near-Duplicate Scan | Diagnostic Test | Finds repeated or highly similar cases crossing partitions. | |
| Duplicate Detection Audit | Test or Assessment | A periodic audit of issued codes, identifiers, records, or slots for duplicate occurrence and resolution quality. | |
| Duplicate Target Scan | Test or Assessment | A scan that detects target values assigned to multiple distinct sources. | |
| Duplicate-Safe Payment Operation | Workflow | Combines payment identifiers, authorization boundaries, settlement status, and reversal paths to prevent repeated payment attempts from transferring value twice. | |
| Durable Subscription Queue | Tool | A per-subscriber queue that persists unacknowledged events across disconnects and restarts, so a consumer that was offline still receives everything it missed. | |
| duration_gap_dashboard | Metric or Dashboard | Shows current and stressed duration gaps, rollover concentrations, coverage floors, and breach triggers. | |
| Duty-Priority and Harm Comparison | Method | Compares authority, nonwaivable duties, affected-party harm, reversibility, and delay under each priority. | |
| Dynamic Capacity Allocation | Resource Reallocation | This can drift into Load Balancing if the primary act is routing work to equivalent capacity. It fits Service Rate Matching when resource level or cadence changes to stabilize a queue. | |
| Dynamic Programming / Value Iteration | Formal Optimization Method | ||
| Dynamic Programming Method | Formal Optimization Method | ||
| Dynamic Programming Table | Artifact | ||
| Dynamic Route Optimization | Tool | Continuously recomputes routes and assignments from live demand, capacity, traffic, priority, and failure signals, so the fan-out adapts to conditions on the ground instead of following a fixed plan. | |
| Dynamic Staffing Schedule | Process | Continuously reassigns a shared pool of people to the fronts that need them, floating only those eligible to move and never stripping any front below its protected coverage floor. | |
| Earliest-Deadline-First Dispatch | Scheduling Rule | ||
| Early Warning Forecast | Risk Forecast | ||
| Early Warning Forum | Ritual | Creates a regular cross-functional venue where weak signals can be interpreted from multiple perspectives without premature consensus. | |
| Early Warning Indicator | Monitor | Watches leading precursors — accelerating growth, rising variance, slowing recovery, thinning reserves — that flag an approaching crash while there is still time to act. | |
| Early-Adopter Incentive | Method | Rewards the people who join before the network is valuable, bridging their early risk with a subsidy that sunsets as real value appears. | |
| Easement, Covenant or Use Restriction | Artifact | A durable burden that attaches to the resource itself — carving out a specific right for a non-owner, or forbidding a specific use — and travels with it through every sale. | |
| Eat-Your-Own-Dogfood Requirement | Ritual | Requires the people who design, build, or mandate a system to live under it themselves, so the burdens they impose land first on them. | |
| Ecological Adaptive Management Cycle | Workflow | Links local monitoring, management action, ecosystem response, and regional policy adjustment so nested ecological feedback loops learn together. | |
| Ecological Intervention Level Choice | Ecosystem Management Protocol | ||
| Ecological Monitoring Network | Domain Monitoring System | ||
| Ecological Pairing Plan | Method | Pairs species, habitats, or land-use practices so each supports the conditions under which the other can thrive. | |
| Ecological Phase Management | Method | Implements the archetype by changing restoration, protection, disturbance, harvesting, invasive control, or monitoring actions according to ecological succession or regime phase. | |
| Ecological Regeneration Practice | Method | Restores the living components a working ecosystem depends on — soil life, seed stock, habitat, species diversity — so the land keeps reproducing its own fertility instead of spending it down. | |
| Ecological Resilience Design | Domain Method | ||
| Ecological Restoration Monitoring Plan | Domain Monitoring Plan | ||
| Ecological Restoration Pilot | Field Intervention | ||
| Ecological Scale Review | Test or Assessment | Examines ecological evidence across organism, patch, habitat, landscape, watershed, and biome scales so interventions target the scale where the process is actually generated. | |
| Ecological Scale Translation | Method | Moves observations among plot, site, population, region, and landscape scales by routing through an intermediary scale, mapping spatial heterogeneity, and preserving the ecological relationship that must survive. | |
| Ecological Spacing Buffer | Procedure | Spaces similar uses, claims, territories, roles, or resources so active dominance in one area reduces nearby overlap pressure. | |
| Ecological Threshold Monitor | Monitor | Watches a few decisive indicators at the edge and trips an alarm as exchange, composition, or exposure approaches a safety threshold — before the zone tips into harm. | |
| economic_order_quantity_model | Method | A formulaic inventory mechanism for balancing ordering or setup cost against holding cost. | |
| Ecosystem Monitoring | Workflow | Collects distributed environmental or ecosystem observations to detect emergent changes in populations, habitats, flows, or interactions. | |
| Ecosystem or Asset Monitoring Transect | Monitor | Repeatedly samples the same fixed route or points across a system to read the actual condition of the load-bearing substrate — turning ground-truth about depletion into evidence that can override optimistic output numbers. | |
| Edge-Case Adjudication Panel | Institution | A review body or escalation process for contested, high-stakes, or precedent-setting individuation cases. | |
| Edge-Case Probe Suite | Test or Assessment | Tests boundary and sparse-region inputs to reveal gaps and conflicts. | |
| Edge-Case Testing | Test Procedure | ||
| Edge-Detection Kernel | Method | A contrast-oriented kernel that turns local changes into an edge, boundary, or gradient response. | |
| Edition or Variant Collation Table | Tool | Aligns the versions, translations, amendments, and witnesses side by side so a reading can't mistake version-contingent wording for a stable property of the text. | |
| Editorial Cut | Curation Method | Sharpens what remains by removing redundant, premature, or decorative material — while preserving the context the survivors depend on and keeping the cuts recoverable. | |
| Editorial or Deliberative Balance Rule | Participation Rule | Ensures that relevant perspectives, issues, sources, or stakeholder positions are represented enough for a decision or publication to remain balanced. | |
| Editorial Standards Board | Institution | Maintains selection standards, resolves hard cases, and updates criteria in media, publishing, or institutional curation. | |
| Editorial Workflow | Workflow | Implements pipeline staging for text or media by separating drafting, editing, fact-checking, approval, production, and publication responsibilities. | |
| Education Scaffolding by Stage | Method | Implements the archetype by matching supports, prompts, autonomy, feedback, and challenge level to the learner or cohort stage. | |
| Effect Contract Annotation | Document | Documents allowed reads, writes, emissions, notifications, and external calls in or near the interface definition. | |
| Effect Review Checklist | Checklist | Prompts designers or operators to ask what shared state an action can change beyond the declared interface. | |
| Effective Configuration Diff | Tool | Computes the fully-resolved effective settings for a node and labels each value with where it came from, so you can see what was inherited versus overridden locally. | |
| Effective Independent Provider Count | Metric or Dashboard | Estimates how many genuinely independent provider units remain after weighting and common-mode adjustment. | |
| Efference-Copy Cancellation | Method | Feed a copy of your own outgoing command into a forward model, predict the sensations you're about to cause, and subtract them — so only the world's part of the signal survives. | |
| Efficiency-Dividend Lockbox | Institution | A standing fund that ring-fences a defined share of efficiency savings for resource retirement or public benefit, so the dividend cannot be silently reinvested into more throughput. | |
| Effort-Tracking Rubric | Template | Defines observable process indicators such as attempts made, feedback requested, revisions completed, practice time, and obstacle responses. | |
| Eigendecomposition Workflow | Method | Computes invariant directions and scalar responses for an explicit linear transformation. | |
| Elastic Capacity Scaling | Tool | Watches a load indicator and automatically adds capacity when it crosses a threshold, then removes it when the burst subsides — matching supply to demand in near-real time. | |
| Elastic-Net Embedding | Method | Lays out the whole map by relaxing a two-term energy — each substrate point pulled toward the source data it should represent, while neighboring substrate points are pulled together — so the map fits the data and stays smooth at once. | |
| Elasticity Experiment | Method | Deliberately tests several lever magnitudes, messages, or friction levels on small slices before scaling, to measure how strongly demand rebounds — the elasticity every price and guardrail is tuned against. | |
| Elevated or Distanced Viewpoint | Perspective Mechanism | ||
| Eligibility Criteria | Policy | Codifies, as a published rule set, exactly who or what qualifies as a valid input to a policy, service, or program — turning a fuzzy 'who is this for' into a decidable membership test. | |
| Eligibility Element Exclusion Review | Procedure | In policy, legal, or administrative reasoning, tests whether absence of a required element defeats an asserted status, duty, claim, or entitlement. | |
| Eligibility or Rights Notice | Artifact | Tells a specific eligible person, in plain terms, that a right, benefit, or option applies to them — and what using it means — so an entitlement they don't know they have becomes actionable. | |
| Eligibility Rule | Test or Assessment | Specifies which people, cases, projects, records, or options are admitted into a program, process, queue, or decision space. | |
| Eligibility Screen | Checklist | Uses yes/no or threshold criteria to admit candidates into a bounded decision or review set. | |
| Eligibility Screening | Review | Applies formal, published eligibility criteria to applicants, cases, or bids — with an owner, an audit trail, and an appeals path — so exclusions are accountable and reversible, not just efficient. | |
| Eligibility Threshold Review | Review | Re-examines a cutoff that decides who is in or out of a benefit, service, or protection, so the line still serves its purpose and treats groups fairly. | |
| Elimination Decision Log | Document | Records which candidates were ruled out by which missing consequence, with rule source, evidence source, scope, confidence, and reopening conditions. | |
| Embedded Aggregate Document | Artifact | Stores a whole entity and the related data it is always read with as one nested document, so a single-key fetch returns the entire aggregate with no joins or fan-out. | |
| Embedded Specialist Review Lane | Role or Team | Puts scarce expert judgment right where ordinary cases stall — a governed lane with triage, capacity limits, and escalation — so the specialist accelerates many cases without becoming a bottleneck or a rubber stamp. | |
| Embedding Collision Probe | Audit | Hunts for distinct source items that landed on the same or near-identical host location, exposing the identity collapses that make an embedding quietly merge things that should stay separate. | |
| Embodied-Resource Payback Test | Valuation Model | Checks whether the resource embodied in replacing or upgrading equipment is actually repaid by the in-use savings within the equipment's life — after real-world rebound is counted. | |
| Emergency Authority Charter | Document | Delegates time-bounded decision rights with scope, logging, review, and revocation. | |
| Emergency External-Seed Recovery | Protocol | When the bootstrap chain is lost or found compromised, deliberately reaches outside the self-hosted world — under explicit human authorization — to re-import a trusted seed and rebuild from it. | |
| Emergency Fallback Runbook | Operational Artifact | Provides executable steps for fallback or restoration under pressure. | |
| Emergency Fund | Artifact | A designated pool of money or immediately usable resources reserved for unexpected urgent needs. | |
| Emergency Override Protocol | Protocol | Allows temporary external intervention only when predefined harm, rights, safety, legal, or systemic thresholds are met. | |
| Emergency Reserve | Institution | Holds a standing pool of protected capacity, ring-fenced from routine use, that is released only when a rare acute crisis outruns normal supply. | |
| Emergency Reserve Stock | Artifact | Stores critical materials, funds, equipment, or supplies for use when ordinary supply is interrupted. | |
| Emergency Role Assignment | Prepared Response Protocol | ||
| Emergency Stop | Interface | A user-accessible control that forces immediate stop or safe-state entry when continuation is hazardous. | |
| Emergent Behavior Dashboard | Metric or Dashboard | Displays aggregated local signals, pattern hypotheses, uncertainty, and response status in a visible review surface. | |
| Emerging Issue Triage Board | Workflow | Reviews new weak signals, assigns response tiers, identifies owners, and schedules follow-up without requiring every signal to become an emergency. | |
| Emic Context Interview | Method | Elicits insider accounts of how the artifact will be interpreted, where it conflicts with norms, and which local meanings outsiders may miss. | |
| Emotional Regulation Routine | Ritual | Uses breathing, reflection, pause-before-response, or structured reappraisal to reduce rapid affective overcorrection in human behavior. | |
| Empathy Map with Evidence Marks | Artifact | Records what the other agent may be seeing, hearing, thinking, feeling, saying, and doing while marking evidence versus assumption. | |
| Empathy Mapping | Artifact | A perspective-taking artifact that can support situational evidence gathering when bounded by standards and accountability. | |
| Empirical Distribution and Increment Fit | Model | Fits the distribution of values or increments directly from data with no assumed parametric family, giving the assumption-light baseline every richer model must beat. | |
| Employee Ownership Trust or Share Plan | Institution | Places a company's equity in a trust or broad share scheme so the workforce collectively holds ownership, shares profits, and gains a protected long-term stake. | |
| Empty-State Design | Interface Pattern | Turns a screen with no content into a designed state that explains what is absent, why it is absent, and what to do next. | |
| Empty-State Prompt | Artifact | Turns a blank container — an empty inbox, list, or workspace — into a cue that names what could go there and offers the first step to put it there. | |
| End-of-Life and Maintainer Activity Check | Diagnostic Estimation | Assesses whether an inherited substrate is still alive — within its support window and actively maintained upstream — so a component everyone assumes is cared-for isn't quietly abandoned. | |
| end_of_line_batch_release_test | Offline Release Gate | Tests finished units or batches before shipment when inline detection is impractical, destructive, slow, or too expensive. | |
| Endorsement Scope Checklist | Checklist | Determines whether association with a person, brand, institution, funder, publisher, or platform is an endorsement, a neutral conduit, or an irrelevant co-location. | |
| Endpoint Completion Dashboard | Monitor | Puts verified endpoint completion — not trunk throughput or dispatch — at the center of the view, exposing the gap between what was sent and what actually arrived, sliced by segment. | |
| Endpoint Cost-to-Serve Analysis | Diagnostic Estimation | Estimates the full cost of successfully completing service at each class of endpoint — including the last-mile share that trunk-level accounting hides — so the true economics of the edge become visible. | |
| Endpoint Equivalence Test Suite | Test or Assessment | Checks whether outputs from different paths satisfy the same functional outcome standard. | |
| Enforcement Pattern Dashboard | Monitor | Tracks who actually gets inspected, cited, fined, or let off — broken out by actor size and ties — so capture that hides in the pattern of discretion rather than in any single decision becomes visible. | |
| Engagement Matrix | Template | A template that pairs stakeholder classes with engagement depth, channel, timing, owner, and feedback obligation. | |
| Engineering Equation Sanity Check | Review | Checks a formula and its computed result for both dimensional coherence and physically plausible magnitude before the number is trusted. | |
| Engineering Review Gate | Governance Mechanism | Requires technical review before a prototype, model, or design moves to a more integrated or operationally realistic level. | |
| Engineering Tolerance Specification | Artifact | Writes down the allowed deviation from a nominal requirement so parts and interfaces made by different hands still fit and function. | |
| Ensemble Feature Readout Model | Software or Tool | Reads a high-dimensional feature or model-output pattern as evidence for a target state, preserving useful disagreements and correlations. | |
| Ensemble Model | Method | Combines multiple predictive models so the final prediction is less dependent on any one model specification. | |
| Ensemble Weighting Table | Artifact | Assigns reliability, calibration, or diversity weights to multiple models, experts, or judgment sources. | |
| ensemble_rehearsal_cycle | Workflow | Tests the combined whole repeatedly so line balance, timing, and interaction can be adjusted. | |
| Entailment Cascade Audit | Audit Check | ||
| Entity Definition Workshop | Ritual | A facilitated review in which domain experts, operators, affected stakeholders, and technical owners define what counts as one entity before implementation. | |
| Entity Resolution Policy | Procedure | A procedure for deciding whether records, observations, accounts, or descriptions point to the same entity, using the identity criterion rather than only matching tokens. | |
| Entity-Grouped Split | Validation Design | Partitions by entity, episode, site, household, or lineage rather than by row. | |
| Entity-Trajectory Projection | Model | Derives one entity's path through time by gathering every event it took part in — resolving its identity across records and stitching cross-referenced layers into a single ordered trajectory. | |
| Entrant Value-Curve Dashboard | Metric or Dashboard | Tracks improvement slope, cost decline, quality gain, adoption, support burden, and mainstream crossing indicators. | |
| Entropy-Generation or Loss-Rate Calculation | Method | Quantifies loss rates for candidate hotspots using available thermodynamic, operational, or accounting data. | |
| Entry-Barrier Sunset and Review | Review | Puts an expiry date on the barriers that keep newcomers out, so each licence, standard, or approval requirement must periodically re-earn its keep or lapse. | |
| Enumeration and Dovetailing | Process | Semi-decides a class by fairly interleaving all candidate computations, halting 'yes' the moment one succeeds and otherwise running on — buying a complete yes-side at the cost of no honest 'no'. | |
| Environmental Cue Change | Context Intervention | Changes objects, placement, labels, lighting, paths, spatial layout, or visible affordances so the old trigger is less salient and the intended cue is more available. | |
| Environmental Design Standard | Standard | ||
| Environmental Enrichment Schedule | Process | A structured schedule of enriched, varied exposure delivered across the open window — rich enough to drive acquisition, bounded so it never tips into overload or harm. | |
| Environmental Impact Scoping | Assessment Method | ||
| Environmental Indicator Dashboard | Monitoring Artifact | ||
| Environmental Retrieval Cue | Tool | Plants a deliberate, hard-to-miss feature in the place and moment of use, so the environment itself surfaces the intention or knowledge when memory alone would let it slip. | |
| Environmental Scan Checklist | Checklist | Guides periodic scans of relevant surroundings, dashboards, channels, stakeholders, or risk indicators. | |
| Environmental Shift Retest | Review | When the environment moves, re-runs the selection test on the variants that already won — checking whether they are still the fittest, and whether the fitness proxy still tracks reality — so the loop stops rewarding champions selected for a world that no longer exists. | |
| Environmental Time-Constant Estimate | Diagnostic Estimation | Measures how fast the environment itself changes — its characteristic time constant — so every internal clock has a real yardstick to be matched against. | |
| Enzyme or Biocatalyst | Artifact | A selective biological catalyst that repeatedly converts one specific substrate under mild, bounded conditions — fast and precise while it stays folded and un-poisoned. | |
| Epidemic Growth Control | Protocol | Reduces transmission or reproduction so each cycle generates fewer subsequent cases rather than more. | |
| Epistemic Mode Linter | Software or Review Tool | A tool or review pass that flags mode mismatches, such as treating an assumption as a verified fact or citing a conjecture as settled evidence. | |
| Epistemic Status Labels | Communication Convention | Labels such as observed, inferred, assumed, speculative, disputed, or revised that make epistemic status visible. | |
| Epistemic Status Ledger | Document or Register | A ledger that lists propositions, current modes, assignment bases, owners, dependencies, obligations, review dates, and transition history. | |
| epistemic_status_labeling | Communication Standard | A language convention that marks claims as observed fact, inference, assumption, hypothesis, expert judgment, or unresolved unknown. | |
| Epsilon-Net or Covering Grid | Method | Constructs a finite or countable set of anchors so every point in a metric domain falls within a declared radius. | |
| Equitable Access and Consent Review | Review | An independent oversight review that checks a time-critical intervention reaches everyone fairly and consensually — and that the claimed window is real, not urgency manufactured from shaky group evidence. | |
| Equity Carveout | Policy | Protects a low-volume, dispersed, or historically neglected group whose members aggregate optimization would strand, justified on fairness rather than efficiency. | |
| Equity Guardrail Test | Test or Assessment | Checks whether any subgroup falls below declared minimum floors or receives a burden that violates proportionality, procedural fairness, or priority-group commitments. | |
| Equity Impact Review | Review | Reviews who gets helped and who is left exposed when effort concentrates on the statistical hotspots, so hardening does not quietly abandon the already-disadvantaged. | |
| Equity Stake with Retention Period | Policy | Ties the decision-maker's own wealth to the venture through an equity holding they cannot sell for a fixed period, so their gains ride the long-run outcome rather than the moment of sale. | |
| Equivalence or Noninferiority Test | Test or Assessment | Implements a variant where the goal is to show sufficiently small difference or no unacceptable loss rather than superiority. | |
| Equivalence Test Suite | Audit | A battery of comparison tests that runs variants through the consolidation rule and checks they still produce the same required output, flagging where they diverge. | |
| Equivalency Table | Artifact | Lists alternatives that count as equivalent or acceptable substitutes for a requirement. | |
| Ergonomic Fit and Clearance Trial | Test or Assessment | Tests reach, posture, grip, clearance, circulation, and force with representative users and edge conditions. | |
| Error Bar | Artifact | A short whisker drawn through a plotted point that shows, at a glance, how far the measurement could vary — so a data point on a chart cannot masquerade as an exact, dimensionless dot. | |
| Error Budget Register | Register | A living ledger that holds the system's total allowable deviation as a shared budget, tracks how much each contributor has drawn, and forces a rebalance when the running total nears the limit. | |
| Error Message Normalization | Rule | Collapses every failure into one indistinguishable generic error — same message, code, and timing — while logging the true reason internally, so a rejection never reveals why. | |
| Error-Tolerant Parsing | Method | Keeps parsing through malformed input by bounding the damaged region, resynchronizing at a safe point, and returning a partial structure plus an explicit list of what it could not recover. | |
| Escalation Ladder and Repair Review | Governance Process | ||
| Escalation Ladder Integrity Audit | Audit | Periodically checks that each rung of a severity or priority ladder still maps to a genuinely distinct level of seriousness, catching tier inflation before every case creeps to the top rung. | |
| Escalation Playbook | Document | Specifies who is notified, what decisions are opened, and what actions become available when a signal crosses an escalation boundary. | |
| Escalation Protocol | Protocol | Defines the threshold at which an agent's ordinary discretion runs out and the decision must be routed up to a higher or different authority. | |
| Escalation Record | Document | Documents when an issue exceeded local authority, who escalated it, who accepted it, and what follow-up commitments resulted. | |
| Escalation Review | Procedure | Reviews unresolved dependency conflicts or blocked work that cannot be solved at the local task level. | |
| Escalation Stop Rule | Protocol | A precommitted rule that halts repeated threats, denials, takedowns, or statements when each action is renewing the public signal. | |
| Escalation Stop Workflow | Process | Fires the moment marginal response crosses a preset stop line — pausing further input, notifying an owner, and forcing a switch-or-revalidate decision so a plateau can't be quietly ignored. | |
| Escalation System | Protocol | Moves an item to a higher level, specialist, or forum the moment it exceeds local authority, complexity, risk, or capacity — and makes sure the right level hears about it in time. | |
| Escalation Threshold | Procedure | A procedural trigger that moves an issue to a higher authority, faster response tier, broader team, or stronger intervention level. | |
| Escalation to Authority | Protocol | Hands the stuck cycle upward to someone whose scope spans all the blocked parties, so they can override a local hold or rewrite the decision rule that none of the peers could touch. | |
| Escape Variant Watchlist | Register | A governed, evidence-graded register of known and plausible escape variants — what each is, how strong the evidence is, who owns it, when it is next reviewed, and its response status — so uncertain classes are tracked over time without being treated as confirmed threats. | |
| Escape-Variant Sentinel Network | Institution | A standing web of watch-posts across sites and contexts that catches an emerging escape variant early and tells reproducible population change apart from one site's local noise. | |
| Escrow Closing | Institution | A custody-and-release mechanism that completes an exchange only when stated conditions are satisfied. | |
| Escrow or Holdback | Institution | Places the deal's value with a neutral custodian who releases it only on performance, so neither side can grab it early or withhold it at will. | |
| Escrowed Asset Holding | Institution | A custody arrangement that places an asset under a neutral or governed holder until release conditions are met. | |
| Escrowed or Conditional Commitment | Protocol | Makes a concession credible by placing it in neutral custody and releasing it only on verified performance — so neither side has to move first, trust the other, or raise the stakes to deal. | |
| Essential Facility Access Rule | Rule | Obliges the controller of an indispensable facility to grant access on defined, reviewable terms wherever rivals cannot feasibly build their own. | |
| Essential-Access Rebound Review | Review | Sorts post-efficiency demand growth into need-closing use that must be protected and low-value use that controls may target, so rebound controls don't cut off the under-served. | |
| Essential-Function and Method-Separation Review | Method | Tests which outcomes and safety controls are essential and which methods are inherited or convenient. | |
| Essential/Incidental Feature Sort | Method | Sorts every feature of a single source into essential, supporting, optional, accidental, or source-specific — using cases where the source fails to test which features actually carry the logic. | |
| essential_accidental_complexity_audit | Test or Assessment | A structured review that classifies complexity sources as essential, accidental, mixed, or unresolved. | |
| Ethical Boundary Memo | Document | Records the line between explaining a past action in context and endorsing, excusing, minimizing, or normalizing harm. | |
| Ethical Guardrail Review | Ritual | Creates an explicit review step for decisions that may violate protected ethical or fairness conditions. | |
| Ethical Impact Assessment | Document | Captures foreseeable ethical consequences of applying or adapting a decision across contexts, including who benefits and who bears risk. | |
| Ethical Non-Production Rule | Rule | Bars the observations whose very production would be impermissible, and rules on how a claim stands when the evidence must not be generated. | |
| Ethical Review | Governance Review | ||
| Ethical Review for Taboo Topic | Test or Assessment | Reviews whether inquiry, discussion, publication, or intervention around a taboo topic is justified, proportionate, and adequately safeguarded. | |
| Ethical Translation Framework | Template | Provides prompts for mapping norm systems, conflicts, protections, adaptations, rationale, and review triggers. | |
| Ethics Checklist | Checklist | Prompts reviewers to ask value, harm, consent, fairness, transparency, and responsibility questions. It implements the archetype only when answers are recorded and contestable. | |
| Ethnographic Fieldnote Protocol | Qualitative Capture Method | ||
| Etic/Emic Contrast Matrix | Analytic Artifact | Records observer terms, participant terms, translation gaps, and risks of category transfer. | |
| Evaluator Exemplar Calibration | Procedure | Aligns evaluators by independently judging shared samples, comparing rationales, and resolving construct-irrelevant drift. | |
| Event Capture Template | Artifact | A standard shape for recording a happening — its type, what changed, who took part, and where — so a raw occurrence becomes a well-formed, self-describing event rather than a bare timestamped row. | |
| Event Instrumentation Specification | Document | Defines event names, timestamps, identifiers, stage transitions, and logging rules before funnel data are interpreted. | |
| Event Knowledge Graph | Tool | Materializes the event log as a queryable graph, linking events, participants, and entities across layers with typed participation and causal-or-correlation edges. | |
| Event Listener or Webhook | Software or Tool | Lets external events or remote systems initiate behavior through a registered interface rather than requiring continuous polling or upstream push. | |
| Event Replay Deduplication | Tool | Lets a consumer process an at-least-once event stream safely by keying on stable event identifiers, so a redelivered or replayed message never applies its effect twice. | |
| Event Sourcing with Commutative Handlers | Method | Records changes as an append-only log of events and applies them through handlers designed so that replay, late arrival, and reordering all fold to the same state. | |
| Event Trace Process Mining | Software or Tool | Reconstructs actual path flows from event logs when the funnel includes loops, skips, or multiple paths. | |
| Event-Driven Coordination Channel | Protocol | Routes meaningful changes and exceptions to exactly the actors whose decisions depend on them, so coordination rides targeted signals instead of broadcast noise or constant shared-state polling. | |
| Event-Sourced Projection | Tool | Builds a read-optimized view by folding an append-only log of events, so the same history can be replayed to produce many views — or rebuild any of them from scratch. | |
| Event-Triggered Escalation Rule | Rule | Pre-wires the condition that flips a decision onto a faster authority track the instant an environmental event crosses a set tempo threshold — so no meeting is needed to decide to hurry. | |
| Event-Triggered Outreach Workflow | Workflow | Ties action to state-changing events rather than fixed dates, such as a crisis, milestone, failed attempt, handoff, or decision deadline. | |
| Event-Triggered Residual Reporting | Protocol | Stay silent while the world matches prediction; speak only when a precision-weighted residual crosses a bar worth someone's attention. | |
| event_study_information_response_test | Statistical Test | Tests whether a price or signal reacts to a defined information event within the expected window. | |
| event_study_panel_plot | Metric or Dashboard | Shows trajectories around an event, treatment, or adoption time. | |
| event_triggered_capture_gate | Triggered Monitoring | Starts, increases, or preserves observation when a threshold, anomaly, or state transition occurs. | |
| Evidence Briefing Packet | Artifact | A pre-circulated dossier that fixes what evidence the group will treat as credible and puts everyone on the same factual base before deliberation begins. | |
| Evidence Disclosure Packet | Artifact | Assembles the underlying evidence a decision rests on into one sourced, indexed bundle, released so an outsider can check the factual basis for themselves. | |
| Evidence Docket | Recordkeeping Mechanism | Collects, organizes, timestamps, and bounds the evidence considered by the decision maker. | |
| Evidence Grade Rubric | Audit | A fixed set of criteria that rates how good the evidence behind a claim actually is — direct or indirect, replicated or single-source, current or stale — so a confidence level is earned against transparent rules instead of being asserted by tone. | |
| Evidence Locker | Artifact | A restricted physical or digital custody artifact for preserving evidence outside ordinary access. | |
| Evidence Provenance Checklist | Checklist | A checklist for classifying whether cited reasons are primary, secondary, independent, current, relevant, and verified. | |
| Evidence Provenance Log | Document | Records source origins, custody, transformations, access dates, uncertainties, and unresolved gaps in a reviewable form. | |
| Evidence Relation Matrix | Template | Maps traces to claims with provenance, relevance, link type, weight, scope, and defeaters. | |
| Evidence Stream Matrix | Template | A table that records each stream’s claim coverage, origin, method, population, time, quality, uncertainty, and known dependencies. | |
| Evidence Strength Ladder | Rubric | Labels evidence strength while preserving scope, uncertainty, and defeasibility. | |
| Evidence Sufficiency Rubric | Review | Grades whether a body of evidence is strong, diverse, and relevant enough that the chain of 'but what backs that?' can stop — calibrated to the evidentiary regress specifically. | |
| Evidence Threshold Table | Template | Defines what evidence is required for claims such as “intended,” “designed for,” “repurposed,” “emergent,” “negligently maintained,” or “functionally beneficial.” | |
| Evidence Update Review | Workflow | Revisits evidence relations when sources, context, measurement, or rival explanations change. | |
| Evidence Weighting Rubric | Tool | Scores evidence against explicit significance criteria fixed before the evidence is seen, so vividness cannot smuggle in weight it has not earned. | |
| Evidence-to-Abstraction Traceability Matrix | Artifact | Links each abstraction field, score, class, model output, or summary claim to source evidence, transformation steps, assumptions, and validation records. | |
| Evidence-to-Claim Matrix | Tool | Lays each interpretive claim beside the marks that support, conflict with, or fail to appear for it, so a reading's narrative force can be told apart from its evidentiary warrant. | |
| evidence_ladder_labeling | Classification Prompt | A label set that sorts claims from direct observation and replicated evidence down through inference, testimony, analogy, and unsupported assumption. | |
| Ex Parte Contact Disclosure Rule | Rule | Bars secret one-sided contact with decision-makers on a live matter — or forces any such contact onto the public record — so influence can't flow through a private back channel the other side never sees. | |
| exact_n_count_audit | Counting Protocol | ||
| Example Corpus or Test Fixture | Tool | A published bundle of sample inputs, expected outputs, and conformance cases that lets a reuser run their integration and check it behaves correctly — turning ambiguous spec prose into checkable behavior. | |
| Example, Counterexample, and Decision-Task Test | Test or Assessment | Presents representative, boundary, misleading, exception, absent-counterpart, and refusal cases to users and compares classification, explanation, confidence, and action across frameworks. | |
| Exception and Escalation Protocol | Protocol | The pre-agreed path for when normal coordination fails — declare the exception, contain harm, hand time-limited interim authority to a named role, route the decision, then review and close. | |
| Exception Budget | Protocol | Fixes an explicit, bounded envelope of effort or spend that the system is allowed to divert from its main focus onto rare-but-important cases. | |
| Exception Expiry Marker | Review Trigger | Attaches a deadline, review date, or reversal condition to justified temporary imbalances so exceptional concentration does not become permanent drift. | |
| Exception Expiry Timer | Expiration Control | Attaches an expiry date, milestone, or review condition to each temporary compromise so it cannot persist indefinitely by inertia. | |
| Exception Flag Rules Engine | Automation Rule | Applies threshold, tolerance, materiality, and suppression rules to produce deviation flags. | |
| Exception Gate Panel | Institution | Reviews cases where sacred boundaries may need bounded exception. | |
| Exception Handling Playbook | Artifact | Turns a recurring class of exceptions into named, written procedures, so staff select a known response instead of improvising each disturbance from scratch. | |
| Exception Queue | Process | Pulls the endpoint cases that don't fit the standard flow into a dedicated queue with its own capacity and clock, so the main line keeps moving and the oddballs still get resolved. | |
| Exception Queue Dashboard | Metric or Dashboard | A dashboard that tracks slow-path volume, age, causes, outcomes, and recurrence. | |
| Exception Queue Review | Review | Routes the conflicts no automatic rule could resolve into a monitored queue where a named owner adjudicates each one to closure. | |
| Exception Register | Artifact | Records approved waivers, rationale, compensating controls, owners, and expiry dates. | |
| Exception Review Protocol | Protocol | Applies defined grounds and safeguards to departures from an otherwise mandatory floor. | |
| Exception Review Workflow | Process | Routes borderline and out-of-band cases to an accountable reviewer for a governed accept/repair/reject decision, and flags when repeat exceptions mean the band itself is wrong. | |
| Exception, Appeal, and Manual Review | Workflow | Allows legitimate users to correct false denials, accessibility conflicts, credential gaps, or unusual but valid use cases. | |
| Exception-Lag Review Workflow | Workflow | Reviews recurring benign lags and exceptions so thresholds and calendars stay realistic. | |
| exception_based_oversight | Procedure | ||
| Excess-of-Loss Reinsurance Contract | Document | A reinsurance contract that pays losses above a specified attachment point up to a limit. | |
| Exchange Protocol | Workflow or Interaction Protocol | Defines request, offer, acceptance, fulfillment, confirmation, and return steps for recurring exchanges. | |
| Excitation–Inhibition Ratio Dashboard | Metric or Dashboard | ||
| Excluded Case Review | Test or Assessment | Collects cases that the narrative omits or treats as exceptions, then tests whether they are irrelevant, boundary-setting, or narrative-breaking. | |
| Exclusion Enforcement Protocol | Protocol | Turns the right to exclude into an operational routine — how the boundary is watched, who gets challenged, and what remedy follows a breach — so exclusivity is enforced rather than merely asserted. | |
| exclusive_channel_agreement | Contract Mechanism | Secures a distribution, supply, data, or access channel before rivals obtain it. | |
| Executable-Specification Interpreter | Tool | Runs the specification itself as the implementation — an engine that directly executes the what-level spec, so there is no separately generated code to drift out of sync with intent. | |
| Execution Handoff Checklist | Checklist | Confirms executor, resources, start condition, first actions, dependencies, and communication. | |
| Executive Summary | Document | Communicates the essential structure of a situation to decision-makers who cannot use the full detail set directly. | |
| Executive-Summary Caveat Budget | Policy | Reserves a fixed share of an executive summary for the caveats that would change the decision, and spends that budget before the confident headlines. | |
| Exemplar Comparison | Method | Sets someone's own work beside concrete exemplars at known quality levels so the gap between what they produced and what good looks like becomes visible to them directly. | |
| Exergy or Available-Work Analysis | Method | Compares the maximum useful work implied by input conditions with the useful work actually obtained. | |
| Exhibit Curation | Artifact | Arranges artifacts, examples, or records in proximity so viewers perceive a relation that each item would not convey alone. | |
| Exhibition or Series Style Guide | Governance Document | Maintains color, motif, icon, placement, and metaphor rules across a body of work or multi-person production. | |
| existential_witness_card | Evidence Record | ||
| Exit and Interoperability Rule | Document | Requires portability, migration paths, or alternative access so stakeholders are not trapped before consequences are known. | |
| Exit Ticket | Tool | A one-or-two-question prompt at the very end of a session that captures what landed and what's still murky, timed so the teacher can adjust the next session before the class moves on. | |
| exit_option_contract | Real Option Mechanism | Builds abandonment, conversion, or staged commitment rights into early moves. | |
| Expandable Facility Plan | Artifact | A design and document that pre-arranges physical space, utilities, and a staged expansion path so capacity can be opened or closed later without redesigning the facility under pressure. | |
| Expandable Section | Interface | A user interface element that reveals hidden supporting content when opened. | |
| Expectation Audit | Audit | Traces where an expectation, label, or score enters a process and maps the behavior channels through which it may be quietly manufacturing its own confirmation. | |
| Expectation Calibration Review | Review | Compares what was predicted against what actually happened while controlling for the treatment the prediction itself caused, separating warranted forecasts from prophecies. | |
| expectation_violation_review | Review Protocol | ||
| Expected Event Register | Document | Lists expected events, due windows, owners, channels, exception conditions, and interpretation rules. | |
| Expected Shortfall Dashboard | Monitor | Reports the average loss beyond a high quantile — not just the quantile itself — and tracks that tail average over time to catch the tail worsening. | |
| Expected Value Calculation | Method | Multiplies or otherwise combines probability and consequence on a common scale to rank options by expected gain, loss, or exposure. | |
| Experience Prediction Matrix | Tool | Tabulates the experiences each rival claim predicts, exposing the conditions under which their predictions diverge. | |
| Experience Rating | Method | Adjusts an actor's future price or terms up or down from their own realized loss history, so today's care or carelessness follows them into tomorrow's cost. | |
| Experiment Incubation Pipeline | Operating Process | Gives Horizon Two initiatives protected space, learning goals, and scale-or-stop criteria before they are judged by legacy metrics. | |
| Experimental Cohort Split | Method | Divides one source population into distinctly labelled cohorts, each carrying a different specialization hypothesis, so the branches can diverge and reveal their fit. | |
| Experimental Design-Matrix Rank Check | Audit | Checks the design matrix of a planned experiment for full rank before any data is collected, so every effect of interest can be estimated separately rather than confounded. | |
| Expert Adjudication Panel | Role or Team | Reviews high-impact violations whose interpretation requires domain judgment or cross-disciplinary translation. | |
| Expert Debrief | Ritual | A short, recurring after-the-case review in which practitioners talk through what they noticed, considered, and were unsure of — turning tacit judgment into a standing team habit rather than a one-off study. | |
| Expert Elicitation Protocol | Protocol | Defines how judgments, rationales, probabilities, confidence ranges, assumptions, and evidence claims are collected from experts. | |
| Expert Panel | Institution | Collects judgments from multiple qualified people and combines them through structured synthesis, voting, or adjudication. | |
| Expert Review Checkpoint | Role or Team | Places human or specialized review at stages where automated or novice recognition is unreliable. | |
| Expert Roundtable or Consensus Panel | Institution | Creates a visible site where recognized interpreters deliberate, produce guidance, and mark the degree of agreement or disagreement. | |
| Expert Voice Curation | Procedure | Selects and sequences credible interpreters who can explain, defend, or normalize the frame for different audiences. | |
| Expert-Governed Modality Change | Protocol | In safety- or human-affecting settings, requires qualified review before switching intervention modality after a plateau — so a change of approach protects the people it affects rather than merely relabeling failure. | |
| Expert-to-Public Translation | Method | Converts expert reasoning, evidence, or technical claims into accessible public-facing explanation without pretending complexity is absent. | |
| Expired Context Banner | Interface | Displays that the context required to interpret a surviving signal is expired, missing, superseded, or awaiting revalidation. | |
| Expiry Timer or Revalidation Gate | Rule | Attaches a lifespan to a signal so it lapses on a schedule unless its holder re-proves the underlying claim, keeping stale badges and old warnings from lingering past their evidence. | |
| Explainability Review | Test or Assessment | A review of whether reasons, logic, or internal representations are understandable enough for the decision context. | |
| Explanatory Case Memo | Document | Records the observation, candidate explanations, comparison rationale, confidence, and next probes for audit or handoff. | |
| Explicit Environment Object | Artifact | Reifies the context a unit depends on into a single value passed explicitly at the call, so the unit resolves its dependencies from that parameter rather than ambient globals. | |
| Explicit Task Assignment | Coordination Practice | ||
| Exploratory Prototype | Artifact or Experiment | Implements the first probe by creating a lightweight artifact, scenario, mockup, or pilot that tests what is unknown. | |
| Explore–Exploit Review Loop | Decision Cycle | Alternates between testing alternatives and concentrating resources on approaches with demonstrated current marginal value. | |
| Exponential Backoff with Jitter | Protocol | Turns a retry storm into a decorrelated trickle by making each rejected caller wait an exponentially growing, randomly perturbed delay before trying again. | |
| Exposed Joinery or Structure | Artifact | Leaves joints, seams, fasteners, frame, load path, or assembly logic visible so construction becomes part of perception. | |
| Exposure Accumulation Map | Artifact | Maps concentration in geography, technology, supplier, factor, or shock source. | |
| Exposure Cap Policy | Policy | Caps how much any single source can put at risk, and pre-wires throttles and stop-loss triggers, so one tail realization cannot consume the whole system. | |
| Exposure Dose Curve | Model | Maps how response changes across the full range of an input — from no effect, through the useful zone, to diminishing returns and harm — so any single level can be read off the curve. | |
| Exposure or Alarm Sensitivity Adjuster | Operational Procedure | ||
| Exposure Overlay Map | Spatial or Asset Mapping Tool | ||
| Exposure Pathway Breakpointing | Method | Traces the route by which exposure reaches a hotspot and inserts a break in it, watching where the interrupted risk tries to reroute. | |
| Exposure Sampling Transect | Monitor | Lays a line of samplers from source outward to measure the real exposure gradient, so residual exposure is mapped where receptors actually are rather than assumed. | |
| Extended Producer Responsibility | Lifecycle Governance Rule | Requires producers to account for downstream disposal, recycling, repair, or lifecycle impacts of their products. | |
| Extension-Request Workflow | Process | Routes a recurring need the embedded layer can't support up to the host owner for triage and disposition, so a real requirement is escalated rather than quietly rebuilt locally. | |
| External Checklist or Job Aid | Artifact | Moves the knowledge out of the head and onto a controlled, at-hand document, so correct performance no longer depends on remembering at all. | |
| external_grounding_check | Validation | A validation step that uses an independent anchor or higher-level authority to break circular self-validation. | |
| external_influence_channel_matrix | Mapping Artifact | ||
| Externality Bond or Liability Rule | Rule | Makes each rival post a bond or carry liability for the harm its pursuit of winning could impose on outsiders, so spillover costs stay on whoever creates them. | |
| Extreme-Value Threshold Model | Model | Fits a separate model to the exceedances above a high threshold, so the extreme layer is described on its own terms rather than by whatever curve fits the bulk. | |
| Face-Saving Negotiation Move | Method | Frames a climb-down so it reads as principled, mutual, or externally compelled — removing the reputational penalty that makes each side fear backing off will look like losing. | |
| Face-Saving Position Update Path | Workflow | Allows actors to revise expressed positions without being punished as hypocritical, disloyal, or opportunistic. | |
| Faceted Search Interface | Tool | Lets users retrieve by progressively narrowing along several indexed dimensions at once, turning a big result set into a small one through guided filtering rather than a lucky keyword. | |
| Facilitated Decision Meeting | Ritual | A live decision meeting run by a neutral facilitator whose only job is to protect the process — keeping every relevant voice in and no single voice dominant. | |
| Facilitated Interpretation Session | Method | A facilitated group process for eliciting frames, comparing explanations, and producing an action-oriented working interpretation. | |
| Facilitated Taboo Dialogue | Method | Creates a structured conversation in which purpose, ground rules, confidentiality, pacing, and escalation boundaries are explicit before the taboo topic is discussed. | |
| Facilitation Silence | Procedure | Holds deliberate quiet after a prompt so the group fills the space instead of the facilitator — and reads what the silence is saying. | |
| Facilitator Domination-Interrupt Script | Script | Provides words and triggers for interrupting monopolization, exclusionary jokes, status pressure, or coercive enthusiasm without derailing the group. | |
| Facility Location Model | Method | A model for choosing which sites, depots, facilities, or service points to open or place. | |
| Factorial Experiment | Test or Assessment | Tests the focal factor, potentiating factor, and paired condition so interaction effects can be separated from isolated effects. | |
| Fail-Closed or Fail-Open Design | Method | A design method that chooses whether failure should block or release a boundary based on which default minimizes harm. | |
| Fail-Safe Automation Interlock | Tool | Forces automated or delegated systems to fall back to a safe, non-escalating state on pause, loss of communication, or detection of an unauthorized command — and to stay there until a human deliberately re-arms them. | |
| Failed-Attempt Recovery Workflow | Process | Turns a failed endpoint attempt into a classified, routed recovery — diagnosing why it failed and sending it to correction, an alternate mode, a reschedule, or escalation — so one miss doesn't become a permanent non-completion. | |
| Failed-Search and Helpdesk Query Analysis | Diagnostic Estimation | Mines the searches that returned nothing and the support tickets asking for things that already exist, reading them as recorded evidence of capabilities users wanted but couldn't find. | |
| Failure Debrief Without Global Label | Protocol | Reviews setbacks by separating strategy, conditions, effort, skill gaps, and constraints from identity-level conclusions. | |
| Failure Mode Annotation Card | Template | Captures each violation, suspected cause, diagnostic evidence, proposed refinement, and follow-up test. | |
| Failure Modes and Effects Analysis | Method | A structured method for documenting functions, failure modes, causes, effects, priorities, and actions. | |
| Failure Scenario Review | Method | A scenario-based review that walks through how a failure could unfold across time, actors, conditions, and dependencies. | |
| Failure-Injection Test | Method | Deliberately induces a fault in the real system to confirm that detection, isolation, and failover actually fire as designed — proving the defensive chain before a real event exercises it. | |
| Fairness Audit by Stratum | Metric or Dashboard | Checks whether differential treatment is producing intended fit without unacceptable disparate harm, exclusion, or hidden under-service. | |
| Fairness or Bias Audit | Audit Method | Checks whether optimization disproportionately burdens groups, hides inequity, or shifts harm to less visible stakeholders. | |
| Fairness Rotation | Procedure | Rotates service among classes, queues, or actors so one group cannot monopolize capacity indefinitely. | |
| Fairness-Metric and Exception Stress Test | Test or Assessment | Probes proxies, gaming, intersectional tails, baseline shifts, temporal effects, and exception capture. | |
| Fairness-Standard Comparison Table | Method | Applies candidate standards to the same decision and displays reasons, winners, burdens, conflicts, and uncertainty. | |
| Fallback Control Mode | Protocol | A degraded but stable operating mode the system drops into while its primary lever is offline — coasting on a defended reserve floor until the stock is repaired. | |
| Fallback Mode Register | Document | Records cases routed to bounded search, heuristics, semi-decision, approximation, human review, or scope renegotiation. | |
| Fallback Supply or Service Contract | Substitution Mechanism | ||
| Fallback Switch or Kill Switch | Control Mechanism | Allows rapid reversion, rerouting, or controlled shutdown when replacement violates protected invariants. | |
| Fallback-Mode Router | Process | Dispatches each query to the strongest method that fits where it falls relative to the computability boundary — exact, sound-approximate, bounded, or escalated — under an explicit fallback contract. | |
| False Discovery Rate Control | Statistical Discovery Procedure | ||
| False-Belief Check | Checklist | Tests whether the actor is assuming the other agent knows something they do not know or lacks something they actually know. | |
| False-Positive Review Board | Role or Team | A standing body that reviews signals that fired wrongly, attributes each false alarm to its source, and feeds the pattern back so issuers bear the cost of crying wolf. | |
| False-Window Audit | Method | Review mistaken readiness calls and missed openings to improve future window models. | |
| Falsification Protocol | Protocol | Specifies what evidence would count against a favored claim before the evidence is sought. | |
| Falsification Test Harness | Software or Tool | Implements automated tests where a missing expected output, invariant, log, or state transition eliminates a candidate implementation or configuration. | |
| Falsification Trigger Card | Document | Records observations that would weaken, suspend, or overturn a belief. | |
| Fan-Out Exchange | Tool | The broker's routing primitive that copies each published event to every subscriber queue whose topic binding matches — one publish becomes many, decided by topic pattern. | |
| Fast Track with Eligibility Rules | Policy | Routes pre-qualified low-risk cases down a lower-friction lane using explicit eligibility rules, without softening the acceptance standard the ordinary lane enforces. | |
| Fast-Track Lane with Audit | Procedure | A low-friction lane for eligible cases paired with sampling, appeal, and outcome review. | |
| Fatigue Check Protocol | Checklist | A checklist or pause protocol that responds to signs of degraded decision quality. | |
| Fault Tree Analysis | Method | Decomposes a single system-level harm downward through logical gates until the transfer path — and the exact boundary where risk crosses out of the controlled unit — becomes explicit. | |
| Fault Tree with AND-Gate Logic | Model | Deduces, top-down through AND and OR gates, the combinations of basic failures whose conjunction is sufficient to cause the top event, and enumerates them as minimal cut sets. | |
| Fault Tree with Repeated-Opportunity Branch | Model | A top-down failure-logic tree with an added branch for the event recurring across many demands — compounding a small per-demand probability into a horizon-level one and exposing where the 'independent trials' assumption quietly breaks. | |
| Feasibility Certificate Check | Method | Accepts or prunes a candidate branch by checking a supplied certificate — a witness that a solution exists, or a compact rationale that none can — instead of re-searching it. | |
| Feasibility Sensitivity Probe | Robustness Check | ||
| Feasibility Study | Document | Investigates whether the design can be executed under technical, operational, financial, regulatory, and organizational constraints. | |
| Feasible Option Inventory | Comparison Scoping | ||
| Feature Ablation or Occlusion Test | Diagnostic Estimation | Masks, removes, or permutes a suspected cue while holding everything else fixed, and reads the drop in performance as the model's reliance on that exact cue. | |
| Feature Availability Audit | Audit Procedure | Reviews each candidate input against the decision-time boundary. | |
| Feature Budget | Procedure | Limits how many features, options, screens, customizations, or workflow branches a product or service may add during a planning cycle. | |
| Feature Flag | Software or Tool | Implements a software control surface by allowing behavior to be enabled, disabled, targeted, or rolled out without redeploying the whole system. | |
| Feature Flag or Containment Wrapper | Containment Mechanism | Limits the exposure of debt-bearing functionality so it can be rolled back, isolated, routed around, or repaired without broad harm. | |
| Feature Flag Rollout | Exposure Control Mechanism | ||
| Feature Flag Rollout Threshold | Software or Tool | A release-engineering mechanism that activates rollout, pause, rollback, or gradual exposure when metrics meet predefined success, safety, or failure thresholds. | |
| Feature Pruning | Method | Removes features, fields, steps, or options whose contribution does not justify their complexity burden. | |
| Feature Pyramid or Hierarchical Model | Method | Represents input at multiple levels of resolution so broad structure and fine detail can be processed in order. | |
| Feature Selection | Method | Narrows a wide set of candidate variables to the informative subset that carries the target, so the separator later operates in a frame where signal and nuisance can actually be told apart. | |
| Feature Tier Design | Method | Differentiates versions by features, support level, flexibility, capacity, timing, or convenience so segments self-select into appropriate offers. | |
| Feature-Flag Disablement | Tool | Disables one specific software behavior or integration behind a runtime switch — without shutting down the rest of the service — and records who flipped what, so it can be reversed in seconds. | |
| Feature-Flag Experimentation | Software or Tool | Lets teams expose limited user segments or components to variation and rapidly disable harmful variants. | |
| Feature-Flag Graduation Review | Governance Procedure | A release-governance review that converts a trial feature into a standard, rollback, or removal decision. | |
| Feature-Flagged Strictness Rollout | Method | Ships a stricter regime behind a flag and ramps it across cohorts on live safety evidence with instant rollback, so a tightening never becomes a surprise outage. | |
| feature_selection_pass | Method | Selects variables using relevance, redundancy, leakage, stability, and validation criteria. | |
| Federated Governance Cadence | Institution | Creates recurring cross-level decision forums where central owners and local representatives revise standards, exceptions, and shared priorities. | |
| Federation Protocol | Protocol | Lets independent operators run their own nodes and still interoperate, so the network's value survives without any single hub owning the participants or the rules. | |
| Feedback Analysis Workshop | Facilitation Process | Gathers stakeholders to identify loop variables, test causal stories, surface disagreements, and select follow-up questions or interventions. | |
| Feedback-Gain Reduction | Method | Turns down the loop gain of a self-reinforcing pathway so it stops amplifying itself, without cutting the loop or blocking its inputs. | |
| Feedback-Loop Redesign | Process | Rebuilds the timing, content, audience, and consequences of feedback so it fuels improvement instead of ratifying a predicted deficit. | |
| feedback_latency_monitor | Monitoring Metric | A metric that tracks the time between an action, cue, or disturbance and the visible system response. | |
| Feedforward Brake Circuit or Protocol | Protocol | ||
| Fiduciary Duty Rule | Rule | Binds the agent to an overriding legal duty of loyalty and care that must displace their private interest whenever the two conflict. | |
| Field Calibration Review | Ritual | Periodically reviews field misses, false activations, boundary disputes, and drift. | |
| Field Observation | Method | Watches behavior in the environment where the solution will operate, especially when users cannot easily articulate tacit routines or constraints. | |
| Field Observation Debrief | Debrief Process | Turns observation into tested interpretation by separating what was seen, what was inferred, and what insiders say it meant. | |
| Field or Operator Ground-Truth Walkthrough | Method | Takes the mapped hotspot to the actual site and checks it against what the people who work there already know. | |
| Field Practice | Procedure | Places learners in or near the real environment with supervision, bounded scope, or low-risk responsibilities. | |
| Field Service Protocol | Protocol | Coordinates who is dispatched, how they gain safe access, and who owns the fix when maintenance happens far from the people who built the system. | |
| Field-Level Redaction | Method | Removes or blacks out the specific fields flagged sensitive or surplus from an outgoing record, at the producer, so what leaves carries only what the recipient may see. | |
| Filter Independence Check | Diagnostic Estimation | Tests whether a system's parallel filters are actually independent, or whether shared owners, inputs, or criteria make several of them pass and fail together. | |
| Filter Rationale Register | Register | A standing record of why each filter exists — its stated purpose, owner, and the legitimacy standard it claims — so every screening rule can be traced, justified, or challenged. | |
| Filter Rotation or External Challenge | Policy | A standing control that periodically changes who applies the filters — or brings in outside challengers — so the stack cannot settle into a single, self-confirming point of view. | |
| Filter Stack Map | Tool | Lays out every filter a system applies in parallel — what each screens for, who owns it, and what it optimizes — as a single map of the whole stack. | |
| Filter Transparency Dashboard | Metric or Dashboard | Shows recommendation, moderation, citation, agenda, or selection patterns that shape ordinary intake. | |
| Filtration or Scrubbing | Tool | Lets the carrier medium keep flowing but strips the hazard out of it in transit, so what arrives downstream is cleaned rather than blocked. | |
| Final Revalidation Before Commit | Rule | Re-runs the original precondition check as the very last step before the irreversible commit, so the action fires only if the condition that justified it still holds at the instant of use. | |
| Finance / Accounting Unit Check | Audit | Separates money-like quantities that share a currency symbol but are not interchangeable — nominal vs. real, one-time vs. recurring, cash vs. accrual — before they are added or compared. | |
| Financial Reversal or Credit | Procedure | Uses refund, credit, chargeback, reversal, adjustment, or balancing entry to offset a completed financial effect that cannot simply vanish. | |
| Financial Ring Fence | Institution | A legal, accounting, or organizational mechanism that separates liabilities, assets, losses, or obligations so one rupture does not destabilize the wider system. | |
| Finish and Coating Minimization | Method | Reduces paint, veneer, simulated texture, polish, or cosmetic coating that would disguise the underlying substrate. | |
| Finite Horizon Assumption | Method | Limits a search, forecast, plan, or valuation to a defined time horizon so decisions can proceed without pretending to solve all future possibilities. | |
| Finite Impulse Response Filter | Method | A finite-kernel signal-processing method that produces each output from a fixed weighted sum of input samples. | |
| Finite-Element Basis Construction | Method | Builds a basis for a function space out of many simple, locally-supported shape functions tied to a mesh, turning a complicated field over a domain into a finite list of nodal coordinates. | |
| Finite-Sample or Exact Interval Check | Method | Compares asymptotic intervals with exact, small-sample, conservative, or simulation-corrected intervals when approximation error is likely. | |
| Finite-State Map Selector | Model | Models contexts as the states of a machine and switching as guarded transitions, so the active representation can only change along legal, explicitly-allowed paths — never an arbitrary jump. | |
| Firebreak or Buffer Zone Map | Artifact | A map or rule set showing where movement, replication, transfer, or interaction should pause to keep the entrant from crossing into new zones. | |
| Firewall | Tool | A rule-based gate on network traffic that permits or blocks each connection by matching it against an ordered policy of source, destination, port, and behavior. | |
| First-Article and Setup Approval | Procedure | Verifies an initial output and process setup before a new or changed run proceeds at scale. | |
| First-Attempt Discovery Test | Review | Puts a fresh user in front of the real interface with a goal and no hints, and measures whether they discover an already-available capability unaided — turning "is it findable?" into a repeatable number. | |
| First-Pass Loss Audit | Audit | Isolates and books the loss at the first boundary the input must cross — the earliest, largest, most easily hidden drop, before any downstream stage can even see it. | |
| First-Principles Model | Method | Builds the initial model from fundamental relations, constraints, or causal claims rather than from accumulated details. | |
| First-Principles Statement | Artifact | Names the base premises a group will reason up from for one specific decision, and flags what those premises leave uncertain, so the chain of 'why' bottoms out at a chosen, visible foundation. | |
| first_article_or_setup_inspection | Startup Gate | Inspects early output after setup or changeover to catch configuration errors before producing a large defective batch. | |
| Fitness Proxy Audit | Audit | Audits what your barrier and its metrics actually reward for surviving — exposing proxies that let an escape variant look 'handled' precisely because it has become harder to see. | |
| Five Whys with Stop Rule | Method | Follows a causal 'why' chain down to the first level where a durable action can be taken, then stops on a named rule rather than chasing causes forever. | |
| Fixed-Gain Degraded Mode | Fallback Mode | ||
| Fixed-Inventory Configuration Sprint | Process | A timeboxed, cross-functional loop that generates, assembles, tests, and revises candidate configurations using only the declared inventory — nothing may be ordered in. | |
| Fixed-Pie Boundary Audit | Test or Assessment | Challenges the claimed fixed-pie boundary by checking omitted actors, shifted costs, and overlooked value-creation paths. | |
| Fixed-Point Build Comparison | Audit | Iterates the self-build until its output stops changing, then checks that successive self-produced versions are identical — the signal that construction has converged. | |
| Fixed-Sum Payoff Matrix | Artifact | Maps participant payoffs across strategies or outcomes and verifies whether totals remain constant. | |
| fixed_effects_panel_model | Method | Controls for stable unit effects and/or shared time effects in repeated unit-time data. | |
| fixed_interval_sampling_schedule | Procedural or System Configuration | Collects observations at a declared regular interval. | |
| Flash Crowd Playbook | Artifact | A pre-authored script for sudden surges of traffic, attention, or demand that names the likely triggers and pre-grants the authority to switch into burst mode, so response starts before improvisation turns to chaos. | |
| Flexible Staffing Roster | Artifact | A schedule that flexes a pool of cross-trained staff across shifts and areas to match workload, sending scarce people to the highest-need point and dropping to a minimum-safe level when short. | |
| Flight Recorder | Artifact | Continuously or selectively retains recent operational state so evidence is available when a rare episode occurs. | |
| Flow Gate or Valve Rule | Rule | A control rule that opens, throttles, or closes a flux channel on a defined trigger, steering the network's balance by adjusting flows in real time rather than cleaning up after. | |
| FMEA Dependency Table | Audit | Adapts failure mode and effects analysis to dependencies — scoring each one's failure by severity, likelihood, and detectability to produce a ranked, mitigation-prioritized list rather than a flat inventory. | |
| Focal Isolation | Attention Mechanism | ||
| Focal Placement Map | Artifact | Documents where the object sits, when and along what route it moves, who can see it, and how each placement is designed to steer collective attention — across physical space and digital surfaces alike. | |
| Focal-Point Composition | Method | Arranges the surrounding elements — through leading lines, spacing, grouping, and figure-ground relation — so the whole field points at the focal element, which is emphasized by its place in the arrangement rather than by any cue added to it. | |
| Focus Mode or Control Hiding | Interaction Pattern | Temporarily clears secondary controls, chrome, and notifications so the focal task stands alone — on the promise that everything hidden returns the instant it is needed. | |
| Follow-Up Retrieval Probe | Test or Assessment | Checks later whether the old cue retrieves the revised response, with enough spacing and context variation to reveal relapse to the old pattern. | |
| follower_wargame | Strategic Analysis | Simulates fast-follower, incumbent, or leapfrog responses before committing deeply. | |
| Follow–Distinguish–Overrule Memo | Document | States the precedent treatment choice, material reasons, authority, reliance effects, effective scope, and review route. | |
| Footprint-Expansion Decision Gate | Protocol | An approval checkpoint that lets outward expansion proceed only once the internal opportunities, the lifecycle comparison, the lock-in and resilience invariants, and the crossover criterion have all been reviewed on the record. | |
| Force Classification | Method | Classifies what kind of act a message actually performs — notice, question, demand, offer, or ruling — so the response it genuinely compels can be told apart from the assent it merely implies. | |
| Forced Release Protocol | Protocol | A pre-agreed rule that, once a deadlock is verified, obliges a holder to release a resource, approval, or commitment itself — with compensation — rather than being overridden by force. | |
| Forced-Perspective and Emphasis Test | Test or Assessment | Tests whether viewpoint, depth, juxtaposition, and size exaggeration produce the intended reading without deceptive or unstable side effects. | |
| Forecast After-Action Review | Learning Review | ||
| Forecast Backtesting | Audit | Replays a predictor against withheld history — across time, segments, and regimes — to earn or deny the right to suppress its residuals. | |
| Forecast Backtesting Cadence | Ritual | Periodically compares predicted and realized impacts by horizon to improve calibration and institutional memory. | |
| Forecast Range | Method | Communicates a future estimate as a range or a small set of scenarios rather than one point number — carrying the assumptions the range depends on and the triggers that mark when it has gone stale — so nobody plans against a single guess about an unknowable future. | |
| Forecast Trigger Dashboard | Monitoring Artifact | ||
| Forecast Update Trigger Log | Workflow | A forecast record that pairs predictions with update triggers and later confidence changes. | |
| Foreign-Key Constraint | Software or Tool | A database-level rule that constrains relationships between records so references remain valid. | |
| Forensic Scenario Reconstruction | Method | Builds and compares scenarios that could have produced observed traces while preserving uncertainty about alternatives. | |
| Fork Decision Record | Document | Records why a modified instance remains the same work, becomes a variant, becomes a derivative, or starts a new work line. | |
| Form Section Design | Template | Groups fields, labels, help text, and actions so users see which inputs belong together and which actions apply to which section. | |
| Formal / Informal Transition Marker | Ritual | Uses a phrase, agenda break, visual label, or procedural marker to distinguish casual discussion from formal review, commitment, decision, or record-making. | |
| Formative Rubric | Tool | Breaks 'quality' into named dimensions with described levels, so feedback can point at which dimension is weak and what the next level up actually looks like. | |
| Forward Staging Cache | Artifact | A stock of supplies, parts, or capacity pre-positioned near the front so the operating edge draws from a short, reliable local leg instead of the full haul from base. | |
| forward_checking_table | Test or Assessment | A table that checks whether remaining undecided parts still have feasible options after a tentative commitment. | |
| Fourier-Basis Expansion | Method | Represents any signal in a fixed, universal orthonormal basis of sinusoids, turning it into frequency coordinates that reconstruct it exactly. | |
| Frame Compatibility Review | Audit Procedure | ||
| Framework Selection Memo | Method | Names the interpretive lens a reading will use and records why it was chosen over the alternatives, turning the framework from an unexamined default into an accountable, contestable decision. | |
| Franchise or Concession Rebid | Process | Grants the exclusive right only for a fixed term and re-tenders it competitively, so an un-contestable monopoly must periodically win the right to serve — on public-interest terms. | |
| Franchise-like Replication | Method | Grows by cloning a proven whole-unit operating model to new, semi-autonomous sites under a shared playbook and brand, so each new unit reproduces the original without reinventing it. | |
| Fraud Risk Decay Model | Method | Models how fraud, misuse, or abuse risk changes after a flagged event, remediation, repayment, verification, or clean behavior period. | |
| Fraud-Proof Challenge Protocol | Protocol | Accepts candidates optimistically but opens a bonded challenge window in which anyone can submit a fraud proof that a candidate is invalid, reverting it and slashing the loser's stake. | |
| Free-Recall-Then-Recognition Probe | Diagnostic Estimation | Asks first for unaided recall, then for recognition, and reads the gap between them to tell 'never stored' apart from 'stored but not retrievable.' | |
| Freedom-of-Information Response Workflow | Process | Turns a member of the public's right-to-know into a delivered record: a request pipeline with a statutory clock, exemption tests, and redaction before release. | |
| Frequency Cap | Rule | Limits how often the same input reaches the same recipient within a window, spacing exposures so the channel keeps responding instead of going numb. | |
| Frequency Cap and Cooldown | Protocol | Limits repeated exposure and inserts quiet periods before a cue can be shown, refreshed, pinged, or intensified again. | |
| Frequency Pulling with Saturation | Method | Draws each unit's intrinsic rate toward its neighbours' — but caps how hard it can be pulled, so no unit is yanked past a safe slew. | |
| Fresh Holdout Retest | Validation Procedure | Repeats evaluation on newly collected or newly sealed cases after suspected contamination. | |
| Freshness Timer or Timestamp Badge | Artifact | Stamps every piece of evidence, forecast, approval, and decision with its age and time-to-expiry, so staleness is visible at a glance instead of assumed away. | |
| Freshness Watermark | Monitor | Publishes a moving marker of how current a redundant copy is — the point up to which it reflects the source — turning invisible staleness into a readable, checkable number. | |
| Friction Addition | Process Design | Adds a pause, confirmation step, cooling-off period, queue, or effort cost to reduce an undesired action when the behavior is highly sensitive to small barriers. | |
| Friction Adjustment | Choice Environment Mechanism | ||
| Friction Mapping Session | Method | Lay the official path and the workaround side by side and score each step for effort, delay, uncertainty, and social and cognitive cost, so the cost gap that drives the deviation becomes visible and rankable. | |
| Friction or Salience Adjustment | Choice Architecture Method | Adds, removes, or rebalances friction and attention weight so the replacement response becomes easier than the old response. | |
| Friction Reduction | Process Design | Removes steps, waits, forms, confusion, travel, or effort from a desired action when evidence suggests small convenience gains produce large behavior shifts. | |
| Friendly Reliance Probe | Monitoring Method | ||
| Front Rescope Playbook | Protocol | A pre-decided repertoire of ways to shrink an overextended front — pull back, narrow, hand off, or make it self-sustaining — chosen before the line breaks, not during the panic. | |
| Front-State Checkpoint | Artifact | Snapshots the substrate state at the advancing front into a resumable, restorable record, so the transition can pause, resume, or roll back from a known point. | |
| Frontline Feedback Form | Template | Captures local observations in a standardized format. | |
| Frontline Feedback System | Software or Tool | Collects structured observations, exceptions, workarounds, bottlenecks, and early warnings from people closest to implementation. | |
| Frontline Go-Along Interview | Method | Walk the real route beside the person who uses it and have them narrate each deviation as they make it, recovering the reason, the who, and the who's-missing that logs cannot show. | |
| Full Factorial Matrix | Artifact | Enumerates all factor-level combinations for small experimental or testing spaces. | |
| Full-Cost Accounting | Method | Pulls the upstream, downstream, social, and environmental costs an efficiency decision leaves off-ledger back onto it — so the choice is judged on its full resource burden, not just the metered operating bill. | |
| Full-Factorial Joint-State Test | Method | Runs every combination of the governing state variables against the system and checks each one for the combination that lets the whole route conduct. | |
| Full-Information Maximum Likelihood Path | Method | Uses likelihood-based estimation with incomplete observed data when model and missingness assumptions are appropriate. | |
| Full-Rank Eigendecomposition | Method | Factors a square operator into its own eigenbasis, yielding a complete set of directions the operator merely rescales — and, when full-rank, a basis that spans the whole space. | |
| Function-Behavior-Structure Matrix | Model | Documents a source as three linked layers — the structure it is built from, the behavior that structure produces, and the function that behavior serves — so visible structure is never mistaken for the whole explanation. | |
| Functional Analysis | Method | Identifies what a pattern currently does for different actors or systems, while treating function as an observation rather than proof of intent. | |
| Functional Decomposition Workshop | Method | Translates the mission into required functions and performance thresholds — deliberately before looking at the stock — so on-hand resources can be matched by what they can do, not by what they are labelled. | |
| Funding Dependency Register | Register | Keeps a standing, disclosable record of every revenue stream and how much of the agent's survival rides on each — flagging the streams that let it keep operating without the people it is meant to serve. | |
| Funding Firewall Rule | Rule | Structures the institution's money so it doesn't depend on the actors it governs — routing fees through a buffer, capping any single source, or funding from a broad levy — so the budget can't be used as a leash. | |
| funding_conditions_register | Governance Register | ||
| Funnel Experiment Backlog | Workflow | Converts prioritized loss hypotheses into tests, redesigns, repairs, or capacity interventions. | |
| Funnel Process | Workflow | Implements the archetype in review or product workflows by moving many candidates through cheap early screens before detailed evaluation of a smaller set. | |
| Future Imagination Workshop | Workshop Protocol | ||
| Futures Literacy Lab | Participatory Learning Format | ||
| Fuzz Testing Against Acceptance Boundary | Method | Bombards the acceptance boundary with generated malformed and edge-case inputs to find where it crashes, silently accepts the invalid, or repairs into the wrong meaning. | |
| Gain Floor/Ceiling Rule | Decision Rule | ||
| Gain-Change Review Log | Audit Artifact | ||
| Gain-Collapse Test | Diagnostic Estimation | Confirms the lever isn't merely too weak — its marginal effect has collapsed toward zero because the mediating stock has left the range where the lever bites. | |
| Gainsharing Contract | Document | Links created surplus, saved cost, or improved performance to a pre-agreed sharing formula. | |
| Gap Remediation Plan | Document | A plan that translates unmet readiness criteria into tasks, owners, due dates, dependency closures, supports, and retest conditions. | |
| Gas Foaming or Blowing | Method | Grows a whole population of cells at once by evolving gas inside a softened matrix, setting the overall void fraction while fighting to keep thin cell walls from draining and merging before they solidify. | |
| Gated Expert Router | Model | A learned gate that reads the raw context cues and produces a soft weighting over a portfolio of specialist representations, blending or picking experts instead of matching an exact key. | |
| Gatekeeping Decision Log | Artifact | Records decisions, reason codes, reviewer identity or system version, timestamps, evidence references, and override status. | |
| Gauge Repeatability and Reproducibility Study | Audit | Separates the variation that comes from the parts from the variation that comes from measuring them, so that a stack analysis is not silently built on the noise of its own gauges. | |
| Gauge-Fixing Choice | Method | Chooses a representative frame, normalization, baseline, or reference condition that removes redundant degrees of freedom. | |
| Gauge-Fixing Condition | Method | Adds a disciplined representative-selection condition that removes specified redundant freedom without changing invariant content. | |
| Gaussian Process Function Model | Model | Models an entire unknown function over a continuous index as one draw from a distribution over functions, defined by a covariance kernel that correlates nearby points and yields calibrated uncertainty. | |
| Gaussian Smoothing Kernel | Method | A local smoothing method using a Gaussian-shaped kernel to reduce noise or fine-scale variation. | |
| Generated Content Disclosure Gate | Policy | Holds internally- or model-generated content at the point of release until it carries a label saying it was generated and is phrased so a downstream reader can weight it as such. | |
| Generation Cadence Review | Review | Checks whether the selection loop is turning at the right tempo — fast enough to adapt, slow enough that each generation is judged on signal rather than noise — and re-sizes the generation unit, coupled to the variation supply, when it is not. | |
| Geofenced Service Coverage Grid | Interface | Assigns service or monitoring responsibility to bounded geographic fields. | |
| Geographic or Channel Restriction | Protocol | Constrains where or through which channel an offer is valid to reduce cross-market leakage. | |
| Geometric Simplification Series | Method | Translates a source into progressively simplified planes curves and masses | |
| Geospatial Service-Area Mapping | Tool | Turns endpoint locations, travel times, terrain barriers, and service deserts into one spatial picture that shows where the fan-out is hard and where local staging could sit. | |
| Gestural Mark Abstraction | Method | Converts motion force duration rhythm or affect into a constrained mark vocabulary | |
| Giant-Component Dashboard | Monitor | Tracks the largest connected component's growth, reachability coverage, and threshold behavior live through staged activation, so a team can watch the span form and the tipping point approach. | |
| Given-That Clause | Communication Template | ||
| Glossary | Document | Provides shared definitions for terms, especially when vocabulary drift or cross-disciplinary ambiguity blocks coordination. | |
| Glossary Governance | Document | Maintains approved definitions, examples, non-examples, and usage notes for important signs or terms. | |
| Glossary or Code Key | Artifact | A fixed, shared key that pins each term, symbol, or code to an agreed meaning, so every reader of the same substrate resolves its signs the same way — and a machine can resolve them too. | |
| Go / No-Go Meeting | Ritual | A decision ritual that converts readiness findings into an explicit proceed, delay, conditional proceed, or abort decision. | |
| Go/No-Go Commitment Gate | Procedure | Tests closure readiness, authority, reversibility, and execution capacity at a defined decision point. | |
| Go/No-Go Condition Review | Ritual | Reviews each hard condition independently before proceeding with a high-consequence action. | |
| Go/No-Go Gauge | Tool | Turns a tolerance into a physical pass/fail check — one end must fit, the other must not — so conformance is decided in seconds without reading a number. | |
| Goal-Shielding Protocol | Protocol | Suppresses competing goals, cues, and requests for the duration of a focal task, then lifts the suppression the moment the task completes or times out. | |
| Gold-Standard Comparison Study | Test or Assessment | Runs the candidate against an authoritative reference standard and analyzes agreement, disagreement, and uncertainty. | |
| Golden Case Benchmark | Artifact | A curated library of canonical input-to-output cases, captured from the current system, that serves as the fixed reference for judging whether a refactor changed observable behavior. | |
| Golden Master or Trace Comparison | Test or Validation Artifact | Compares substitute behavior against incumbent traces or approved reference outputs under representative scenarios. | |
| Golden Record Consolidation | Method | Merges many duplicate and conflicting records of the same entity into one consolidated 'golden' record, picking the surviving value field by field with survivorship rules. | |
| Golden Test Vectors | Artifact | A frozen set of canonical inputs paired with their exact expected encodings and decodings, so independent implementations can be checked for byte-exact agreement and any silent drift shows up the instant an output changes. | |
| Golden-Output Regression Test | Test or Assessment | Compares outputs of original and rewritten forms against stable reference cases. | |
| Golden-Sample Regression Suite | Test or Assessment | A recurring test using stable known cases to detect whether mapping fidelity has drifted. | |
| Gossip Phase Averaging | Protocol | Spreads a shared phase estimate hop-by-hop across a shifting peer graph by repeatedly averaging with whoever is reachable, respecting that phase wraps around. | |
| Governance Authority Chain | Institution | Defines who holds legitimate authority to finally close recursive approvals or appeals, within what scope, and what it takes to appeal — so an escalation chain terminates by mandate, not by exhaustion or raw power. | |
| Governance Board | Role or Team | A standing oversight body that appoints, evaluates, disciplines, and can replace the agent on the principal's behalf. | |
| Governance Board or Council | Institution | A standing body with defined authority to set rules, review changes, and adjudicate disputes for a network — seated and constrained so no single operator or faction can steer it alone. | |
| Governance Charter | Document | Defines decision scope, membership, authority, voting or consent rules, escalation, and review for a governance body. | |
| Governance Escalation Protocol | Protocol | Specifies when local governance handles a signal, when regional or central governance intervenes, and how authority returns after the condition stabilizes. | |
| Governance Readiness Review | Test or Assessment | Checks whether decision rights, accountability, funding authority, escalation paths, and revision authority are in place. | |
| Governance Rule Creation | Rule | Turns an informal way of deciding — who is asked, who can veto, how disputes end — into an explicit rule of authority, escalation, and review. | |
| governance_forum_consolidation | Restructuring Procedure | ||
| Governed Translation or Adaptation Review | Procedure | Determines whether translation, adaptation, localization, remediation, or implementation preserves the work or establishes a derivative/new work. | |
| Grace Period | Policy or Contract Mechanism | ||
| Graceful Degradation Mode | Protocol | Under near-saturation, deliberately drops nonessential service, fidelity, or scope along a pre-defined boundary so the essential function keeps working. | |
| Graceful Queue Shutdown | Protocol | Brings a running service to a clean stop by refusing new work, finishing or safely setting aside the jobs it already holds, and exiting only once its completion criterion is met. | |
| Graded Exposure Protocol | Procedure | Introduces challenge or stress in controlled increments. | |
| Graded Membership Table | Artifact | Lays out each case with its degree-of-membership score and typicality zone, making the category's centre — and the handling each zone gets — visible at a glance. | |
| Graded-Density Manufacturing | Method | Varies void fraction and pore architecture smoothly across the bulk so each region carries the porosity its local job needs, with no abrupt interface for stress to concentrate on. | |
| Gradient and Flux Map | Method | Maps where directional pressure exists, where it can flow, and where it is blocked, leaked, or amplified. | |
| Gradient Dashboard | Metric or Dashboard | Makes the spread visible over time so actors can detect steepening, evaluate flattening, and spot displaced pressure. | |
| Gradient or Directional Probe | Test or Assessment | Tests whether small moves in selected directions predictably improve or worsen value. | |
| Grading Rubric | Artifact | Defines the bands of acceptable performance and the criteria for each, so different assessors judging the same work land on the same grade. | |
| Gradual Rollout Intensity | Workflow | Adjusts the scope, strictness, traffic share, or feature exposure of a rollout as real-world response becomes visible. | |
| Graduated Autonomy Ramp | Workflow | A concrete workflow for implementing part of Agentic Control Loop Design. | |
| Graduated Commitment Path | Sequencing Method | ||
| Graduated Enforcement Ladder | Policy | A pre-defined, escalating schedule of responses to rule-breaking — from a quiet word up to expulsion — so enforcement is proportionate, predictable, and not left to mood. | |
| Graduated Free-Rider Response | Protocol | An escalation ladder for under-contribution that opens with a gentle, private nudge and ratchets up only as it must — correcting free-riding without torching goodwill or over-punishing an honest lapse. | |
| Graduated Peer Sanction Protocol | Governance Procedure | ||
| Graduated Public Exposure Sequence | Procedure | A staged sequence that moves from private review to small forums, pilot language, public explanation, and broader institutional adoption or rejection. | |
| Graduated Reliance and Bounded-Exposure Trial | Test or Assessment | Begins with recoverable representative commitments and expands only after observed relevant performance. | |
| Graduated Sanction Matrix | Protocol | Provides a transparent sequence of consequences tied to violation severity, repetition, and remedy status. | |
| Graduated Sanction Protocol | Protocol | Moves from reminder and transparency to proportional restrictions, repair obligations, or re-entry rules. | |
| Graduated Sanctions | Procedure | Implements proportionality by sequencing responses from warning or coaching through stronger sanctions as severity or recurrence increases. | |
| Graduated Visibility Takedown Workflow | Workflow | A staged response path that moves from quiet repair or limited access control to public notice or formal escalation only when thresholds are met. | |
| Grammar Rule Set | Artifact | The declarative set of production rules that defines well-formed composition — the reference grammar every parser consults to license or reject a structure. | |
| Gram–Schmidt Orthonormalization | Method | Turns any independent set of vectors into an orthonormal basis for the same span by projecting each new vector off the ones already accepted and normalizing the remainder. | |
| Grandfathering Rule | Policy Mechanism | ||
| Grant or Subsidy Program | Policy | Funds a good that private incentives would underprovide by paying an external provider against defined outcomes, then measuring whether the public value actually appeared. | |
| Granular Opt-In Flow | Interface | Separates consent for core access from optional data uses, communications, waivers, add-ons, and relationship commitments. | |
| Granular Permission Dashboard | Interface | Shows separate permissions, purposes, actors, and revocation controls in a single reviewable place. | |
| Granularity Scale Ladder | Test or Assessment | Tests when microvariation disappears becomes legible or crosses into macro-pattern across scale and distance | |
| Graph Embedding | Model | Maps the nodes of a relational graph to points in a host space so that connected or structurally similar nodes land near each other, turning topology into geometry. | |
| Graph Reachability Analysis | Method | Models sources, intermediate steps, and targets as a directed graph and computes which targets are actually reachable, so any target hidden behind a broken dependency shows up as a provable gap. | |
| Graph Schema Validation | Test or Assessment | A validation procedure or tool that tests graph relationships against a declared schema. | |
| Graph–Table Comparison | Method | Compares whether relational, trend, and pattern perception should be supported by a graph or whether exact lookup and auditability require a table. | |
| Gratuitous Change Challenge | Review Procedure | ||
| Greedy Assignment Pass | Matching or Allocation Heuristic | ||
| Greedy Set-Cover Heuristic | Approximation Heuristic | ||
| Grievance Channel | Governance Process | ||
| Grievance Panel | Review Body Mechanism | Uses multiple reviewers to assess a complaint, apply policy, and recommend or issue a remedy. | |
| Grievance Process | Workflow | A workflow for raising fairness complaints, process defects, retaliation concerns, or unresolved harms. | |
| Group Chant, Song, or Refrain | Ritual | Aligns a group on a repeated, meaning-bearing phrase or melody — synchrony that carries identity and emotion, and that people can take away and keep echoing long after the event. | |
| Group-Stratified Validation | Protocol | Reports performance broken out by subgroup, source, instrument, and annotator, so a healthy-looking aggregate can't hide the slice where the shortcut has quietly failed. | |
| Grouped Dashboard | Metric or Dashboard | A dashboard whose metrics are grouped into meaningful decision or monitoring chunks. | |
| Grouping Audit Checklist | Checklist | Guides reviewers through intended grouping, cue consistency, false grouping, closure risk, and accessibility checks. | |
| Growth Mindset Reframing | Cognitive or Learning Intervention | Replaces fixed ability or fixed potential explanations with learning, practice, feedback, support, and development explanations. It is a mechanism for a subset of Essentialism Audit, not the full archetype. | |
| Growth-and-Crash Stock-Flow Model | Model | Ties growth, peak, crash-conversion, clearance, and recovery delay into one causal stock-and-flow model, so the size of the coming crash load can be read off the size of the stock. | |
| Growth-Mindset Framing | Method | Frames expectations around improvable capability, strategy, and next steps rather than fixed traits, redirecting a negative prophecy toward effort and support. | |
| Guardrail Dashboard | Metric or Dashboard | Displays constraint, safety, fairness, quality, or side-effect indicators alongside the main objective score. | |
| Guided Emic Interview Protocol | Protocol | Uses structured interviews that ask participants how they explain their own practices, values, roles, and constraints. | |
| Guided Exploration Path | Method | Implements the exploration boundary and first probe by giving a sequence of safe steps through unfamiliar material, tools, or evidence. | |
| Guided Multi-Path Onboarding Flow | Workflow | Routes users or participants from different initial conditions through different supports toward the same activation or readiness state. | |
| Guided Narrative Reframing | Procedure | Reworks an activated story or incident account by adding missing context, causal correction, or altered meaning while preserving truth constraints. | |
| Guided Practice with Feedback | Process | Has people apply the norm in realistic but low-stakes scenarios, get specific feedback, repair the error, and repeat — so the norm becomes a practiced skill rather than a memorized rule. | |
| Guided Shadowing with Debrief | Procedure | Lets the mentee observe the mentor in context and then discuss the tacit cues, norms, tradeoffs, and values that shaped the mentor’s action. | |
| Guided Tour Flow | Procedure | Moves users, visitors, learners, or operators through a staged walkthrough, usually with prompts, highlights, checkpoints, or route markers. | |
| Guided Walkthrough or Onboarding Step | Process | Escorts a user to their first successful use of a capability — revealing it at the moment it becomes relevant and staying with them, step by step, until the action is actually done. | |
| Guilt-by-Association Review | Checklist | Checks whether blame, risk, or disqualification is being assigned because of contact, affiliation, or co-membership without a valid transfer rule. | |
| Habit Loop Mapping | Diagnostic Method | Maps cue, routine or response, and consequence to reveal the association that must be redesigned. | |
| Habit Tracker | Tool or Artifact | Records recurring personal behavior so patterns, streaks, lapses, triggers, and adjustment opportunities become visible. | |
| Habitat or Spatial Reconfiguration | Physical Design Method | ||
| Hackathon or Sprint | Ritual | Gives participants bounded time, a theme or challenge, shared resources, and open teaming so prototypes or solutions emerge quickly. | |
| Half-Open Circuit Probe | Protocol | After a tripped circuit blocks all traffic to a failed dependency, it lets a single trial request through at intervals and reopens the floodgates only once a probe succeeds — so recovery is tested by one caller, not the whole herd. | |
| Hallucination Intrusion Triage | Process | Takes items already flagged as possible fabrications or memory intrusions and sorts them by how much rides on them, quarantining, escalating, or releasing each before it is trusted. | |
| Halo and Taint Decomposition Table | Artifact | Separates positive halo, negative taint, aesthetic appeal, status borrowing, contamination fear, and evidence-bearing relations. | |
| Halting-Problem Reduction | Method | Proves a target problem undecidable by wiring a known-undecidable problem (canonically the halting problem) into it, so effort on a universal solver stops before it starts. | |
| Handling Chain-of-Custody Protocol | Procedure | Controls custody, handling, display, transport, restoration, and retirement of sacred objects or texts. | |
| Handling Rule Card | Rule | Makes explicit the respect boundaries around the object — what may and may not be done to it, by whom, and the few sanctioned exceptions — so the taboos are legible rather than learned by transgression. | |
| Handoff Checkback | Protocol | A sender-receiver confirmation step at transfer points. | |
| Handoff Checklist | Protocol | A structured transfer list that moves a role from an outgoing holder to a successor without dropping open commitments, live context, or hard-won know-how. | |
| Handoff Protocol | Procedure | Standardizes transition content, acceptance conditions, timing, and exception handling between dependent tasks or actors. | |
| Handoff Readiness Check | Checklist | A check that verifies whether a recurring handoff is complete, fresh, and timed for downstream use. | |
| Handoff Target Trace | Document | Records the target, evidence, current state, and agreed focus so a new person or shift can join the same attentional frame. | |
| Happy-Path / Exception Workflow | Workflow | A process design that defines a streamlined normal route and an explicit exception route. | |
| Haptic Feedback Pattern | Digital or Device Feedback | Uses vibration texture, pulse rhythm, or force feedback to encode status where visual attention is limited. | |
| Hard-Negative Data Augmentation | Method | Manufactures training examples that carry the tempting cue without the target, and the target without the cue, forcing the learner to separate convenience from structure. | |
| Hardening Window | Scheduled Capacity Reserve | Sets aside a post-release or post-transition time block for refactoring, testing, documentation, stabilization, migration cleanup, or process repair. | |
| Hardship Exception Review | Exception Review Process | Reviews whether a standard rule should be modified for unusual hardship while preserving the rule's legitimate purpose and preventing favoritism. | |
| Hardship Waiver Process | Procedure | Evaluates temporary or structural inability and assigns waiver, accommodation, or alternative contribution. | |
| Hardware or Controller Synthesis | Tool | Lowers a behavioural description into a physical or controller realization — gates, an FPGA image, or PLC logic — under hard timing, area, and power constraints set by the target technology. | |
| Harm Containment Debrief | Procedure | Follows taboo discussion with review, support, correction of misunderstandings, containment of sensitive information, and adjustment of safeguards. | |
| Harmonic Suspension and Resolution | Method | Creates a felt instability by suspending an expected resolution, then discharges it with a resolving move so the arrival feels earned. | |
| Hash Collision Check | Test or Assessment | A check for cases where hashes, digests, short codes, or encodings collapse distinct sources. | |
| Hash Collision Risk Assessment | Test or Assessment | A defensive review of digest length, truncation, collision consequence, and domain separation. | |
| Hatching Pattern Legend | Legend or Codebook | Maps line angle, spacing, crosshatch, stipple, or fill texture to categories in charts, maps, or diagrams. | |
| Hazard Analysis | Method | Enumerates the hazards a control leaves behind — including the ones it displaces — and holds each residual against an explicit tolerance rather than against whatever the current design happens to achieve. | |
| Hazard-Shape Diagnostic | Diagnostic Estimation | Reads whether the exit hazard rises, stays flat, or falls with age — the single fact that decides whether surviving longer is good news or bad news. | |
| Hazardous Material Containment | Protocol | A physical and procedural system for holding hazardous substances away from exposure pathways. | |
| HAZOP Joint-Deviation Review | Review | Walks a multidisciplinary panel through guide-word deviations taken in combination, surfacing the joint deviations a single-parameter review would miss and owning the residual-risk call. | |
| Headline–Body Consistency Check | Audit | Isolates the single claim a headline asserts and tests whether the body actually supports it — at that scope, tense, and force — before it goes out. | |
| Health Check | Test or Assessment | Runs a repeatable test that indicates whether a service, asset, process, or organism is functioning within an acceptable range. | |
| Health Checkup Schedule | Test or Assessment | Applies recurring screening or condition review to people, teams, assets, or systems where early intervention can prevent larger harm. | |
| Hearing Procedure | Procedure | A structured meeting or written equivalent where parties present evidence, respond to claims, and receive a decision. | |
| Hearing Process | Structured Participation Mechanism | Creates a live or asynchronous occasion to present evidence, respond to claims, and test contested accounts. | |
| Heartbeat and Suspicion Detector | Monitor | Continuously pings participants and maintains a per-node suspicion level, turning the raw stream of present-and-absent signals into the graded, revisable failure judgment that leader election and reconfiguration consume. | |
| Heartbeat or Ping Check | Software or Tool | Confirms that a monitored channel, person, device, or process remains reachable enough for expected signals to be noticed. | |
| Heavy-Tail Simulation Scenario Set | Method | Runs Monte-Carlo simulation under deliberately fat-tailed, correlated assumptions so the model actually produces the rare catastrophes that thin-tailed sampling almost never draws. | |
| Hedging Overlay Contract | Document | A financial or parametric contract that offsets a common driver affecting a pooled exposure. | |
| Held-Out Benchmark Dataset | Artifact | Provides protected cases or examples used to test performance without contaminating development. | |
| Held-Out Path-Feature Check | Diagnostic Estimation | Validates a model by simulating paths and comparing them to held-out real paths on emergent features — maxima, run lengths, crossings, spectra — that one-step likelihood never scores. | |
| Held-Out Sample Test | Method | Judges a separation by how well it recovers the target on data it never touched during fitting — the guard against a method that has learned the sample instead of the signal. | |
| Hermeneutic Gap Analysis | Interpretive Analysis | Identifies missing shared concepts, categories, examples, or explanatory frames that prevent certain experiences from being recognized as actionable knowledge. | |
| Hermeneutic Loop Log | Register | Keeps a running record of each pass through the part-and-whole loop — what the reading was, what the substrate forced you to revise, and how your own assumptions shifted — until the interpretation stabilizes or is escalated. | |
| Heterogeneous Catalyst Bed | Artifact | Immobilizes catalytic capacity at a fixed interface so a stream of substrate units are converted as they flow past — keeping the facilitator held, reused, and easy to separate and regenerate. | |
| Heterogeneous Technology Stack | Software or Tool | Uses different technical implementations for critical capability so a single software defect, vendor outage, or platform assumption is less likely to disable all paths. | |
| Heuristic Boundary Checklist | Checklist | Confirms whether a shortcut is valid in the current domain, population, feedback regime, and risk level. | |
| Hidden Load Audit Sampling | Test or Assessment | Samples likely reservoirs to detect retained burden that ordinary event-level tracking misses. | |
| Hidden or Delayed Popularity Counts | Interface | Temporarily hides, delays, buckets, or de-emphasizes likes, views, vote totals, adoption counts, or rankings until users have formed an initial judgment. | |
| Hierarchical Prediction-Error Loop | Process | Stacks predictors in layers where each sends its neighbour a prediction and returns only the error it can't explain, so routine structure is cancelled at the lowest level that accounts for it and only genuine surprise climbs. | |
| High-Arousal Content Throttle | Software or Tool | Reduces distribution, ranking boost, notification priority, or autoplay escalation for content whose cue profile provokes disproportionate arousal or response. | |
| High-Gain Degraded-Mode Trigger | Procedure | ||
| High-Level Architecture Diagram | Artifact | Shows major components and dependencies of a system while hiding implementation detail that is not needed at the architectural decision level. | |
| High-Load Clipping Test | Test or Assessment | ||
| High-Risk Targeting List | Artifact | Ranks cases, sites, or suppliers by predicted contribution to harm or cost so scarce scrutiny lands on the riskiest few — and holds the risk scores themselves to account. | |
| Highest-Marginal-Gain-First Rule | Selection Rule | ||
| Hindsight Information Exclusion Test | Reasoning Check | ||
| Hinge-Point Decision Canvas | Template | Records the juncture boundary, options, small levers, reversibility horizon, stakeholders, and decision authority in one inspectable artifact. | |
| Hinge-Point Timeline | Artifact | Builds a timeline marking decisions, accidents, near misses, forks, and local uncertainties that could have shifted the path. | |
| Hinted-Handoff Buffer | Artifact | When a replica is unreachable, parks the writes meant for it on a stand-in node and replays them the moment it returns, so a brief outage neither loses nor blocks updates. | |
| Historical or Holdout Coverage Backtest | Audit | Checks whether persistence intervals issued before the outcome was known actually contained the realized lifetimes at their stated rate, catching forecasts that are confident but wrong. | |
| Historical Replay | Method | Reruns a candidate policy over real recorded history to see what it would have decided, then measures those counterfactual decisions against what actually happened. | |
| Hohfeldian Relation Matrix | Relational Analysis | ||
| Hold-and-Resume Checkpoint | Workflow | A scheduled decision point where the taper can proceed, pause, slow, reverse one step, or be redesigned based on observed response. | |
| Hold-and-Revalidate Protocol | Protocol | When an action's underpinning evidence has aged past its validity window, this protocol halts it in place and refuses to release it until the assumptions are re-checked against current reality. | |
| Holdout Access Log | Governance Artifact | Records exposure of protected evaluation material. | |
| Holdout Review Panel | Institution | A review forum for distinguishing legitimate refusal from anti-commons blockage. | |
| Holdout Validation | Evidence Partitioning | ||
| holon_interface_registry | Artifact | A maintained catalog of signals, contracts, handoffs, APIs, resource flows, and accountability paths among holons. | |
| holonic_operating_model_canvas | Template | A template for specifying a holon’s boundary, purpose, autonomy, dependencies, interfaces, invariants, and review cadence. | |
| Horizon Budget Allocation | Resource Allocation Method | Allocates funds, people, management attention, or risk tolerance across horizons according to strategic intent and transition evidence. | |
| Horizon Forecast-Error Trigger and Adaptation Audit | Protocol | Compares forecast intervals, signals, gate decisions, actual closure, distributed harm, reversal execution, and post-crossing adaptation. | |
| Horizon-Scan-to-Story Cycle | Signal Translation Routine | ||
| Horizon-Specific Metric Dashboard | Measurement System | Separates efficiency, learning, adoption, legitimacy, and future-viability metrics so each horizon is judged appropriately. | |
| Horizon-Split Forecast Canvas | Template | Forces the impact claim into short, medium, and long horizon cells with separate evidence, confidence, action posture, and revision triggers. | |
| Horizontal Scale-Out | Method | Grows capacity by adding more interchangeable units of the same kind behind a distributor, rather than making any one unit bigger. | |
| Hospital Surge Capacity | Procedure | Reserves beds, staff, supplies, or space for sudden increases in patient load or high-acuity cases. | |
| Host-Dependency Fallback Drill | Protocol | Rehearses host failure — degraded, disconnected, incompatible, or withdrawn — before the dependency is load-bearing, so the subsystem's graceful-degradation rules are proven rather than assumed. | |
| Host-Service API Delegation | Protocol | Forwards a subsystem's capability request to the authoritative host service across a bounded, versioned API, so the host stays the single source of truth instead of being cloned locally. | |
| Hotspot Containment and Removal | Protocol | Isolates a zone where collapse has already started and drains the concentrated failing stock through a capped destination before its by-products cascade into the wider system. | |
| Hotspot Tabletop Stress Test | Ritual | Walks a cross-functional group through a scenario built to hammer the suspected hotspot, to watch how it fails before it fails for real. | |
| Human Review Trigger | Escalation Trigger | Requires accountable review when marginal gains are small but protected values, human impacts, or legitimacy concerns are at stake. | |
| Human-in-the-Loop Operating Model | Operating Model | Defines what humans review, decide, override, escalate, maintain, or learn from when automation participates in the work. | |
| Humanitarian Aid Prioritization | Field Prioritization Protocol | A field protocol for deciding where scarce relief resources should go next. | |
| Humility Norm Onboarding Module | Training or Enculturation Tool | An onboarding artifact that teaches newcomers how the group handles uncertainty, questions, and revision. | |
| Hybrid Logical Clock | Artifact | A timestamp that fuses physical wall-clock time with a logical counter, so events get an ordering that tracks real time yet never contradicts causality despite clock skew. | |
| Hype Deflation Checklist | Checklist | Checks whether short-term claims are being inflated by salience, novelty, selective sampling, promotional incentives, or extrapolated pilot results. | |
| Hypothesis Promotion Gate | Decision Gate | A review point that prevents a hypothesis from being promoted to accepted claim or operating premise without specified tests, evidence, and caveats. | |
| Hysteresis and Debounce Filter | Rule | Sits between the context signal and the switch, damping it so momentary noise or a value hovering at the boundary can't trigger rapid back-and-forth map changes. | |
| Hysteresis-Aware Exit Criterion | Rule | Sets the bar for declaring 'back to normal' higher than the bar at which control failed — because a recovering system re-crosses its disabled boundary along a different path than it fell. | |
| Hysteretic Gain-Update Filter | Filter or Guardrail | ||
| Icon Interpretation Test | Test or Assessment | Checks whether an icon, pictogram, badge, or visual cue evokes the intended concept across relevant audiences and contexts. | |
| Iconographic Key Table | Reference Artifact | Tabulates symbols, intended meanings, permitted variants, forbidden collisions, and examples of correct use. | |
| ID Mapping Register | Artifact | A governed register pairing old and new identifiers during migration, merge, split, or namespace transition. | |
| Ideal Baseline Rejection Note | Documentation Artifact | ||
| Ideal Comparator Filter | Fallacy Detection | ||
| Idempotency Keys | Artifact | Attaches a caller-minted unique key to a logical operation so a retried request carries the same identity and can be recognized as the same operation, not a new one. | |
| Idempotent API | Protocol | An interface that lets a client safely repeat a request: a duplicate carrying the same key returns the original result instead of executing the action a second time. | |
| Identifier-Space Capacity Check | Checklist | A checklist for reviewing identifier capacity, exclusions, volume, and duplicate handling. | |
| Identity and Unity Test Checklist | Checklist | A checklist that forces reviewers to answer same-as, part-whole, persistence, split/merge, and edge-case questions before accepting an entity model. | |
| Identity Boundary-Case Table | Template | Collects examples that are clearly same-work, clearly new-work, and contested, then tests the identity criterion against them. | |
| Identity Narrative Shift | Method | Introduces a revised story of who belongs, what counts, what is honored, or how the group understands its own boundaries. | |
| Identity Preservation Checklist | Checklist | Asks whether a proposed change preserves the defining content, structure, function, authorship, interpretation, or obligations of the work. | |
| Identity Resolution Model | Model | An inference model that weighs evidence across attributes to decide, with a confidence score, whether two records or names refer to the same real-world entity. | |
| Identity Resolution Workflow | Matching and Review Procedure | Determines whether multiple records or references point to the same real-world entity, account, person, asset, case, or object. | |
| Identity-Bound Entitlement | Artifact | Binds a ticket, license, account, voucher, subscription, or benefit to an identified user or organization so it cannot be casually transferred to another segment. | |
| Identity-Cue Audit | Method | Reviews the end-to-end evaluation journey for contextual signals that make identity unnecessarily diagnostic. | |
| Identity-Field Interview | Method | Elicits how members describe their own values, boundaries, exemplars, taboos, and credible voices before messages are designed. | |
| Identity-Question Timing Protocol | Protocol | Governs when identity data are requested, who can see them, and how collection is separated from performance when appropriate. | |
| Identity-Resonance Message Review | Workflow | Runs draft appeals through identity-map, authenticity, evidence, stereotype, and autonomy checks before deployment. | |
| Identity-Safe Evaluation | Evaluation Design | Designs evaluation settings and criteria so performance is not interpreted through fixed identity assumptions and so categorized people are not exposed to stereotype-confirming threat or biased expectation loops. | |
| Identity-Safe Review Channel | Institution | Provides confidential intake, independent review, correction authority, pattern escalation, and retaliation protection. | |
| If-Then Revision Contract | Protocol | A concise written if-evidence-then-update statement. | |
| Immediate Feedback Interface | Interface | Gives rapid information about whether the target response occurred, how well it was performed, or what adjustment is needed. | |
| Immersive Exhibit | Experience Mechanism | ||
| Immutable Data or Copy-on-Write | Method | Prevents accidental mutation by making default state reads non-mutating and requiring explicit creation of changed versions. | |
| Impact Analysis | Method | Traces the blast radius of one specific dependency failing or changing — what breaks first, who is hit, how fast, and what substitutes remain — turning a depends-on relation into a concrete consequence. | |
| Impact Assessment | Assessment Method | ||
| Impact Assessment Table | Register | A single comparable grid that lays each affected party's estimated gain or loss beside the protected constraints and the post-change signals to watch, so governance can see the incidence at a glance. | |
| Impact Heat Map | Visualization | ||
| Impact Reporting Requirement | Reporting Obligation | ||
| Impact Signal Dashboard | Metric or Dashboard | Tracks leading, lagging, friction, adoption, complement, and compounding indicators rather than only headline visibility. | |
| Implementation Coaching | Role or Team | An expert works beside a team as it adapts an outside practice into its own live operating environment, probing the target's real constraints and translating the practice to them in real time. | |
| Implementation Intention Script | Planning Script | Links a specific cue to a specific intended response in an if-this-then-that form. | |
| Implementation Readiness Review | Test or Assessment | Reviews whether people, resources, workflows, authority, support, and risk controls are ready enough to proceed. | |
| Impossibility-Theorem Instantiation Review | Review | Checks whether the requirement set is a disguised instance of an already-proven impossibility theorem, so a known 'you cannot have all of these at once' result settles the conflict without a fresh search. | |
| impulse_response_trace | Response Profile | A trace showing how a one-time disturbance propagates through later states over short, medium, and long horizons. | |
| Incentive Compensation Plan | Policy | Ties the agent's pay to performance metrics and defers part of it at risk, so reward tracks realized outcomes rather than reported ones. | |
| Incentive Field Design | Method | Changes rewards, costs, recognition, frictions, or eligibility so local choices become more aligned with system intent. | |
| Incentive Floor Testing | Test or Assessment | Tests lower incentive sizes or frequencies to identify the smallest reliable incentive before larger rewards create cost, dependency, crowd-out, or gaming. | |
| Incentive Realignment | Governance or Reward Adjustment | ||
| Incentive-Compatible Preference Elicitation | Method | Uses scoring, choice architecture, or rule design to make truthful preference reporting strategically safer or more beneficial than misreporting. | |
| incentive_compatible_routing_guidance | Software or Tool | A guidance tool that makes individually attractive routes less harmful to the network. | |
| Incident Action Log | Register | A timestamped, append-only record of every decision and action taken during the incident, written as it happens — the contemporaneous trail that later diagnosis, accountability, and learning all depend on. | |
| Incident and Near-Miss Review | Review | Reconstructs dangerous incidents and the close calls that almost became them to expose the hidden pathways and perverse incentives behind them, then converts each finding into a concrete control or payoff change. | |
| Incident Backlog Cleanup | Process | Triages the pile of work that built up during an outage or surge — classifying it, resolving or deduplicating what's live, expiring what's stale, and handing the rest to its rightful owner — so recovery debris doesn't quietly consume normal capacity. | |
| Incident Briefing | Ritual | A structured alignment event for current situation, objectives, hazards, roles, and next actions. | |
| Incident Command Language | Procedure | Moves communication from ordinary coordination into a formal incident mode with roles, status updates, escalation rules, and decision authority. | |
| Incident Command or Reentry Cell | Role or Team | A temporary cross-functional coordination team for restart decisions and status synchronization. | |
| Incident Command Structure | Institution | Stands up a temporary chain of command that names who stewards the central reserve and who is pre-authorized to release it, so the shared pool can be committed to a front in minutes instead of meetings. | |
| Incident Command System | Institution | Stands up a single bounded chain of command for the acute phase — one commander, a defined authority envelope, and a clock — so the crisis is run by someone rather than by everyone at once. | |
| Incident Commander Role | Temporary Command Role | ||
| Incident Containment Zone | Protocol | An operational boundary that defines the affected scope, restricts propagation routes, assigns containment owners, and stabilizes adjacent operations during an incident. | |
| Incident Corrective Action Register | Artifact | Tracks compensating actions, residual risks, owners, due dates, evidence, and closure status across incidents. | |
| Incident Intake Board | Coordination Mechanism | ||
| Incident Narrative Review Session | Ritual | Uses a structured session to revisit incident details and whole account before lessons or narratives are finalized. | |
| Incident Ownership Protocol | Protocol | Assigns an incident owner, response authority, communications duty, repair tracking, and post-incident answerability process. | |
| Incident Pattern Mining | Procedure | Analyzes many incidents, near misses, support cases, or complaints to discover system-level patterns no single incident reveals. | |
| Incident Pattern Review | Method | A method that mines past incidents, near misses, support tickets, defects, or complaints to anticipate similar future failures. | |
| Incident Phase Playbook | Procedure | Implements the archetype by using different response modes for detection, containment, stabilization, recovery, communication, postmortem, and prevention phases. | |
| Incident Recovery Plan | Plan or Runbook | ||
| Incident Response Rotation | Protocol | A response-coverage schedule that adapts to incident severity, fatigue, role availability, or coverage needs. | |
| Incident Response Runbook | Artifact | A pre-authored playbook for a known class of incident that fixes the stabilization goal and the service floor in advance, so responders execute a rehearsed plan instead of inventing one under pressure. | |
| Incident Sensemaking Session | Procedure | A structured meeting for reconstructing what happened, surfacing competing explanations, identifying uncertainty, and deciding immediate actions after an incident. | |
| Incident Severity Matrix | Template | Combines impact, urgency, scope, and reversibility to route an incident into a response regime. | |
| Incident Severity Trigger | Protocol | An incident management mechanism that activates a response level, role set, communication cadence, or escalation structure once severity criteria are reached. | |
| Incident Snapshot | Artifact | Packages state, context, logs, timestamps, and human observations into a preserved record for later analysis. | |
| Incident Surge Team | Role or Team | Stands up a temporary cross-functional team with defined roles and burst-mode authority to coordinate the response, contain the blast radius, and track every open item until the spike is resolved. | |
| Incident Timeline | Document | Orders observations, actions, decisions, and discoveries during an incident so later review can reconstruct what unfolded. | |
| Incident Timeline Review | Method | A chronological reconstruction of events, cues, handoffs, decisions, and pressures before a behavior or failure. | |
| Incident, Accepted, Reflected, and Loss Balance | Method | Reconciles useful, returned, dissipated, stored, leaked, delayed, distorted, and unobserved transfer at a declared boundary and time horizon. | |
| Incident-Command Feedback Rhythm | Procedure | Coordinates tactical reports, operational decisions, strategic priorities, and after-action updates during incident response. | |
| Inclusion/Exclusion Register Review | Record Review | ||
| Inclusive Language Revision | Procedure | Revises terms, labels, style guidance, or public wording so language no longer reinforces an unintended exclusion, stigma, or status hierarchy. | |
| Inclusive Taxonomy Review | Representation Review | Examines whether categories, labels, eligibility classes, problem definitions, or model features erase important lived distinctions or embed dominant-group assumptions. | |
| Incremental Design Review | Ritual | Implements the archetype as a review cadence where each layer of design complexity must justify its expected value, compatibility, and removal conditions. | |
| Incremental Staffing Adjustment | Workflow | Changes staffing levels, coverage, or support capacity in increments while monitoring service quality, backlog, cost, and overload. | |
| Incumbent Refuge Program | Institution | A reserve, safe harbor, protected segment, restoration patch, or support program that preserves incumbent capacity while controls take effect. | |
| Incumbent Response Red Team | Method | Stress-tests assumptions about incumbent inaction, mimicry, bundling, acquisition, regulation, or self-disruption. | |
| incumbent_use_register | Artifact | A register of existing formal and informal uses of a shared substrate, including protected functions and dependency strength. | |
| Independent Appointment, Budget, and Tenure Test | Other | Tests whether reviewed actors can select, starve, dismiss, or retaliate against reviewers. | |
| Independent Forward- and Back-Translation Review | Protocol | Uses separate interpreters to translate forward and reconstruct the source without seeing the original, then compares invariant meaning, boundary, uncertainty, authority, and consequence. | |
| Independent Interlock or Guard | Artifact | Holds one gate on every hazardous route independently shut, so no conjunction of the other conditions can complete the path. | |
| Independent Oversight Board | Role or Team | A standing body seated, funded, and staffed outside the regulated relationship, holding real authority to question, review, and halt the institution's decisions so the actors it governs cannot quietly steer it. | |
| Independent Oversight Portal | Tool | Gives an external overseer a standing, credentialed channel to look directly into an organization's records and live cases — without asking permission each time. | |
| Independent Reference Claim and Conflict Verification | Test or Assessment | Triangulates representations track record authority incentives conflicts and material omissions. | |
| Independent Replication Protocol | Protocol | A procedure for obtaining a separately executed test with controlled information sharing and explicit comparability conditions. | |
| Independent Review | Review Process | A review conducted by an actor not controlled by the decision-maker or operating unit under review. | |
| Independent Review Board | Institution | A standing or ad hoc panel separated from the producer that evaluates evidence and issues scoped findings. | |
| Independent Review Panel | Role or Team | Reviews contested or pattern-sensitive decisions outside the original gatekeeper chain. | |
| Independent Safety Authority Cell | Role or Team | Stands up a technically competent body with real authority to reduce the immediate shared danger on its own — walled off from, and never bargaining over, the concessions the two sides are fighting about. | |
| Independent Safety System | Other | Provides a separate safety path using different sensing, control, energy, or actuation logic so one design flaw or dependency is less likely to defeat all protection. | |
| Independent Signal Verification Lane | Workflow | Checks the faster actor’s signals against independent evidence before the response cycle is captured by manipulated or low-value events. | |
| Independent Technical Evidence Panel | Role or Team | Moves the technical judgment behind an allocation to an arms-length expert body ruling on a shared evidence record, so the party with a stake can't be the one who certifies its own case. | |
| Independent-Seed Basis Extension | Method | Grows a partial, already-independent set into a complete basis by repeatedly adding only directions the current set cannot already reach. | |
| independent_criterion_challenge | Burden Assignment | ||
| independent_recomputation_or_replication | Method | A separate calculation, experiment, retest, or reanalysis used to check whether the claimed result can be reproduced. | |
| Index Card Summary | Template | Forces a claim, decision, concept, or project state into a small template that foregrounds only the task-critical fields. | |
| Indifference Map | Artifact | Visualizes bundles that are treated as preference-equivalent or acceptable under current assumptions. | |
| Individual / Team / Organization Level Selection | Organizational Diagnosis Method | ||
| Individual Deliverable Contract | Document | Breaks a group output into named deliverables or responsibility slices while preserving coordination across interdependent work. | |
| Individual-to-Population Policy Translation | Method | Turns individual-level evidence into population policy by mapping how the effect varies across subgroups, how new interactions appear at scale, and which populations the finding actually covers. | |
| Individuation Criteria Charter | Document | A governing document that states entity kinds, unity tests, identity tests, persistence rules, authority, and revision procedures. | |
| Induction Eligibility and Contraindication Screen | Review | Decides whether it is justified to reopen this particular system at all — checking mechanism fit, interacting risks, authorization, and consent before any trigger is applied. | |
| Induction Proof | Method | Implements the archetype in formal domains by proving a base case and showing that truth at one step implies truth at the next step. | |
| Induction-Assisted Rehabilitation Session | Ritual | Delivers prevalidated corrective training time-locked to a verified malleability window, in one structured session — the place where the reopening and the intended input actually meet. | |
| Inference-to-Best-Explanation Matrix | Template | Compares candidate explanations against explanatory fit criteria and records the provisional winner. | |
| Infill and Adaptive-Reuse Program | Process | Repurposes vacant, obsolete, or low-yield internal positions to new uses — spatially reusing what you already hold before opening any new external footprint. | |
| inflation_exchange_rate_scenario_table | Template | Displays results under plausible combinations of inflation, currency, and discount-rate assumptions. | |
| Influence Mapping Interviews | Elicitation Method | Uses interviews or structured elicitation to reveal perceived causal links, delays, and feedback paths that are not visible in data alone. | |
| Influence/Interest Grid | Artifact | A visual artifact that classifies stakeholders by influence and stake or interest. | |
| influence_response_decision_tree | Decision Support Tool | ||
| Informal Leader Mapping | Method | Identifies people who carry trust, advice, escalation, translation, or practical influence outside the formal hierarchy. | |
| Informal Route Legalization Patch | Process | Make a safe, already-vetted workaround official by rewriting the rule, SOP, permission, or documentation to match it — and naming who now owns the sanctioned path. | |
| Information Architecture Grouping | Method | Organizes navigation, categories, and content so users perceive the intended conceptual and task relationships. | |
| Information Escrow | Institution | A trusted intermediary that holds a private fact or asset in custody and releases it only when a pre-agreed condition fires — so each side can rely on the information's existence without either having to reveal or receive it prematurely. | |
| information_source_inventory_matrix | Mapping Artifact | Maps information sources to availability, timing, actor access, cost, reliability, and expected incorporation pathway. | |
| Informed Consent Conversation | Procedure | Uses dialogue, question-and-answer, teach-back, and deliberation to establish understanding before agreement. | |
| Infrastructure and Default Redesign | Sociotechnical Design Method | ||
| Infrastructure Plus Incentive Package | Method | Pairs a capability-enabling infrastructure change with an incentive that makes the new capability worth using. | |
| Infrastructure Upkeep Cycle | Procedure | Cycles through inspection, minor repair, resurfacing, replacement, and condition verification for physical or civic assets. | |
| Infrastructure-as-Code Generation | Tool | Lowers a declared desired end-state of infrastructure into concrete provisioning actions, reconciling what exists toward what was declared, with typed module interfaces and a rollback path when an apply fails. | |
| Infrastructure-Load Simulation | Model | Simulates how a proposed density increase loads the shared support systems — utilities, circulation, queues, supervision — and where the next bottleneck or cascade will appear. | |
| Inheritance Lint or Static Analysis | Tool | Scans an inheritance graph statically for structural smells — chains too deep, overrides that shadow nothing, exceptions past their budget — and flags them before they reach runtime. | |
| Inherited Permission Review | Review | Examines the privileges, roles, and access an inherited substrate silently grants the new system — surfacing over-broad rights that came bundled with the platform rather than being deliberately granted. | |
| Inhibitor and Poison Screen | Audit | Tests incoming cases and operating conditions for the contaminants, conflicts, and incompatibilities that would suppress or corrupt the facilitator — catching them before they reach it. | |
| Inhibitor Titration and Taper | Process | Ramps inhibition up in small steps until the target sits in its objective band, then steps it back down gradually so the pathway doesn't rebound on release. | |
| Inhibitory Feedback Circuit | Artifact | Implements negative local feedback between neighboring units, sensors, teams, modules, or channels. | |
| Initial Content Library | Artifact | Preloads real content, templates, and examples so a lone early user gets value even before anyone else has arrived. | |
| Initiator Interview Protocol | Procedure | A structured interview process for recovering what early actors knew and why they acted. | |
| Injection Boundary Red-Team | Test or Assessment | Probes whether untrusted content can escape its data role across parsing, rendering, retrieval, logging, and tool-use paths. | |
| Innovation Portfolio Review | Review | A recurring governance review that checks whether resources are over-concentrated in one bet-horizon and rebalances the split across run-the-business, transition, and future-building work. | |
| Innovation Residual Filter | Method | Updates a running state estimate using only the innovation — the gap between predicted and measured — weighted by how much to trust the model versus the measurement. | |
| Innovation Time | Process | Reserves recurring, self-directed work time for exploration and prototyping, so new-value creation is not permanently crowded out by delivery pressure. | |
| Input Quality Check | Quality Control Mechanism | ||
| Input Validation Gate | Process | A runtime checkpoint at the boundary that tests each incoming case against the input domain, normalizes what it safely can, and refuses or defers the rest before ordinary processing begins. | |
| Inquiry Log | Artifact | Records questions, provisional answers, surprises, sources, and next probes so the inquiry loop remains visible and cumulative. | |
| Insider Narrative Review Panel | Review Process | Invites people with situated knowledge to review whether the learner’s interpretation is recognizable, respectful, and sufficiently qualified. | |
| Inspection / Outcome Matrix | Checklist | A mapping that assigns evaluation questions to behavioral evidence, internal inspection, or both. | |
| Inspection Pass/Fail Test | Test or Assessment | Applies predefined criteria to classify an item, process, or condition as acceptable or unacceptable. | |
| inspection_cost_of_quality_model | Economic Tradeoff Model | Compares prevention, appraisal, internal failure, and external failure costs to justify inspection placement and intensity. | |
| Institutional Analysis | Method | Maps the policies, records, incentives, technologies, and authorities that make a social arrangement durable — the machinery that makes it costly to ignore and easy to reproduce. | |
| Institutional Genealogy | Method | Traces how a rule, practice, category, or institution developed over time so current function is not mistaken for original purpose. | |
| Institutional Health Dashboard | Monitor | A standing set of indicators that tracks an institution's vital signs over time — participation, enforcement consistency, turnover, trust — so drift shows up as a trend before it becomes a crisis. | |
| Institutional Mapping Workshop | Method | A facilitated session that surfaces and maps an institution's actual rules, roles, authority lines, and interfaces as they really operate — so drift, gaps, and overlaps become visible and fixable. | |
| Institutional Norm | Institution | Creates shared expectations that make some local behaviors legitimate, expected, discouraged, or socially costly. | |
| Institutional Onboarding and Socialization | Process | The process by which newcomers are inducted into their roles and absorb the institution's norms and expectations — so the institution reproduces itself intact across turnover instead of resetting with each new cohort. | |
| Institutional Rule and Incentive Redesign | Governance Method | ||
| Instructional Material Layout | Artifact | Groups examples, explanations, diagrams, exercises, and warnings so learners perceive the intended conceptual structure. | |
| Instrument Readout Mapping | Model | Fixes the correspondence rule that says which instrument reading counts as which value of the property, extending sense-experience through a device. | |
| Intake Capacity Checklist | Tool | Forces every proposed commitment to have its scope, cost, displacement, and owner pinned down before anyone can say yes. | |
| Intake Checklist | Validation Mechanism | ||
| Intake Filter | Process | A front-door screen that sorts incoming requests, cases, or applications and routes each to the right queue, defers it, or redirects it before it consumes a service's capacity. | |
| Intake Inspection and Quarantine Protocol | Protocol | A screening and temporary isolation procedure for new imports, accounts, code, materials, practices, or organisms before full admission. | |
| Intake Pause | Protocol | A pre-authorized stop that halts all new intake when protected work, sponsor bandwidth, or maintenance capacity is at risk — trading incoming help for the primary work already underway. | |
| Intake Portal | Tool | Gives every well-intended offer a single standard front door, so nothing reaches the team by side channel and the total volume of incoming help becomes visible in one place. | |
| Intake Queue | Workflow Mechanism | ||
| Integer Programming Model | Method | A formal model representing whole-number or binary choices with objective and constraints. | |
| Integer Programming Solver | Software or Tool | Software or algorithmic tooling for computing solutions to integer optimization models. | |
| Integrated Campaign | Communication or Behavior Change Method | Coordinates messages, channels, incentives, and timing so each part reinforces uptake of the others. | |
| Integrated Care Bundle | Procedure | Combines coordinated care actions whose effects reinforce one another for a patient or population outcome. | |
| Integration Acceptance Test | Protocol | Exercises the fully assembled system against its fit limit so the accumulated deviation is measured on the real whole, rather than inferred from parts that each passed their own check. | |
| Integration or API Tooling | Tool | Ships the APIs, adapters, and importers that make joining the network technically cheap for early adopters and complement builders. | |
| Integration Test Plan | Protocol | Exercises the recombined configuration as a whole under representative load, environment, duration, and failure — to confirm its required invariants still hold and that it is genuinely good enough for the mission. | |
| Integration Test Suite | Test or Assessment | Runs automated or structured tests to detect whether separately developed changes still work together after recombination. | |
| Integrative Negotiation | Conflict Resolution Method | Looks beneath opposed demands to underlying interests so a new agreement can satisfy more of the valid concerns than either demand alone. | |
| Integrity Anomaly Monitoring | Monitor | Watches trusted data for impossible values, unexpected drift, duplication spikes, missing records, or staleness, and raises a visible exception when something looks wrong. | |
| Integrity Checksum or Signature | Artifact | A checksum or cryptographic signature published beside an artifact so any stranger can verify the bytes they fetched are unmodified and from the claimed author before reusing them. | |
| Intelligence Analysis Cell | Role or Team | A team or temporary cell that gathers weak signals, compares hypotheses, maintains uncertainty, and briefs decision-makers with provisional interpretations. | |
| Intensification–Expansion Lifecycle Model | Valuation Model | Prices densifying-in-place against expanding-the-footprint across the full lifecycle — capital, operating, externality, resilience, and transition costs over time — so the two modes can be compared, not sloganed. | |
| Intensity Ladder Trial | Test or Assessment | A bounded test of multiple predeclared intervention intensity levels. | |
| Intensity Ramp and Release | Process | Shapes the group's energy as an arc over time — building speed, volume, or charge toward a target peak and then deliberately bringing it back down within a safety ceiling. | |
| Intent Audit | Procedure | Reviews records, incentives, choices, and communications for evidence that a function was deliberately pursued or knowingly maintained. | |
| Interaction After-Action Review | Ritual | Reviews where the other-agent model helped, failed, surprised, or harmed, then updates future interaction rules. | |
| Interaction Matrix Mapping | Mapping Method | ||
| Interaction Matrix Table | Artifact | A table or grid used to display factor combinations, combined effects, evidence confidence, and recommended actions. | |
| Interaction Script Revision | Method | Rewrites the recurring lines, prompts, and moves of everyday interactions so low expectations stop riding into behavior through ordinary conversational habit. | |
| Interaction-Parameter Sweep | Method | Varies the interaction-controlling knobs across a grid to find where separation switches on, how sharp the threshold is, and how wide the safe operating window runs. | |
| interaction_matrix | Template | Documents how every line affects or constrains the others. | |
| interaction_term_gate | Protocol | Requires evidence, rationale, and validation capacity before adding cross-feature interactions or segment combinations. | |
| Interactive Proof or Argument Protocol | Protocol | A prover convinces a much weaker verifier of a claim through rounds of random challenges, reaching near-certainty at a tunable error probability — optionally revealing nothing but the claim's truth. | |
| Interactive Zero-Knowledge Protocol | Protocol | Uses challenges and responses so the verifier gains confidence that the prover knows a witness without learning the witness. | |
| Interagency Interoperability Agreement | Artifact | A negotiated document by which independent organizations agree what they will share, on whose authority, and under what exceptions, so they can cooperate without merging. | |
| Interest Cap | Protocol | Limits compounding financial obligations so debt does not grow faster than repayment capacity or social legitimacy. | |
| Interface Contract Design | Protocol | A stable, published compatibility surface — declared inputs, outputs, and guarantees — that lets any eligible case engage the facilitator without renegotiating the handoff each time. | |
| Interface Contract Test | Audit | Turns the promises a delegated host interface makes — permissions, isolation, error and capacity behavior, and what happens when the host is unavailable — into automated pass/fail checks, so delegation is verified rather than assumed. | |
| Interface Control Document or Service Contract | Artifact | Freezes one recurring exchange between two parties into an explicit contract — objects, semantics, guarantees, acknowledgment, and versioned change rules — so neither side has to renegotiate it. | |
| Interface Definition Language | Tool | A machine-readable schema of a component's operations and their parameter and result types, from which client and server stubs are generated — so both sides compile against the published surface, never against each other's internals. | |
| Interface-Cost Accounting | Method | A method for separating the real cost of maintaining boundaries from the value those boundaries preserve. | |
| interface_flow_script | Interaction Design Pattern | ||
| interface_surface_reduction_review | Procedure | A review that trims exposed options, fields, APIs, or decision paths that do not correspond to essential problem distinctions. | |
| Intergroup Dialogue | Procedure | Uses facilitated conversation to surface identity meanings, reduce caricature, and create conditions for more accurate mutual recognition. | |
| Interior-Lines Route Model | Software or Tool | Compares travel, communication, coordination, or redeployment times from central versus peripheral positions. | |
| Interleaved Competitor Retrieval Test | Diagnostic Estimation | Tests recall with the real look-alikes and sound-alikes mixed in, so you find out whether a cue points uniquely to the target or also fires for its competitors. | |
| Interleaved Repertoire Practice | Procedure | A routine that rotates pieces, passages, skills, or movements instead of drilling one target continuously. | |
| Internationalization Check | Checklist | Checks whether the underlying product or content system can support different scripts, text expansion, number/date formats, plural rules, sorting, and locale-specific conventions. | |
| Interoperability Adapter Rollout | Process | Makes adjacent-but-incompatible systems able to join one network by deploying adapters, translators, and shared standards at the interfaces where they cannot yet speak to each other. | |
| Interoperability and Portability Mandate | Protocol | Requires the controller to expose standardized interfaces and let users take their data and connections elsewhere, so rivals can plug in and dependence on the bottleneck falls over time. | |
| Interoperability Mandate | Policy | Requires a dominant operator to expose defined, compatible interfaces so participants aren't trapped behind one gatekeeper and value can flow across competing providers. | |
| Interoperability Trial | Process | A live event that runs many independent implementations against each other in realistic conditions to surface the incompatibilities that isolated conformance tests miss. | |
| Interpolation | Mathematical or Design Method | ||
| Interpretation Brief | Artifact | Opens an interpretation by fixing what is being read, what question the reading must answer, and who is reading it — before any meaning is claimed. | |
| Interpretation Recovery Review | Quality Check | ||
| Interpretation Red Team | Review | Assigns someone to attack a favored reading — mounting the strongest rival interpretations and probing where it strains — so the interpretation earns its confidence instead of assuming it. | |
| Interpretation Walkthrough | Review | A human-readable, step-by-step account of why the parser recovered this structure — each node traced back to the rule that licensed it and the input span it covers. | |
| Interpretive Saturation Log | Monitor | Tracks whether each further pass still changes a scoped claim, and calls the reading closed — with its open questions logged — once the passes stop paying off. | |
| Interpretive Weighting Memo | Document | Records how final conclusions balance contingency, structure, agency, evidence resolution, and narrative emphasis. | |
| Intersection Matrix | Tool | Cross-tabulates candidate outputs against every parallel filter at once, exposing the joint survivor set and the exclusions that several filters overdetermine together. | |
| Intersectional Stratification Table | Tool | Cross-tabulates an outcome across intersecting attributes so the subgroup where several disadvantages coincide appears instead of being washed out by the average. | |
| Intersubjective Replication Check | Review | Tests whether independent observers, following the same access, arrive at the same experience—turning a private observation into a shared one. | |
| Intervention Displacement Stress Test | Method | A pre-deployment probe that grants the control its local success and asks the harder question — where would the blocked pressure go, who would absorb it, and how long until it surfaces — before you commit. | |
| Intervention Point Review | Decision Review | Uses the loop map to compare candidate places for damping, amplifying, redirecting, monitoring, or redesigning the feedback structure. | |
| Intervention Portfolio Expansion | Policy or Service Mechanism | Adds complementary intervention pathways when one program, service, or treatment approach no longer produces enough additional benefit. | |
| Interview Cluster Synthesis | Analysis Method | Groups qualitative observations into recurring need, constraint, behavior, context, or motivation clusters before composing the persona. | |
| Invalid Combination Linter | Tool | A running tool that scans a recovered structure for forbidden co-occurrences — elements each legal alone but illegal together — and dispatches a handled violation when it finds one. | |
| Invalid Combination Rule Sheet | Checklist | Records constraints that filter infeasible, illegal, unsafe, semantically invalid, or unsupported cells. | |
| Invariance Probe | Diagnostic Estimation | Feeds minimal pairs that change only the surface and, separately, only the substance — checking that predictions stay put when they should and move when they should. | |
| Invariance Property Test | Test or Assessment | Checks that declared observables or decisions remain unchanged under admissible transformations. | |
| Invariant Observable Report | Document | Publishes protected outputs separately from gauge-dependent intermediate values and conventions. | |
| Invariant Preservation Test Suite | Tool | A reusable battery of tests that checks whether the relations and operations declared worth preserving actually survive the embedding — turning a preservation contract into pass/fail evidence. | |
| Invariant Propagation Test | Test or Assessment | Runs repeated transitions or simulated steps and checks whether the stated invariant remains true after each transition. | |
| Inventory Reconciliation Workflow | Process | A recurring workflow that brings recorded stock back into agreement with a physical count, assigns each discrepancy a cause and an owner, and closes the books on a set cadence. | |
| Inventory Safety Stock | Artifact | Holds extra stock of materials, parts, medication, food, or supplies to protect continuity when demand spikes or replenishment is delayed. | |
| Inventory Smoothing | Workflow | Uses reorder bands, replenishment cadence, or batch sizing to reduce boom-bust cycles in stock, staffing, or capacity. | |
| Inverse Conway Design Intervention | Method | Deliberately shapes team boundaries first so the artifact the teams produce grows into the desired architecture — using Conway's law on purpose instead of fighting it. | |
| Inverse Correction Mapping | Method | A compensation method that applies an estimated inverse or offset to reduce systematic deviation. | |
| Inverse Index | Software or Tool | A maintained reverse lookup from target members back to source members. | |
| Inverse-Probability Weighting Model | Method | Weights observed cases by modeled response probability to reduce bias from differential observation when covariates support the response model. | |
| Inverted Index | Tool | Builds a term-to-records map up front — a posting list per token — so a text query resolves by reading a few short lists instead of scanning every document. | |
| inverted_index_sparse_lookup | Software or Tool | Uses sparse term or feature postings so retrieval can operate on active units efficiently. | |
| IP and Provenance Checklist | Audit | Runs the source through a fixed list of rights, confidentiality, attribution, and safety questions before and during extraction — gating whether this source may be learned from at all, and how. | |
| Irreversible Investment Signal | Method | Sinks a visible, non-redeployable cost up front so that backing out means eating a loss you can't recover — turning a commitment into a fact others can see rather than a promise they must trust. | |
| Isolation Framing | Method | Separates the focal element by surrounding it with emptiness, a border, or a muted field, so it stands out by having nothing to compete with it — emphasis through subtraction rather than added force. | |
| Isolation Vault | Artifact | A protected physical, digital, or institutional vault used to prevent unauthorized access, movement, or alteration. | |
| Isotopic Fingerprint Analysis | Laboratory Analysis | ||
| Issuance Cost or Bond | Policy | Attaches a real, often refundable, cost to issuing a signal so senders raise it only when they mean it — rationing the channel by price instead of leaving issuance free. | |
| Issuer Key Ceremony | Governance Procedure | Controls creation, custody, rotation, backup, and retirement of high-value issuing capabilities. | |
| Iterative Coding Cycle | Workflow | Cycles through data segments, codes, themes, and revised interpretations as new parts pressure the whole account. | |
| Jargon Glossary | Document | Defines specialized terms and acronyms so participants can cross a vocabulary boundary without losing precision. | |
| Jitter Buffer or Async Queue | Tool | Trades a small fixed delay for smoothness — holds arriving items in a buffer so a bursty, variable-timing producer and a steady consumer stop stalling each other. | |
| Jittered Wakeup Timer | Tool | Scatters a fleet's synchronized scheduled wakeups across a random window so a shared clock tick stops firing everyone into the choke point at the same instant. | |
| Job Aid Checklist | Artifact | A stripped-down, point-of-use card for a single response, so it can be performed correctly under pressure by whoever is present — not only by the expert who knows it cold. | |
| Joint Contingency Plan | Planning Protocol | ||
| Joint Fact-Finding Session | Ritual | Convenes the disputing parties to co-build one shared technical picture of what happened and where the catastrophe line really is — while deliberately preserving uncertainty, dissent, and room for independent review. | |
| Joint Gaze or Attention Probe | Test or Assessment | Checks whether participants are actually attending to the same referent through gaze, cursor, answer, or task response evidence. | |
| Joint Operating Agreement | Institution | Ratifies the shared outcome, the chosen coordination mode, and the incentive and cost-sharing terms into one versioned, authority-bearing agreement every party signs. | |
| Joint Payoff Matrix Workshop | Method | Facilitates shared mapping of strategy profiles, private payoffs, joint payoff, trust requirements, and harm scenarios. | |
| Joint Practice with Corrective Feedback | Workflow | Places mentor and mentee in shared activity so cultural standards are reinforced through timely correction, explanation, and encouragement. | |
| Joint Process and System Redesign | Method | Redesigns workflows, roles, data flows, interfaces, and escalation paths as one coupled change set. | |
| Joint Procurement or Tooling Pool | Procedure | Aggregates procurement, licenses, tooling, lab capacity, or expert support across varied outputs while preserving local fit. | |
| Joint Stewardship Council | Institution | Gives the overlap zone a standing cross-boundary authority that can maintain it, adjudicate who bears its costs and enjoys its benefits, and settle the disputes neither interior could resolve alone. | |
| Joint-Condition Fault Injection | Method | Deliberately forces several fault conditions true at once in a sandbox and watches whether a complete failure path actually lights up. | |
| Joint-Consensus Membership Change | Protocol | Changes the set of participants without ever letting the old and new memberships form two independent majorities — by routing the switch through a transitional joint configuration that requires agreement from both. | |
| Joint-Distribution Diagnostic Panel | Tool | Puts the paired data itself on screen — scatter, marginals, and missingness — so the integrity and shape of the joint distribution are seen before any coefficient is trusted. | |
| Journey Map | Document | Represents the user path across touchpoints, emotions, handoffs, delays, and pain points to focus design revision. | |
| Judgment Aggregation Dashboard | Metric or Dashboard | Displays distributions, movement between rounds, confidence, subgroup variation, and unresolved disagreements so iteration remains visible. | |
| Judgment Aid | Artifact | A compact, practice-facing card or prompt that puts the few decisive cues, watchpoints, and exceptions in front of a practitioner at the moment of the judgment — supporting attention without replacing skill. | |
| Juncture Early-Warning Dashboard | Monitoring Artifact | Tracks signals that the window is opening, closing, or drifting toward premature lock-in. | |
| Jurisdictional Scope | Institution | A legal or administrative definition of the territory, matter, population, or authority an actor governs. | |
| Just Culture Review | Procedure | An incident-review method that balances learning and accountability by distinguishing error types and system contributions. | |
| Just-in-Time Compilation | Tool | Defers translating code into fast native form until running demand — and repeated use — proves a path hot enough to repay the compilation. | |
| Just-in-Time Help | Interface | Contextual explanation or guidance shown at the point where the user needs it. | |
| Just-in-Time Intervention Protocol | Protocol | Delivers help, guidance, persuasion, support, or warning only when the receiver has a live need and enough capacity to use it. | |
| Just-in-Time Replenishment Rule | Procedure | Triggers production or replenishment from actual downstream demand or threshold signals rather than forecast push alone. | |
| Just-in-Time Resource Provisioning | Protocol | Pulls resources into place near the moment of need through a fast provisioning path to an on-demand source, rather than holding them active — trading a small lead-time risk for near-zero idle capacity. | |
| just_in_time_existence_check | Procedure | Checks that the referent exists and is currently valid immediately before the action uses it. | |
| Juxtaposed Narratives | Communication Method | Presents two stories, accounts, or sequences together so their similarities, contradictions, or moral/strategic implications emerge from adjacency. | |
| Kalman or Particle Filter | Method | Recursively estimates a hidden state over time by combining a model of how the state evolves with each noisy measurement, carrying an explicit, updated uncertainty at every step. | |
| Kanban or Reorder Replenishment Rule | Control Rule | ||
| Kanban Pull System | Workflow | Uses downstream readiness or consumption to authorize upstream work, turning a push process into a governed pull process. | |
| Kernel Response Sensitivity Sweep | Test or Assessment | A validation procedure that varies kernel parameters and records output stability, artifacts, and interpretation drift. | |
| Key Account List | Artifact | Names the handful of accounts that drive most of the value and draws the line between them and everyone else. | |
| Key Rotation and Revocation Drill | Ritual | Rehearses revoking a trusted signing key and cutting over to a new one, so when a signer is compromised the trust anchor can actually be replaced fast — not just in theory. | |
| Knowledge Base | Tool | Captures reusable answers as retrievable articles indexed around the questions people actually ask, so guidance can be found at the moment of need instead of rediscovered. | |
| Knowledge Base Pruning | Maintenance Workflow | ||
| Knowledge Base Refresh | Artifact | Keeps a living, curated record of procedures, decisions, and recovery knowledge — pruned and re-verified on a cadence — so critical know-how survives the people who hold it. | |
| Knowledge Gap Register | Register | A maintained list of the known holes in a body of knowledge — each gap named, evidenced, owned, and scheduled for revisiting so the blank spaces don't stay invisible. | |
| Knowledge Graph | Tool | A machine-queryable web of typed entities and relations you can traverse — following links from one concept to another to discover connecting paths a flat list would hide. | |
| Knowledge Retention Dashboard | Metric or Dashboard | A display of recall stability, weak items, overdue reviews, or team-level retention risk. | |
| Knowledge-Base Cleanup Rotation | Workflow | Rotates through documentation, FAQs, templates, or precedent libraries to remove stale guidance and repair broken references. | |
| Known Unknowns Log | Register | A running list of the questions you know you cannot yet answer — each tied to what it would change, who is chasing it, and the point at which not knowing must block or escalate the decision — so open gaps stay named instead of dissolving into a confident summary. | |
| known_unknowns_inventory_prompt | Reflection Prompt | A prompt that asks learners to name what they now know they do not know and link each item to a next step. | |
| KPI Governance | Metric or Dashboard | Manages organizational key performance indicators so targets guide the intended behavior rather than local score maximization. | |
| KPI Governance Review | Governance Process | Reviews whether metric optimization is improving the intended purpose or merely increasing a score while damaging quality, equity, trust, or adaptability. | |
| Kruskal-Style Edge Acceptance | Graph Algorithm Pattern | ||
| l1_regularized_representation_learning | Method | Penalizes dense activation so learned representations use fewer active features. | |
| Lab Notebook Record | Document | Records experimental conditions, materials, observations, deviations, and interpretive notes so later teams can reconstruct the work. | |
| Lab-to-Field Translation | Process | Carries a result from a controlled setting into live field conditions by re-deriving it against the noise, uncontrolled variables, behavior, and measurement drift the controlled setting held constant. | |
| Label Proxy Screen | Diagnostic Test | Searches for variables that encode the target through post-outcome traces. | |
| Label Taxonomy Cleanup | Method | Rationalizes an overgrown set of labels — merging duplicates, splitting overloaded tags, retiring dead ones — so each surviving label again makes one clear, distinct claim. | |
| Label-Neutral Reporting | Rule | Constrains what a record or handoff may say, replacing fixed-trait labels with observed behavior and evidence so downstream readers are not pre-steered. | |
| Labeling Audit | Checklist | Surveys labels across a system to find inconsistent, ambiguous, stale, or misleading sign forms. | |
| Lag-Correlation Matrix | Tool | Correlates each variable against time-shifted copies of itself and others, so a relationship that shows up only at a delay — a lead or a lag — stops being averaged into zero. | |
| Lagged Indicator Analysis | Method | An analysis that compares remote indicators, intermediate changes, and local outcomes across time windows to estimate delay and sequence. | |
| lagged_panel_regression | Method | Models delayed relationships between exposures and outcomes across units and periods. | |
| lagged_response_regression | Time Series Test | Tests whether old information still predicts later price or signal movement after the supposed incorporation window. | |
| Language Accessibility Review | Test or Assessment | Checks whether target-language content is usable by intended audiences with different literacy levels, disabilities, education levels, or access channels. | |
| Language Review | Review | Walks the live forms, scripts, interfaces, policies, and training materials for the wording and category assumptions that quietly stabilize a constructed reality, and flags what to change. | |
| Language-Fragment Restriction | Method | Regains a terminating decision procedure by narrowing the language problems are stated in to a syntactic fragment known to be decidable, trading expressive power for a guaranteed answer. | |
| Last Responsible Moment Review | Review | A recurring review that defers each not-yet-necessary decision or elaboration to the latest moment it can be made responsibly — so speculative work is never done and the finish line is set by what is actually needed now. | |
| Last-Mile Use-Case Probe | Method | Tests whether the entrant wins where incumbents fail on access, cost, usability, or distribution rather than old headline performance. | |
| Last-Write-Wins Register | Method | Resolves concurrent writes to a single value by keeping the one with the highest version stamp and discarding the rest — deterministic convergence at the cost of silently dropping the losers. | |
| Late-Materialization Query Plan | Method | Carries lightweight column positions through a query and reconstructs full rows only at the end, for only the rows and columns that survive. | |
| Latency SLO or SLA | Policy | Commits a coupled interaction to an explicit delay bound with a stated consequence, and watches an error budget, so latency creep is caught and escalated instead of quietly tolerated. | |
| Latent Variable Model | Model | Posits a few unobserved factors that generate the many things you measure, names the target as one of them, and asks up front whether the data can pin it down at all. | |
| Lateral Suppression Network | Method | Lets each active unit inhibit its neighbours in proportion to its own strength, so a clear winner and sharp contrast emerge from competition rather than from an external brake. | |
| Lateral-Interaction Smoothing | Method | Couples each substrate unit to its immediate neighbors — near-excite, surround-suppress — so adjacent units come to represent similar inputs, giving the map graded, overlapping receptive fields and local continuity. | |
| Launch Readiness Review | Test or Assessment | A structured review that checks whether a product, service, campaign, or public change is ready to move from preparation into launch. | |
| Launch-or-Hold Gate | Procedure | Applies explicit criteria for launching, pausing, delaying, or aborting an action when the receiver state is not yet, no longer, or ambiguously receptive. | |
| Layer Disturbance Audit Checklist | Checklist | Forces review of disturbances that could invalidate naive layer-order interpretation. | |
| Layer-Placement Fitness Check | Diagnostic Estimation | Scores each candidate layer against the requirement it would have to own — variety, expressiveness, security, lifecycle cost, governance — and names the layer that can carry the capability well. | |
| Layer-Specific Intervention Matrix | Artifact | Compares possible actions at each layer and shows which combinations may reinforce one another. | |
| Layered Documentation | Document | Presents a short surface layer with links to progressively deeper detail so different users can stop at the level their task requires. | |
| Layered Independent-Control Design Workshop | Method | A facilitated design session that assembles a portfolio of controls whose failure modes are genuinely independent, so no single adaptation can defeat the whole defense at once. | |
| Layered Reframing Workshop | Ritual | Brings participants through the layers collaboratively so different surface observations, structural explanations, and narratives become visible. | |
| Layered Risk Heatmap | Tool | Overlays exposure and susceptibility layers on one shared unit grid so the cells where several risks pile up light up as hotspots the average hides. | |
| Layered Software Architecture | Method | A software design method that separates presentation, workflow, domain, persistence, service, and infrastructure responsibilities. | |
| Layered Texture Mask | Method | Combines variation bands while preserving protected edges focal zones and visual rest | |
| Lazy Sequence Generator | Tool | Produces a sequence one element at a time, computing each only when the consumer pulls for it — and never computing elements no one asks for. | |
| Lazy-Initialization Proxy | Tool | A transparent stand-in that looks like the real object but constructs it only on first genuine use, then forwards every call to the one real instance. | |
| Lead or Deputy Role | Role or Team | Stands up a working lead or deputy who absorbs triage, coaching, and first-line judgment close to the work, without becoming a full duplicate of the central overseer. | |
| Lead-Lag Cross-Correlation Analysis | Method | Slides two coupled time series against each other to find the offset at which they best line up, recovering how far one leads or lags the other when neither signal shows the delay on its own. | |
| Lead-Time Decomposition Map | Model | Splits total response time into its segments — prepare, authorize, move, implement, propagate, take effect — so the stage that actually delays the outcome becomes visible and addressable. | |
| Lead-Time Inventory or Capacity Buffer | Tool | Holds a reserve of stock or spare capacity sized to the replenishment lead time, so a downstream unit keeps running through the delay instead of starving and panic-ordering. | |
| Lead-Time Stress Simulation | Model | Replays a planned reach against surges and shocks in supply lead time and demand to find where the line breaks and how much buffer survives it. | |
| Leader “I Was Wrong” Story | Narrative Ritual | A high-status actor narrates a consequential belief revision, the evidence that changed, and the improved action that followed. | |
| Leader-Based Replication | Protocol | Routes every write through a single designated leader that orders it and streams it to followers, giving one authoritative sequence of updates for a piece of state. | |
| Leading Indicator Dashboard | Metric or Dashboard | Tracks indicators that typically move before the target outcome, enabling earlier response than lagging direct measures. | |
| Leading Lines | Other | Uses lines, edges, perspective, sight lines, alignment, or contours to pull the eye toward a target or along a sequence without necessarily labeling the path verbally. | |
| Leakage Ablation Test | Diagnostic Test | Removes suspicious pathways and measures whether performance falls as expected under leakage. | |
| Lean Design Review | Ritual | A structured review that asks whether a design has unnecessary features, steps, dependencies, interfaces, or documentation burden. | |
| Learner-Led Inquiry Protocol | Method | Lets learners initiate questions, projects, or evidence-seeking activity while instructors provide constraints, scaffolds, and feedback. | |
| Learning Challenge Band | Test or Assessment | Sets task difficulty within a productive learning range. | |
| Learning Path Guide | Artifact | A goal-directed route through a body of knowledge that starts from where the learner already is and climbs at a manageable difficulty toward a chosen destination. | |
| Learning Portfolio | Artifact | Preserves successive attempts, feedback, revisions, reflections, and evidence of development over time. | |
| Learning Scaffold Sequence | Instructional Method | Introduces simplified representations first and adds disciplinary complexity as learners gain competence and misconceptions are exposed. | |
| Learning Spacing Schedule | Workflow | Implements recovery-adjacent spacing by separating practice, retrieval, or challenge episodes so learners avoid overload and retain readiness. | |
| Learning Strategy Rotation | Learning Mechanism | Introduces varied practice, representation, feedback, coaching, or retrieval methods when one learning method produces diminishing improvement. | |
| Learning Time | Ritual | Protects recurring time for training, reflection, and after-action review, so the organization keeps building capability instead of endlessly postponing it under delivery pressure. | |
| Learning-from-Error Postmortem | Review Protocol | A postmortem format that turns error into accountable learning and future practice change. | |
| learning_curve_dashboards | Measurement Mechanism | Tracks whether early use is actually creating compounding knowledge rather than only activity. | |
| Lease and Fencing-Token Protocol | Protocol | Grants exclusive access for a bounded, time-limited lease and stamps each protected action with a monotonic fencing token, so a delayed or revived holder is rejected instead of corrupting state. | |
| Lease or Leader Refresh | Protocol | Prevents a synchronized renewal storm by staggering when leases expire and letting one elected leader refresh a shared grant on behalf of the whole group, instead of every holder renewing at the same instant. | |
| Lease-Based Resource Hold | Protocol | Grants resource access for a renewable period rather than indefinitely, forcing release or review when the lease expires. | |
| Lease-Bound Capability Token | Artifact | Grants permission as a self-expiring token whose short validity window bounds the check–use gap, so a stale grant simply stops working instead of needing to be revoked. | |
| lease_lock_or_reservation_token | Technical Control | Temporarily binds a referent or resource to an actor or action until expiry, release, or commit. | |
| Least Intrusive Intervention Policy | Protocol | Implements the archetype by requiring actors to use the lowest intervention intensity that meets the target effect while preserving safety and escalation paths. | |
| Least-Resistance Path Simulation | Simulation | A simulation that predicts likely propagation corridors through low-resistance or high-permeability regions. | |
| Least-Restrictive Alternative Screen | Review Screen | Requires reviewers to consider whether a less restrictive but still effective response would achieve the same purpose. | |
| Legacy and Maintenance Register | Governance Record | ||
| Legacy Substrate Architecture Review | Review | A structured human review of an inherited system's architecture — its real boundaries, coupling, and failure spread — to understand a legacy substrate as a whole before trusting anything built on it. | |
| legacy_constraint_map | Document | A document separating binding legacy obligations from obsolete accommodations, historical accidents, and compatibility myths. | |
| Legal Amendment Record | Document | Tracks amendments, superseded language, effective dates, and parties bound by each version of a legal instrument. | |
| Legal Burden-of-Proof Analog | Institution | Uses a formal presumption and evidentiary burden to protect against costly false judgments. | |
| Legal Compliance Constraint | Procedure | Translates laws, regulations, contracts, or standards into actionable constraints on design, operation, or decision-making. | |
| Legal Custom Formalization | Institution | Gives a long-standing informal custom binding legal or contractual force — converting 'how it's always been done' into rights and obligations an outside authority will enforce. | |
| Legal Definition Clause | Legal Drafting Mechanism | ||
| Legal Interpretation Memo | Document | Documents candidate readings, governing context, precedent tensions, coherence tests, and remaining ambiguity. | |
| Legal Issue Pruning Matrix | Review Artifact | Documents which arguments, claims, or issue branches are excluded because required elements, jurisdictional facts, remedies, or evidence thresholds cannot be met. | |
| Legal Issue Tree | Artifact | A structured tree of legal issues, subissues, elements, exceptions, and evidence questions. | |
| Legal Obligation-Permission Matrix | Document | A document that maps required, permitted, prohibited, optional, and conditional actions under a rule or jurisdiction. | |
| Legal or Procedural Layering | Procedure | An institutional procedure that separates principles, rules, regulations, operations, and case decisions into layers. | |
| Legal Procedure Sequence | Procedure | Implements pipeline staging by ordering filings, disclosures, hearings, judgments, and appeals so process rights and evidentiary state are preserved. | |
| Legitimacy Health Dashboard | Metric or Dashboard | Tracks signals of legitimacy erosion such as complaints, appeals, opt-outs, noncompliance, distrust, or jurisdictional disputes. | |
| Legitimacy Review Cycle | Review | Puts the institution's mandate up for periodic re-examination on a fixed cadence, so authority is re-earned by consent rather than assumed to last forever. | |
| Lenient Parser with Canonicalizer | Tool | A tolerant front-door parser that accepts a wide envelope of input variants and reduces each to a single canonical form before anything downstream sees it. | |
| Lever Freeze-or-Cap | Rule | Halts or ceilings a lever that has stopped transmitting, so a flat response can no longer be answered with more force — capped where its side-effects overtake its shrinking benefit. | |
| Leverage-Point Screening Matrix | Decision Matrix | ||
| Lexical Closure | Method | Captures the free variables of its enclosing lexical scope at definition time, so the function's nonlocal references resolve to where it was written rather than wherever it is later called. | |
| Lexical Scanning and Tokenization | Method | Segments the raw character stream into typed, position-stamped tokens — the flat, span-tagged feedstock every parser consumes, with no hierarchy of its own. | |
| Lexicographic Priority Rule | Selection Rule | ||
| Liability Rule | Governance Rule | Assigns legal or contractual responsibility for harm, compensation, remediation, or prevention. | |
| Liability Shift or Warranty | Institution | Moves downside risk toward the actor best positioned to prevent it, changing expected costs of low-quality or risky action. | |
| Liaison and Integrator Role | Role or Team | A standing human role that spans a boundary — translating between parties, brokering competing claims on shared resources, and keeping the working relationship intact enough to keep coordinating. | |
| Liaison or Architecture Forum | Role or Team | A standing person or cross-team body that carries the coordination a missing communication channel would otherwise drop, keeping a seam that must stay coupled talking on a regular cadence. | |
| Library Catalog | Artifact | Describes each held item by identifier, class, subject, and location so a reader finds material — and the shelf it sits on — without walking the stacks. | |
| Lifecycle Assessment | Assessment Method | ||
| Lifecycle Hotspot Matrix | Artifact | A matrix that displays high-impact lifecycle stages and flows by impact category. | |
| Lifecycle Portfolio Review | Review Routine | Compares assets or initiatives by maturity, decline, renewal, and replacement needs over time. | |
| Lifecycle Storage Tiering Policy | Policy | Migrates each layer down a hot → warm → cold → deep-archive ladder as it ages and cools, compacting it along the way, so old deposits get cheaper to hold instead of being deleted. | |
| Lifecycle-Stage Policy | Policy | Implements phase-specific intervention by assigning different policies, supports, constraints, or review duties to startup, growth, maturity, decline, renewal, or sunset stages. | |
| Lifetime Distribution Comparison | Model | Fits and pits rival lifetime distributions against each other to expose how much the remaining-life forecast hangs on which tail you choose to believe. | |
| Light-Material Mockup | Artifact | A full-size sample of the actual material, viewed on or near the site under real daylight and night lighting, to confirm how its surface reads — sheen, color, texture, reflection — as conditions change. | |
| Likelihood Ratio for Non-Detection | Method | Quantifies how much less likely the null finding is under target presence than target absence. | |
| Likelihood-Ratio Attribution Report | Evidence Report | ||
| Likelihood-Ratio Frame | Reasoning Tool | ||
| Likelihood-Ratio Reasoning | Evidence Weighting Method | Updates beliefs by comparing how likely the evidence is under one possibility versus another. | |
| Limited License or Waiver | Temporary Permission Mechanism | ||
| Limited Service Mode | Method | Keeps a minimal, low-risk subset of service available to users while suspending the risky functions, so the system degrades to a smaller offering instead of going dark. | |
| limited_market_pilot | Experimental Release | Moves early in a bounded domain to learn and establish position without irreversible full rollout. | |
| Limiting-Case Test Suite | Test or Assessment | Runs the new model or theory in regimes where it should reduce to a trusted older formulation. | |
| Limiting-Factor Board | Metric or Dashboard | Displays the current binding condition or shortest required input and tracks remediation. | |
| Limp-Home Mode | Method | Permits just enough constrained operation to reach a safe place or endpoint while disabling performance, so the system can limp to safety rather than stop dead where it failed. | |
| Lindy Decision-Horizon Review | Review | Turns a survival-conditioned forecast into a bounded, reviewable commitment horizon with exits kept open — and a record that longevity, not merit, drove the call. | |
| Line-by-Line Annotation Protocol | Protocol | Walks a bounded passage one line at a time, recording every material mark, observation, and question in sequence — without letting any of them collapse into a summary yet. | |
| Line-of-Support Capacity Model | Model | Computes what a support line actually delivers to the front at a given reach, after subtracting what the line spends feeding, guarding, and running itself. | |
| Lineage Impact Analysis Report | Artifact | Traces a proposed ancestor change forward to every descendant it would touch, so the blast radius — and the inherited risks it disturbs — is known before the change ships. | |
| Lineage Traceback Protocol | Procedure | Reconstructs origin and transmission histories to distinguish independent discovery from diffusion or copying. | |
| Lineage–Niche Fit Dashboard | Monitor | A live readout of how well each lineage is actually fitting its target niche, scored against an explicit fit criterion so evidence — not enthusiasm — drives the next call. | |
| Linearizable Read/Write Protocol | Protocol | Guarantees every read returns the most recent completed write, as if all operations ran one at a time on a single copy in real-time order. | |
| Link-Activation Program | Process | Crosses the connectivity threshold by enabling, repairing, authorizing, or synchronizing a deliberately chosen set of links until isolated components merge into one spanning network. | |
| Link-Maintenance Sweep | Process | Keeps an already-spanning network from quietly falling apart by detecting and repairing decaying links before enough of them fail to drop the network back below its connectivity threshold. | |
| link_label_scent_audit | Checklist | Reviews labels, headings, buttons, and links against what users actually find after traversal. | |
| Linkage Attack Test | Test or Assessment | ||
| Linting or Validation Rule | Rule | A single declarative constraint that marks a recovered structure well-formed or ill-formed — the atomic, named, individually-toggleable unit the whole validation layer is built from. | |
| Liquidity Dashboard | Metric or Dashboard | Tracks waiting time, fill rate, conversion, side ratio, churn, quality, and price response. | |
| Liquidity Reserve | Institution | Keeps liquid funds or credit capacity available so an organization or household can respond to shocks without forced liquidation or crisis borrowing. | |
| liquidity_coverage_floor_metric | Metric or Dashboard | Tracks whether immediate and near-term liquid capacity covers modeled outflows over the chosen stress horizon. | |
| Litany-to-System Mapping Session | Method | Moves from visible symptoms toward the recurring systems that generate them, usually before worldview or myth work begins. | |
| Literal Content Parsing | Method | Splits a message into what it literally asserts or asks and what it merely presupposes, so the presupposition surfaces as a claim in its own right instead of riding in unexamined. | |
| Literal Data Mark Encoding | Method | Uses simple marks, scales, and spatial encodings to let values, uncertainty, and measurement grain remain visible without pictorial metaphor. | |
| Literalization Boundary-Case and Overextension Test | Test or Assessment | Uses edges counterexamples non-examples and paraphrase to detect identity claims and excess transfer. | |
| Live Annotation Layer | Software or Tool | Lets participants mark, circle, tag, or comment on the same target in a shared document, image, map, or workspace. | |
| Lived-Experience Panel | Advisory or Deliberative Panel | Brings people with direct experience of the issue into structured deliberation, especially when formal evidence or expert categories omit how the system is experienced. | |
| LLM Instruction/Data Boundary | Protocol | Separates system, developer, tool, user, and retrieved-context roles so untrusted text cannot become tool-authoritative instruction. | |
| Load Equalization | Workflow | Compresses a workload, traffic, or demand gradient by moving work, adding support, smoothing peaks, or temporarily protecting overloaded regions. | |
| Load Shedding Trigger | Rule | Fires a pre-defined, staged reduction of service, extraction, or commitments the moment a depletion band is crossed — cutting load already being carried, in a set order, before a breach turns into substrate damage. | |
| Local / Global Analysis | Method | Contrasts local cases, subgroups, or sites with aggregate system behavior so local variation and global trends can be interpreted together rather than confused. | |
| Local / Regional / Global Indicator Set | Indicator Portfolio | ||
| Local Ablation or Lesion Probe | Diagnostic Estimation | Deliberately disables one substrate region and measures exactly what degrades, so the real blast radius of a local failure — and whether it stays local — is known before it happens for real. | |
| Local Coherence Probe | Monitor | Measures whether each unit's own neighbourhood is actually in lock, so a healthy global average can't mask a locally incoherent patch. | |
| Local Competition and Lateral Suppression Map | Modeling Abstraction | ||
| Local Contrast Enhancement Transform | Software or Tool | Amplifies local intensity or feature differences while guarding against artificial halos and noise amplification. | |
| Local Dispatch or Field Team | Role or Team | Standing local operational capacity — people who know the ground — assigned to work the last leg, clear on-site obstacles, and close the exceptions no ticket can specify. | |
| Local Inventory or Edge Cache | Artifact | A forward-placed buffer of the frequently-needed goods, data, or capability held close to endpoints, so the common request is served locally — fast, and still served when the trunk is slow or down. | |
| Local Partner or Agent Network | Institution | Delegates endpoint completion to trained third-party local actors under an explicit contract that defines what 'done' means and where the system's responsibility hands off to theirs. | |
| Local Recovery Plus Central Support | Operating Model | ||
| Local Sourcing or Repair Protocol | Protocol | Meets the front's needs at or near the front — sourcing, substituting, or repairing locally — so the long support line carries less and can reach farther. | |
| Local-National Policy Synthesis | Method | Reconciles broad policy goals with regional, municipal, community, or site-level implementation evidence. | |
| Local/System Feedback Cadence | Procedure | Synchronizes the rhythm of local reviews, aggregate reviews, retrospectives, budget cycles, incident reviews, or policy updates. | |
| Localization Review | Procedure | Reviews a message, interface, form, policy, or document for target-language fit, nontransferable assumptions, and adaptation requirements before release. | |
| Localization with Safeguards | Protocol | Localizes language, practice, or implementation while preserving explicit minimum protections and escalation paths. | |
| Localized Defect Glide Method | Method | Advances a single bounded defect through a coupled structure one legal local step at a time, so a large rearrangement happens as a chain of small moves instead of one global cutover. | |
| Lock or Hold Until Use | Protocol | Takes an exclusive hold on the resource at check time and keeps it through the use, so the checked condition cannot change inside the gap. | |
| Lock Ordering Protocol | Protocol | Implements prevention by requiring software processes or concurrent routines to acquire locks in a fixed global order, preventing cycles in the wait-for graph. | |
| Lock Preemption | Method | Revokes or transfers one exclusive claim from its current holder — against the holder's will — so a single link in the cycle is severed while the rest of that holder's work survives. | |
| Log Compaction | Process | Reclaims space by keeping only the latest or still-necessary record per key and discarding superseded history, under a retention policy that must never break the ability to rebuild state. | |
| Log Rotation and Cleanup Job | Process | A recurring job that closes the current append-only log, shifts each older generation one slot down the numbered chain, and compresses, archives, or purges whatever falls off the end. | |
| Log-Log Scaling Check | Analytical Method | ||
| Log-Log Survival Plot | Diagnostic Estimation | Plots the survival function on log-log axes so a heavy, slowly-decaying tail shows up as a near-straight line — a fast visual test of whether thin-tailed reasoning is even allowed. | |
| Logistics Routing Plan | Artifact | The standing plan that decides which front the reserve flows to first and in what feasible sequence, encoding an explicit front-priority ranking against a map of the network's capacities and constraints. | |
| Long-Tail Monitor | Monitor | Watches the low-volume, rare, and emerging cases so that concentrating on the vital few never quietly strands the trivial many below a floor. | |
| Long-Tail Support Tier | Process | Runs a deliberately lower-volume but still reliable service mode for niche users, rare configurations, and low-frequency needs the mainstream offering drops. | |
| Longitudinal Adverse-Plasticity Registry | Register | Preserves across cases and sites what single sessions drop — delayed harms, null results, subgroup variation, and protocol changes — so the reopening model gets corrected rather than re-sold. | |
| Longitudinal Fit, Equity, and Burden Audit | Test or Assessment | Samples outcome, effort, abandonment, error, disclosure, stigma, support load, failure, repair, and disparities over time. | |
| Longitudinal Retention and Transfer Probe | Monitor | Tests, well after the window has closed, whether what was acquired actually persisted and transferred to real-world use — the long-horizon check that separates durable uptake from a gain that faded. | |
| Lookup Table | Artifact | Precomputes a key-to-answer map so a known key returns its record in one exact-match step, trading no ranking and no fuzziness for speed and certainty. | |
| Loop Polarity Review | Quality Check | Checks whether link polarities and overall loop type have been assigned consistently and whether a balancing loop has been mistaken for a reinforcing loop or vice versa. | |
| Loopback or Known-Path Verification | Test or Assessment | Routes a known signal, packet, path, or command through the operational chain to verify measurement or transmission calibration without dismantling the path. | |
| Loss Function Design | Method | Translates desired model behavior into a mathematical penalty structure used during training or selection. | |
| Loss Pareto Review | Method | Ranks stages by contribution to total final-yield loss and by tractability of intervention. | |
| Loss-Sink Audit | Audit | Hunts the gap between what should be in the system and what is, tracing the missing quantity to the leak or unmonitored sink absorbing it — and to whoever quietly bears the loss. | |
| Lossy Compression Profile | Policy | Declares in advance which distinctions a lossy encoding is allowed to throw away and which must survive the round trip, turning 'good enough' into a measurable fidelity contract. | |
| Low-Amplitude Reactivation Probe | Diagnostic Estimation | Before resuming the lever at full strength, sends a small test signal to confirm the repaired stock has actually re-coupled to it — verifying traction, not restoring output. | |
| Low-Detail Policy Notice Template | Template | A short notice that states category, authority, and appeal or context path without repeating the restricted content in promotional or searchable form. | |
| Low-End Foothold Pilot | Method | Tests an initially inferior but acceptable offering in a bounded segment that incumbents are unlikely to prioritize. | |
| Low-Stakes Decision Automation | Software or Tool | A tool or rule that handles low-variance routine decisions without repeated human deliberation. | |
| Low-Stakes Draft | Artifact | Makes early effort visible before final evaluation, reducing the temptation to wait until there is a ready-made excuse for poor performance. | |
| Low-Stakes Quiz | Diagnostic Estimation | Elicits a quick, ungraded read of current understanding across the material, timed early enough that the result can still change what happens next. | |
| Low-Stakes Rehearsal | Procedure | Provides practice with feedback before the high-stakes setting, reducing the identity risk of the first visible attempt. | |
| Low-to-High Fidelity Prototyping | Method | Moves from sketches, mockups, or simple prototypes toward functional and production-like prototypes as questions become sharper. | |
| Machine-Readable Manifest | Artifact | A structured, parseable descriptor shipped with an artifact that exposes its identity, version, license, dependencies, and provenance so tools can resolve and reuse it without a human in the loop. | |
| Macro-to-Micro Operational Translation | Method | Turns a system-level goal, constraint, or risk pattern into unit-level actions that stay feasible and meaningful locally — without assuming every unit experiences the aggregate the same way. | |
| Magnification Function | Model | Sets how much scarce substrate each source region receives as a function of its importance, so high-relevance regions are magnified with fine resolution and low-relevance regions are compressed. | |
| Maintainability Threshold | Metric or Dashboard | Defines a measurable or reviewable threshold for support burden, dependency count, change risk, documentation load, or operator workload. | |
| Maintenance Backlog Review | Ritual | Periodically reviews deferred upkeep and known repair needs so preventive work does not disappear behind urgent delivery tasks. | |
| Maintenance Drain | Protocol | Clears queued work ahead of a scheduled maintenance, migration, or service-window transition, and marks the clean boundary between the drained state and the resumed one — inheriting its pause, policy, and completion rules from the general drain. | |
| Maintenance Endowment or Reserve | Artifact | Sets aside a standing fund whose income pays for ongoing upkeep, so the good's maintenance is funded in advance rather than begged for each year. | |
| Maintenance Funded by Use | Policy | Ring-fences a fixed share of a system's operating revenue or usage and routes it straight to the maintenance capacities that produce the value, so upkeep is funded automatically instead of begged for. | |
| Maintenance Hold or Dummy Slot | Workflow | Places an inert hold in a schedule, queue, or resource calendar to block unsafe activation during a protected window. | |
| Maintenance Mode | Protocol | Declares a bounded window in which normal activity is suspended so authorized repair or inspection can proceed safely, with a defined start, end, and notice to users. | |
| Maintenance Schedule | Process | Turns 'it will need service someday' into named tasks fired at set times, usage counts, or measured conditions, so upkeep happens before failure does. | |
| Maintenance Shutdown | Operational Pause | ||
| Maintenance Trigger | Workflow | A condition-based mechanism that starts inspection, repair, replacement, deloading, or preventive maintenance when wear, load, time, or failure risk crosses a threshold. | |
| Maintenance Window | Process | Reserves recurring time in which normal load is paused so repair, cleanup, and recalibration can restore capacity that full utilization would let decay. | |
| Maintenance Window Coordination | Procedure | A procedure for aligning maintenance cycles with dependent operations, support availability, and acceptable disruption windows. | |
| Maintenance Window Replanning | Procedure | A procedure for moving or reshaping maintenance windows when readiness, risk, dependency, or service impact changes. | |
| Maintenance Window Staggering | Procedure | Distributes recurring maintenance windows across systems or facilities so too much capacity is not offline simultaneously. | |
| Make-to-Stock / Make-to-Order Split Policy | Policy | ||
| Maker / Checker Separation | Role Partition | A role design separating the actor who creates or initiates an action from the actor who verifies or approves it. | |
| Maker Space or Shared Workshop | Institution | Pools expensive tools, space, and know-how into a shared facility so independent producers can make and sell without each owning the means of production. | |
| Malformation Rate Dashboard | Monitor | Turns the stream of rejected and repaired inputs into a live rate-and-trend view per producer, so tolerance drift becomes visible instead of silent. | |
| Malpractice or Professional Liability | Institution | Keeps a delegated professional personally answerable for avoidable harm from their own choices, so the trust and autonomy that shield them from oversight do not become immunity. | |
| Managed Discourse Retreat Plan | Workflow | A plan for withdrawing a position from active normalization when further exposure causes harm or when the legitimacy rationale fails. | |
| Management by Exception | Method | Lets in-standard work run untouched and spends the overseer's attention only on the anomalies that cross a defined threshold. | |
| Management Dashboard Layer | Metric or Dashboard | A representation layer that summarizes lower-level activity into decision-facing signals. | |
| Management Layer Design | Method | Decides how many oversight levels a system should have — adding, removing, or reshaping layers so coordination, coaching, exceptions, and strategy each sit at the right height. | |
| Mandatory / Default Decision Matrix | Procedure | Scores candidate rule forms against severity, externality, rights, reversibility, information quality, heterogeneity, and enforcement capacity. | |
| Mandatory Contribution Scheme | Policy | Compels a defined class of beneficiaries or responsible parties to contribute, on the authority of a rule rather than their willingness, when voluntary funding repeatedly fails. | |
| Mandatory Licensing or Access Pool | Institution | Compels the holder of an essential protected input to license it on fair terms — or contribute it to a shared pool — so others can enter and dependence on the single source falls. | |
| Mandatory Reason-Giving for Exceptions | Rule | Requires the institution to publish a written, on-the-record justification every time it grants an exception, waiver, or deviation, so favours to the regulated actor cannot be handed out silently. | |
| manifold_or_embedding_validation | Test or Assessment | Checks whether an embedding or manifold assumption preserves task-relevant local and global relationships. | |
| Manual Fallback Workflow | Workflow | Preserves a function through a human or paper-based process when the digital, automated, or centralized path is unavailable. | |
| Manual Mapping Review Board | Governance Procedure | Reviews contested or high-impact equivalence mappings when automated rules or local owners lack enough authority. | |
| Manual Override | Procedure | Creates a bounded path for human intervention when automated or default control is insufficient, unsafe, or too slow. | |
| Manual Review Route | Process | Diverts cases that automated rules cannot safely decide to human judgment, so ambiguous tail cases get context instead of a confident wrong answer. | |
| Manual Supervision Mode | Policy | Routes actions that are normally automated through a human reviewer, so a person approves each consequential step while the system's autonomy can't be trusted. | |
| Manufacturing Process Plan | Workflow | A workflow plan that orders material preparation, transformation, inspection, and assembly steps by physical and quality prerequisites. | |
| Manufacturing Toolmark Analysis | Forensic Method | ||
| manufacturing_batch_trace_analysis | Workflow | Links outputs to production batches using repeated defects, residues, material composition, or tolerance profiles. | |
| Many-One Reduction Proof | Method | Transfers a problem's decidability or hardness verdict along a single total computable map that preserves membership, exhibiting the mapping itself as the proof. | |
| Map Difference and Integrity Check | Audit | Diffs two snapshots of a context's map to prove that switching away and back left it uncorrupted — and that no other context's activity leaked in. | |
| Map Fold and Collision Scan | Audit | Sweeps a finished map for the two categorical ways locality breaks — folds where the ordering reverses and collisions where distinct source items share one cell — and logs each to a register. | |
| Map Navigation User Test | Review | A usability test that hands real users a goal and watches whether the map actually gets them there — turning wayfinding failures into evidence for revision. | |
| Map Registration and Alignment | Method | Brings two independently-built maps into one shared coordinate frame by matching the anchors they hold in common, so a point in one map can be located in the other. | |
| Map-Reduce Reduction | Distributed Aggregation Pattern | Splits work into independent mapping steps and associative/commutative reductions so partial results can be recombined safely. | |
| Mapping Conflict Matrix | Artifact | A table that lists each contested source element, competing target mappings, conflict type, selected rule, decision, confidence, and exception status. | |
| Mapping Exception Queue | Workflow | A review queue for collisions, gaps, ambiguous pairs, and cases that violate bijection assumptions. | |
| Map–List Choice | Method | Chooses between spatial representation and ordered enumeration depending on whether location, route, adjacency, sequence, or completeness matters more. | |
| Map–Territory Review Checklist | Checklist | Prompts reviewers to ask where the abstraction diverges from the substrate, when direct observation should override it, and which uses exceed its scope. | |
| Margin and Gutter System | Layout System | Codifies repeated, protected spacing around and between elements so separation and breathing room stay consistent across every page. | |
| Margin Expansion | Layout Adjustment | ||
| Marginal Capacity Value Review | Ritual | A recurring review that names the currently binding constraint, prices the marginal value of relieving it, and re-ranks relief priorities as the bottleneck moves. | |
| Marginal Gain Dashboard | Monitor | Puts marginal response, its trend, its cost, and its confidence on one shared surface so a plateau is seen by decision-makers rather than argued from anecdote. | |
| Marginal Reallocation Review | Review | Periodically asks whether the next unit of effort still earns its keep on the current few, or should move to the next tier, the tail, or elsewhere. | |
| Marginal Value Burn-Down | Monitor | Charts the value each additional increment of work still adds, so a flattening curve shows when the next increment is worth less than what it displaces — and where 'enough' actually sits. | |
| Marker-Horizon Correlation | Method | Aligns separate sequences using distinctive shared layers, fossils, signatures, releases, or anomalies. | |
| Market Circuit Breaker | Institution | Pauses or slows trading, escalation, or high-velocity activity after extreme movement so participants can reassess instead of amplifying swings. | |
| Market Entry Positioning Matrix | Template | Compares entry points by reach, defensibility, switching cost, channel access, timing, and adjacency to future options. | |
| Market Regime Strategy | Policy | Implements the archetype by selecting different risk, pricing, liquidity, hedging, or operating strategies under expansion, contraction, stress, recovery, or shock phases. | |
| Market Rule | Protocol | Implements local rule design through bidding, pricing, matching, eligibility, or transaction rules that channel decentralized choices into allocation patterns. | |
| Market Stabilization Operation | Procedure | A procedure for dampening destabilizing market shortages, liquidity problems, or price swings. | |
| Market-Making for Liquidity | Process | Has the operator temporarily stand in as counterparty or inventory so early users complete real transactions before organic density exists. | |
| Market-Power Screen | Diagnostic Estimation | Tests whether an access point is genuinely a non-substitutable bottleneck — and pins down who controls exactly what — before any access duty is imposed. | |
| market_microstructure_order_book_probe | Market Microstructure Analysis | Uses quotes, depth, spreads, order flow, and liquidity to test whether available information appears in trading behavior. | |
| Marketing Mix Experimentation | Domain Mechanism | Tests additional channels, audiences, formats, or messages when a dominant campaign channel shows declining marginal response. | |
| Markov Chain Process Model | Model | Models a system as hops among a finite set of discrete states whose next step depends only on the current state, captured in a transition matrix. | |
| Markov Decision Process Model | Formal Model | ||
| Masked Label Codebook | Artifact | A protected mapping between neutral labels and true conditions. | |
| Mass Balance | Method | Applies conservation bookkeeping across a declared boundary so a hazard that 'disappears' from one channel must reappear as an outflow somewhere — and the unaccounted gap localises the leak. | |
| Mass-Balance Table | Tool | Lays every measured inflow and outflow of a conserved quantity into one ledger so inputs minus outputs must equal the change in stock — and any residual is flagged, not buried. | |
| Master Data Management | Institution | A standing enterprise program that assigns data stewards, carves which system is authoritative for each data domain across business units, and sets the synchronization and duplicate-resolution policy the point mechanisms execute. | |
| Master Entity Registry | Software or Tool | A registry that stores entities, identifiers, rule bases, lineage, aliases, status, and relationships under explicit individuation criteria. | |
| Master Record Consolidation | Process | Assembles a single governed master record for a class from its duplicates, choosing surviving field values while preserving aliases, lineage, and an accountable owner. | |
| Matched Case Comparison | Method | Pairs cases or periods that are similar on key attributes so differences in outcomes can be interpreted relative to a more credible counterfactual baseline. | |
| Matched Case Pairing Matrix | Comparison Matrix | Pairs the focal deviant case with expected-pattern cases that share key background conditions but differ in outcome or mechanism. | |
| Matched Case Pairing Protocol | Protocol | Builds one-to-one case pairs matched on background factors, so within each pair only the factor of interest is left free to vary. | |
| Matched Filtering | Tool | Detects and times a known signal shape buried in noise by correlating the observation against a template of that shape — the optimal linear detector once the noise is characterized. | |
| Matching Contribution Scheme | Institution | Uses a sponsor or pooled match to increase assurance and leverage participant contributions. | |
| Matching Fund | Rule | Uses one committed contribution to unlock others by promising to match what the crowd gives, making each contributor's gift feel larger and more decisive. | |
| Matching Improvement Program | Process | Rebuilds how willing parties find and pair with each other when thin or clumsy matching — not raw scarcity — is what leaves valuable trades unmade. | |
| Matching-Network, Adapter, or Translation Design | Method | Designs a transformation that converts source properties into a receiver-acceptable form with declared loss, latency, limits, failure behavior, and maintenance. | |
| Material Donation Acceptance List | Artifact | A published specification of exactly which physical goods can be accepted — item types, condition, quantity, packaging, timing, storage, liability, and disposal — so unusable donations are screened out before they arrive. | |
| Material Finish Code | Manufacturing or Design Rule | Assigns roughness, gloss, matte, grain, knurling, or surface finish to product properties, handling zones, or quality states. | |
| Material Flow Analysis | Method | Traces a conserved substance across a defined system — inputs, stocks, transfers, and outputs — so every unit is accounted for from source to sink. | |
| Material Incompatibility Rule | Protocol | Prevents co-location, mixing, or sequential use of materials, tools, or environmental conditions that react destructively. | |
| Material Passport | Document | A document that records material composition, additives, disassembly guidance, repair information, and recovery instructions. | |
| Material Private Fact Register | Register | A living ledger of the private facts that are material to a decision or transaction — each row naming the fact, who holds it, and whether it has been disclosed — so a knowledge gap can't stay invisible or unowned. | |
| Material Sample or Cutaway Panel | Artifact | Provides a swatch, exposed edge, cross-section, exploded view, or cutaway that makes composition and construction inspectable. | |
| Material-Divergence Red Team | Role or Team | Puts an adversarial team on the summary alone to manufacture the most damaging defensible misreading — and log it before a hostile outsider finds it. | |
| Material-Fact Comparison Matrix | Method | Compares current and prior cases on rationale-linked factual dimensions and records which differences are material. | |
| Material-Process Translation | Method | Transfers source qualities into accumulation erosion layering staining folding or other material behavior | |
| Materialized View | Tool | Stores the precomputed result of a query as a physical table so an expensive join or aggregation is paid once at refresh time instead of on every read. | |
| Mathematical Idealization | Method | Represents a real situation using simplified variables and relations so reasoning or calculation becomes possible. | |
| Mathematical Model Selection | Method | Selects a formal model type or variable encoding that preserves needed quantities, relations, assumptions, and decision-relevant constraints. | |
| Maturity Model Guidance | Framework | Implements the archetype by tying recommended practices to capability maturity stages rather than recommending the same practice to every organization. | |
| maturity_ladder_analysis | Method | Constructs the calendar of obligations, renewals, resource releases, conversion windows, and gap periods. | |
| Max-Flow Analysis | Formal Optimization Method | ||
| Maximin / Satisficing Rule | Procedure | Chooses an option that maximizes the minimum acceptable performance or clears a defined performance floor across scenarios. | |
| Maximum Wait Guarantee | Protocol | Defines a latest acceptable service, review, or disposition point for queued items. | |
| MCAR Diagnostic Test and Balance Review | Test or Assessment | Compares complete and incomplete cases and uses MCAR-oriented tests where appropriate while treating non-rejection as limited evidence rather than proof. | |
| Meaning Back-Translation Test | Test or Assessment | Asks local participants to restate what the artifact signals and implies, revealing meaning drift or hidden offense before rollout. | |
| meaning_version_snapshot | Recordkeeping Artifact | Creates a dated record of active definitions, contexts, source evidence, and transfer decisions. | |
| Measurement Back-Action Control | Procedure | Limits, compensates for, or explicitly records the disturbance introduced by observation or intervention. | |
| Measurement Equivalence Audit | Audit | Checks that each variable denotes the same construct and is measured the same way in every case before any cross-case difference is trusted. | |
| Measurement-System Capability Analysis | Test or Assessment | Quantifies repeatability, reproducibility, bias, resolution, stability, and other measurement contributions to decision error. | |
| Mechanical Coupon and Fatigue Testing | Diagnostic Estimation | Destructively loads sampled coupons — monotonic and cyclic — to measure what the porous skeleton can actually bear and how long it survives, exposing how sharply pore-borne defects cut fatigue life. | |
| Media Agenda Framing | Workflow | Uses editorial selection, expert commentary, issue salience, and repeated explanation to make the frame visible and plausible in public sensemaking. | |
| Media Framing Analysis | Method | Compares public accounts for differences in framing, source selection, headline implication, causal emphasis, and omitted context. | |
| Median, Trimmed-Mean, or Quantile Rule | Method | Implements robust statistical summary aggregation when outliers, skew, or tail behavior matter. | |
| Mediation or Renegotiation | Process | A facilitated process in which the deadlocked parties themselves craft new terms of release — simultaneous exchange, face-saving concessions, a fresh sequence — so no one has to move first and lose. | |
| Mediation Session Protocol | Protocol | A neutral third party structures the talks — surfacing each side's real interests beneath their stated positions, mapping everyone the outcome touches, and steering toward an implementable settlement. | |
| Medication Dose Calibration | Protocol | Dials an individual's dose to their own observed response and adverse signals, titrating under professional oversight until the effect lands in target without tipping into harm. | |
| Medication Taper Schedule | Protocol | A clinical mechanism for reducing dose or frequency over time under qualified supervision when abrupt cessation could cause withdrawal or rebound. | |
| Meeting and Vote Record | Artifact | Records who was in the room, what was moved and decided, and how each member voted — turning a closed-door decision into an attributed, reviewable event. | |
| Meeting Minutes Context Capture | Document | Captures speakers, date, decision scope, action owners, and relevant situational assumptions so later readers can reconstruct what references meant. | |
| Meeting Mode Shift Protocol | Protocol | Uses agenda labels, facilitation prompts, or explicit verbal cues to switch a meeting between exploration, decision, execution, review, and debrief modes. | |
| meeting_budget | Policy | ||
| Member Check Session | Participant Validation | ||
| Member Checking Validation | Validation Method | Returns synthesized findings to participants or represented groups so they can correct misinterpretation, missing nuance, or unauthorized generalization. | |
| Membership Criteria Update | Procedure | Changes the stated criteria for belonging, participation, eligibility, or recognition so the boundary aligns with the real purpose of the group or program. | |
| Membership Dues or Assessment | Institution | Collects a defined contribution from beneficiaries or members under a legitimate rule. | |
| Membership Dues or Assessments | Rule | Funds a shared good for a bounded group by charging recurring dues tied to membership, where paying in and the right to use the good are the same status. | |
| Membership Inference Probe | Test or Assessment | ||
| Membership Standing Review | Ritual | Periodically reviews contribution status, constraints, exploitation risk, and repair options in a membership group. | |
| Memoization | Tool | Stores the result of a computation keyed by its inputs, so a repeat call with the same inputs returns the saved value instead of recomputing it. | |
| Memoization Cache | Software or Tool | ||
| Memory Palace Layout | Representation Artifact | Provides a visual or imagined layout that holds loci; the layout is a mechanism and not the archetype itself. | |
| Memory Source Probe | Diagnostic Estimation | Interrogates one recalled item at the moment of recall for its source cues, then applies a rule to classify where it actually came from. | |
| Mentor Rotation or Second-Opinion Channel | Institution | Adds alternate perspectives and safety checks so the authority-mentor bond does not become a single point of dependency or capture. | |
| Mentor Story and Case Transmission | Method | Uses stories, cases, and remembered incidents to transmit cultural memory, judgment patterns, and value-laden distinctions in a form the learner can retain. | |
| Mentorship | Role or Team | Pairs learners with people who can demonstrate, coach, and interpret judgment in real practice contexts. | |
| Mentorship Exchange Program | Workflow | Creates reciprocal learning and contribution flows where mentor and learner both gain capability, perspective, or social capital. | |
| Merge and Deprecation Plan | Process | A sequenced plan for consolidating the surviving branches and retiring the obsolete ones once a space has been explored, preserving what the pruned lines learned. | |
| Merge Conflict Board | Institution | Gives persistent cross-functional or cross-authority conflicts an explicit forum for resolution before integration. | |
| Merkle-Tree Divergence Scan | Method | Compares two replicas by exchanging a tree of range hashes, zeroing in on exactly which keys differ while transferring almost no data. | |
| Mesh-Link Deployment | Process | Reaches spanning connectivity by scattering many short-range links until node-and-link occupancy crosses the percolation point where isolated devices, sites, or actors suddenly form one connected mesh. | |
| Message Broker | Tool | The trusted intermediary every publish and subscription passes through — it hosts topics and holds the subscription registry so producers and consumers never address each other directly. | |
| Message Codebook or Legend | Document | A maintained description of the symbols, statuses, fields, colors, or labels used by a channel. | |
| Message Queue Drain | Method | Lets a pool of consumers keep pulling and processing the messages already sitting in a topic or queue — in a defined order and under a defined policy — until it is empty enough to safely deploy, scale, or retire the processing path. | |
| Message Template or Structured Form | Template | A reusable form that prompts senders to include channel-critical distinctions. | |
| Metacognitive Prompt | Cognitive Scaffold | Asks the actor to notice its own thinking, uncertainty, attention, assumptions, or strategy while acting or learning. | |
| Metadata Harvesting Endpoint | Protocol | A machine endpoint that lets external catalogs, search engines, and aggregators pull an artifact's metadata in bulk, so it can be discovered without anyone ever visiting its home site. | |
| Metadata Minimization Filter | Tool | Strips or coarsens the incidental metadata riding along with an output — timestamps, identifiers, headers, geotags — so what's attached to the payload can't reveal the protected fact. | |
| Metadata Schema | Artifact | Defines the standard fields and allowed values every record must carry, so the whole corpus can be filtered, sorted, and grouped consistently instead of one description at a time. | |
| Metamorphic Behavior Test | Method | Checks behavior through relations between related runs — if this input maps to that one, the outputs must relate this way — so a contract can be verified even when no one can state the single correct output. | |
| Metamorphic Test Suite | Test or Assessment | Tests whether transformations preserve expected relations when exact golden outputs are incomplete. | |
| Metanarrative Audit | Method | Reviews a sweeping account by listing claims, evidence, exclusions, assumptions, endpoints, and counterexamples. | |
| Metaphor Drift Harm and Downstream-Decision Audit | Test or Assessment | Samples reuse reinterpretation translation policy incidents identity effects and outcomes to trigger revision or retirement. | |
| Metapopulation Model | Model | Runs a network of coupled patches forward from their per-patch birth–death and dispersal rates to forecast whether the whole persists — and which patches are true sources versus occupied-but-doomed sinks. | |
| Method Bias Matrix | Comparison Artifact | ||
| Method Card or Model Card | Documentation Artifact | ||
| Method of Loci | Mnemonic Method | Implements the archetype by placing content at remembered locations and recalling it through imagined traversal. | |
| Metric Design | Method | Creates observable measures that approximate the intended outcome closely enough to guide action and review. | |
| Metric Hierarchy | Priority Structure | ||
| Metric Value Review | Procedure | Examines what a metric rewards, ignores, normalizes, or sacrifices, especially when the metric is treated as objective evidence of success. | |
| Metric-Gaming Red Team | Test or Assessment | Searches for ways actors could improve the score while violating the intended outcome or protected invariants. | |
| Micro / Meso / Macro Analysis | Method | Compares individual or unit-level evidence, intermediate organizational or network patterns, and broad system-level behavior to locate the level at which the decisive pattern appears. | |
| Micro-Hub or Pickup-Point Network | Institution | Local nodes where consolidated trunk flow is broken down and staged for short final legs or self-collection — relocating the handoff off the doorstep to a dense, efficient point. | |
| Micro-Recovery Schedule | Workflow | Builds short recovery, quiet, or role-switching intervals into watch work so notice capacity does not decay silently. | |
| Micro-to-Macro Claim Matrix | Artifact | For each consequential claim, lays out the ladder from located marks up through observation, pattern, and scope to implication, so a reviewer can accept or reject each rung independently. | |
| Micro-to-Macro Model Translation | Method | Builds aggregate variables up from individual or unit-level dynamics, checking where emergence, interaction, and distributional distortion make the whole behave unlike the sum of its parts. | |
| Middleware Layer | Software or Tool | Software or infrastructure that mediates between application layers and lower-level services. | |
| Migration Acceptance Test | Procedure | Uses agreed acceptance criteria to decide whether a migration may proceed, pause, roll back, or remain limited to a subset of cases. | |
| Migration Adapter | Tool | Converts content encoded under an old scheme into a newer one on the fly, carrying over what maps cleanly and reporting the fields that don't. | |
| Migration Assistance | Operational Support Service | ||
| Migration Context Preservation Plan | Workflow | Preserves metadata, interpretation context, dependencies, and usage conditions when the work moves across carriers or systems. | |
| Migration Guide | Document | Provides instructions, timelines, examples, conversion rules, and warnings so dependents can move to the new version. | |
| Migration Readiness Assessment | Review | A pre-stage go/no-go check that a tested fallback exists and every continuity provision is in place, so a cohort commits to moving only when it could still safely turn back. | |
| Migration Sentinel Network | Monitor | A distributed set of watch-points placed at a hazard's likely destinations, giving early warning when a suppressed hazard reappears somewhere new rather than having genuinely gone away. | |
| Migration Wave Plan | Process | Breaks the retreat into sequenced cohorts with an explicit order, cadence, and cutoff for each, moving the longest-lead and least-mobile elements early enough to keep the rest movable. | |
| Min-Cost Flow Model | Formal Optimization Method | ||
| Minimal Causal Diagram | Artifact | Draws only the core variables and causal relations needed to test the central explanation. | |
| Minimal Cut-Set Enumeration | Method | Reduces a fault model to the complete list of minimal condition-sets — each the smallest combination that, occurring together, completes a route to the hazard. | |
| Minimal Effective Training Load | Method | Uses the smallest training volume, intensity, or challenge that produces adaptation while limiting fatigue, injury risk, and tolerance-like adaptation. | |
| Minimal Rescue-Image Bootstrap | Tool | A tiny, self-contained, auditable image that can start the whole bootstrap from bare metal when no trusted toolchain is already present. | |
| Minimal Unsatisfiable Core Extraction | Method | Given a set already proven to have no joint solution, strips it down to a smallest subset that is still unsatisfiable — the irreducible knot of commitments that actually clash. | |
| Minimal Viable Policy Intensity Pilot | Test or Assessment | Pilots the weakest policy, rule, incentive, or support package that appears capable of producing the target social or organizational effect. | |
| Minimal-Difference Matrix | Comparison Artifact | ||
| Minimal-Pair Context Probe | Diagnostic Estimation | Feeds the selector pairs of contexts that differ in exactly one cue, to find the single cue it is deaf to and pinpoint where it picks the wrong map. | |
| Minimax Decision Rule | Procedure | Selects the option with the least severe worst-case loss when guarding against credible downside is the governing concern. | |
| Minimax Strategy Review | Method | Evaluates worst-case loss and robust action choice when opponent gain and own loss are tightly coupled. | |
| Minimum Description Length Penalty | Method | Uses description length or model simplicity as a penalty so added explanatory machinery must improve fit enough to compensate for extra complexity. | |
| Minimum Detectable Presence Table | Artifact | States the smallest detectable target level, effect size, defect rate, incidence, or trace intensity. | |
| Minimum Effective Dose Review | Review | Periodically re-examines a standing input to find the lowest level that still works, deliberately shedding dose to reduce off-target burden without losing the effect. | |
| Minimum Eligibility Standard | Rule | Sets bright-line, pass/fail bars that define the pool's outer boundary, keeping out entrants whose hidden type falls below what the pool can absorb — with an explicit rule for existing members when the bar moves. | |
| Minimum Reserve Requirement | Protocol | Sets a hard floor a reserve may not fall below without triggering escalation, and names who is accountable for defending and restoring it. | |
| Minimum Service Floor | Rule | Sets a hard, non-negotiable baseline of service, response, or protection below which no critical tail case is allowed to fall, whatever the optimizer prefers. | |
| Minimum Service Guarantee | Document | Defines a baseline service level that optimization must not reduce below. | |
| Minimum Stock Floor Alert | Monitor | Watches the control-mediating stock and fires when it nears a defined floor, so the reserve is never drawn down into the range where the flow lever stops working. | |
| Minimum Support Schedule | Policy | Sets the smallest reliable support a sink needs to stay just above its viability threshold, delivered on a fixed cadence and adjusted by rule as conditions change — sparing the source without letting the sink slip under. | |
| Minimum Viable Explanation | Method | States the simplest explanation adequate for the current evidence and audience, with uncertainty and add-back conditions named. | |
| Minimum Visible Mark Filter | Minimalism Mechanism | ||
| Minimum-Service Runbook | Document | Translates critical-function floors into degraded-mode operating actions and checks. | |
| Minority Report Channel | Protocol | Preserves dissenting analysis, uncertainty, and alternative frames so manufactured consensus can be distinguished from reviewed agreement. | |
| Minority Report Prompt | Template | A template for retaining visible exceptions to a consensus estimate. | |
| Minority Report Requirement | Document | Requires the decision record to preserve dissenting views, contrary evidence, or alternative interpretations before the group converges. | |
| Minority Statement Protocol | Protocol | Gives an outvoted minority a formal, on-the-record channel to state its reasoning alongside the decision — so dissent is preserved rather than erased when the group proceeds. | |
| Mirror and Search Spike Dashboard | Metric or Dashboard | A monitoring dashboard that tracks whether the intervention produces search growth, mirror creation, repost velocity, media pickup, or defiance framing. | |
| Misconception Probe | Diagnostic Estimation | Uses questions engineered so that each wrong answer reveals a specific misconception, turning a response directly into a named diagnosis rather than a score. | |
| misleading_cue_red_team | Test or Assessment | Searches for cues that attract traversal while hiding low relevance, cost, risk, or mismatch. | |
| Misorder Incident Review | Review Process | Analyzes cases where the order was violated or a sequence rule caused harm, then updates constraints, prerequisites, or repair paths. | |
| Missed-Window Remediation Plan | Artifact | For the case where the window was missed: a plan that lays out the realistic fallback routes and states plainly the boundary on what late remediation can still recover. | |
| Missing Heartbeat Monitor | Software or Tool | Detects missed keepalives, check-ins, reports, or scheduled signals and routes them through false-absence checks. | |
| Missingness Indicator Matrix | Artifact | Creates response indicators and pattern tables that show which records, variables, waves, or sensors are absent. | |
| Mission Command or Delegated Authority Cell | Role or Team | Delegates bounded authority to local actors who can act within intent without waiting for the slowest central cycle. | |
| Mission Rebuilding | Facilitated Process | Revises or rebuilds mission language after inherited purpose has lost credibility, while linking the new mission to responsibilities and action. | |
| Mixed Diagnostic Quiz | Test or Assessment | An assessment that requires classification or method selection among unannounced target categories. | |
| Mixed Problem Set | Artifact | A set of practice problems drawn from multiple target types so the learner must choose the appropriate method. | |
| Mixed-Channel Service Delivery | Workflow | Offers the same service through different channels such as online, phone, physical office, outreach worker, kiosk, or partner organization. | |
| Mixed-Group Problem Solving | Method | Places members of separated groups into a designed problem-solving process where success requires listening, contribution, and shared ownership. | |
| Mnemonic Cue Pairing | Method | Binds each item to a deliberately built, self-carried cue — a keyword, image, or memory route — so a reliable retrieval key is guaranteed present at the moment of recall. | |
| Mobile Service Unit | Artifact | A self-contained unit that travels to sparse or hard-to-reach endpoint clusters, bringing the goods, equipment, or expertise to recipients instead of requiring them to come to a fixed point. | |
| Mobile-Defect Progress Dashboard | Monitor | Renders the moving front live — where the defect is now, how much of the substrate is done behind it, and how much damage it is leaving — so operators can read progress and trouble at a glance. | |
| Mock, Fake, or Stub Implementation | Artifact | A lightweight stand-in that honors a component's interface but not its real behavior — an in-memory fake, a canned-response stub, or an expectation-checking mock — so clients can be built and tested without the real component. | |
| Mockup | Artifact | A simplified visual or structural representation of a proposed design. | |
| Modal Basis Identification | Method | Identifies a system's natural modes — its characteristic shapes of motion, each with its own frequency — as a small, physically interpretable basis for how it behaves. | |
| Modal Claim Table | Template | A structured table for claims, actions, modal status, assumptions, scope, defeaters, and action implications. | |
| Modal Language Review Protocol | Protocol | A protocol for reviewing must, may, can, cannot, should, would, and might in high-stakes language. | |
| Modal Sensitivity Sweep | Procedure | Perturbs modal gains or coordinates to see which directions drive important outcomes. | |
| Modal Stability Analysis | Test or Assessment | Classifies modes by growth, decay, oscillation, or persistence under repeated transformation. | |
| Mode-Operation Matrix | Matrix or Table | A table mapping each epistemic mode to allowed, required, discouraged, and forbidden operations. | |
| Mode-Shape Testing | Test or Assessment | Excites or observes a system to identify physical or functional modal patterns. | |
| Model Applicability Card | Artifact | A short published document that states what a model is validated for — its intended use, input populations, excluded uses, and the assumptions that must hold — so it isn't trusted outside the conditions it was built and tested under. | |
| Model Assumption Register | Document | A concrete document for implementing part of Agentic Control Loop Design. | |
| Model Averaging | Method | Pools predictions or parameter estimates from several models using equal or performance-based weights. | |
| Model Boundary Definition | Document | A modeling artifact that states what a model represents, omits, assumes, and where its outputs are valid. | |
| Model Calibration Increment | Analytical Method | Adds calibration detail only when model error or decision sensitivity justifies the additional parameter, dataset, or fitting effort. | |
| Model Card or Datasheet Linkage | Document | Attaches model, dataset, or artifact metadata to the abstraction so downstream users can inspect provenance, intended use, excluded use, evaluation, and limitations. | |
| Model Card Value Section | Template | Adds explicit value assumptions, intended uses, excluded uses, affected groups, and evaluation priorities to technical documentation for AI or analytic systems. | |
| Model Checker and Static Analyzer | Audit | Verifies that a model or program satisfies stated properties and pre/post-conditions by analysing its reachable states, returning a counterexample when it doesn't — proof over a bounded domain, not evidence from sample runs. | |
| Model Checking and Reachability Analysis | Method | Exhaustively explores a system's reachable states to prove the hazard state can never be reached — or returns the exact sequence that reaches it. | |
| Model Complexity Penalty | Optimization Constraint | Penalizes added parameters, features, rules, or tuning unless the additional performance gain generalizes and justifies the extra complexity. | |
| Model Distillation | Method | Transfers useful behavior or knowledge from a larger model, expert process, or complex system into a smaller usable representation. | |
| Model Drift Monitoring | Monitor | Watches a live predictor for the slow slide where yesterday's model quietly stops fitting today's world — before the residuals it suppresses start hiding real change. | |
| Model Feature Selection Protocol | Statistical or Ml Method | A modeling protocol for retaining features that improve generalizable performance. | |
| Model Input / Output Contract | Protocol | A written specification pinning the unit, dimension, scale basis, and valid range of every model input and output, so an upstream change cannot silently corrupt a downstream result. | |
| Model Inversion Red Team | Review or Red Team | ||
| Model Limitations Card | Artifact | A short document that travels with a model, dataset, or calculation and states where it is valid, where it is uncertain, and where it is unsafe to use — so an authoritative-looking output cannot be trusted beyond the conditions it was built for. | |
| Model or Rule Card | Document | Documents intended use, constraints, known failure modes, data assumptions, explainability, and review owner for the selected method. | |
| Model Predictive Control | Method | At each step, optimizes a whole sequence of near-term actions against a forecast of the moving target — subject to hard constraints — then commits only the first action and re-optimizes when the next observation lands. | |
| Model Registry | Register | The system of record for every regulating model — its lineage, assumptions, owner, approvals, and deployment status — so any model in production can be traced, re-approved, or rolled back. | |
| Model Retuning | Method | Deliberately re-fits the predictive model — its parameters, features, and calibration — to current data so its forecasts stay accurate as the tracked relation drifts, on a turnaround that must beat the drift it is correcting. | |
| Model Scope Review | Model Governance Review | ||
| Model Simplification Audit | Model Review | ||
| Model Tuning Loop | Method | Implements refinement for statistical, machine-learning, or simulation models by adjusting model choices based on validation feedback and constraints. | |
| Model Validation Ladder | Workflow | Implements the archetype by organizing tests from simple sanity checks through increasingly demanding empirical, operational, or edge-case validation as layers are added. | |
| Model Walkthrough Review | Procedure | A structured review in which users or stakeholders step through an external representation and test its meaning. | |
| Model-Debugging Hypothesis Loop | Workflow | Uses surprising model behavior to form, test, and revise explanations about data, architecture, prompts, or deployment context. | |
| Model-Driven Code Generation | Tool | Generates implementation code from a higher-level model via templates, keeping the model the single source of truth: code is regenerated when the model changes, never hand-edited, with each generated line traceable to its model element. | |
| Model-Failure Red Team | Role or Team | An independent team whose mandate is to make the model fail — hunting the conditions under which it gives wrong answers, mapping that failure frontier, and checking the system degrades safely past it. | |
| Model-Limit Validation | Method | Checks whether a newer or more general model reduces to, approximates, or preserves the trusted older model under the older model’s limiting conditions. | |
| Model-Version Checksum Handshake | Protocol | Confirms sender and receiver hold the same predictor version before any residual is trusted, so a delta computed against one model is never applied against another. | |
| model_assumptions_log | Artifact | A record of assumptions, evidence status, owners, validity conditions, and review triggers. | |
| model_output_signature_probe | Test or Assessment | Tests whether a model, generator, or pipeline leaves recurrent statistical artifacts. | |
| Moderated Minoritarian Voice Window | Protocol | Creates a protected, time-bounded opportunity for under-expressed views with explicit norms against ridicule, retaliation, or pile-on dynamics. | |
| Moderation and Abuse Response | Protocol | Detects harms that network scale amplifies — fraud, harassment, spam, manipulation — and responds with proportionate, reviewable action fast enough to matter. | |
| Moderation Appeal | Workflow | A platform-specific workflow for challenging content, account, or community enforcement decisions. | |
| Moderation Appeal Process | Platform Governance Mechanism | Reviews contested platform enforcement decisions using evidence, rules, reasons, and remedy options. | |
| Moderation Record with Reentry | Register | Logs rule violations and their repair while defining the conditions under which standing is restored. | |
| Moderation Strike System | Domain Workflow | Implements scaled platform responses for repeated or severe violations, provided it preserves context, appeal, and de-escalation. | |
| Modular Architecture | Method | Divides a system along clean seams into parts that hide their internals behind stable interfaces, so each part can grow or change without forcing every other part to change with it. | |
| Modular Capability Library | Software or Tool | Stores reusable components, templates, functions, procedures, or knowledge assets for cross-output recombination. | |
| Modular Capacity Expansion | Method | Adds capacity in discrete, self-contained units — a rack, a lane, a pod — each small enough to stage, test, and reverse before the next, so capacity grows and shrinks in bounded steps. | |
| Modular Form Schema | Software or Tool | A structured form schema with fields, conditional sections, validation rules, and stored responses. | |
| Modular Interfaces | Interface | Expose a small number of stable controls or contracts while hiding internal implementation choices. | |
| Modular Inventory | Method | Holds the on-hand stock as separable, inspectable, labelled units — a bounded set with a spare pool — so pieces can be pulled and recombined without destructive teardown. | |
| Modular Parts | Artifact | Draws the system's seams around likely service needs so a worn or failed piece can be pulled and replaced without disturbing the rest. | |
| Modular Planning Template | Template | ||
| Modular Product Family | Template | Combines shared modules, interfaces, or cores with differentiated variants for different uses. | |
| Modular Response Kit | Template | Packages recombinable communication, staffing, logistics, isolation, and recovery modules. | |
| Modular Response Team | Role or Team | Combines specialized units or roles in different configurations so the system can respond to many disturbance patterns without one monolithic process. | |
| Modus Tollens Checklist | Checklist | Prompts users to record P, Q, P implies Q, observed not-Q, observation reliability, and the limited not-P conclusion. | |
| Monitoring and Audit Cycle | Audit | A recurring cycle of checks that verifies, after the fact, whether the informed party is actually behaving as claimed — catching drift in the base rates and decay in the signals the rest of the governance relies on. | |
| Monitoring Requirement | Monitor | Obliges the protected actor to expose their behavior through reporting, telemetry, inspection, or audit, so hidden action that shifts risk becomes visible enough to govern. | |
| Monte Carlo Coverage Simulation | Method | Simulates many datasets from plausible data-generating regimes with known truth and estimates how often the interval contains the target quantity. | |
| Monte Carlo Robustness Screen | Method | Samples many plausible parameter combinations to estimate how often each candidate remains acceptable, with sampling assumptions documented. | |
| Monte Carlo Simulation Method | Method | Implements the archetype by drawing repeated random samples from input distributions and computing corresponding outputs. | |
| Monte Carlo Stack Simulation | Model | Samples each contributor's distribution thousands of times through the real assembly relationship to build the distribution of the integrated result — capturing non-linear, non-normal, and correlated effects the closed-form methods assume away. | |
| Monumental Architecture | Environmental Mechanism | ||
| moratorium_and_reversal_gate | Procedure | A stop rule that pauses or reverses expansion when observed displacement crosses protected thresholds. | |
| Morphological Box | Template | Uses rows or columns of dimensions and values to generate cross-axis option combinations. | |
| Morphological Matrix, then Scoring | Tool | Decomposes a design into independent parameters, enumerates the grid of parameter-value combinations to force complete coverage, then scores the viable combinations — so generation is exhaustive before selection begins. | |
| Most-Different Systems Design | Method | Compares cases that differ in almost every way yet share the same outcome, so the one condition they all hold in common becomes the candidate cause. | |
| Most-Similar Systems Design | Method | Compares cases held alike on their background conditions but differing in outcome, so the handful of remaining differences becomes the short list of candidate causes. | |
| most_threshold_statement | Threshold Artifact | ||
| Motif Concordance and Recurrence Map | Tool | Indexes every occurrence of a chosen term or form and maps how its sense shifts from one appearance to the next, so recurrence is read as movement rather than counted as frequency. | |
| Motif Continuity Matrix | Tracking Tool | Tracks how motifs recur across images, scenes, products, panels, rooms, or episodes and whether their meaning remains stable. | |
| Motif Deconstruction Matrix | Template | Compares one motif across omission fragmentation repetition displacement inversion and related operations | |
| Motion or Reveal Cue | Method | Draws attention through time — a small movement, a staged reveal, or progressive disclosure — so focal points arrive in sequence rather than competing all at once, without triggering distraction or motion-sensitivity problems. | |
| Motive-Opportunity-Bias Analysis | Diagnostic Checklist | Checks whether a proposed distortion pattern is plausible given the source’s incentives, opportunity, and known bias profile. | |
| Movement Mirroring Sequence | Method | Brings a group into phase by having people copy a shared sequence of gestures, steps, or postures — synchrony carried by the body itself, seen and felt rather than heard. | |
| Movement Permit or Access Gate | Interface | A controlled approval gate for movement across a pathway, such as transport, deployment, account capability, import, or release into production. | |
| Moving Average Smoother | Method | Averages each point with its neighbours in a sliding window, so a slow trend survives while fast zero-mean fluctuation cancels — the simplest separator of level from jitter. | |
| Moving-Average or Boxcar Filter | Method | A simple convolutional filter that replaces each position with an average over a local window. | |
| Moving-Target Parameter Rotation | Method | Changes non-essential rule-surface details so copied bypasses transfer less reliably across contexts or time. | |
| Multi-Barrier Verification Drill | Audit | Exercises a layered defense by disabling one barrier at a time and checking that no path then reaches a receptor, proving the redundancy is real. | |
| Multi-Channel Communication | Communication Method | Maintains more than one viable channel for reaching people or systems, especially when one channel may be unavailable during disruption. | |
| Multi-Commodity Flow Model | Formal Model Family | ||
| Multi-Criteria Decision Analysis | Method Family | Provides structured methods for comparing alternatives across multiple criteria. | |
| Multi-Criteria Decision Matrix | Model | Scores every shortlisted option against every weighted criterion in one matrix and sums to a ranking — making the trade-offs, the weights, and who owns them explicit and auditable rather than intuitive. | |
| Multi-Criteria Selection Rubric | Artifact | A shared scoring frame that makes the criteria for keeping, cutting, or advancing a variant explicit and comparable across every branch. | |
| Multi-Factor Performance Model | Method | A model that estimates expected performance from multiple risk exposures and treats residual performance as candidate abnormal performance. | |
| Multi-Front Dispatch Board | Monitor | A live shared display of competing front requests, current reserve positions, route state, and arrival estimates — with unresolved allocation conflicts flagged — so the reserve is committed against one common picture rather than scattered reports. | |
| Multi-Leader Replication with Conflict Resolution | Protocol | Lets several replicas accept writes independently for local speed, then reconciles the conflicting versions this inevitably produces with an explicit resolution rule. | |
| Multi-Level Dashboard | Visualization and Instrumentation | ||
| Multi-Level KPI Review | Metric or Dashboard | Reviews local, intermediate, and system-level indicators together so a correction that improves one level is checked for consequences at the others. | |
| Multi-Level Model Check | Audit | Re-runs a modeled relationship at each level — individual, group, organization, region, system — to find where it holds, transforms, or reverses, and bounds the level at which it can be trusted. | |
| Multi-Level Redundancy Design | Architecture Pattern | ||
| Multi-Method Porometry | Diagnostic Estimation | Estimates pore-size distribution, accessible volume, throat sizes, and surface area by triangulating complementary probes — each biased differently — instead of trusting any single instrument's number. | |
| Multi-Method Study Design | Protocol | A protocol that assigns complementary qualitative, quantitative, observational, experimental, or model-based methods to one scoped claim. | |
| Multi-Modal Pointer Set | Interface | Uses redundant visual, verbal, spatial, tactile, and textual cues so the target can be shared across modalities and access needs. | |
| Multi-Modal Transport Plan | Method | Uses different transport modes such as road, rail, air, water, walking, or cycling to preserve movement of people or goods when one mode is disrupted. | |
| Multi-Pressure Tradeoff Matrix | Tool | Lays out the several selection pressures acting at once against the traits they reward, making visible where optimizing for one quietly degrades another — so the loop chooses its fitness function instead of backing into one. | |
| Multi-Resolution Change-Point and Trend Comparison | Test or Assessment | Compares persistence and candidate breaks across windows, scales, measures, locations, and groups. | |
| Multi-Resolution Search | Method | Implements the archetype by scanning at multiple levels of resolution and escalating detail only where the lower-resolution pass indicates value, uncertainty, or risk. | |
| Multi-Route State-Transition Map | Artifact | Maps starting-state families, admissible path families, critical transitions, and the shared endpoint in one view. | |
| Multi-Scale Field Pyramid | Method | Layers coarse and fine fields to preserve both broad context and local detail. | |
| Multi-Source Intelligence Synthesis | Workflow | Combines evidence streams from different collection methods, observers, instruments, or records to reduce single-source blind spots. | |
| Multi-Source Release Corroboration | Method | Accepts a release only when independent observers agree on the same artifact digest, so no single compromised source, signer, or channel can define what 'the release' is. | |
| Multi-Sourcing Rule | Policy | Requires two or more qualified providers for a dependency class when concentration risk exceeds threshold. | |
| Multi-Stage Classifier Pipeline | Software or Tool | Implements sequential classifiers where earlier stages screen broadly and later stages classify surviving candidates in finer detail. | |
| Multi-View Model | Method | Coordinates multiple representations so different stakeholders can see complementary structure without forcing one overloaded universal view. | |
| multi_resolution_dashboard | Display or Reporting Tool | Shows linked views at several temporal scales. | |
| multi_track_scorecard | Template | Represents separate lines against a shared timeline or substrate so interactions can be designed rather than improvised blindly. | |
| Multidimensional Scaling Layout | Model | Computes a low-dimensional layout in which the distances between placed items reproduce, as closely as possible, their dissimilarities in the source — built from a distance table alone. | |
| Multidimensional Transition Reversibility Matrix | Template | Crosses each material effect with response class, time, cost, fidelity, residue, uncertainty, scale, burden, evidence, owner, and horizon. | |
| Multilingual Switching Protocol | Protocol | Defines how and when to switch among languages or language varieties in a shared exchange so no group is silently excluded. | |
| Multilingual UX Audit | Method | Evaluates whether interface text, layout, forms, navigation, errors, help content, and accessibility affordances work across language contexts. | |
| Multimodal Delivery Switching | Process | Maintains a portfolio of delivery modes and moves an endpoint from one to another — home, pickup, mobile, partner, assisted, remote — when its conditions, cost, or repeated failures change which mode fits. | |
| Multimodal Equivalence and Assistive-Compatibility Test | Test or Assessment | Tests outcome, agency, timing, interoperability, safety, privacy, remedy, and effort across alternate modes and assistive tools. | |
| Multimodal Input Board | Artifact | Provides parallel channels such as sticky notes, digital forms, visual signals, movement choices, anonymous cards, or assisted input. | |
| Multiple Imputation Workflow | Workflow | Creates multiple plausible completed datasets, analyzes each, and combines estimates while preserving imputation uncertainty under the stated assumption. | |
| Multiple-Anchor Comparison | Method | A method for comparing several plausible references so the first anchor does not dominate. | |
| Multiple-Award or Portfolio Selection | Method | Splits the prize across several winners instead of crowning one, so rivalry still sharpens performance without collapsing into winner-take-all lock-in. | |
| Multiple-Testing Holdout Check | Method | Re-tests a discovered hotspot on held-out data before anyone acts, so a cell that is only the worst of a thousand comparisons is not mistaken for a real one. | |
| multiplex_channel_architecture | Software or Tool | Separates channels while keeping them synchronized to a shared substrate or event stream. | |
| Multiscale Kernel Bank | Software or Tool | A set of kernels with different support sizes or orientations used to compare local structure across scales. | |
| Multiscale Prototype Review | Protocol | Reviews the same system as thumbnail, target-size prototype, environmental mockup, and edge-size case. | |
| Multiverse Analysis Report | Analytic Transparency Report | ||
| Mutex or Lock Token | Software or Tool | Uses an exclusive token or lock to occupy a resource-control point until safe release. | |
| Mutual Aid Agreement | Institution | An agreement that grants participating parties contingent access to each other's resources under defined overload or emergency conditions. | |
| Mutual Aid Roster | Artifact | A living directory of who can help with what — standing offers, named backups, and the pathways to reach them — so aid is found by lookup instead of improvised in the moment. | |
| Mutual Aid Rules | Community Governance Rule Set | Implements reciprocity by specifying how participants ask for help, give help, recognize help, and replenish the support network. | |
| Mutual Entrainment Handshake | Protocol | A reciprocal, provenance-carrying exchange in which two peers confirm each other's identity and phase before either lets it move its own timing. | |
| Mutual Risk-Reduction Sequence | Process | Designs and rehearses an ordered ladder of small, reversible, verifiable steps that walks the shared danger down without any side losing control or visible reciprocity. | |
| Mutual-Aid Dispatch Board | Tool | A shared board where every front posts its need and every unit its lendable capacity, matching the two on one live map while locking each committed resource so it can't be promised to two fronts at once. | |
| Mutual-Exclusion Choice Gate | Protocol | When multiple adjacent choices cannot all proceed, selects one focal choice and temporarily suppresses close substitutes. | |
| Mutual-Gains Negotiation Protocol | Protocol | Separates interests from positions, searches for value-creating trades, then returns to allocation and safeguards. | |
| Mutual-Oversight Effectiveness Audit | Test or Assessment | Compares formal checks with actual access, capacity, timeliness, remedy, outcomes, and retaliation. | |
| Mutualistic Service-Level Agreement | Document | Extends ordinary service commitments with reciprocal support, responsiveness, repair duties, and shared improvement responsibilities. | |
| Mystery Frame | Communication Frame | Packages the unknown as a bounded puzzle or unresolved situation so people can orient toward discovery rather than passive reception. | |
| Myth / Metaphor Mapping Canvas | Template | Elicits the deep metaphors, stories, images, and archetypal roles through which people imagine the issue and possible futures. | |
| Namespace Entropy Review | Test or Assessment | An assessment of whether real generation behavior uses the intended namespace uniformly enough. | |
| Namespace Reservation Table | Artifact | A registry of reserved, active, retired, and quarantined target values. | |
| Naming Review | Procedure | Reviews terms, labels, feature names, program names, or category names for misleading connotations, hidden assumptions, and audience misreadings. | |
| Narrative Audit Table | Template | Creates a structured table for selected events, omissions, causal links, focal actors, themes, alternatives, and resulting revisions. | |
| Narrative Ethics Review | Review | Checks truthfulness, agency, disclosure, vulnerability, stigma, emotional coercion, and overgeneralization risk. | |
| Narrative Identification Prompt | Method | Uses stories of role, craft, mission, or consequence — and the symbols that carry them — to help a person recognize the norm as part of the kind of person they are trying to become. | |
| Narrative Identification Storyboard | Template | Structures stories so the audience can inhabit a perspective or role while keeping claims accurate and agency-preserving. | |
| Narrative Map | Artifact | Visualizes selected events, omitted events, focal actors, causal links, claimed endpoint, and alternative routes in a single reviewable representation. | |
| Narrative Pacing Contrast | Method | Alternates slower exposition, setup, or background with faster action, consequence, or reveal so temporal rhythm itself supports meaning. | |
| Narrative Reconstruction | Narrative Method | Rebuilds the story connecting what changed, what still matters, and what future action now means. | |
| Narrative Red Team | Ritual | Assigns reviewers to stress-test the dominant story for omissions, unsupported causality, misleading focal actors, overclean themes, and false inevitability. | |
| Narrative Reframing Brief | Document | Translates the selected deeper frame into communication, strategy, policy, design, or facilitation guidance. | |
| Narrative Repetition Cascade | Workflow | Repeats the same core story through speeches, articles, trainings, reports, meetings, and exemplars until the frame becomes familiar. | |
| Narrative Representation | Document | Represents sequence, causality, motivation, tradeoff, lived experience, or scenario context through story-like structure. | |
| Narrative Synthesis Memo | Document | A document that states the provisional narrative, supporting evidence, uncertainties, dissenting views, and action implications. | |
| Narrator Reliability Matrix | Review Matrix | Scores or describes reliability by claim type, evidence base, motive, vantage, consistency, and corroboration. | |
| Near-Miss Case Pairing | Method | Sets a correct case beside a nearly identical incorrect one that varies in a single decisive respect, so the one distinction separating them is impossible to miss. | |
| Near-Miss Case Rotation | Method | A practice rotation that alternates confusable cases to make boundary cues salient. | |
| Near-Miss Comparison Set | Method | Sharpens a category's boundary with minimal pairs — a genuine member set beside near-identical nonmembers that differ on the single feature that actually decides membership. | |
| Near-Miss Distance Scorecard | Assessment Artifact | ||
| Near-Miss Notice Review | Ritual | Examines cases where a signal was nearly missed so the readiness state, scan field, and cue design can be improved. | |
| Near-Miss Response Tier | Policy Rule | ||
| Near-to-Far Transfer Sequence | Process | Orders transfer practice from targets that closely resemble the source to ones that barely do, adjusting support at each step, so distance is crossed in graded stages rather than a single leap. | |
| Nearby-World Sensitivity Review | Validation Procedure | ||
| Nearest-Neighbor Assignment Rule | Procedure | Assigns new cases to the closest valid anchor while flagging out-of-cover cases. | |
| Nearest-Neighbor Audit | Audit | Samples an embedding's neighborhoods and checks, with human judgement, whether each item's nearest host neighbors are genuinely related in the source — catching false neighbors and missing ones. | |
| Nearest-Neighbor or Exemplar Classifier | Tool | Classifies a new case by its similarity to stored labeled exemplars — no explicit rule, just which known cases it most resembles — and routes it by how confidently it lands. | |
| Nearest-Neighbor Phase Nudging | Method | Each unit repeatedly shifts its phase a small bounded step toward the average timing of the few neighbors it can directly observe. | |
| Nearest-Neighbor Route Extension | Routing Heuristic | ||
| Necessity-Possibility Red Team | Test or Assessment | A review exercise that challenges claims of necessity, impossibility, or permission with boundary cases and defeaters. | |
| Necessity/Proportionality Checklist | Checklist | Requires a documented reason why a condition must remain attached and why a narrower or separable alternative would not suffice. | |
| Need-Based Aid Allocation | Allocation Protocol | A protocol for distributing assistance according to unmet need and marginal relief. | |
| Need-to-Know Policy | Document | States that access to sensitive information is granted only when it is necessary for a legitimate purpose. | |
| Needs Assessment Rubric | Assessment Tool | Structures how decision-makers assess need, barrier severity, available supports, and relation to the preserved standard. | |
| Negative Case and Malformed Corpus | Artifact | A curated collection of known-bad inputs, each paired with the verdict and diagnostic it should provoke, held as the fixed yardstick for what the interface must refuse. | |
| Negative Keyword Filter | Tool | Excludes documents or results that match an explicit blocklist of terms or metadata — a cheap, transparent way to carve out whole irrelevant regions, kept honest by ongoing list maintenance. | |
| Negative Test Interpretation Protocol | Protocol | Operationalizes how a negative diagnostic, inspection, security, or lab result should update belief. | |
| Negative Transfer Red Team | Review | Deliberately hunts for the source habits and false-friend similarities that would mislead in the target, surfacing the traps before they fire in the real application. | |
| Negative-Case Scan | Method | Searches for comparable cases where the solution did not emerge or did not work. | |
| Negative-Evidence Reliability Review | Test or Assessment | Checks sensitivity, timing, completeness, search coverage, logging quality, and possible masking before treating absence as elimination-grade evidence. | |
| Negative-Space Blockout | Method | Stakes out the work's voids and masses at full scale on the actual site so the team can stand inside the negative space and confirm it carries the concept from real standpoints. | |
| Negative-Space Logo | Symbolic Visual Artifact | Hides a second image in the unfilled area of a mark so one shape carries two readings without adding a visible element. | |
| negative_case_conservation | Evidence Retention | ||
| negative_claim_exhaustion_check | Search Protocol | ||
| negative_control_signature_panel | Test or Assessment | Challenges candidate marks against non-source exemplars and shared-process controls. | |
| Negotiation Anchor Review | Protocol | A protocol for reviewing opening offers and strategic numbers before they define the negotiation range. | |
| Negotiation Phase Shift | Procedure | Marks transitions among rapport-building, interest discovery, option generation, bargaining, commitment, and closure. | |
| Negotiation Redline Merge | Document | Tracks divergent contract or agreement drafts and merges accepted language while surfacing unresolved conflicts. | |
| Neighborhood Trustworthiness and Continuity Metric | Diagnostic Estimation | Scores how faithfully each point's map-neighbours match its true source-neighbours, separating the false neighbours a map invents from the real neighbours it tears apart. | |
| Nested Control-System Tuning | Procedure | Tunes controller thresholds, gains, delays, and override rules when technical or operational control loops interact across nested subsystems. | |
| Nested Cross-Validation | Validation Design | Separates model selection from performance estimation. | |
| Nested Early-Warning System | Early Warning Architecture | ||
| Nested Resilience Planning | Planning Method | ||
| Nested Scale Timeline | Artifact | Places micro events inside meso and macro time bands so local sequence and long-run trend can be read together. | |
| nested_governance_cadence | Ritual | A recurring sequence of local, peer, and enclosing-level reviews that keeps holon autonomy and dependency aligned. | |
| nested_quantifier_parse | Formal Parse | ||
| Net Present Value Model | Method | Computes discounted net value for an option from projected time-stamped consequences. | |
| Net Supply Ratio Dashboard | Monitor | Shows, live, what fraction of dispatched support actually reaches the front once the line's own costs are paid — and where along the line it is leaking. | |
| Network Capacity Dashboard | Monitor | A live topological view of a flow network that shows where capacity is saturated, where it sits idle, and where the binding bottleneck has moved. | |
| Network Centrality Analysis | Metric or Dashboard | Computes whether a node has reach, brokerage, shortest-path, hub, or bridge value inside a network. | |
| Network Intervention Pilot | Experimental Change Process | Tests a limited relation change before full rollout, using local monitoring to detect unwanted bottlenecks, exclusions, or dependency transfers. | |
| Network Mixing Protocol | Protocol | Governs which subgroups, roles, or participant types encounter one another across a network, so varied lineages actually cross-pollinate instead of settling into isolated silos. | |
| Network Spectral Centrality Analysis | Method | Uses eigenvector-like centrality to identify nodes aligned with a network transformation’s dominant mode. | |
| Neutral Treatment Protocol | Protocol | Standardizes the baseline treatment everyone receives — opportunity, information, respect, review, follow-up — so a label cannot buy better or worse handling through discretion. | |
| New Service Tier | Institution | Stands up a new, resourced service level or pathway to handle a class of cases the existing tiers structurally cannot, organizing a response into a standing offering rather than a one-off. | |
| New-Axis Value Canvas | Template | Defines the alternative value basis and prevents old performance metrics from dominating entrant evaluation. | |
| Niche Portfolio Matrix | Tool | Lays every lineage against every niche in one grid to reveal the shape of the portfolio — which niches are covered, which sit empty, and where one line is capturing several at once. | |
| No-First-Escalation Pledge | Artifact | An explicit, auditable, published commitment not to be the one to initiate a defined list of risk-raising actions while talks or verification continue — inviting the other side to match it. | |
| No-Harm Standstill Agreement | Document | Temporarily blocks value-destroying escalation while parties search for a joint-gain path. | |
| No-Preclearance Clause | Protocol | States that in-scope actions do not require external permission, approval, notification before action, or discretionary veto. | |
| No-Rebuild or Reoccupation Rule | Rule | Bars new commitment in the zone being given up — unless an evidence-based, sunset-limited exception is granted — so the ground is relinquished once, not lost again and again. | |
| No-Response Escalation Protocol | Protocol | Defines when and how to follow up, reroute, escalate, or pause after an expected response does not arrive. | |
| No-Retaliation and Follow-Up Protocol | Protocol | Commits authorities or moderators to monitor and respond to punishment after previously silent views become visible. | |
| No-Retaliation Commitment and Monitor | Protocol | Publicly commits authority holders to non-retaliation and monitors whether protection holds after preferences surface. | |
| No-Universal-Winner Claim Review | Review Checklist | ||
| Noise or Randomization Release | Statistical Method | ||
| nominal_real_rate_pairing_rule | Checklist | Checks that real cash flows use real discount rates and nominal cash flows use nominal discount rates. | |
| nominal_to_real_conversion_table | Method | Converts nominal monetary amounts into constant purchasing-power values using a declared index and base period. | |
| Non-Aging Eligibility Review | Review | Decides whether a subject is even the kind of thing whose past survival predicts future survival, routing aging or wearing entities to an ordinary decline model instead. | |
| Non-Discrimination Access Tariff | Rule | Requires the bottleneck controller to serve every qualifying user off one published schedule of prices and terms, so access can't be rationed through secret deals or worse terms for rivals. | |
| Non-Interactive Zero-Knowledge Proof | Protocol | Produces a reusable proof artifact that can be checked without a live verifier challenge, provided freshness and context binding are handled. | |
| Non-Maximum Suppression Pass | Method | Keeps local maxima while reducing nearby weaker candidates, common in detection and boundary-finding workflows. | |
| Non-Ratifying Response Option | Tool | A designed response choice — acknowledge, decline-as-framed, dispute, none-of-the-above — that lets the responder engage the channel while the recorded meaning of their response carries no ratification. | |
| Non-Retaliation Reporting Channel | Safety Safeguard | ||
| Non-Target Change Probe Battery | Monitor | Repeatedly samples the functions and contexts that were meant to stay untouched, so collateral change during a reopening is caught while it can still be stopped. | |
| Non-Transferable Terms and Refund Rule | Document | Uses terms, refund limits, cancellation rules, or reassignment constraints to reduce resale while still allowing legitimate remedies. | |
| Noncompetitive or Allosteric Inhibition | Method | Caps a mechanism's output by binding a separate control site and changing its state, so piling on more input can't overcome the block. | |
| Nonconformance Report and Review Board | Institution | Creates a traceable record and cross-functional disposition forum for significant nonconforming output. | |
| Nonfunctional Requirement | Document | States required reliability, security, accessibility, privacy, performance, or maintainability conditions. | |
| Noninferiority Margin Protocol | Protocol | Specifies an acceptable difference from the comparator when the candidate offers other benefits. | |
| Nonlinear Dependence Screen | Diagnostic Estimation | Runs form-agnostic dependence statistics to catch relationships a linear or rank coefficient scores as near-zero, so real structure isn't dismissed as no-relationship. | |
| Nonparametric Resampling Interval Check | Method | Uses bootstrap, permutation, jackknife, or related resampling to compare interval behavior without relying entirely on a closed-form approximation. | |
| Nonrandom Sample Audit | Checklist | A checklist for exposing selection bias behind perceived agreement. | |
| Nontransitive Scenario Simulation | Software or Tool | A simulation or tabletop exercise that explores how cyclic dominance evolves across context changes, adaptation, and elimination events. | |
| Norm and Expectation Audit | Audit | Surfaces the gap between an institution's written rules and the expectations people actually hold — including where newcomers and insiders quietly operate by different norms. | |
| Norm Audit | Audit | Surfaces the unwritten expectations and quiet sanctions that keep people reproducing a shared reality with no formal rule behind it, then tests whether anyone actually endorses them. | |
| Norm Legitimacy Review | Review | Periodically re-examines the norm itself — is it still justified, explainable, contestable, and free of coercion — so people are asked to internalize only standards that deserve it. | |
| Norm Maintenance Ritual | Ritual | Periodically re-enacts, examines, and re-commits to the working norms a system relies on, surfacing where practice has quietly drifted so coordination rules stay alive instead of decaying into ignored slogans. | |
| Norm Reminder and Private Warning | Communication Practice | ||
| Norm-Conflict Matrix | Template | Compares artifact assumptions with host norms across authority, privacy, reciprocity, identity, time, language, fairness, and trust dimensions. | |
| Normal-Form Reduction | Method | Rewrites artifacts to a representative form so equivalence can be tested or downstream work simplified. | |
| Normalization Test Suite | Validation Tool | Exercises known equivalent, non-equivalent, ambiguous, and edge cases to verify that the normalization rule behaves as intended. | |
| Normalized Endpoint Contract | Interface | Defines the required state, format, capability, or handoff condition that all paths must deliver. | |
| Normalized Metric Check | Measurement Method | ||
| Normalized Metric Design | Method | Designs a metric on a comparable basis — indexed, standardized, or denominator-adjusted — so entities of different size or context can be set side by side honestly. | |
| Normalized Serialization | Protocol | Serializes fields, records, or elements in a stable order so equivalent structures produce comparable artifacts. | |
| Notary or Official Stamp | Institutional Mark | Provides a controlled institutional mark whose authenticity can be checked by downstream parties. | |
| Notation System | Artifact | Uses symbols, formulas, abbreviations, or structured marks to encode recurring meaning compactly. | |
| notice_period_or_lockup_alignment | Protocol | Aligns withdrawal rights, cancellation terms, supplier replenishment terms, staffing commitments, or customer promises with the time needed to release resources safely. | |
| Notification Priority Review | Review | Re-examines an alerting system so that what pages a human is governed by significance and escalation criteria, not by how loud or how often an alert happens to fire. | |
| novice_to_aware_stage_marker | Curriculum Marker | A visible marker in a learning path that labels the transition from initial fluency to awareness of complexity. | |
| Nucleation Site Creation | Method | Seeds deliberate initiation sites so domains start where and when you choose, lowering the barrier to separation instead of leaving it to chance fluctuations. | |
| Null Finding Warrant Memo | Document | Documents the null finding, search scope, detection assumptions, warrant grade, and conclusion caveats. | |
| Null Hypothesis Significance Test | Test or Assessment | Implements a default-versus-alternative comparison with a formal statistical threshold under specified assumptions. | |
| Null-Model Residual Report | Analytic Report | Shows departures from a declared null or expected model without automatically interpreting them as causal effects. | |
| Null-Result Power Check | Test or Assessment | Estimates whether a failed search or null observation had enough sensitivity to count as evidence of absence. | |
| Numbered Ticket | Tokenized Queue Position | A numbered ticket can be paper, electronic, or verbal. The archetype requires the surrounding claim, notification, and no-show rules. | |
| Object Origin Story Card | Artifact | Records the object's origin, provenance, meaning, and intended use in plain narrative form, so a newcomer or an outside group can understand why it matters without anyone present to explain it. | |
| Object-Oriented Class Inheritance | Model | Lets a subclass receive its superclass's fields and methods by default, override chosen methods, and still stand in wherever the superclass is expected. | |
| object_language_meta_language_split | Semantic Separation | A mechanism that separates claims inside a language or model from claims about that language or model. | |
| Objective Surface Sketch | Artifact | Creates a visual or tabular approximation of how value changes across candidate configurations. | |
| Objective Versioning and Change Log | Register | An append-only record of every authorized objective version — each with its effective date, authority, rationale, and dependencies — so exactly one legitimate target governs each decision and target motion is attributable rather than ambient. | |
| Observation Protocol Design | Protocol | Specifies the concrete, repeatable conditions—apparatus, vantage, sampling, and cost—under which an observation is actually to be made. | |
| Observation Recheck or Replication | Method | Converts a decayed or doubtful memory back into first-hand evidence by going and observing the thing again, instead of trusting the stored trace. | |
| Observation Vignette Template | Documentation Template | ||
| Observation Warrant Ladder | Method | Defines levels of claim strength from raw report through corroborated measurement to robustly inferred reality claim. | |
| Obstacle Function Review | Method | Examines what the obstacle protects, what it costs, whether it is real or modifiable, and what support or boundary would make effort safer. | |
| Occam-Style Model Selection | Method | Compares candidate models or explanations and favors the one with fewer assumptions when adequacy is otherwise comparable. | |
| Occupancy and Idle-Capacity Audit | Audit | Counts the capacity you already own but aren't using — position by position — by measuring the gap between what a system nominally holds and what it effectively delivers. | |
| Off-Policy Evaluation | Analysis Method | Uses logged behavior, counterfactual estimation, or related techniques to estimate how a policy would perform without deploying it live first. | |
| Official Record Policy | Policy | Declares which document, filing, or register is the official record for legal, compliance, and historical purposes, ranking it above informational copies and defining the exceptions under which another may temporarily stand in. | |
| offset_or_relocation_plan | Workflow | A plan for relocating displaced activity, expanding substrate, compensating affected parties, or substituting alternate capacity. | |
| Oldest-Item Sweep | Ritual | Periodically selects the oldest outstanding items for review, service, reclassification, or explicit disposition. | |
| Ombuds Channel | Role or Team | An accessible independent or semi-independent channel for navigating process, raising fairness concerns, or seeking informal resolution. | |
| Omission and Negative-Evidence Audit | Audit | Tests whether something absent is meaningfully missing by first establishing why it should have been present, then ruling out innocent explanations for the gap. | |
| Omission Checklist | Checklist | ||
| Omission Pattern Analysis | Method | Reads a body of surviving output against the space of what could have appeared, cataloguing the topics, sources, and viewpoints that go missing or converge — in a systematic, not random, pattern. | |
| omission_commission_parity_check | Reasoning Check | ||
| Omitted Variable Probe | Diagnostic Probe | Searches for variables, mechanisms, constraints, or contextual features absent from the original explanatory frame. | |
| On-Call Ownership | Operational Role Schedule | ||
| On-Call Response Rotation | Role or Team | Keeps a qualified responder reachable and empowered to act at all times by rotating the duty across a group, so an irregular spike is caught immediately without paying to staff the peak around the clock. | |
| On-Call Rotation Activation | Process | Summons the right responders the instant an incident is declared and keeps fresh hands on it — paging the on-call, opening a surge channel for reinforcements, and rotating people out before fatigue erodes judgment. | |
| On-Demand Report Generation | Process | Builds a report only when a user actually requests it, and re-checks — at generation time — who is asking and whether they still want to wait. | |
| Onboarding and Role Shadowing Runbook | Process | A structured ramp that brings a new holder up to a role's competence bar by provisioning support and mentorship and by having them learn through supervised shadowing of an experienced holder. | |
| Onboarding and Socialization | Process | The controlled front door through which newcomers cross into a system — admitting them, teaching them what the system is and expects, and turning arrivals into members without diluting the whole. | |
| Onboarding Norm Translation | Process | Inducts newcomers into a norm by conveying its purpose, worked examples, and the judgment it calls for — not just the rule text — so it arrives as something to understand rather than merely obey. | |
| Onboarding Workflow | Workflow | Implements pipeline staging by sequencing orientation, account setup, training, practice, verification, and handoff into regular participation. | |
| One-Stop Permission Portal | Interface | A single interface for requesting and tracking permissions across multiple veto holders. | |
| One-to-One Crosswalk Table | Artifact | A table that pairs each source member with exactly one target member and supports inverse lookup. | |
| Online Booking Portal | Self Service Reservation Interface | The portal is an implementation mechanism; the archetype is the governance of reserved queue position and reduced waiting burden. | |
| Online Incremental Learning | Method | Keeps a predictive or decision model locked onto a moving target by updating it continuously from validated new evidence, instead of letting it go stale between infrequent full retrains. | |
| Ontology Alignment Map | Artifact | Links concepts in one vocabulary to their counterparts in another through anchored correspondences — equivalent, broader, narrower — each carrying a human-readable rationale. | |
| Ontology Alignment Session | Method | A method for reconciling different conceptual models, category systems, or domain vocabularies that carve up reality differently. | |
| Ontology Map | Artifact | A structured picture of a domain's entities, their types, and the boundaries between them — drawn so that definitional disagreements become visible and negotiable. | |
| Ontology Review Workshop | Ritual | Brings relevant actors together to compare entity assumptions, category meanings, relation claims, edge cases, and revision rules. | |
| Opaque Type / Module Boundary | Tool | Makes a component's representation physically unreachable to clients, so the only thing they can couple to is its declared operations. | |
| Open Access Mandate | Policy | Imposes a duty to let third parties onto an otherwise-closed network or platform on reasonable terms, turning a proprietary chokepoint into shared infrastructure and a stepping-stone off it. | |
| Open License Declaration | Artifact | A published rights file that states — in human- and machine-readable form — exactly what reuse is permitted and what obligations travel with the artifact, so downstream users never have to ask. | |
| Open Standard | Artifact | A shared, openly-specified technical rule any implementer can build to, so compatibility — the thing that makes the network valuable — belongs to no single vendor. | |
| Open-Book Management | Method | Shares the company's real financials with everyone and teaches them to read them, so workers see how their work turns into value and can act on the numbers. | |
| Open-Source Collaboration Model | Workflow | Uses issue queues, contribution norms, maintainership practices, review paths, and shared repositories to let contributors self-select work. | |
| Open-Source Maintainer Renewal | Role or Team | A contribution ladder that turns drive-by users into committed maintainers — mentoring contributors up through earned trust and governance rights so a project renews its own maintainer base from its user community. | |
| Open-Source Sponsorship | Institution | Channels funding from downstream beneficiaries to the maintainers of shared digital infrastructure, paying for the upkeep that keeps a widely-used common resource alive. | |
| Open-Space Organizing | Method | Creates a participant-generated agenda around a shared theme so people can form sessions, groups, and work streams by interest and need. | |
| Opening Marking And Threshold Gesture | Ritual | A single sensory mark — a bell, a dimming of lights, a spoken formula, a step across a threshold — that separates ordinary time from ritual time and gathers scattered attention into one shared focus. | |
| Opening Trigger Protocol | Protocol | Authorize movement from preparation to active intervention when opening conditions are met. | |
| Operating Band Specification | Document | Translates the discovered window into a formal allowable range, setpoint, tiered table, or escalation rule. | |
| Operating System Abstraction | Software or Tool | A software layer that lets applications use files, processes, memory, devices, and networks without direct hardware control. | |
| Operational Capacity Simulation | Software or Tool | Samples variable demand, processing times, outages, or resource availability to estimate service-level and overload risk. | |
| Operational Contingency Fund | Artifact | A designated spendable budget for urgent operational disruptions, time-sensitive opportunities, or response needs. | |
| Operational Definition Table | Artifact | Pairs each contested term with the observation procedure that defines it and a label for the claim's resulting semantic status. | |
| Operational Pilot | Test or Assessment | Runs the solution in a limited real or representative setting to test implementation feasibility under practical conditions. | |
| Operational Readiness Review | Procedure | A formal procedure for judging whether operations, staffing, documentation, monitoring, support, and incident response are ready for a new operating state. | |
| Operational Reconciliation Workflow | Workflow | Compares expected and actual states after partial completion, then applies adjustments until records, obligations, inventory, or accounts balance acceptably. | |
| Operational Responsibility Map | Artifact | A map connecting parts of a scoped system and its interfaces to owners, handoffs, escalation paths, and decision rights. | |
| Operational Stabilization Playbook | Document | A documented set of triggers, actions, owners, and monitoring rules for restoring system stability. | |
| Opponent Signal Subtraction Model | Modeling Abstraction | ||
| Opportunity Exposure Register | Register | Keeps a living inventory of every place the adverse outcome could occur and how fast opportunities are piling up, so the 'many chances' fact never quietly goes stale. | |
| Opportunity Landscape Mapping | Tool | Charts a newly opened space before you fan into it — confirming the opening is real, mapping its distinct niches, and bounding how widely to branch. | |
| Opportunity-Cost Prompt | Ritual | Inserts one required question into a decision — 'what is the best thing we won't do if we say yes to this?' — so the forgone alternative is named before resource is committed. | |
| Opt-In Flow | Interface | Presents a permission request before a user enters a feature, data use, program, or relationship that requires affirmative agreement. | |
| Opt-Out and Reentry Protocol | Safety Protocol | Makes nonparticipation, partial participation, breaks, remote observation, or later reentry legitimate rather than deviant. | |
| Opt-Out Architecture | Workflow | Makes departure from a default legible, timely, low-friction, and reversible where appropriate. | |
| Optimistic Concurrency Check | Protocol | Lets writers proceed without locks by stamping each record with a version and rejecting any write whose expected version no longer matches — catching the lost update instead of preventing it. | |
| Optimization Constraint Model | Method | Represents variables and constraints in a mathematical or computational model so solvers or analysts can search the feasible region. | |
| Optimization Target Review | Procedure | Periodically reviews whether the current objective, metric, or reward target still produces the intended outcomes under observed behavior. | |
| Optimization Trace Dashboard | Metric or Dashboard | Tracks improvement rate, explored coverage, diversity, restarts, constraint violations, and strategy-switch signals over time. | |
| Option Buffer Register | Register | Tracks preserved alternatives, their carrying costs, expiry points, responsible owners, and conditions for release or retirement. | |
| Option Comparison Matrix | Template | Compares live options against declared criteria without implying that weights are objective facts. | |
| Option-Set Simplification | Method | Reduces the number of available choices, bundles choices into packages, or removes rarely useful variants. | |
| Order Set or Protocol Bundle | Protocol | A predefined bundle of fields, sequence, defaults, and checks for recurring high-risk actions such as medical orders, service workflows, or approvals. | |
| Order-Insensitive Batch Processing | Workflow Design | Processes batches without depending on the sequence in which items are picked, handled, or combined. | |
| Order-Penetration Point Audit | Audit | ||
| Ordered Checklist Mnemonic | Mnemonic Artifact | Turns a procedure or checklist into a route-like cue chain so steps can be retrieved in sequence. | |
| Ordered Protocol Runbook | Procedure or Artifact | Operationalizes order-sensitive configuration as an executable sequence with checks, handoffs, exceptions, and rollback instructions. | |
| Ordered Reveal Sequence | Workflow | Presents elements in a deliberately chosen order so each new element is interpreted against the previous one rather than against a cluttered simultaneous field. | |
| Ordered Rule Evaluation | Procedure | Evaluates rules in a fixed sequence when simultaneous or unordered evaluation would produce inconsistent outcomes. | |
| Ordinary-Training Comparator Protocol | Protocol | Runs a matched ordinary-input control arm so any gain can be credited to reopened capacity rather than to more practice, assistance, or expectancy. | |
| Organizational Complexity Review | Ritual | Examines how governance layers, role count, reporting lines, decision rights, and meeting load change as the organization or program scales. | |
| Organizational Culture Shaping | Ritual | Reinforces norms through stories, leadership behavior, onboarding, recognition, review practices, and repeated social cues. | |
| Organizational Health by Unit Monitoring | Domain Monitoring System | ||
| Organizational Level Analysis | Method | Reframes workplace problems across individual, role, team, process, unit, enterprise, and ecosystem levels to avoid assigning causes at the wrong layer. | |
| Organizational Myth Audit | Workflow | Applies grand narrative decomposition to a company, institution, team, product, or community origin story that explains too much too smoothly. | |
| Organizational Network Analysis | Method | Uses relationship data, surveys, interviews, or communication traces to reveal advice, trust, information, and collaboration networks. | |
| Organizational Redesign | Governance or Structure Change | Implements relation rewiring by changing reporting lines, decision rights, team interfaces, ownership boundaries, or coordination forums. | |
| Organizational Resilience Tiers | Organizational Design | ||
| Organizational Review | Governance or Learning Ritual | Periodically examines an organization's own routines, metrics, norms, commitments, and outcomes to revise how it operates. | |
| Organizational Sensing | Workflow | Uses surveys, interviews, retrospectives, behavior traces, and local reports to detect patterns forming inside an organization. | |
| Organization–Artifact Topology Overlay | Tool | Lays the artifact's dependency map over the collective's communication map on a single frame, so the seams that should coincide but don't — and the ones that needlessly do — stand out. | |
| Orphan Target Scan | Test or Assessment | A scan that detects target members with no source member mapped to them under the intended bijection. | |
| Out-of-Band Channel | Communication Method | Provides a separate channel for control, diagnosis, or emergency coordination that does not depend on the ordinary communication path. | |
| Out-of-Band Escalation Path | Workflow | A defined route to a richer, safer, or more authoritative channel when the primary channel cannot carry a case. | |
| Out-of-Distribution Monitor | Monitoring System | ||
| Out-of-Order Processing | Service Order Mechanism | ||
| Out-of-Sample Benchmark Validation | Test or Assessment | A validation step that checks whether the benchmark model works outside the fitting sample or original period. | |
| Outbox Deduplication | Software or Tool | Separates recording the intended state change from sending downstream messages, then ensures each material outbound effect is sent once per canonical operation. | |
| Outcome Monitoring Review | Monitor | Tracks over time whether an interruption actually changed outcomes and treatment — and whether the loop simply moved to a subtler channel — so optimism does not replace one untested story with another. | |
| outcome_responsibility_review_panel | Review Forum | ||
| Outgroup or Edge-Case Interview | Procedure | A targeted interview procedure for testing local projection against outside views. | |
| Outlier, Range, and Transformation Sensitivity Review | Review | Re-computes the association with and without outliers, across restricted and full ranges, and under raw versus transformed scales, to see how much of it survives those choices. | |
| Output Schema | Artifact | Declares the fields, formats, and value categories a function or service is allowed to emit, so nothing outside its codomain can be returned in a well-formed response. | |
| Output Validation | Process | A runtime check on each produced result that confirms it lies inside the declared codomain before release — and blocks, qualifies, or reroutes anything that doesn't rather than letting it reach downstream reliance. | |
| Outsider Estimate Check | Procedure | A procedure for obtaining an estimate or critique from someone not exposed to or invested in the original anchor. | |
| Over-Suppression Red Team | Test or Assessment | Tests whether the suppression pattern erases weak but important evidence, minority perspectives, or safety-critical exceptions. | |
| overcomplete_dictionary_learning | Method | Learns a large pool of basis atoms while representing each input with only a small subset. | |
| Overfitting Prevention Check | Validation Method | Uses holdouts, cross-context testing, stress tests, or out-of-sample checks to prevent optimization from fitting local noise instead of durable structure. | |
| Overflow Channel | Process | Reroutes excess load to a pre-arranged alternate channel — a second site, partner, or queue — once the primary saturates, so the burst is served elsewhere instead of overwhelming the primary. | |
| Overflow Lane or Spillway | Surge Handling Mechanism | ||
| Overflow Queue | Process | Holds excess demand in a bounded, monitored buffer so bursts don't hit the primary channel all at once — and so the wait stays visible rather than hidden. | |
| Overflow Redirection | Process | Sends offers the system can't absorb right now to a later window, a partner program, or an external recipient — so surplus help is placed rather than dropped or hoarded. | |
| Overlap Handoff Protocol | Protocol | Defines how neighboring fields share or transfer ambiguous cases. | |
| Overlap-Regime Benchmark Table | Artifact | Lists expected-agreement cases, inputs, conditions, tolerances, and observed divergences. | |
| Override and Exception Log | Document | Records when users depart from the default method, why, and whether exceptions reveal a boundary failure. | |
| Override Expiry Workflow | Process | Gives every override an expiry date so it must be re-justified, renewed, or removed and backfilled to the inherited default — stopping temporary exceptions from silently becoming permanent. | |
| Overserved Segment Research Sprint | Method | Finds customers or users whose current solutions exceed their needs, budgets, skill, access, or context constraints. | |
| Oversight Board | Governance Body | A standing body with authority to review, question, recommend, reverse, or escalate actions by another actor. | |
| Oversight Dashboard | Monitor | Aggregates live workload, risk, exception, delay, and quality signals into one prioritized view, so an overseer can direct attention across a wide span without inspecting everything. | |
| Overton-Window Position Scan | Method | Maps currently sayable policy or discourse positions and identifies structurally advantaged locations for advocacy or coalition formation. | |
| Ownership Boundary Refactor | Method | Redraws who owns which part of the artifact — consolidating a component two teams both edit, or splitting one nobody clearly owns — and records whether each seam is now meant to mirror the org or stay decoupled. | |
| Ownership Map | Artifact | Displays ownership, custody, responsibility, authority, or approval relations for governance and escalation. | |
| Package Manager Distribution | Tool | Delivers the artifact through a package manager, data portal, or model hub so downstream systems can retrieve the right version and resolve its dependencies automatically, without a human in the loop. | |
| Package Namespace Confusion Guard | Rule | Binds each dependency name to its legitimate publisher and source registry, so a same-named or look-alike package from the wrong place can never be resolved in. | |
| Paired Case Comparison | Method | Uses two or more cases with an explicit frame so learners, analysts, or decision-makers can infer a relation across cases. | |
| Paired Comparison Experiment | Procedure | Evaluates candidate and comparator on matched cases, users, units, or time windows to reduce irrelevant variation. | |
| Paired Enablement and Restraint Policy | Policy | ||
| Paired Half-Life Probe | Test or Assessment | Measures or estimates how long each component of a signal bundle remains salient, valid, or operationally influential. | |
| Paired Micro/Macro Case Study | Method | Analyzes the same phenomenon through a close-grained case narrative and an aggregated structural account, then compares what each makes visible. | |
| Paired Rollout Pilot | Procedure | Introduces the two factors together in a controlled pilot so implementation teams can observe timing, adoption, and combined effect. | |
| paired_activation_rehearsal_protocol | Protocol | A practice protocol that repeatedly activates two intended units together so their association becomes easier to retrieve or enact. | |
| Pairwise Combination Testing | Test or Assessment | A reduced testing method that checks two-factor combinations to detect likely interaction effects. | |
| Pairwise Covering Array | Method | Reduces large products while preserving coverage of every pair of axis levels. | |
| Pairwise Dominance Audit | Test or Assessment | A review procedure that tests whether pairwise comparisons form a genuine cycle, a simple ranking, noise, or context-specific dominance. | |
| Pairwise Option Comparison | Method | Decomposes a hard many-option choice into a series of simple A-versus-B judgments, then assembles them into a ranking that also exposes inconsistent preferences. | |
| Paper Prototype | Artifact | A paper-based representation of screens, forms, steps, or objects that can be manipulated during a test. | |
| paradox_risk_dashboard | Metric or Dashboard | A dashboard that shows whether the new capacity is improving local and aggregate outcomes. | |
| Parallel Concept Sprints | Ritual | Runs several teams on the same brief in deliberate isolation, each anchored on a different premise, so the candidates that come back differ in kind rather than in polish. | |
| Parallel Feedforward Brake | Protocol | Fires a calibrated inhibitory path from the same signal that triggers the response, bounding the response in advance instead of correcting it after it overshoots. | |
| Parallel Lane Activation | Capacity and Concurrency Mechanism | ||
| Parallel Pilot Trials | Method | Runs several alternatives as small live tests at the same time and captures their current marginal response, so the field can be compared on real evidence rather than argument. | |
| Parallel Run Reconciliation | Comparison Procedure | Runs old and new components together and reconciles output, latency, error, or workflow differences. | |
| Parallel Server Activation | Method | Runs many interchangeable copies of the capability in parallel so requests are served concurrently — which requires pushing session state out of the instances so any copy can serve any request. | |
| Parallel Service Path | Service Design Method | Creates more than one way for users, patients, clients, or incidents to reach the same service outcome. | |
| Parallel Site or System Run | Process | Runs the old and the new configuration side by side long enough to move every dependency and prove continuity before the old one is cut off. | |
| Parallel Transition and Cutover Rehearsal | Workflow | Runs bounded coexistence or simulation and tests interfaces, capacity, authority, fallback, and loss before cutover. | |
| Parallel-Passage Comparison | Method | Lines a passage up against comparable passages to learn whether a word, formula, or omission is conventional or exceptional before any weight is placed on it. | |
| Parameter Sweep and Sensitivity Grid | Method | Varies key inputs across planned ranges to reveal regions where results are stable, fragile, discontinuous, or high leverage. | |
| Parameter Sweep Matrix | Method | Varies parameters, scale, context, or input conditions to locate the breakpoint where correspondence fails. | |
| Parameter Tying | Method | Links multiple parameters so they share one value or update rule instead of being tuned independently. | |
| Parameterized Query API | Software or Tool | Binds untrusted values as parameters instead of concatenating them into query syntax. | |
| Parametric Bootstrap Coverage Audit | Method | Uses fitted models to generate repeated pseudo-datasets and evaluate coverage under model-implied regimes. | |
| Parametric Dimension-Constraint Model | Software or Tool | Encodes ratios, limits, dependencies, and exception parameters so dependent dimensions update coherently. | |
| Parametric Module Library | Software or Tool | A library that generates allowed variants from primitive units and bounded parameters. | |
| Paraphrase-Difference Test | Review | Holds a finished summary against the evidence map and flags what the compression dropped — modality, exception, speaker, ambiguity, sequence, or relation — before the summary is allowed to stand in for the source. | |
| Parcel Readjustment or Land Assembly Process | Procedure | A procedure for converting fragmented land rights into a usable assembled project. | |
| Pareto Chart | Tool | Ranks categories as descending bars beneath a cumulative line so the vital few and the long tail are legible at a glance. | |
| Pareto Frontier Analysis | Method | Maps the frontier of non-dominated designs among competing objectives, exposing the exchange rate between them so a priority choice can be made with eyes open instead of chasing an impossible all-at-once optimum. | |
| Parser/Emitter Pair | Tool | A matched parser and emitter built and tested as one unit, so that whatever one writes the other can read back to the same content. | |
| Part Family Rationalization | Method | A method for reducing near-duplicate physical components, units, materials, or SKUs to a smaller approved set. | |
| Part-Whole Mapping Matrix | Template | Displays local parts, whole-context assumptions, tensions, revisions, and ambiguity in a reviewable format. | |
| Partial Application | Method | Fixes some of a function's arguments at creation time to produce a specialized function of the remaining arguments — binding chosen inputs early while leaving the rest to be supplied at the call. | |
| Partial-Correlation or Residual Probe | Diagnostic Estimation | Measures how much of an association survives once you hold other variables fixed, separating a direct link from one that exists only because both variables track a third. | |
| Partial-Failure Scale and External-Effect Reversal Injection | Test or Assessment | Injects stale artifacts, dependency loss, concurrency, delay, propagation, scale, unavailable staff, supplier refusal, and third-party action during return rehearsal. | |
| Participant Agenda Setting | Ritual | Lets affected participants initiate topics, decisions, or priorities within a governed forum instead of only receiving a centrally defined agenda. | |
| Participatory Accommodation-Option Workshop | Method | Generates inclusive defaults, equivalent paths, tools, pacing, support, and fallback with affected people. | |
| Participatory Budget or Resource Pool | Institution | Members pool their contributions into a common reserve and then decide together how it is spent — coupling a shared pot with participatory allocation so the resource is funded and governed by the same people. | |
| Participatory Budget Review | Process | Hands a ring-fenced slice of the budget to the served constituency to allocate directly through an open propose-deliberate-vote cycle, so the people the money is meant to serve — not just the funders — decide where it goes. | |
| Participatory Consultation Process | Workflow | Creates structured opportunities for affected parties to be heard before authority is exercised or renewed. | |
| Participatory Design Session | Ritual | A deeper engagement ritual in which stakeholders help shape requirements, prototypes, mitigations, or implementation pathways. | |
| Participatory Fairness Deliberation | Protocol | Structures affected-party evidence and reasons around candidate standards, consequences, and conflicts. | |
| Participatory Research Process | Participatory Method | Makes affected communities or participants collaborators in question formation, evidence gathering, interpretation, and use, rather than only subjects of study. | |
| Participatory Strategy Process | Procedure | Structures strategy formation so leadership intent is tested against knowledge from people who must implement, use, or live with the strategy. | |
| Particle Packing and Sintering Control | Method | Builds the void network from the interstices between packed particles, then grows sintered necks to lock a load-bearing skeleton — trading specific surface area away as it densifies. | |
| Partition and Clock Fault Injection | Test or Assessment | Deliberately induces network partitions, message delays, and clock skew against a running system to test whether its consistency contract actually holds under the faults it claims to tolerate. | |
| Partitioning or Sharding | Method | Splits one too-large shared domain into disjoint slices by a chosen key, so each slice is owned and served independently and no single unit must hold the whole. | |
| partner_continuity_assignment | Procedure | Keeps actors paired or grouped long enough for prior cooperative behavior to affect future interactions. | |
| Partnership Agreement | Formal Commitment Artifact | Records reciprocal commitments between organizations, teams, or collaborators so each side can see duties, timing, and repair paths. | |
| Partnership Operating Agreement | Document | Turns the relationship design into explicit roles, contributions, shared goals, review cadence, escalation paths, and revision rules. | |
| Partnership Restructuring | Contractual or Institutional Change | Changes relationships among organizations, vendors, institutions, or jurisdictions so obligations, dependency, risk, or influence are redistributed. | |
| Patchwise Atlas and Transition Map | Method | Uses multiple local representatives and verified overlap transformations where one global gauge is singular or unavailable. | |
| Patent Pool or Cross-License Framework | Institution | A domain-specific rights pool for clearing overlapping intellectual-property claims. | |
| patent_or_ip_filing | Legal Mechanism | Protects a technical or creative position where IP is a legitimate durability mechanism. | |
| Path Readiness Drill | Testing Procedure | Exercises alternate paths under realistic conditions to reveal stale configurations, missing permissions, insufficient capacity, or confused ownership. | |
| Path Redesign Workshop | Facilitated Session | ||
| Path Signage | Artifact | Uses signs, floor markings, landmarks, labels, maps, or environmental cues to move people through physical or hybrid spaces. | |
| Path-Dependence Premortem | Anticipatory Test | Imagines the future selected path as harmful or irreversible and works backward to identify early commitments that caused lock-in. | |
| Pathway Cohort Comparison | Test or Assessment | Compares outcomes and burdens across route families to test whether convergence is equivalent and fair. | |
| Pathway Health Dashboard | Metric or Dashboard | Tracks progress, stuck states, basin exits, endpoint failures, and route-specific burdens across path families. | |
| Pathway Reachability Analysis | Model | Treats exposure as a graph problem — computes whether a hazard can still reach a target after a proposed cut, and exposes the substitute routes that keep it reachable. | |
| Pathway Risk Register | Document | A maintained list of arrival pathways, carriers, weak interfaces, and control owners ranked by introduction pressure and control gap. | |
| Patient Flow Pathway Review | Service Operations Review | ||
| Patronage Dividend or Surplus Share | Rule | Returns the year's surplus to members in proportion to how much they contributed or transacted, rather than in proportion to capital invested. | |
| Pattern Library | Artifact | Collects approved recurring patterns and examples that can be reused or recombined. | |
| Pattern Monitoring Dashboard | Monitoring Artifact | ||
| Pattern-Mixture Sensitivity Model | Method | Models outcomes by missingness pattern and varies unobserved departures to explore MNAR-sensitive conclusions. | |
| Pause in Speech | Communication Method | Creates a beat of silence in live speech so a line can land, a point can settle, or a listener can catch up. | |
| Pause or Moratorium Trigger Protocol | Protocol | Specifies evidence thresholds and authority for pausing growth before lock-in closes the intervention window. | |
| Paxos-Style Quorum Protocol | Protocol | Guarantees that competing proposers choose exactly one value and never un-choose it — by ordering proposals with monotonic ballot numbers and forcing each new ballot to re-adopt any value that might already have been chosen. | |
| Payback and Break-Even Cross-Check | Test or Assessment | Provides an interpretable secondary check for timing and reversal thresholds. | |
| PCA-like Projection | Method | Rotates correlated observations onto a few orthogonal directions of greatest variance and keeps the top ones, betting that the target dominates the variation and the nuisance scatters into the discarded tail. | |
| Peak Response Reserve | Policy | Ring-fences a stock of money, materiel, or headroom that is held out of ordinary use, drawn down only during a spike, and topped back up afterward under an explicit replenishment rule. | |
| Peak-Mode Service Protocol | Temporary Operating Mode | This mechanism can be effective in emergencies and seasonal peaks, but it must not quietly normalize degraded service as ordinary operation. | |
| Peephole Optimization | Method | Applies small local rewrites that preserve meaning while improving a local operational metric. | |
| Peer Accountability Check-In | Social Process | ||
| Peer Commitment Round | Ritual | A recurring round in which each member, in turn, states aloud what they will contribute before the next cycle — turning private intention into a public, peer-witnessed commitment. | |
| Peer Evaluation Process | Test or Assessment | Collects structured peer observations of contribution quality, reliability, collaboration, and support work, especially where supervisors cannot observe the work directly. | |
| Peer Feedback Session | Social Review Process | Adds other observers to help the actor see behavior that self-observation alone may miss. | |
| Peer Reference or Vouching | Protocol | Lets credible counterparties endorse, warn about, or contextualize a subject from direct first-hand experience. | |
| Peer Review | Review | Brings the external judgment of domain peers to bear on someone's work, supplying an outside perspective the person cannot see from the inside — while guarding against slippage into status judgment. | |
| Peer Review Protocol | Protocol | Structures learners to critique each other's work against shared criteria before final judgment, so authors get early feedback and reviewers learn the standard by applying it. | |
| Peer Sensemaking Circle | Process | A recurring peer forum where equals talk through real, ambiguous cases together — normalizing the standard while surfacing exactly where it is genuinely contested. | |
| peer_trajectory_benchmarking | Workflow | Compares a focal unit to selected peers across shared time windows. | |
| Penalty, Tax, or Fee | Institution | Adds a cost to behavior that imposes risk, waste, congestion, external harm, or strategic defection. | |
| Per-Capita or Per-Unit Conversion | Method | Divides a total by a clearly chosen denominator — people, units, transactions — turning raw counts into rates so differently sized things can be compared. | |
| Per-Context Model Checkpoint | Artifact | Freezes each context's map as a labelled, immutable snapshot the moment it goes inactive, so a dormant representation is preserved intact instead of decaying or being overwritten. | |
| Per-Unit Invariance Check | Comparison Method | ||
| Perceived Consensus Correction Note | Artifact | Warns decision-makers or audiences that visible agreement is not reliable evidence of private unanimity under silence pressure. | |
| Perceived-vs-Measured Performance Dashboard | Metric or Dashboard | Shows subjective user/operator perceptions alongside behavioral, telemetry, or task-performance measures without collapsing one into the other. | |
| Perforation, Microchanneling, or Drilling | Process | Cuts deterministic, directed channels into an already-solid bulk, placing each void's location, orientation, and access exactly where the function needs it. | |
| Performance Bond | Institution | Ties a forfeitable deposit or third-party surety to specific performance obligations, so failing to meet them costs the protected actor a defined sum rather than only the counterparty. | |
| Performance Bond or Deposit | Institution | Makes a promise of restraint credible by putting the promiser's own value at stake — forfeited on breach — so credibility no longer has to be bought by raising shared catastrophe risk. | |
| Performance Context Review | Workflow | A performance-evaluation workflow that checks role clarity, workload, resources, tools, and feedback history before final judgment. | |
| Performance Contract | Artifact | Binds the delegated goal, the incentives, and the consequences into a single negotiated agreement the whole relationship is governed by. | |
| Performance-Based Clawback | Rule | Ties an award to the value it was granted to produce and recovers it if that value never materializes, so a privilege can't be captured up front and kept for nothing. | |
| Performance-Linked Renewal | Policy | Makes the renewal of an agent's funding or mandate conditional on demonstrated performance for the constituency it serves, so resource survival tracks answerable results rather than flowing automatically. | |
| performance_linked_drawdown_protocol | Protocol | Allows operating use of windfall only when paired with performance evidence, capability milestones, or maintenance obligations. | |
| Period Norm Matrix | Template | Compares period norms, modern assumptions, institutional rules, and contested alternatives across relevant actors or groups. | |
| Period Vocabulary Audit | Checklist | Reviews whether terms, categories, roles, and meanings are period-appropriate and not silently translated into modern equivalents. | |
| Periodic Coverage Recertification | Review | On a fixed cadence, re-proves from scratch that every required target still has a valid witness — with an independent sign-off — so coverage that quietly decayed since last time is caught before it is assumed. | |
| Periodic Durability Inspection | Monitor | Re-checks a surviving asset's actual condition on a schedule, so the persistence forecast is refreshed from what the thing looks like now rather than from its age alone. | |
| Periodic Full-State Resynchronization | Protocol | Periodically transmits or reconciles a complete state snapshot so predictor copies living on a diet of residuals are pulled back to ground truth before drift compounds. | |
| Periodization Projection | Method | Derives named periods from the event log by cutting the timeline at the transformations that mark one regime turning into the next. | |
| Permeability or Impedance Heatmap | Mapping Artifact | A map showing where the substrate supports, resists, delays, or blocks propagation. | |
| Permission Badge or Available-Action Chip | Artifact | Renders, inline on the object itself, which actions this particular user is actually allowed to take right now — so a permission you already hold stops being invisible. | |
| Permission Inheritance with Explicit Denial | Protocol | Lets access rights flow down a resource tree by default, while an explicit local denial overrides any inherited grant — because deny wins. | |
| Permission Matrix | Template | Displays actors, roles, resources, and allowed actions in a reviewable table. | |
| Permission or Access Revocation | Process | Withdraws the specific authorization an actor needs for the target action while leaving its other capabilities intact — the block sits at the grant, not the mechanism. | |
| Permission Scope or Capability Token | Software or Tool | Grants an action narrowly scoped authority to touch only declared resources. | |
| Permission–Entitlement Crosswalk | Implementation Translation | ||
| Permit or Approval Streamlining | Process | Strips avoidable delay, duplication, and uncertainty out of a permission process while ring-fencing the substantive checks that actually protect safety, rights, or the environment. | |
| Permutation Null and Multiplicity Check | Method | Builds a chance baseline by shuffling the pairing and corrects for how many correlations were examined, so the largest coefficient in a big matrix isn't mistaken for a real one. | |
| Persistent Identifier Minting | Process | Assigns a durable, resolvable identifier — a DOI, handle, accession, or reserved package name — that keeps pointing at the artifact even after it moves, is mirrored, or is superseded. | |
| Persistent-Identifier Resolution Policy | Protocol | Defines how stable identifiers resolve through location, format, custodian, version, or carrier changes. | |
| Persona Boundary Card | Boundary Disclosure Artifact | Attaches scope, evidence date, excluded groups, confidence, and permitted-use notes to the persona. | |
| Persona Evidence Matrix | Documentation Artifact | Maps each persona claim to source evidence, assumption status, confidence, and review trigger. | |
| Persona Refresh Trigger | Maintenance Rule | Requires review when evidence ages, product behavior changes, population mix shifts, or outcomes contradict the persona. | |
| Persona Scenario Walkthrough | Simulation or Review Procedure | Tests how a persona would encounter a service, policy, interface, or workflow in a concrete scenario. | |
| Personal Dashboard | Display or Interface | Aggregates selected self-observation signals for an individual, operator, learner, or role holder. | |
| Personal or Local Protective Control | Method | Shields the receptor at the last line — worn or point-of-use protection on the specific contact interface — sized to who is most vulnerable and ready to deploy when exposure spikes. | |
| Personalized Learning Support | Educational Intervention | A learning-support mechanism that directs teaching resources toward the next most useful learner need. | |
| Person–Task–Environment Mismatch Analysis | Test or Assessment | Crosses capacity ranges with task, interface, environmental, and temporal demands and consequences. | |
| Perspective Exchange Protocol | Protocol | Structures reciprocal sharing of interpretations and concerns so each group can understand how the boundary is experienced by others. | |
| Perspective Translation Exercise | Training Exercise | Requires learners to translate a judgment, design, or policy into another cultural frame and then identify what changed. | |
| Perspective-Taking Interview | Method | Uses open questions to learn the other agent’s understanding, constraints, and priorities rather than relying only on inference. | |
| Perturb-and-Relock Drill | Process | Deliberately shocks an already-locked population and measures how fully and how fast it re-locks, before real dependence is placed on the lock. | |
| Perturbation-Response Map | Model | Charts, region by region, what downstream damage follows when each part of the substrate is knocked out — turning 'what if this fails' into a readable footprint map. | |
| Perverse Incentive Red Team | Test or Assessment | Stress-tests the loop by asking how a rational, overloaded, fearful, or opportunistic actor might satisfy the reinforcement while violating the intent. | |
| pH or Ionic-Strength Shift | Method | Retunes the effective interactions between constituents by changing charge and electrostatic screening — shifting pH or salt — to switch phase separation on or off without touching temperature. | |
| Phantom or Simulator Check | Test or Assessment | Uses a physical or digital surrogate that produces a known response, allowing live instruments or procedures to be checked safely. | |
| Phase Margin or Dead-Time Test | Diagnostic Estimation | Measures how much added delay a feedback loop can absorb before it turns unstable, converting 'is this loop safe?' into a quantified margin against oscillation. | |
| Phase Separation and Selective Extraction | Method | Lets a mixture self-organize into interpenetrating phases, then dissolves one away, leaving a co-continuous nanoporous network with an enormous internal surface. | |
| Phase Space Plot | Artifact | Visualizes selected state variables so regions, paths, cycles, and qualitative dynamics can be inspected. | |
| Phase-Based Checklist | Checklist | A checklist grouped by stages of action rather than as one flat list. | |
| Phase-Boundary Monitor | Monitor | Tracks how close the running system sits to its phase boundary and raises an alarm the moment it crosses into — or out of — a separated state. | |
| Phase-Diagram Mapping | Model | Charts where a mixture stays mixed, where it turns metastable, and where it spontaneously splits — the coexistence landscape every other demixing move steers by. | |
| Phase-Gate Review | Procedure | A gate review can instantiate transition readiness when it evaluates sufficiency for crossing a specific threshold, rather than merely enforcing stage order. | |
| Phase-In Policy | Transition Policy | ||
| Phase-Response Curve Calibration | Diagnostic Estimation | Maps how much a unit's timing shifts in response to a stimulus delivered at each point in its cycle — including where the same nudge advances versus delays. | |
| Phase-Slip Recovery Protocol | Protocol | When a unit loses lock, a bounded re-acquisition maneuver that restores the useful phase relation without snapping back so hard it disturbs its neighbors. | |
| Phase-Specific Extraction or Decanting | Method | Once the phases have formed and met their composition and morphology criteria, physically removes or recovers the one you want — decanting, skimming, or drawing it off — and leaves the rest behind. | |
| Phased Buyout or Transfer Program | Institution | Converts fixed ownership into a funded, voluntary, staged exit while the positions still hold value — so retreat isn't a fire sale forced by the emergency. | |
| Phased Intensification Gate | Protocol | Authorizes the next internal density increment only after the last one proves usable capacity, preserved invariants, and acceptable constraint migration — and stops when intensifying stops beating expansion. | |
| Phased Policy Intensity | Procedure | Introduces enforcement, eligibility rules, incentives, or restrictions in adjustable stages rather than imposing the strongest version immediately. | |
| Phased Restoration Schedule | Schedule | ||
| Phased Support Withdrawal Plan | Document | A plan for gradually reducing subsidies, services, staffing, mentoring, scaffolding, or direct assistance while adding replacement capacity or transition support. | |
| phased_admission_trial | Protocol | A staged rollout of the entrant with measurement gates, rollback authority, and incumbent impact review. | |
| Phenomenological Interview | Method | Elicits a disciplined first-person report of experience as it is given, bracketing theory and interpretation. | |
| Physical or Digital Keying | Constraint Mechanism | ||
| Physiologically Based Exposure–Response Model | Method | A mechanism-grounded model that uses explicit pathways or compartments to support exposure-response prediction and extrapolation. | |
| Pilot and Reversibility Test | Test or Assessment | Trials a proposed mandate or default at bounded scale to measure effects before durable adoption. | |
| Pilot Bundle Comparison | Evaluation Method | Tests the proposed combination against isolated elements or alternative bundles before committing to scale. | |
| Pilot Forum or Discussion Sandbox | Institution | A bounded forum where participants can test whether a formerly unsayable position can be examined without harm, panic, or premature commitment. | |
| Pilot Localization Trial | Workflow | Tests an adapted version in a bounded setting with explicit friction monitoring, reversibility, and local feedback loops. | |
| Pilot Option Probe | Uncertainty Reduction Probe | Runs a bounded experiment that preserves option value while learning whether full activation is likely to cross the threshold and produce durable benefit. | |
| Pilot Program | Limited Trial | ||
| Pilot Project | Process | Deploys a candidate solution, vendor, or approach at bounded scale under real conditions to reveal how it actually performs before committing to full rollout. | |
| Pilot Rollout | Staged Implementation Method | ||
| Pilot with Exit Criteria | Experiment Design | ||
| Pilot-and-Scale Feedback Review | Procedure | Runs limited local implementations, examines what they reveal, and revises the central plan before wider rollout. | |
| Pilot-to-Scale Translation | Process | Adapts a live pilot's findings to full deployment by separating the pilot conditions that were essential from those that were accidental, then re-basing the result against ordinary target-scale conditions. | |
| Pilot-to-Scale Validation | Test Protocol | ||
| Pinch Analysis and Heat Integration | Method | Matches hot and cold streams to recover heat and reduce avoidable thermal dissipation. | |
| Pinning-Site Removal Procedure | Method | Finds the specific spots where the moving defect gets stuck and clears them ahead of the front, restoring the mobility a rearrangement needs to keep going. | |
| Pivoted Row Reduction | Method | Runs elimination with pivoting to expose a maximal independent subset of columns as an exact basis, discarding the rest as redundant and reading the rank straight off the pivots. | |
| Place-History Projection | Tool | Assembles the full history of a place by gathering every event bound to it into one time-ordered account, resolving the many names a single place goes by. | |
| Plain-Language Disclosure | Artifact | A layered, plainly-worded statement that puts the scope, limits, and boundary of what agreeing commits you to in a first-time reader's line of sight — so assent is informed rather than inferred from not-having-noticed. | |
| Plain-Language Translation | Method | Restates specialized content in language that non-specialists can understand while preserving key distinctions, risks, and action requirements. | |
| Plain-Language Transparency Report | Artifact | Rewrites already-disclosed records into a short, plain-language account a non-expert can actually read, so the disclosure reaches the people it is meant to make power answerable to. | |
| Plateau Review Cadence | Ritual | A standing review at a fixed interval where a team looks at each active path and decides to keep escalating, gather more evidence, or switch — so plateau calls happen on schedule, not only in a crisis. | |
| Platform Access Rule | Rule | Defines the published conditions under which each side can join, list, sell, or build on a platform — and be removed — so access turns on stated criteria rather than the operator's discretion. | |
| Platform API and SDK | Tool | The surface builders actually touch — the calls, types, and helper libraries that expose the stable core's capabilities behind a deliberate contract while hiding its internals so the core can change underneath. | |
| Platform Architecture Blueprint | Artifact | The accountable decision record that draws the line between the stable core and the governed extension zones — naming why the platform exists, what belongs in the core, and where variation is allowed. | |
| Platform Capability Catalog and Portal | Tool | The discoverable front door — a browsable inventory of every supported capability and extension path, wrapped in the docs and onboarding that steer builders toward sanctioned surfaces by making them the easiest ones to find. | |
| Platform Conformance Test Suite | Tool | Turns the platform's contracts and invariants into a runnable battery of checks, so an extension can demonstrate — objectively and repeatably — that it honors what the platform requires, before a human ever reviews it. | |
| Platform Cooperative Marketplace | Institution | A digital marketplace owned and governed by the workers and users who transact on it, so platform fees and rule-making stay with them instead of an outside owner. | |
| Platform Core / Extension Model | Method | Keeps one stable, centrally-owned core and lets growth happen at governed extension points, so many parties can extend the system without cloning or destabilizing the core. | |
| Platform Ecosystem Change Council | Institution | The standing, representative body that holds decision authority over ecosystem-wide changes — breaking contracts, participation terms, ranking and fees, deprecation — so the rules that decide who captures value are made with the builders who live by them. | |
| Platform Ecosystem Incentive Scheme | Protocol | Allocates access, visibility, fees, rewards, data, or support so platform growth also strengthens participants and complements. | |
| Platform Extension Health and Dependency Dashboard | Monitor | The instrument panel that separates growth from health — surfacing failing extensions, concentrated dependencies, stalled migrations, and eroding exit options that rising usage counts conceal. | |
| Platform Extension Manifest | Artifact | The machine-readable declaration every extension ships with — its identity, dependencies, requested permissions, bound extension points, and compatibility range — so the platform can reason about it before it ever runs. | |
| Platform Extension Review and Certification | Review | A risk-tiered gate that combines automated evidence with human judgment to certify an extension safe and compatible enough to admit — with the depth of scrutiny scaled to the potential harm. | |
| Platform Governance Board | Institution | Sets priorities, standards, funding, exception decisions, and retirement rules for the shared layer. | |
| Platform Migration and Deprecation Tooling | Tool | The execution machinery that carries dependents across a breaking change — dependency inventory, automated transforms, dual-run and staged cutover, progress tracking, and rollback — so a deprecation ships with a usable path, not just a deadline. | |
| Platform Moderation Strike System | Software or Tool | Uses warnings, temporary restrictions, suspensions, and appeals to change user behavior under platform rules. | |
| Platform Plugin and Extension Registry | Register | The authoritative system of record for every extension's identity, provenance, versions, and lifecycle state — the single source of truth from which discovery, approval, suspension, and retirement are driven. | |
| Platform Positioning Map | Artifact | Shows where a product, protocol, API, marketplace role, or service sits relative to users, complements, substitutes, and governance gates. | |
| Platform Reference Implementation | Artifact | A complete, working example extension the platform maintains as the canonical demonstration of how to build against its contracts correctly — cloned, run, and adapted rather than merely read. | |
| Platform Rule | Protocol | Constrains participant behavior in a platform, marketplace, forum, or shared infrastructure by defining allowed actions and consequences. | |
| Platform Sandbox and Capability Permissions | Tool | Runs each extension inside an isolation boundary holding only the explicitly granted, revocable capabilities it needs — so a misbehaving or malicious extension is contained rather than able to reach the core or its neighbours. | |
| Platform Seeding | Method | Pre-populates the binding side of a platform with curated, genuinely usable participation so the first real users arrive to a network that already works. | |
| Platform Semantic Versioning and Release Train | Protocol | A version-numbering scheme plus a fixed release cadence that make platform change predictable — the number tells builders what a release will break, and the train tells them when it will arrive. | |
| Platform Team Bottleneck Test | Diagnostic Estimation | Checks whether a shared platform or broker team has become the chokepoint every other team must queue behind, by comparing its throughput capacity against the coordination load routed through it. | |
| Platform Variant Option Model | Model | Defines a common platform as a catalog of options that variants inherit, override at declared points, and eventually fork from when divergence outgrows the shared base. | |
| Platform-Ecosystem Rule Change | Digital Governance Method | ||
| platform_seeding_campaign | Ecosystem Mechanism | Builds initial complements, users, or participants so network effects can begin. | |
| Platform–Complement Ecosystem | Architecture or Ecosystem Method | Combines a stable platform with complementary modules, apps, partners, or services whose value increases when connected to the platform. | |
| Playbook Creation | Artifact | Codifies situational judgment as a navigable guide of cues, options, and escalation paths — for work that branches on the situation rather than following one fixed sequence. | |
| Plugin Slot Registration | Interface | A host system exposes extension points that approved plugins can fill through a defined interface. | |
| Plural-Norm Deliberation | Ritual | Facilitates a structured conversation among representatives of different norm systems to identify conflicts, bridge values, and acceptable adaptations. | |
| Point-and-Confirm Round | Ritual | Participants physically or digitally point to the target and confirm that they are seeing or discussing the same item. | |
| Point-of-Action Prompting | Timed Prompt | Places a cue at the exact moment where the intended response can be taken. | |
| Point-of-Use Kit or Layout | Artifact | A standardized physical or digital arrangement that presents only the needed items in a consistent location and order. | |
| Point-of-Use Reification Warning | Interface | Displays a compact warning or boundary card at the moment a user is likely to treat the abstraction as direct reality. | |
| Poisson Event-Process Model | Model | Models point events as arriving independently at a constant average rate with no memory, giving the memoryless baseline that richer arrival models are tested against. | |
| Policy Alternative Analysis | Method | Requires a policy choice to name the public goods, constituencies, or outcomes displaced by the chosen intervention. | |
| Policy Amendment Register | Document | Maintains a record of policy versions, amendments, effective dates, superseded clauses, and responsible authorities. | |
| Policy Conflict Review | Procedure | Reviews proposed rules or programs for antagonistic demands, contradictory incentives, or implementation conflicts before adoption. | |
| Policy Discretion Bounds | Policy | Defines how far a decision-maker's judgment, timing, or enforcement may vary before the case must be escalated, so discretion serves the policy's purpose instead of eroding it. | |
| Policy Equivalence Rule | Policy | A written rule declaring that several statuses, credentials, or cases receive the same administrative or legal treatment for a stated purpose, with the exceptions named explicitly. | |
| Policy Exception Review | Protocol | A governance review that checks notice, feasibility, access, rule design, and enforcement context before deciding how to respond to noncompliance. | |
| Policy Expert Panel Process | Workflow | Adapts structured judgment iteration to policy questions where evidence, values, feasibility, legitimacy, and stakeholder effects interact. | |
| Policy Framework | Document | Defines system-level rules and decision criteria that local units interpret and apply in recurring situations. | |
| Policy Gap Analysis | Method | Compares a policy framework against relevant actors, situations, exceptions, rights, obligations, or edge cases to locate missing treatment. | |
| Policy Gradualism | Procedure | Changes policy in measured steps with observation intervals so corrections do not produce new swings faster than effects can be seen. | |
| Policy Inheritance Matrix | Model | A grid of policies against organizational scopes that shows, per cell, what is inherited, what is locally overridden, what is mandatory-locked — and who owns each row. | |
| Policy Intensity Band | Method | Sets policy strength within an effective and legitimate range. | |
| Policy Intensity Pilot | Procedure | A pilot comparing different policy strengths before broad rollout. | |
| Policy Iteration | Formal Optimization Method | ||
| Policy Lever | Institution | Creates an institutional surface by changing eligibility, incentives, penalties, permissions, caps, or administrative rules. | |
| Policy Objective-Setting Workshop | Ritual | Uses facilitated deliberation to define outcomes, constraints, stakeholder values, and unacceptable side effects before policy optimization begins. | |
| Policy Package Design | Governance or Policy Method | Combines rules, incentives, investments, enforcement, and supports so policy elements address one another’s gaps and side effects. | |
| Policy Pilot | Procedure | Treats a limited rollout as an approximate test of a broader policy or operational intervention. | |
| Policy Pilot Cycle | Procedure | Implements refinement for policy or program change by trying a bounded version, measuring effects, revising design, and deciding whether to scale, stop, or modify. | |
| Policy Pilot Reintegration Review | Procedure | Reviews locally piloted rules or practices and decides which elements should be merged into the general policy baseline. | |
| Policy Pilot Sunset Clause | Governance Artifact | Creates a rule for ending or reverting a policy pilot if continuation criteria are not met. | |
| Policy Pilot Validation | Protocol | Implements layered validation in governance by testing each added policy condition, stakeholder group, enforcement rule, or operational constraint before wider rollout. | |
| Policy Rationale Statement | Document | Records the values, affected parties, evidence, alternatives, and reasons behind a policy or governance decision. | |
| Policy Recalibration | Process | The deliberate procedure for revising an operating policy when the moving objective makes the prior rule unfit — escalating when no policy can meet the target, and rolling back a recalibration that misfires. | |
| Policy Relation Rule | Document | A written rule that constrains valid relationships under a policy or governance regime. | |
| Policy Resistance Map | Governance Analysis Method | Maps how a policy intervention changes incentives, expectations, or behavior in ways that push the system back toward the old pattern. | |
| Policy Review Cycle | Ritual | Revisits rules, procedures, or governance documents on a regular cadence so they do not drift out of fit with reality. | |
| Policy Rule Set | Document | Expresses policy limits, permissions, conditions, and prohibitions so actors can determine admissible action. | |
| Policy Scope Audit | Governance Audit | ||
| Policy Simulation | Simulation Method | Runs the candidate policy through modeled states or trajectories to estimate behavior before the policy operates in the real system. | |
| Policy Sunset Ramp | Procedure | A policy procedure that reduces a rule, subsidy, emergency measure, or program over stages rather than ending it abruptly, with monitoring for adverse effects. | |
| Policy Template with Local Options | Document | A shared policy scaffold with bounded fields for local parameters, approved exceptions, and implementation choices. | |
| Policy Threshold Update | Policy | Formally revises an adopted policy cutoff through governance, mapping its legal, behavioral, and fiscal ripple effects before it is enacted. | |
| Policy-Bound Attestation Token | Artifact | Carries a scoped verdict or claim result tied to a policy, issuer, subject, and expiration window. | |
| Policy-to-Rule-Engine Compilation | Process | Compiles written policy — regulation, eligibility rules, business decisions — into an executable rule set, forcing conflicts, precedence, and coverage gaps to be resolved as it goes. | |
| Pollutant Load Reduction Plan | Workflow | Coordinates source reduction, monitoring, containment, and remediation for environmental or material accumulations under domain-specific standards. | |
| Pollution Pricing | Pricing Rule | ||
| Pollution Pricing or Liability Rule | Externality Governance Mechanism | ||
| polyphonic_synthesis_memo | Document | Summarizes a whole while preserving which line contributed which meaning or constraint. | |
| Pool Concentration Cap | Procedure | Limits pool exposure to a dependence source that could undermine pooling. | |
| Pooled Operations Queue | Workflow | Routes repeated requests from many units into one managed queue staffed by shared specialists or shared capacity. | |
| Population Tuning Matrix | Artifact | Tabulates each element, its response region, expected gain, noise profile, and calibration basis so the population code is inspectable. | |
| Porosity Statistical Process Control | Monitor | Keeps a production run's void architecture inside spec by sampling a few critical metrics, watching for drift, and correcting the process before defects accumulate. | |
| Portability Checklist | Checklist | Verifies that data, contracts, interfaces, skills, credentials, and operations can move to alternate providers. | |
| Portability or Interoperability Commitment | Protocol | Provides exit, data access, or integration to prevent the platform from solving liquidity by trapping participants. | |
| Portable Transfer Standard Comparison | Method | Compares a fielded device or process against a portable reference standard without removing the fielded asset from its operating context. | |
| Portfolio Intake Gate | Process | Routes every proposed initiative through a capacity-bound gate that can defer, reject, or require a trade before it becomes a commitment. | |
| Portfolio Minimum-Viability Rule | Procedure | A rule that maintains enough representation of each option so temporary losers do not disappear before the cycle turns. | |
| Portfolio Risk Simulation | Method | Samples asset, project, or option outcomes to estimate combined portfolio exposure and tail risk. | |
| Portfolio Screening | Workflow | Implements the archetype by using coarse financial, strategic, risk, or feasibility filters before intensive due diligence on selected opportunities. | |
| Portfolio Tradeoff Review | Procedure | Reviews active initiatives as a portfolio so adding or continuing one commitment explicitly displaces another. | |
| Position Description or Office Mandate | Artifact | The founding document that establishes a position exists, states what its holder is responsible for and owes to others, and makes the role recognizable independent of whoever currently fills it. | |
| Positive / Negative Example Deck | Artifact | A curated deck of clearly-labeled positive and negative examples — each carrying its rationale and the action it triggers — that installs a category's center and purpose in a new judge. | |
| Possible-World Case Matrix | Template | A matrix that compares accessible alternative cases while controlling which assumptions vary. | |
| Post-Action Audit Trail | Software or Tool | Records in-scope decisions, reasons, outcomes, and boundary claims for retrospective accountability rather than pre-approval. | |
| Post-Bootstrap Artifact-Retirement Audit | Audit | After self-hosting is reached, checks off every bootstrap-only seed, cross-tool, and scaffold and confirms the running system depends on none of them. | |
| Post-Burst After-Action Review | Review | After the spike passes, reconstructs what triggered it and how absorption actually performed, surfaces the hidden backlog and recovery debt it left, and feeds sharper thresholds and burst profiles into the next round. | |
| Post-Contest Impact Review | Review | Looks back after the contest to check whether the winner actually delivered the intended value and what harms leaked out, then feeds the redesign of the next round. | |
| Post-Crash Residual-Load Dashboard | Monitor | Tracks the delayed secondary load after the visible peak has passed — showing whether the system is truly clearing or only looks quiet while the tail builds. | |
| Post-Crossing Feedback Check | Feedback Validation | Checks whether the newly activated state is generating the expected reinforcing feedback, recurring benefit, or operational stability after the threshold is crossed. | |
| Post-Decision Calibration Review | Workflow | Compares forecast, confidence, process, and outcome to recalibrate future thresholds and methods. | |
| Post-Episode Evidence Review | Protocol | Reviews captured evidence soon after the episode while context is still recoverable and corrective action is still timely. | |
| Post-Event Inclusion Debrief | Reflection Protocol | Reviews who participated, who did not, what barriers appeared, and what design changes should be made before the next collective activity. | |
| Post-Event Re-Encoding Debrief | Ritual | After a real retrieval, reconvenes the people who were there to find what the memory was tied to, then repairs the encoding and updates the cue record so the next attempt aligns. | |
| Post-Gradient Re-Equilibration Review | Ritual | Assesses whether the system exited into a viable state, what costs were dissipated, and which guardrails need revision. | |
| Post-Incident Monitoring Plan | Document | Specifies what will be monitored after an incident, how often, by whom, and what signals will change the control level. | |
| Post-Incident Recurrence Review | Review | After an occurrence actually happens, makes affected parties whole and traces the shared root cause so the same event cannot recur the same way. | |
| Post-Incident Review (Hotwash) | Review | Convenes responders while the incident is still fresh for a blameless walk-through that converts the just-lived event into durable, shareable lessons under explicitly non-punitive ground rules. | |
| Post-Installation Site Response Review | Review | Returns to the finished work in place, over time, to check whether it actually responds to the site as intended — and documents what the site is really doing to it, so the record matches the built reality. | |
| Post-Integration Contribution Review | Ritual | A scheduled look-back that compares a contribution's promised value against what it actually delivered — hidden coordination cost, work displaced, upkeep incurred — and feeds the verdict back into intake criteria. | |
| Post-Intervention Climate Audit | Test or Assessment | Rechecks fear, willingness to speak, perceived majority, and visible expression after the recalibration intervention. | |
| Post-Juncture Commitment Audit | Audit | Reviews after the juncture whether the selected path remains legitimate, reversible where promised, and aligned with the reasons for selection. | |
| Post-Pilot After-Action Review | Review Process | A structured review of pilot results used to decide retention, adaptation, or retirement. | |
| Post-Pilot Lock-In Audit | Test or Assessment | Checks whether a pilot has already created dependency, expectation, political commitment, or infrastructure that makes non-continuation unrealistic. | |
| Post-Release Reconstruction Monitor | Monitoring | ||
| Post-Release Rework Retrospective | Learning Review | Reviews whether the borrowed quality margin created enough learning, timing value, or continuity to justify its repayment cost. | |
| Post-Reorganization Architecture Impact Review | Review | After an org change, traces which parts of the architecture now encode the old communication graph as debt, and maps the new external boundaries the change introduced. | |
| Post-Resolution Debrief | Ritual | After the cycle closes, tests whether the resolution's value was actually earned by the preceding tension — and feeds that verdict into how future cycles are spaced. | |
| Post-Story Reflection Prompt | Protocol | Asks audiences to state the story’s point, evidence limits, relevance, and possible next actions. | |
| Post-Surprise After-Action Review | Ritual | Reconstructs decisions, assumption failures, equity effects, workarounds, and capability changes. | |
| Post-Training Recall Check | Test or Assessment | A delayed sample of recall after instruction, onboarding, or a policy rollout. | |
| Post-Transfer Boundary Review | Review | After the adapted design ships, reviews the finished result against the rights, attribution, and community-knowledge boundaries the source imposed — catching a copy that drifted past the line the up-front checklist could only anticipate. | |
| Post-Transition Legacy, Loss, and Regime Audit | Test or Assessment | Compares promised and realized continuity, rupture, harms, benefits, preserved functions, recovery, and affected-party experience. | |
| Post-Window Consolidation Review | Ritual | Turn temporary uptake into durable learning, practice, infrastructure, or support. | |
| post_announcement_drift_analysis | Lag Detection | Looks for predictable movement after public disclosure, suggesting delayed or incomplete incorporation. | |
| post_windfall_stress_test | Test or Assessment | Simulates lower inflow, price collapse, donor withdrawal, subsidy removal, or attention loss to test endogenous capability. | |
| Posterior or Simulation Predictive Check | Diagnostic Estimation | Simulates replicate datasets from the fitted model and checks whether real-data summaries the model was not tuned on fall inside or outside the simulated spread, exposing misfit the likelihood hides. | |
| Posterior Risk Estimation | Risk Modeling Method | Produces a revised probability or risk score after combining baseline risk with new indicators. | |
| Postmortem Action Tracking | Workflow | Turns lessons from an incident, failure, dispute, or review into assigned corrective actions with deadlines and closure checks. | |
| Postmortem Review | Event Triggered Review | Uses a failure, incident, near miss, or major outcome as evidence for revising future behavior and safeguards. | |
| Postponement Strategy Matrix | Decision Matrix | ||
| Power-Concentration and Conflict Scan | Test or Assessment | Scores combinations that let one actor authorize, conceal, review, or remedy its own action. | |
| Power-Effect Mapping | Method | Marks how the story legitimates some actors, normalizes some outcomes, delegitimizes others, and makes certain alternatives seem unthinkable. | |
| Power-Iteration Probe | Method | Estimates the dominant mode by repeatedly applying the transformation to a candidate vector. | |
| Practice Genealogy | Method | Traces how a category or routine actually came to be — its contingent origins, the forgotten alternatives, and the moment it hardened into 'the way things are' — so present necessity isn't mistaken for timeless fact. | |
| Practice Review | Review | Reviews recorded practice attempts after the fact to pinpoint the error or strategy flaw and prescribe the specific next drill to fix it, before it matters in competition. | |
| Practice-Based Ethics Training | Method | Uses repeated realistic scenarios, debriefs, and feedback loops to cultivate judgment rather than merely transfer rules. | |
| Pragmatic Force Walkthrough | Method | Recovers what an utterance is *doing* — asserting, ordering, promising, warning, joking — by walking its literal content through the situation and conventions that fix its force. | |
| Pre-Anchor Estimation | Workflow | A workflow step that requires first-pass judgment before exposure to a potentially biasing reference. | |
| Pre-Horizon Commitment Gate and Independent Challenge | Protocol | Reviews indicators, forecast uncertainty, margin, new commitment, readiness, burden, alternatives, and fallback before authorizing further exposure. | |
| Pre-Mortem | Method | A scenario method that imagines failure in advance to surface divergent risk models. | |
| Pre-Refactor Operating-Model Check | Review | Before an artifact refactor is greenlit, tests whether a real team could actually own and run each proposed new boundary — flagging any module no part of the organization can hold. | |
| Pre-Registered Benchmark Policy | Protocol | A protocol that fixes benchmark-selection rules before outcomes are evaluated. | |
| Pre-Registered Simulation Grid | Artifact | Defines in advance the sample sizes, effect sizes, distributions, missingness rates, dependence structures, and selection paths used for coverage testing. | |
| Pre-Screening Form | Artifact | A short structured form contributors fill in themselves — fit, provenance, restrictions, support offered, timing, risk — so an offer arrives as comparable data before any staff time is spent on it. | |
| Pre-Window Priming Protocol | Procedure | Apply low-intensity preparation that increases readiness without consuming the main window. | |
| Preapproved Response Playbook | Policy | Decides in advance, and in calm, which responses are pre-authorized within which bounds — so that when the trigger fires the team executes a standing play instead of starting a deliberation. | |
| Preauthorized Playbook | Document | Lists bounded responses already approved for predictable pressure events, with conditions, limits, and review requirements. | |
| Prebrief and Activation Cue | Procedure | Prepares the receiver before the main window so the action can be understood quickly when the opening arrives. | |
| Precedent and Rationale Repository | Register | Keeps an indexed archive of past decisions and the reasoning behind them, so like cases are decided alike and the institution's memory outlives its people. | |
| Precedent Authority and Validity Table | Artifact | Displays candidate precedents by authority, scope, jurisdiction, validity, and later treatment. | |
| Precedent Case Brief | Document | Structured brief recording authority, issue, material facts, holding, rationale, scope, dissents, implementation conditions, and later treatment. | |
| Precedent Change Notice and Transition Plan | Protocol | Communicates changed guidance, affected reliance, effective date, pending-case treatment, remediation, and migration support. | |
| Precedent Citation Graph | Software or Tool | Shows authority, citation, and treatment relationships and propagates narrowing, supersession, or overruling alerts. | |
| Precedent Comparison Table | Tool | Bounds a reading by laying the current case beside authoritative prior readings and mapping, feature by feature, which precedent it actually resembles. | |
| Precedent Conflict Panel | Institution | Authorized review body that resolves recurring or high-consequence conflicts among prior decisions. | |
| Precedent Consistency Audit | Test or Assessment | Samples recurrent decisions to test similarity treatment, citation completeness, exception access, status freshness, and drift. | |
| Precedent Index | Artifact | ||
| Precision / Recall Tradeoff Review | Review | Picks a threshold by weighing false-alarm burden against missed cases when positives are rare and the team that must act is finite. | |
| Precision-Weighted Error Gate | Method | Scores each residual by magnitude, uncertainty, source reliability, consequence, and capacity cost, and admits only the ones worth the scarce bandwidth. | |
| Precommitment Blocker | Procedure | Occupies a future cue, routine, or choice slot with a voluntary safe commitment. | |
| Precommitment Challenge Session | Ritual | Gives a designated challenger or affected party a bounded opportunity to test assumptions before closure. | |
| Precommitment Contract | Artifact | Binds your own future choices in advance through an agreed, enforceable instrument that names the constraint and the narrow conditions under which it may be lifted. | |
| Predicate Pushdown | Method | Moves a query's filters down to the data source so rows that cannot match are never read, decoded, or transmitted in the first place. | |
| Prediction and Surprise Log | Document | Records expected reactions, actual reactions, and model updates after interaction. | |
| Prediction Error Review | Review | A standing review where people sit with the material misses — building the story of why each gap happened and deciding whether the model, the data, the action, or the boundary should change. | |
| Prediction Impact Audit | Audit | Checks whether a risk score, forecast, or warning label is changing how a system treats its subjects in ways that help bring about the very outcome it predicts. | |
| Prediction-Error Replay Buffer | Tool | Stores selected surprises with their full context so they can be replayed later for delayed learning, root-cause analysis, calibration, and regression testing. | |
| Predictive Codec | Tool | Runs matched predictors at both ends of a channel and sends only quantized residuals plus sync metadata, so the decoder rebuilds the full signal as prediction-plus-correction. | |
| Preemption with Rollback | Procedure | Allows a resource or commitment to be taken back before a cycle hardens, while rollback restores a coherent prior state. | |
| Preference Divergence Dashboard | Metric or Dashboard | Displays aggregate private-versus-public preference gaps, confidence bands, and segment differences without exposing individuals. | |
| Preference Elicitation Workshop | Ritual | Elicits stakeholder judgments about which attributes can compensate for others. | |
| Preflight Checklist | Checklist | A compact checklist of necessary conditions before a transition begins; useful for repeatable transitions with known failure modes. | |
| Preflight Review | Ritual | Runs a time-sensitive all-condition check before a high-consequence action. | |
| preflight_resource_probe | Checklist or Probe | Confirms resource presence, readiness, identity, and authority before a high-stakes operation starts. | |
| Preimage Audit Log | Document | A record preserving source-to-target assignment evidence for collision diagnosis. | |
| Preimage Witness Generator | Tool | For a target that currently has no covering source, constructs at least one concrete witness — a route, capability, or artifact — that provably reaches it, turning a gap into a covered case. | |
| Prejoined Read Table | Artifact | Precomputes a specific multi-table join into one wide, flat table, so a hot read that used to join several tables becomes a single indexed scan against a fixed latency target. | |
| Premise Discharge Checklist | Checklist | A checklist that ensures temporary premises or proof assumptions are either discharged, scoped, or explicitly carried into the conclusion. | |
| Premise–Action Split | Method | Designs a channel so the surface action and the embedded premise ride on two independent tracks, binding assent to the premise late and separately — so the action can proceed without conceding the premise. | |
| Premortem Margin Review | Ritual | Convenes reviewers to imagine the system has already failed and work backward to name which margin was too thin, missing, or quietly consumed. | |
| Premortem Workshop | Ritual | A facilitated session that imagines a future failure and works backward to causes and prevention actions. | |
| premortem_assumption_probe | Ritual | Imagines future failure to reveal assumptions about what must go right. | |
| Prepared Statement | Software or Tool | Precompiles query structure and supplies user values separately as data. | |
| Prepositioned Resource Cache | Artifact | Places a curated slice of the reserve forward, near the fronts, so its final deployment time is already spent — while what to stock and how to refill it stay under central control. | |
| Prepositioned Supply Cache | Artifact | Usable supplies placed near likely need sites before a disruption so response is not delayed by procurement or transport. | |
| Prepositioning and Staging Plan | Workflow | Places resources, rights, content, approvals, tools, or teams near anticipated future demand or risk. | |
| Preprocessing Fit-on-Training-Only | Pipeline Rule | Fits transformations only on authorized training material. | |
| Prequalification Process | Process | Runs applicants through a staged evidence-gathering workflow before they can enter the pool, surfacing hidden weaknesses before exposure — with an exception path for borderline or miscategorized applicants. | |
| Preregistration | Procedural Commitment | ||
| Preregistration Refutation Table | Document | A table listing what findings would support, weaken, refute, or leave unchanged a hypothesis. | |
| Prerequisite Matrix | Artifact | A table mapping each unit of work to its prerequisites, evidence, owner, and allowed next step. | |
| Prerequisite Tree | Artifact | A dependency diagram showing what must be understood before what — its roots the safe places to start, its depth the climb in difficulty. | |
| Presentation Walkthrough | Practice Protocol | Applies the route index to speeches, demonstrations, teaching sequences, or briefings that require stable ordered recall. | |
| Presentism Checklist | Checklist | Checks whether modern values, categories, institutions, technical capabilities, or hindsight knowledge are being projected backward. | |
| Preserve–Prune–Recombine Review | Review | The consolidation decision after the fan-out — sorting proven lineages into keep, kill, or merge, retaining the winners and folding their best parts back together. | |
| Press-Release Claim Review | Review | Reads a promotional summary — a press release or announcement — against the study or report it publicizes, grading each headline claim as supported, overstated, or unsupported with the author's incentive to amplify held in view. | |
| Pressure Equalization | Procedure | Reduces dangerous pressure differences through valves, vents, regulators, reserves, bypasses, or controlled release paths. | |
| Pressure Relief Valve | Physical Device | ||
| Pressure-Absorption Redesign Workshop | Process | A facilitated redesign session that, once a control is caught merely rerouting a hazard, reworks the system to give the residual pressure a safe place to go instead of a taller wall to push against. | |
| Pressure–Solution Fit Rubric | Test or Assessment | Rates the match between pressure profile and solution-shape across cases. | |
| Presupposition Challenge Marker | Artifact | A marker attached to an otherwise-ordinary response — 'under protest,' 'without prejudice,' 'not conceding X' — that reserves the responder's position on one named presupposition so engaging can't be read as accepting it. | |
| Prevalidated Transformation Template | Artifact | Codifies an already-validated pathway as a reusable template so each new case fills it in instead of reconstructing and re-proving the transformation from scratch. | |
| Preventive Inspection Schedule | Procedure | Runs inspections at a defined interval so incipient deterioration is noticed while routine upkeep is still possible. | |
| Price Incentive Adjustment | Policy | Applies a standing, deliberate change to price — a fee, tax, rebate, or subsidy set where demand will respond — to re-raise the effective cost an efficiency gain quietly lowered. | |
| Price or Friction Compression | Procedure | Reduces incentive gradients that drive arbitrage, extraction, panic movement, or avoidance behavior. | |
| Price-Cap or Rate Review | Review | Constrains how much the controller can charge by tying the allowed price to a reviewed record of its costs, so a monopoly can't convert control of the chokepoint into unbounded rent. | |
| Price-Control Redesign | Policy | Reworks an administered price — a cap, floor, or subsidy — that is generating shortage, surplus, or underuse, while rebuilding the access or safety protection the control was actually providing. | |
| Primitive Grammar Style Guide | Document | A document that specifies primitives, transformations, composition rules, examples, anti-examples, and exception governance. | |
| Principal Component Analysis | Method | A statistical mechanism for finding orthogonal high-variance directions when the transformation is covariance-like. | |
| Principal-Agent Reporting Protocol | Protocol | A standing protocol by which a delegated agent must report defined facts to the principal on a set cadence — keyed to which of the principal's decisions ride on the agent's private knowledge, and fixing what the principal has the right to see. | |
| Prior Sensitivity Analysis | Robustness Check | Compares posterior conclusions under several plausible priors to see whether decisions are dominated by starting assumptions. | |
| Priority Aging | Method | Gradually or stepwise increases priority as waiting time grows, so low-priority items eventually compete for service. | |
| Priority Bypass Token | Policy | Grants a small, rationed class of critical traffic a credential that lets it skip the dampening machinery during a herd — with a hard quota so the fast lane can't become a herd of its own. | |
| Priority Marker | Artifact | Attaches a semantic token — a severity code, rank, badge, or 'primary' label — that tells the audience an item's importance relative to others in the set, by meaning rather than by perceptual force. | |
| Priority Supply Ladder | Policy | A ranked rule for who the line feeds first when it cannot feed every front — and what the fronts below the cut-line are chartered to do on their own. | |
| Priority-Queue Step Selection | Computational Procedure | ||
| Privacy Budget Accounting | Metric or Dashboard | ||
| Privacy Impact Review | Review | A pre-release assessment that maps what a source record actually contains and what a recipient could infer or re-identify from a proposed disclosure, before the disclosure is designed. | |
| Privacy-Preserving Compliance Oracle | Software or Tool | Checks a private record against public rules and emits only a bounded compliance verdict. | |
| Privacy-Preserving Telemetry View | Tool | A sanitized view over internal logs, metrics, and traces that lets operators watch system health without the observability data itself becoming a channel that leaks protected state. | |
| Privacy-Preserving Verification | Protocol | Confirms that a material private fact meets a decision's requirement while revealing nothing beyond the answer, so the relying party can act without ever holding the underlying secret. | |
| Private Commitment Window | Procedure | Allows the actor to commit to an initial effort path with a trusted reviewer before public identity risk escalates. | |
| Privilege Scope Restriction | Policy | Narrows who may act and what they may do during an impaired state, shrinking authority to the least privilege the situation genuinely requires. | |
| Privileged Access Log | Register | Keeps a standing, disclosable record of every meeting, contact, and informal channel between the institution and the actors it governs, so privileged access can be seen and counted rather than accumulating in the dark. | |
| Privileged Host Escape Hatch | Tool | Grants time-bounded, least-privilege access to a host capability that sits outside the ordinary embedded surface, so a rare genuine need is met without permanently widening the interface. | |
| Prize Challenge | Method | Posts a public goal and a reward paid only on achieving it, letting anyone enter and win by any legitimate means. | |
| Probabilistic Forecast | Method | Expresses future outcomes as probabilities or distributions so decision makers can weight responses rather than treating forecasts as binary predictions. | |
| Probabilistic Grammar Parsing | Method | Weights grammar rules with probabilities and returns a ranked forest of candidate parses with a most-likely tree and a calibrated confidence, treating disambiguation as inference rather than a fixed rule. | |
| Probabilistic Risk Simulation | Workflow | Uses sampled input combinations to estimate probabilities of losses, failures, threshold crossings, or unacceptable states. | |
| Probabilistic Safety Analysis | Model | Quantifies how a standoff could tip into catastrophe — modeling the event chains, failure and accident probabilities, and consequence paths — so mitigation lands where the real risk is, not where the fear is loudest. | |
| Probabilistic Safety Assessment | Model | A whole-system probabilistic model that scopes exactly what counts as the adverse outcome, tests the independence assumptions simpler math takes for granted, and records the residual risk no control removes. | |
| Probability Estimate | Method | States the likelihood of a specific outcome as an explicit probability — and, crucially, exposes that number to being scored against what actually happens, so a forecaster's confidence can be checked for calibration rather than taken on faith. | |
| Probability Integral Transform Check | Diagnostic Estimation | Feeds each observation through its own predicted cumulative distribution; if the forecasts are calibrated the transformed values are uniform, so departures from flatness reveal exactly how the distribution is wrong. | |
| Probability Tree | Visual Model | ||
| Probation Review Schedule | Workflow | Steps down oversight after repeated clean checks and specified time intervals while retaining escalation triggers. | |
| Probationary Entry | Protocol | Admits uncertain entrants under deliberately bounded exposure and watches their realized behavior, letting genuine type reveal itself over a probation window instead of gambling the full pool on an upfront guess. | |
| Probationary Period | Process | Admits a candidate under a defined trial window with a genuine decision point, so on-the-job conduct reveals fit before the commitment becomes permanent. | |
| Probe Experiment | Method | Uses a low-cost reversible action to learn whether an ambiguous signal is real, relevant, accelerating, or strategically actionable. | |
| Problem Abstraction | Method | Restates a messy problem in terms of the essential variables, constraints, and relations that matter for solving it. | |
| Problem Distribution Profile | Decision Artifact | ||
| Problem Scope Reframing Workshop | Facilitated Process | ||
| Process Analytical Technology Loop | Monitor | Closes the loop on a live separation: in-line sensors read the forming phases in real time and feed back to adjust conditions on the fly, holding the process on its target trajectory. | |
| Process Diagram Pathing | Other | Uses layout, connectors, swimlanes, numbering, loops, and decision nodes to make a process readable in the intended order. | |
| Process Flowchart | Artifact | A sequence-and-branch representation of a workflow, process, or decision path. | |
| Process Kill or Restart | Method | Terminates or restarts one whole participant so every resource it was holding is released at once, breaking the cycle bluntly and rescheduling its lost work afterward. | |
| Process Mark Retention | Procedure | Keeps selected tool marks, version traces, layer lines, repair marks, or measurement artifacts when they clarify process or provenance. | |
| Process Metric | Metric or Dashboard | Measures throughput, delay, error, rework, quality, or other process outputs that help infer hidden operational state. | |
| Process Mining / Trace Analysis | Tool | Reconstructs the real process from event traces — discovering the actual control flow, its variants, and where reality deviates from the intended path — that the log reveals but no diagram admits. | |
| Process Mining Review | Software or Tool | Uses event data from operational systems to compare actual process paths with intended workflows, especially in high-volume digital processes. | |
| Process Redesign After Plateau | Process | Redesigns the process itself — attacking the binding constraint or changing the architecture — when adding more people, hours, or money stops lifting throughput or quality. | |
| Process Scalability Audit | Procedure | Reviews a workflow for steps, approvals, queues, exceptions, handoffs, and dependencies that become excessive as volume or variety increases. | |
| Process Status Dashboard | Monitor | Shows each item's current stage in a process, continuously refreshed, so anyone affected can see where a decision stands without having to ask. | |
| Process Tracing and Mechanism Discrimination | Method | Tests drift, accumulation, threshold, shock, reorganization, replacement, and reframing against sequences and counterevidence. | |
| Process Walkthrough | Ritual | Steps through the intended implementation path with implementers to expose hidden work, missing resources, exceptions, and timing conflicts. | |
| Process-Based LCA Model | Method | A model that estimates lifecycle inputs, outputs, and impacts for defined product or service alternatives. | |
| Process-Based Missingness Audit | Procedure | Uses field knowledge, collection logs, device records, administrative rules, or interview protocols to infer why data became absent. | |
| Process-Evidence Feedback Template | Template | Structures feedback around observed evidence, criteria, strategy, next actions, support, and opportunity to respond. | |
| Process-Focused Feedback | Method | Responds to effort, strategy, revision, evidence, and next action rather than using global labels about talent, character, or worth. | |
| Processing Cadence Change | Cadence Adjustment | Useful when the service bottleneck is a recurring review, approval, pickup, dispatch, clinic, or batch operation. | |
| Processional Sequence | Ritual Mechanism | ||
| Procurement Equivalence Review | Workflow | Reviews whether alternate products, vendors, or materials satisfy the same requirement. | |
| Producer Pressure Survey | Method | Asks the producers themselves which of their own outputs they quietly expect would fail approval, funding, or ranking — separating deliberate self-censorship from adaptation they no longer notice. | |
| Product Bundle Design | Commercial or Service Design | Offers complementary products or services together when the combined experience solves a larger job than any item solves alone. | |
| Product Configuration Matrix | Method | A table or ruleset listing product option slots, allowed fills, dependencies, and invalid combinations. | |
| Product Growth Plateau Response | Method | Switches the growth lever — channel, funnel stage, segment, or motion — when a saturated growth path flattens, reading cohort and funnel evidence to find where response still lives. | |
| Product Lifecycle Strategy | Method | Implements the archetype by changing investment, marketing, reliability, migration, pricing, support, and retirement actions according to product lifecycle phase. | |
| Product or Option Comparison Matrix | Artifact | Scores the available options against the features, costs, risks, and fit conditions that actually matter to this decision, so a choice among many becomes defensible. | |
| Product Platform Variant Architecture | Template | Uses a common product or service platform to support multiple governed variants. | |
| Product Space Generator Script | Software or Tool | Automatically generates cell tuples, keys, and counts from declared axes and levels. | |
| Product-Line Architecture | Method | Defines a reusable core plus variation points for a family of products, services, models, or interventions. | |
| production_lot_size_review | Procedure | A review procedure for comparing production lot sizes against changeover, storage, quality, and downstream-flow costs. | |
| Productive-Struggle Pause and Reveal | Method | Holds people in a bounded, productive struggle — capped so it never tips into demoralization — before the reveal, so the answer lands on prepared ground. | |
| Professional Formation | Workflow | Shapes professional identity, standards, habits, and judgment across an extended training or onboarding pathway. | |
| Progress Dashboard | Monitor | Aggregates progress indicators into a visible, persistent display so patterns and at-risk learners surface early enough to trigger support before it's too late. | |
| progress_evidence_log | Learning Record | A lightweight record of better questions, improved error detection, corrected misconceptions, and new diagnostic ability. | |
| Progressive Candidate Review | Workflow | Implements the archetype by reviewing applications, proposals, designs, or options in stages, with deeper review reserved for candidates that pass earlier screens or uncertainty checks. | |
| Progressive Disclosure | Other | Reveals information or controls in stages so people encounter material in a guided order rather than all at once. | |
| Progressive Disclosure Panel | Tool | Keeps the common surface clean by tucking advanced or rarely-needed capabilities behind a labeled reveal — present and promised, shown only when the user asks for them. | |
| Progressive Friction | Protocol | Makes additional accumulation increasingly costly or review-heavy as the compounding variable approaches a dangerous range. | |
| Progressive Option Screening | Procedure | Uses cheap broad filters before costly deep evaluation while retaining false-negative review and reentry. | |
| Progressive Overload Protocol | Protocol | Raises challenge gradually while protecting recovery so capacity can increase without injury or collapse. | |
| Progressive Policy Pilot | Governance Process | Begins with small or simplified pilots and adds population coverage, administrative complexity, legal constraints, or operational realism in stages. | |
| Progressive Redistribution | Procedure | Moves more support toward low-resource or high-burden regions, or asks more from high-capacity regions, to compress harmful gaps. | |
| Progressive Resource Allocation | Policy Formula | A formula or rule that gives more incremental support where remaining need is greater. | |
| Progressive Reveal Sequence | Method | Unveils a whole in an ordered run of partial disclosures, so each reveal pays off the last hold and opens the next. | |
| Progressive Stack or Speaking Queue | Facilitation Protocol | Orders contributions to counter domination by participants who already have high status, fast access, or repeated airtime. | |
| Progressive Training Load | Method | Uses stepwise changes in training volume, intensity, or complexity while observing adaptation, fatigue, and performance response. | |
| Progressive Training Module | Workflow | A training mechanism that introduces concepts, tasks, examples, and exceptions in readiness-based layers. | |
| progressive_disclosure_preview | Interface | Reveals enough downstream structure at a branch point to improve prediction without overwhelming the agent. | |
| Project Kill Criteria | Protocol | Defines conditions under which a project should stop because the value of alternatives now exceeds the value of continuing. | |
| Project Scope Statement | Document | A project document that records included work, excluded work, deliverables, assumptions, dependencies, and acceptance criteria. | |
| Project Selection Matrix | Artifact | A structured artifact listing candidate projects, scores, constraints, dependencies, and selection status. | |
| Projection Rebuild and Diff | Audit | Rebuilds a projection from the log and diffs it against the live view, treating any disagreement as evidence the view is wrong, never the log. | |
| Projection-Frontier Dashboard | Monitor | Shows how far each projection has consumed the log, turning invisible replication lag and coverage gaps into watched, actionable numbers. | |
| Promise-Problem Restriction | Method | Makes a hard problem solvable by narrowing the inputs the solver is accountable for to those meeting a stated promise, leaving promise-violating inputs as don't-cares. | |
| Prompt Redesign | Interface or Message Method | Rewrites, repositions, retimes, or recodes prompts at the point of action so they cue the intended response rather than the old one. | |
| Proof by Counterexample | Method | Refutes an over-broad universal claim — that some method handles an entire class — by exhibiting one well-formed instance on which it demonstrably fails. | |
| Proof Checking | Review | Independently re-verifies a decidability or impossibility proof step by step, so the boundary claim rests on a checked argument rather than on its author's authority. | |
| Proof of Possession Without Secret Reveal | Protocol | Demonstrates control of a key, credential, or token without transmitting the secret itself. | |
| Proof of Work | Costly Effort Artifact | ||
| Proof-Assistant Kernel Check | Tool | Re-checks a machine-generated proof term against a tiny fixed set of primitive inference rules, so trust rests only on a small kernel however elaborate the search that produced it. | |
| Proof-Carrying Artifact Gate | Protocol | Admits an artifact across a trust boundary only if it arrives bundled with a machine-checkable proof that it satisfies the consumer's stated policy — so the producer can be wholly untrusted. | |
| Proof-Carrying Transformation | Method | Emits, alongside each lowering step, a machine-checkable proof that the step preserves the source's meaning — so the result is trusted by re-checking the proof, not by trusting the translator. | |
| Proof-of-Completion Capture | Tool | Captures just enough verifiable evidence that an endpoint was actually served — a signature, photo, scan, or confirmation — proportionate to the stakes, so completion is provable without over-collecting. | |
| Propagation Pathway Model | Method | A causal, network, process, or flow model that simulates or traces how remote changes propagate toward local consequences. | |
| Propagation Simulation | Computational Model | ||
| propagation_pathway_graph | Artifact | Visualizes how a meaning travels through bridge actors, channels, artifacts, platforms, and contexts. | |
| Proper Scoring Rule Comparison | Method | Ranks competing probabilistic forecasts with a scoring rule that is optimized only by honest, accurate distributions, so the model that genuinely predicts best cannot be beaten by hedging or overconfidence. | |
| Property Rights Impact Assessment | Review | Tests a proposed rights arrangement before it is enacted for who gains, who is dispossessed, and whether it risks overuse or anti-commons gridlock — so the distribution of sticks is chosen with eyes open. | |
| Property-Based Conformance Test | Method | Checks a contract by generating many random inputs and asserting the laws that must hold for every one, instead of a handful of hand-picked cases. | |
| Property-Based Equivalence Test | Test or Assessment | Generates many cases to compare original and rewritten behavior against declared properties. | |
| Property-Based State-Sequence Testing | Method | Generates thousands of random operation sequences, checks a safety invariant after every step, and shrinks any violation to the minimal history that breaks it. | |
| Property-Based Testing | Test or Assessment | Generates many structured cases to test whether a declared property holds across broad classes of inputs rather than a few handpicked examples. | |
| Proportional Enforcement Ladder | Procedure | Starts with the least coercive enforcement level likely to achieve compliance, then escalates only when defined failure or risk conditions appear. | |
| Proportional Public Rationale | Document | A bounded explanation used when visible action is necessary and opacity would produce stronger cover-up narratives. | |
| Proportional Remedy Menu | Remedy Catalog | Offers repair options calibrated to harm type and scale, such as apology, correction, restitution, access restoration, remediation, or redesign. | |
| Proportionality Balancing Record | Reasoned Evaluation | ||
| Proposition Lifecycle Board | Workflow Board | A board or workflow that moves propositions through modes while preserving obligations and transition records. | |
| Pros/Cons Mapping | Mapping Tool | ||
| Protected Compute Capacity | Software or Tool | Sets aside compute, network, storage, or service capacity for critical workloads so routine traffic cannot exhaust the infrastructure needed for essential functions. | |
| Protected Dissent Window | Protocol | Creates a bounded time and channel for surfacing nonconforming preferences before closure or public commitment. | |
| Protected First-Speaker Rotation | Ritual | Assigns or invites first expression through a protected process so under-expressed views do not depend on a lone vulnerable volunteer. | |
| Protected Pilot Lane | Policy | A ring-fenced lane where a young specialist line can develop on its own terms — shielded from standardization and internal competition — so long as it stays inside shared safety and compatibility guardrails. | |
| Protected Role-Conflict Conference | Protocol | Brings principals and affected parties into nonretaliatory resolution with authority and written outcome. | |
| Protected Value Charter | Document | Documents why something is set apart and which ordinary tradeoffs are disallowed. | |
| Protected Venture Sandbox | Institution | Creates governance, funding, metrics, and autonomy for a disruptive option that should not yet be judged by core-business criteria. | |
| Protected-Zone Exception Review | Workflow | ||
| Proto-Persona Assumption Workshop | Facilitation Method | Creates provisional assumption-based personas while explicitly marking them as hypotheses awaiting evidence. | |
| Protocol Conformance Test | Test or Assessment | Verifies that a new implementation still satisfies old interface, format, or protocol obligations within the claimed compatibility domain. | |
| Protocol Documentation | Document | Describes the ordered method, required inputs, assumptions, roles, and output checks that allow a process or analysis to be repeated. | |
| Protocol Negotiation | Protocol | Lets parties discover a mutually supported mode, language, standard, or version before interaction proceeds. | |
| Protocol Rule | Protocol | Implements the archetype by specifying local message, handshake, routing, validation, or state-transition behavior for interoperating components. | |
| Protocol Specification | Protocol | Defines the ordered message exchange — sequence, timing, states, handshakes, and error handling — that governs a live interaction between independent systems. | |
| Protocol Stack | Protocol | A family of communication protocols arranged into responsibility layers, with each layer using lower-layer services and serving upper layers. | |
| Protocol Standardization from Usage | Protocol | Ratifies an interaction convention that already emerged from real use — turning a widely-practiced de facto protocol into an explicit, interoperable standard. | |
| Protocol Version Negotiation | Protocol | Lets interacting systems identify and agree on a mutually supported version before exchanging messages or commitments. | |
| Prototype A/B or Multivariate Test | Experimental Method | ||
| Prototype Delegation Chain | Model | An object inherits from another live object by delegation: a property miss falls through the chain of prototypes until it resolves, and a local property simply shadows the inherited one. | |
| Prototype Embedding Map | Artifact | Projects examples into a spatial map so the category's center, its multiple sub-clusters, and how membership thins toward the edges become visible at a glance. | |
| Prototype Fidelity Check | Test or Assessment | Implements the archetype in design by checking whether a more realistic prototype layer improves learning, usability judgment, stakeholder readiness, or operational feasibility. | |
| Prototype Representation | Artifact | Uses a physical, digital, procedural, or role-play prototype to represent behavior, affordance, timing, or user interaction that text or charts would miss. | |
| Prototype Test | Test or Assessment | Uses a partial or low-fidelity implementation as an approximation of later system behavior. | |
| Prototype Tournament | Process | Builds competing prototypes and pits them against each other on tests deliberately designed to expose their differences, letting evidence rather than advocacy eliminate options. | |
| Provenance Attestation Check | Audit | Verifies the signed record of how and where an artifact was built against an expected-provenance policy, so a genuine signature on a maliciously-built artifact still fails. | |
| Provenance Chain-of-Custody Record | Register | Reconstructs and records the origin-to-here custody chain of an inherited substrate, so every handoff — and every gap in the trail — is on the record before the substrate is trusted. | |
| Provenance Header or Manifest | Interface | A header or manifest carrying origin, version, custody, checksum, owner, and audit links in human-readable and machine-readable form. | |
| Provenance Lookup Before Publication | Protocol | A last-gate check that, claim by claim, traces a draft back to where each piece actually came from and credits anything borrowed before it goes public. | |
| Provenance-Weighted Event Reconciliation | Process | Resolves conflicting, duplicate, and late event claims by weighting each by the trustworthiness of its source, while keeping the disagreement on the record. | |
| Provider Load Split Table | Artifact | Specifies intended allocation of demand, inventory, traffic, contracts, cases, or authority across dependency providers. | |
| Provocative Question Prompt | Prompt | Implements the knowledge gap by asking a question that reveals an unresolved difference, anomaly, possibility, or missing explanation. | |
| Proximity Signal Backtest | Validation Procedure | ||
| Proxy Drift Dashboard | Metric or Dashboard | Monitors divergence between proxy indicators and direct substrate checks over time. | |
| Proxy Metric Dashboard | Metric or Dashboard | Displays one or more proxy signals with thresholds, trend context, uncertainty, and response guidance. | |
| Proxy Validity Audit | Audit | Checks whether a proxy or instrument actually tracks the target property, and logs its calibration and reliability over time. | |
| proxy_relevance_audit | Test or Assessment | Checks whether a proxy is target-faithful enough to support the update it is being asked to carry. | |
| Pruning Audit Log | Audit Artifact | Records branch exclusions, bounds, assumptions, and reopening conditions so pruning can be reviewed after the fact. | |
| pruning_decay_maintenance_cycle | Workflow | A periodic workflow for weakening stale, invalid, or unused associations before they crowd out new learning. | |
| Pseudo-Localization Test | Test or Assessment | Simulates text expansion, special characters, script variation, and layout stress to reveal interface assumptions before real translation. | |
| Public Accountability Hearing | Ritual | A recurring, on-the-record public forum in which the agent must face the constituency it would otherwise bypass and answer for its use of resources and its results. | |
| Public Artifact Registry | Register | A searchable public catalog that lets strangers discover the artifact, compare its versions, licenses, and owners, and reach a retrieval endpoint — turning contact-dependent circulation into open findability. | |
| Public Assumption Revision Memo | Communication Artifact | A memo documenting a changed assumption, the evidence behind the change, and operational consequences. | |
| Public Bypass-Corpus Watch | Procedure | Monitors high-level categories of public or semi-public technique sharing and routes them into defensive triage. | |
| Public Comment & Question Channel | Protocol | Gives any affected party a visible, tracked way to ask a consequential question or contest a decision — and routes a substantiated challenge toward correction. | |
| Public Comment Docket | Process | An open, on-the-record channel where any affected party can file comment on a proposed decision before it is finalised, and to which the institution must respond — so the regulated actor is not the only voice in the room. | |
| Public Commitment | Reputation Exposure Signal | ||
| Public Commitment Board | Visibility Artifact | ||
| Public Commitment Register | Register | Puts a promise on an open, standing record before an audience that keeps score, so reneging costs reputation with the very people the promise was meant to reassure. | |
| Public Criteria Register | Register | Publishes, in the open, the exact criteria a signal requires and the roster of who may issue it — so receivers and challengers can see, cite, and contest the standard behind the mark. | |
| Public Decision Log | Register | A durable, itemized public record of which decisions and actions were taken and when, each entry pinned to its authoritative source version. | |
| Public Funding or Taxation | Policy | Funds a broad civic good from a whole population through compulsory, legitimacy-backed contribution, for benefits so widely shared that excluding non-payers makes no sense. | |
| Public Reason Briefing | Document | States the reasons, assumptions, tradeoffs, evidence limits, and alternatives behind the preferred frame. | |
| Public Reason Disclosure Protocol | Protocol | Documents the welfare rationale, distributional evidence, weighting choices, mitigation commitments, and unresolved disputes in a form that can be contested and monitored. | |
| Public Reason Docket | Register | Requires each allocation decision to post its reasons on an open record where affected parties can respond, so a choice must survive being justified in the open. | |
| Public Reason-Giving Protocol | Protocol | Requires decisions to include reasons, evidence, constraints, and appeal information so authority remains legible. | |
| Public Reclassification Note | Document | Explains why a category, label, or boundary is being reinterpreted so people can understand the change without assuming arbitrary symbolic politics. | |
| Public-Goods Contribution Rule | Institution | Specifies contribution, access, monitoring, and sanction arrangements where shared value depends on collective provision. | |
| Public-Health Sentinel / Aggregate Surveillance | Domain Monitoring System | ||
| Public-Key Certificate | Credential Artifact | Links a public verification key to an entity or scope under a trusted issuer or chain. | |
| Public-Reason Decision Memo | Artifact | Attaches a written, public statement of reasons to each significant decision, so the decision is legible, accountable, and testable against the rule it claims to apply. | |
| Public-Service Resource Targeting | Operational Targeting | A targeting mechanism for routing public-service capacity to areas of highest current marginal public value. | |
| Public–Private Message Reconciliation | Audit | Audits public statements, private commitments, operator instructions, and automated rules side by side for the contradictions that make the other side misread intent — the self-inflicted mixed signals that turn a standoff into an accident. | |
| Public–Private or Multi-Stakeholder Partnership | Institution | Provides a good no single actor can legitimately or affordably create alone by blending funding, authority, and capability across sectors under a shared governance structure. | |
| Public–Private Partnership Agreement | Institution | Coordinates public mission, private capacity, risk allocation, accountability, and shared benefit in a continuing institutional relationship. | |
| Publish API or Producer SDK | Tool | Gives producers a typed, authenticated entry point for emitting events to topics, enforcing the message contract at publish time so every event on the bus is well-formed and attributable. | |
| Published Selection Criteria | Document | Communicates the explicit passage standards and examples used by the gate. | |
| Pull Request or Merge Request | Workflow | Creates a reviewable merge proposal with diffs, comments, approvals, checks, and an explicit integration decision. | |
| Pulse Dose | Protocol | Implements a bounded pulse of treatment, training, stimulus, or effort under domain-specific safety rules. | |
| Purpose Workshop | Workshop Format | Creates a group setting for surfacing values, mapping responsibility, and turning reconstructed purpose into commitments. | |
| Purpose-Based Access Request | Protocol | Makes a consumer declare, before any data flows, the specific purpose and the task-justified fields it needs — so access is granted against a stated need rather than a standing entitlement. | |
| Purpose-Bound Security Condition Record | Document | Documents security or safety conditions that remain attached to access, including scope, evidence, expiry, and less-restrictive alternatives considered. | |
| Push–Pull Controller Pair | Method | ||
| QR Verification Code | Interface Artifact | Provides a convenient route from a physical or visual artifact to a verifier-facing validity record. | |
| Qualifier-Drop Scan | Audit | Inventories the hedges, scope limits, and conditions in the substance that fix when a claim is true, then flags the material ones the summary silently dropped. | |
| Qualitative Analysis Memoing | Method | Records why local readings, codes, themes, or whole-account assumptions changed during analysis. | |
| Quality Acceptance Test | Test or Assessment | Uses predefined acceptance criteria to decide whether a product, batch, process, or deliverable meets a required standard. | |
| Quality Certification Requirement | Protocol | Makes entry conditional on holding a recognized third-party certification, so a hidden quality claim must be backed by an external, auditable credential before an entrant can join the pool. | |
| Quality Control Limit | Monitor | Sets warning and action limits on a monitored process measurement and uses a breach to trigger investigation or correction, so drift is caught while it is still in-spec. | |
| Quality Gate | Procedure | Requires evidence of quality before a release, transition, purchase, or approval advances. | |
| Quality Guardrail Gate | Quality Gate | Blocks or escalates an optimization change when protected quality floors or customer, learner, patient, worker, or user outcomes degrade. | |
| Quality-Control Limit Adjustment | Rule | Recomputes control and action limits on a process chart when the process's own capability or measurement noise has genuinely changed. | |
| Quality-Risk Triage Rubric | Decision Rubric | Distinguishes tolerable, reversible, low-blast-radius debt from debt that threatens safety, trust, compliance, data integrity, or irreversible architecture. | |
| quantified_claim_template | Documentation Template | ||
| quantifier_downgrade_rule | Revision Rule | ||
| Quarantine and Manual Review Queue | Process | Holds inbound artifacts that are neither cleanly acceptable nor safely rejectable in a queue, so a human resolves the ambiguous middle instead of the parser silently guessing. | |
| Quarantine Duration Protocol | Protocol | Implements residual-risk decay tracking in isolation contexts by defining duration, testing, symptom or exposure checks, and release criteria. | |
| Quarantine Label and Hold | Containment Mechanism | ||
| Quarantine Mode | Method | Isolates a suspect element from the rest of the system so it cannot spread damage, while still allowing controlled observation and remediation of the isolated part. | |
| Quarantine or Firebreak | Procedure | A boundary mechanism that separates affected from unaffected regions to slow biological, informational, cyber, ecological, or social spread. | |
| Quarantine or Isolation Protocol | Protocol | Temporarily separates a potentially antagonistic element until its interaction risks are understood, contained, or cleared. | |
| Quarantine Process | Process | A holding buffer that separates uncertain or risky crossing objects for a defined period until they are tested, cleared, treated, expired, or rejected. | |
| Quarantine Release Workflow | Process | Holds every incoming artifact in an untrusted staging zone and promotes it to trusted use only after the required checks pass — recording an exception whenever it is released without them. | |
| Quarantine Storage | Protocol | A temporary isolation protocol for items that may be contaminated, unsafe, compromised, or unverified. | |
| Query Plan Rewriter | Software or Tool | Transforms a query into an equivalent execution plan with better estimated resource use. | |
| Query Rate and Composition Limit | Policy | Caps how many queries an observer may make and which combinations they may compose, so a protected fact can't be reconstructed by differencing many individually-permitted answers. | |
| Query Rate and Overlap Limit | Access Control | ||
| Query-Plan Lowering and Optimization | Method | Lowers a declarative query into a physical execution plan, letting a cost model choose freely among result-equivalent plans — not just a correct plan, the cheap one. | |
| question_evidence_matrix | Template | Maps each claim or decision to allowable evidence types and flags supplied cues that do not bear on the issue. | |
| Queue Admission Limit | Policy | Gates new work at the door — admitting, delaying, prioritizing, or refusing it against a threshold — so the channel never accepts more than it can meaningfully process. | |
| Queue Analysis | Analysis Method | ||
| Queue-Based Feedback Controller | Control Rule or Automation | The controller is a mechanism; the archetype is the broader governance pattern that defines what is measured, what can change, and what invariants must be preserved. | |
| Queue-Based Scale Trigger | Monitor | Uses backlog itself — queue length, wait time, or work-in-progress — as the demand signal, firing add and remove decisions when the queue crosses set high and low water marks. | |
| Queue-Jump Authority | Policy | Grants a named authority the standing right to pull a time-critical item out of the ordinary queue — under pre-set conditions and with every jump logged — so a fast threat isn't paced by a slow line. | |
| queue_simulation_sweep | Software or Tool | A simulation that evaluates candidate batch sizes under stochastic arrivals, service times, and capacity. | |
| Queueing Simulation | Software or Tool | Simulates arrival rates, service times, capacity limits, and backlog formation to estimate waiting time and throughput under higher load. | |
| Quiet-Window or Shielding Protocol | Method | Creates bounded low-coupling periods or paths for preservation and recovery. | |
| Quorum or Consensus Commit | Protocol | Turns a proposed value into an authoritative, irreversible decision the instant an intersecting quorum has acknowledged it — and treats anything short of that as still undecided. | |
| Quorum Read/Write Protocol | Protocol | Writes touch W replicas and reads touch R of N so the two sets always overlap (R + W > N), turning consistency, latency, and availability into three tunable dials. | |
| Quota or Allocation Rule Review | Review | Re-examines a quota, cap, queue, or eligibility formula that is locking high-value uses out or leaving capacity idle, asking whether the allocation can be reopened without losing the rationing purpose it legitimately serves. | |
| Quota or Portfolio Guardrail | Procedure | Protects a minimum distributional, safety, diversity, or capacity invariant when unconstrained selection would collapse it. | |
| Quota System | Institution | Rations the scarce total into bounded, per-holder use limits — the choice when an absolute target must hold even under strong or uncertain rebound and no price or market can be trusted to protect it. | |
| Quota with Reserved Pool | Procedure | Allocates ordinary demand by quota while holding a separate pool for qualifying priority, emergency, or underserved cases. | |
| Quote-Snippet Context Window | Tool | Bundles an excerpted quote with the minimum surrounding context and a trace to its source, so the fragment cannot be flipped by removing the words that stood next to it. | |
| Quotient-Space Construction | Method | Represents the state space as equivalence classes rather than as every redundant description. | |
| RACI Matrix | Template | Maps responsibility, accountability, consultation, and information relations among roles and tasks. | |
| RACI or Decision Participation Matrix | Tool | Lays every recurring task or decision against every role in a grid and tags each cell, so exactly one role is Accountable and no decision right is left blank or doubled. | |
| RACI-Like Ownership Matrix | Responsibility Mapping Artifact | ||
| Raft-Style Replicated-Log Protocol | Protocol | Keeps a fleet of replicas byte-for-byte identical by funnelling every command through one elected leader into a single append-only log, and treating an entry as decided only once a majority has stored it. | |
| Raised Ridge or Bump Marker | Physical Marker | Adds localized tactile markers to controls, packages, tools, or interfaces so states or actions can be distinguished by feel. | |
| Random Restart Plan | Protocol | Restarts search from diverse initial positions when outcomes are highly path-dependent or local-optimum risk is high. | |
| Random Sample Audit | Method | Checks passed, rejected, deferred, and demoted cases for consistency, bias, drift, and unrecorded criteria. | |
| Random-Walk and Diffusion Model | Model | Models a quantity as the running accumulation of many small random increments, making drift, spread, and the boundaries it may hit explicit and predictable in distribution. | |
| Randomization Integrity Audit | Procedure | A procedure for checking whether the recorded assignment matches the intended randomization process. | |
| Randomized Audit | Procedure | A sampling procedure that chooses cases or times unpredictably to reduce bias, gaming, and systematic blind spots. | |
| Randomized Common-Coin Protocol | Protocol | Guarantees agreement will actually terminate under full asynchrony — where deterministic protocols provably cannot — by having undecided participants fall back on a shared, unpredictable coin instead of a timeout they can never trust. | |
| Randomized Jitter Escape | Method | When alignment turns dangerous, each unit adds a small random offset to its own timing so the population deliberately spreads out instead of surging in unison. | |
| Randomized or Lottery Allocation | Method | When qualified candidates can't be meaningfully ranked, allocates by random draw — so there is no discretion to lobby and no advantage to out-spend. | |
| Randomized Polling Offset | Method | Gives each periodic client a fixed, individually-randomized phase offset so their identical poll intervals stop landing on the same tick. | |
| Randomized Repetition and Error Amplification | Method | Runs a probabilistic verifier many independent times and combines the verdicts, driving a merely-likely-correct check down to any chosen, arbitrarily small error probability. | |
| Randomized Replay and Shuffle Testing | Validation Method | Runs the same work set through many random orders, groupings, and retry schedules to expose hidden order dependence. | |
| Range Proof | Method | Proves that a private numeric value lies within an accepted range without revealing the value itself. | |
| Rank-Revealing QR Factorization | Method | Orthogonalizes a matrix with column pivoting so the most independent, best-conditioned columns are chosen first as the basis and the numerical rank shows up as a break in the diagonal. | |
| Ranked Leaderboard With Audit | Monitor | Ranks entrants on a shared, published metric and audits the top of the board, so standing reflects real performance rather than whoever gamed the score best. | |
| Ranked-Choice or Approval Voting Rule | Procedure | Implements preference aggregation by specifying how individual preferences convert into a collective choice. | |
| Ranking or Shelf-Placement Audit | Test or Assessment | Assesses whether list rank, screen location, shelf placement, search position, or queue order creates advantage independent of intrinsic quality. | |
| Ranking Semantics Legend | Artifact | A published key that states what a ranking's order actually means — the sort key behind it — so 'at the top' is never quietly read as 'most important.' | |
| Ranking Stability Report | Report | Reports whether rankings or winners remain stable under weight changes. | |
| Rapid Configuration Prototype | Method | Builds a cheap, reversible stand-in of a candidate configuration first — to surface incompatibilities and prove the idea before any scarce inventory is committed irreversibly. | |
| Rapid Feedback Cycle | Process | Compresses the whole signal-feedback-response-recheck loop into very short, repeated intervals, so a learner corrects and re-attempts almost immediately rather than waiting for a later review. | |
| Rapid Response Playbook | Workflow | A preauthorized sequence for triage, confirmation, local containment, escalation, communication, and post-action learning. | |
| Rapid Rule-Patch Pipeline | Workflow | Tests, stages, deploys, and reviews provisional defensive rules under a latency budget. | |
| Rapid Status Broadcast and Stop Signal | Protocol | Keeps every front synchronized on current status and, when a risk signal fires, pushes an immediate authoritative halt or recall over a direct channel that still reaches everyone when the normal path is down. | |
| Rare Event Monitor | Software or Tool | Watches for low-frequency events and preserves evidence when they occur rather than relying on continuous human attention. | |
| Rare-Case Carveout | Rule | Writes an explicit exception into a mainstream rule so a named set of low-frequency cases gets a protected path instead of the rejection the general rule would hand them. | |
| Rare-Event or Importance Sampling | Method | Deliberately oversamples the rare, high-consequence region and re-weights the draws, so a simulation actually observes the tail instead of almost never drawing it. | |
| Rare-Event Sampling | Method | Deliberately over-samples low-frequency or low-priority categories so rare errors and emerging tail harms stay statistically visible despite tiny base rates. | |
| Rare-Event Stress Simulation | Method | Estimates the probability and character of extreme, seldom-observed outcomes by simulating the model with techniques that deliberately over-sample the rare region, since plain simulation almost never produces the events that matter. | |
| Rate Limit and Cooldown Rule | Rule | Caps how often and how hard a loop is allowed to react, forcing a wait after each action so a delayed effect can land before the next correction piles on. | |
| Rate Limit or Throttle | Method | Caps how fast a given actor can hit the network so abuse, overload, or attack degrades gracefully instead of taking the shared system down — a blunt, reversible safety valve. | |
| Rate Limit with Burst Allowance | Protocol | Lets inflow spike freely up to a bounded allowance but caps the sustained rate, so short bursts pass while a prolonged flood is throttled or shed before it exhausts the system. | |
| Rate-Limited Friction Escalation | Protocol | Adds proportional friction to suspicious repeated behavior while preserving legitimate access and appeal paths. | |
| Rating and Review System | Artifact | Collects ratings and reviews from counterparties after each interaction and publishes them as an at-a-glance standing signal. | |
| Ratio Ladder and Modular Scale | Method | Generates a bounded sequence of related sizes from a base module and selected multiplier. | |
| Rationale Coding Matrix | Artifact | Organizes reasons, evidence types, assumptions, and counterarguments behind expert judgments across rounds. | |
| Raw Material Exposure Specification | Document | Specifies which material surfaces, grains, edges, finishes, or construction details remain visible and which are protected or concealed. | |
| Raw-Corrected Overlay Review | Interface | An interface that overlays raw and corrected outputs so reviewers can inspect what the correction changed. | |
| Raw-Signal Fallback Switch | Tool | Suspends residual-only processing and reverts to full observations the moment the model's validity conditions fail, trading bandwidth for completeness on demand. | |
| Reach Limit Gate | Rule | A preset stop-line that halts the front's advance at the reach where added extension would begin subtracting from sustainment. | |
| Reachability Analysis | Method | Tests which states can be reached from current conditions under available controls and constraints. | |
| Reachability Test | Audit | Checks that every required endpoint pair can actually reach each other over a usable path, turning 'looks connected' into a pass/fail verdict against a stated spanning criterion. | |
| Read Repair | Procedure | On each read, compares the versions the queried replicas return and writes the freshest value back to the stale ones, healing divergence opportunistically on the read path. | |
| Read Repair on Access | Method | Fixes divergence lazily on the read path: when a read finds replicas disagreeing, it returns the freshest value and quietly writes it back to the stale ones. | |
| Read-Model Version Gate | Protocol | Attaches a required version or freshness precondition to a read, and blocks, waits, or falls back when the redundant copy has not yet caught up to it — so a reader never sees a copy older than the write it just made. | |
| Read-Only Mode | Method | Allows viewing and retrieval while blocking every write and irreversible state change, so data integrity is protected when the system can't be trusted to change state safely. | |
| Readiness Gate | Review | Holds an otherwise-ready action at the door until the environment, recipient, or market can actually receive it — turning 'we're finished' into 'released only when it will land.' | |
| Readiness Gate Scorecard without Averaging | Metric or Dashboard | Displays condition status without collapsing hard blockers into a composite score. | |
| Readiness Review | Test or Assessment | A readiness review checks whether a threshold should be crossed. It is related to Transition Readiness Assessment, not the activation-after-threshold logic drafted here. | |
| Readiness Scan | Detection Mechanism | ||
| Readiness Scorecard | Metric or Dashboard | Aggregates readiness criteria, evidence, ratings, confidence, and gap severity into a visible decision support artifact. | |
| Readiness Signal Dashboard | Metric or Dashboard | Collects attention, capacity, urgency, sentiment, trust, risk, or operational-readiness cues into a view that helps judge whether the window is opening. | |
| Readiness Signal Scan | Metric or Dashboard | Collect readiness indicators and estimate the substrate’s current window phase. | |
| Real-Options Cross-Check | Method | Tests whether waiting, staging, or preserving reversibility changes the decision. | |
| Real-Time Dropout or Distress Monitor | Monitor | Watches the audience live for the moment productive tension tips into disengagement or genuine distress, so the cycle can be eased or aborted before it harms. | |
| Real-Time Job Scheduler | Software or Tool | A runtime tool that schedules jobs or tasks according to live load, priority, dependency, and capacity signals. | |
| Real/Nominal Adjustment Worksheet | Template | Checks consistency among inflation, price levels, nominal flows, real flows, and discount rates. | |
| Realistic Drill | Procedure | Practices operational response under representative timing, coordination, equipment, information, or safety constraints. | |
| Reality Monitoring Checklist | Method | A short cue-by-cue checklist run at the moment of recall to decide whether an item was actually perceived from the world or generated inside your own head. | |
| Reason-Giving Template | Artifact | A required structure that makes every decision state its grounds — the criterion applied, the material facts, and the conclusion — in a form a reviewer can check. | |
| Reasoned Decision Notice | Document | Gives affected parties enough explanation to understand, improve, or contest a gate decision. | |
| Reasoned Veto and Override Docket | Document | Records veto grounds, evidence, deadline, response, override threshold, decision, and outcome. | |
| Rebound and Reseeding Stress Test | Test or Assessment | ||
| Rebound Monitoring Dashboard | Metric or Dashboard | A monitoring artifact that tracks leading and lagging signs of regression, demand rebound, instability, harm, or hidden displacement during the taper. | |
| Rebound Scenario Stress Test | Model | Runs the efficiency intervention through a spread of rebound scenarios — from negligible to full backfire — before scaling, to see whether the intended saving survives the bad cases. | |
| Rebound-Leakage Boundary Review | Method | Re-runs the efficiency outcome at successively wider category, supply-chain, geographic, and time boundaries to expose rebound that was merely exported or delayed past the original accounting line. | |
| Rebound-Triggered Policy Recalibration | Process | A standing monitor-and-escalate loop that fires predefined corrective actions, in order, once observed rebound or total use pushes past the allowed band. | |
| Rebundling and Reannotation Workflow | Workflow | Reattaches missing caveats, scope, validity windows, source context, or correction records to durable artifacts. | |
| Rebundling Drift Audit | Workflow | Periodically tests whether separated conditions have reappeared through defaults, pricing, renewal friction, degraded alternatives, or policy drift. | |
| Recall and Reconstitution Protocol | Protocol | The procedure that brings a committed reserve back, reconciles its state and authority, replenishes what it spent, and restores it to ready — so the same reserve can answer the next front instead of being used up by the last one. | |
| Recall or Findability Test | Test or Assessment | A test that checks whether users can remember or locate a chunk from realistic cues. | |
| Receding-Horizon Planning | Method | Plans over a look-ahead horizon but commits only the near term, then rolls the horizon forward and re-optimizes as the target and state move — trading plan permanence for continuous course-correction. | |
| Receiver Comprehension Test | Test or Assessment | A test of whether intended receivers decode the channel accurately under realistic conditions. | |
| Receiver Fatigue Survey | Audit | Asks receivers directly how worn-down and inattentive a signal stream has made them — capturing the subjective fatigue and trust erosion that behavioral metrics alone miss. | |
| Receiver Operating Characteristic Review | Review | Lays out the whole menu of achievable operating points — sensitivity against false-positive rate — so a threshold can be chosen with the full tradeoff in view. | |
| Receiver Response Dashboard | Monitor | Tracks what receivers actually do when the signal fires — acknowledge, act, dismiss, or ignore — and how that response rate drifts as the channel keeps firing. | |
| Receiving-Zone Reservation | Protocol | Locks down the destination — land, capacity, slots, or rights — before ordinary demand or speculation consumes it, so a viable place to retreat to still exists when the trigger fires. | |
| Receptive-Field Map | Artifact | Maps local response fields, boundaries, overlaps, ownership, and coverage evidence. | |
| Receptive-Field Tiling Grid | Artifact | Carves the substrate into a grid of local fields, each owning one patch of the source, so every input has exactly one home and coverage is complete by construction. | |
| Receptivity-Curve Estimation | Diagnostic Estimation | Estimates the shape of a system's receptivity across its developmental state — where it peaks, how steeply it falls, whether it ends in a cliff or a tail — so a window can be located rather than assumed. | |
| Recipe Pattern | Template | A culinary scaffold with functional ingredient or process slots that support valid substitutions. | |
| Recipient-Triggered Support Channel | Workflow | Lets the person or unit experiencing need activate support when conditions are met rather than waiting for a provider-driven schedule. | |
| Reciprocal Access Rule | Decision Rule | Conditions future access, priority, or benefit level on contribution history. | |
| Reciprocal Stand-Down Protocol | Protocol | Coordinates small, sequenced, mutually verified reductions in hazardous posture so each side matches the other's step — letting both descend together without anyone making an opaque unilateral concession. | |
| Reciprocal Support Pact | Relational Commitment | ||
| Reciprocity Check-In | Ritual | A recurring, low-stakes conversation that surfaces imbalance, overload, and changed capacity early — so strain is repaired before it hardens into resentment or quiet withdrawal. | |
| Reciprocity Log | Record or Visibility Tool | Tracks contributions, benefits, requests, credits, or obligations so imbalances can be noticed and discussed. | |
| Recognition for Belief Revision | Incentive or Recognition Mechanism | A recognition practice that publicly values responsible revision of claims, forecasts, diagnoses, or assumptions. | |
| Recommendation Diversity Constraint | Software or Tool | Adds relevance-bounded diversity, serendipity, or source-independence rules to ranking and feed systems. | |
| Recomposition Consistency Test | Test or Assessment | Tests whether independently produced local solutions still satisfy the original global constraints when combined. | |
| Reconciliation Report | Document | Documents decisions, unresolved conflicts, exceptions, tests, adoption guidance, and change impacts for a reconciled mapping. | |
| Reconciliation Workflow | Process | Compares two records or states that should agree, classifies each discrepancy, and drives it to a repair, quarantine, or accepted-divergence decision that is recorded. | |
| Reconsolidation or Reopening Protocol | Protocol | Deliberately reopens a closed or consolidated window — reactivating malleability so an already-set configuration can be updated — and defines the boundary of what such late reopening can and cannot reach. | |
| Reconsolidation-Local Reopening Protocol | Protocol | A memory-domain reopening protocol that reactivates one target trace and confines the labile window to it, so the corrective edit lands on that trace and not the wider system. | |
| Record Metadata Fields | Software or Tool | Stores structured anchor data such as author, role, location, effective date, source record, version, audience, and validity window. | |
| Recovery After-Action Review | Learning Routine | ||
| Recovery Dashboard | Monitoring Artifact | ||
| Recovery Drill and Restore Test | Method | Actually restores the system from a simulated occurrence, end to end and on the clock, to prove rather than assume that recovery works and critical functions return within their targets. | |
| Recovery Interval Enforcement | Workflow | Makes the system enforce pauses, cooldowns, session stops, rotation, or exposure spacing after high-intensity cue contact. | |
| Recovery Window or Rest Period | Protocol | Reserves protected time — a fallow, a closed season, a mandated rest — when load is deliberately withheld so the substrate can renew, buying capacity back before it is spent down. | |
| Recurrence Equation | Method | ||
| recurrence_interval_histogram | Pattern Summary | A summary of observed intervals between repeated events, relapses, incidents, failures, purchases, or returns. | |
| Recurring Practice Prompt | Ritual | A repeated prompt in a meeting, shift, app, or workflow that asks for recall or execution. | |
| Recursive Decomposition Check | Checklist | Checks that repeatedly decomposed subproblems preserve the assumptions needed to recombine results or continue decomposition safely. | |
| Recursive Planning Tree | Artifact | A tree representation of goals, subgoals, and action-ready leaves. | |
| Recursive Process Validation | Procedure | Checks that a repeated or self-referential process preserves required properties each time it calls, repeats, delegates, or extends itself. | |
| Recursive-Descent Parsing | Method | Turns each grammar rule into a procedure and lets the call stack mirror the parse, recovering structure top-down by predicting which rule applies next. | |
| recursive_decision_rights_matrix | Document | A decision-rights matrix repeated across nested levels, showing local, shared, escalated, and reserved authority. | |
| recursive_depth_first_backtracking | Method | A recursive method that extends a partial state and returns to the prior state when a branch fails. | |
| Recusal, Delegation, or Separation Gate | Method | Tests integrity, competence, authority, information, continuity, and replacement before changing occupancy. | |
| recusal_and_firewall_protocol | Governance Control | ||
| Red-Flag Screen | Protocol | Uses a short checklist of disqualifying warning signs to pull suspect candidates out of the flow early — a fast, high-sensitivity screen tuned to miss few real problems even at the cost of false alarms. | |
| Red-Team Challenge | Challenge Exercise | A deliberate adversarial or skeptical review that probes assumptions, misuse routes, blind spots, or failure modes. | |
| Red-Team Disruption Challenge | Test or Assessment | Searches for unmodeled pathways, correlated failures, and brittle response dependencies. | |
| Red-Team Interpretation Review | Protocol | A challenge process that tests the emerging narrative against alternative explanations, disconfirming signals, and blind spots. | |
| Red-Team Noticeability Probe | Test or Assessment | Introduces controlled test signals or simulated anomalies to verify that the system can notice what it claims to watch. | |
| Red-Team Precondition Challenge | Method | Challenges omitted, assumed, unverifiable, or falsely green preconditions before commitment. | |
| Red-Team Review | Adversarial Review | ||
| Red-Team Scoping Review | Challenge Review | ||
| Red-Team Stress Exercise | Method | Uses adversarial challenge to reveal weak assumptions and convert them into stronger safeguards or capabilities. | |
| Red-Team Suppression Narrative Review | Test or Assessment | A simulation in which reviewers ask what hostile, curious, or skeptical audiences would infer from the planned suppression act. | |
| Red-Team Update Condition Session | Procedure | A structured session where challengers help define fair update conditions before outcome evidence arrives. | |
| Red-Team Verification Review | Role or Team | An independent adversary stress-tests the de-escalation plan and the safety case — hunting the failure modes, hidden triggers, and unsupported assumptions the people inside can no longer see. | |
| Red-Team/Blue-Team Comparison | Ritual | Places opposed analyses or interpretations in the same review frame so assumptions, blind spots, and disagreements become visible. | |
| Red/Green Status Tagging | Visual Boundary Marker | ||
| red_herring_filter_checklist | Checklist | Screens deliberation moves for issue-shifting, affective activation, or narrative cues that replace relevant evidence. | |
| red_team_assumption_review | Critique Process | Challenges assumptions from a skeptical or adversarial perspective. | |
| Redaction & Withholding Ledger | Register | Logs every redaction or withholding as an itemized entry — what was withheld, under which authority, and when it will be released — so concealment is itself on the record. | |
| Redistribution Review | Governance Procedure | Reviews skew evidence and authorizes shifts in burden, resources, attention, authority, or representation when the balance band is exceeded. | |
| Reduced-Order Model | Artifact | A lower-dimensional model built from selected modes and residual bounds. | |
| Reduction Boundary Map | Artifact | Maps a new question to known decidable, undecidable, complete, or bounded problem classes. | |
| Reduction-Direction Checklist | Review | A pre-flight check that a reduction runs from the known-hard problem into the target — the direction that actually proves hardness — with every assumption named before the verdict is trusted. | |
| Redundancy Insertion at Hotspot | Method | Adds parallel or backup capacity at a hotspot so the weak point can fail without the system failing with it. | |
| Redundancy N+1 Check | Audit | Removes one witness — or one shared dependency — from a protected target's coverage and rechecks that the target is still reached, proving the redundancy is real rather than nominal. | |
| Redundancy or Error-Correction Scheme | Protocol | A deliberate repeat, confirmation, checksum, readback, validation, or multi-cue scheme for critical messages. | |
| Redundancy Style Guide | Style Guide | Specifies how texture pairs with color, icons, labels, or shapes for accessibility and reliability. | |
| Redundant Escalation Path | Organizational Procedure | Ensures that support, authority, review, or safety reporting can proceed if the normal chain is unavailable, conflicted, overloaded, or unsafe. | |
| Redundant Network Link | Artifact | A standing parallel link that carries no unique load until a primary path is cut, congested, or misconfigured — then it keeps the two sides connected without interruption. | |
| Redundant Sensor or Channel Comparison | Method | Uses independently measured channels to reveal drift, bias, lag, or disagreement while the system remains in service. | |
| Redundant Server | Software or Tool | Duplicates computing capacity so a service, application, or data function can continue after one server fails. | |
| Redundant-Variable Elimination | Method | Removes non-identifiable directions after their transformation relationship and recovery path are established. | |
| Reentry Gate Review | Review | A go/no-go review that lets growth or normal operation resume only on evidence that the secondary resource, the sinks, critical functions, and the original driver have all actually recovered. | |
| Reentry Readiness Checklist | Checklist | A checklist that verifies local gate criteria before a unit advances. | |
| Refactoring Cadence | Ritual | A recurring, time-boxed slot for structural cleanup, so complexity is paid down continuously and behavior-neutral improvement never has to wait for permission. | |
| Refactoring or Cleanup Sprint | Process | Sets aside a dedicated, time-boxed block of work to pay down a specific chunk of structural debt to an agreed standard — and to stop when that standard is met, not when the code is perfect. | |
| refactoring_paydown_plan | Workflow | A sequenced plan for retiring accidental complexity while preserving tests, invariants, compatibility, and stakeholder commitments. | |
| Reference Check | Review | Elicits testimony from people who have worked with a candidate to reveal patterns of past behavior, reading each account against the referee's own bias and reach. | |
| Reference Implementation | Artifact | A working, runnable build of the standard that implementers test against and copy from to resolve what the written spec leaves ambiguous. | |
| Reference Implementation Repository | Tool | A public repository whose runnable reference implementation — a working client, parser, or validator — lets an integrator check their own build against canonical behavior instead of guessing from prose. | |
| Reference Library Match | Comparison Artifact | ||
| Reference Population Note | Documentation Artifact | ||
| Reference Range Flag | Classification Rule | Labels an observation as below, inside, or above an expected or acceptable range. | |
| Reference-Class Forecast | Comparative Forecasting Method | ||
| Reference-Class Forecasting | Method | Forecasts how long the subject will persist by placing it in a class of genuinely comparable cases and reading its lifetime off that class's distribution, instead of trusting a bottom-up guess. | |
| Reference-Frame Sweep | Test or Assessment | Repeats analysis across selected frames or gauges to expose arbitrary-choice dependence. | |
| Reference-Implementation Differential Test | Method | Runs the candidate and a trusted reference implementation on the same inputs and flags any observable divergence — the reference is the oracle. | |
| Reference-Object and Body-Scale Overlay | Artifact | Places representative bodies, hands, furniture, tools, vehicles, text samples, or familiar objects beside a design to reveal experienced scale. | |
| Referential Integrity Constraint | Rule | Prevents a record from pointing to a nonexistent or invalid related record, so links between data never dangle. | |
| Referral Loop | Protocol | Turns existing participants into a recruiting channel, rewarding invitations only when the invited party adds real network value. | |
| Refinement-Calculus Derivation | Method | Derives a program from its specification by a chain of small, individually correctness-preserving refinement steps, each licensed by a law of the calculus — so the code is correct by construction. | |
| Reflection Journal or Learning Log | Reflection Artifact | ||
| Reflective Belief Dialogue | Ritual | Structures a conversation about why a claim should be believed, what would change it, and what ethical limits apply. | |
| Reflective Dialogue | Facilitated Conversation | Uses structured, nonclinical conversation to articulate rupture, responsibility, and possible commitments. | |
| Reflective Error Log | Register | A running log where a person records their own errors and surprises alongside the confidence they held at the time, so patterns of miscalibration surface over the long run. | |
| Reflective Journal | Record or Learning Artifact | Preserves episodes, interpretations, emotions, strategies, and follow-up commitments for later pattern recognition. | |
| Reflective Norm Dialogue | Protocol | Turns implicit expectations into discussable norms by inviting the mentee to ask why a practice is done and when it may be adapted. | |
| Reflective Practice | Method | Uses structured reflection on action to connect choices, consequences, values, and future improvements. | |
| Reflective Values Dialogue | Process | A guided dialogue that connects the norm to the person's own purposes and values — moving it from 'they require this' to 'this is a standard I have reason to hold.' | |
| reflective_interview | Interview | Elicits assumptions from a person through prompts about defaults, expectations, exceptions, and surprises. | |
| reflexive_feedback_dampening | Feedback Control | A mechanism that reduces instability when a representation, metric, ranking, or forecast changes the behavior it describes. | |
| Refractory Period | Procedure | Implements recovery by blocking or reducing responsiveness for a set interval after activation. | |
| Refresher Training Protocol | Procedure | A scheduled process for delayed recall, targeted review, and repair after initial training. | |
| Refund or Reversal Protocol | Policy or Procedure | ||
| Refusal Script | Artifact | Reusable, respectful language for saying no or not-yet — grounded in a legitimate right to refuse — so front-line people can decline without negotiating, over-apologizing, or damaging the relationship. | |
| refusal_cost_scenario_test | Stress Test | ||
| Regenerative Budget | Policy | Meters allowable load against what the stock regenerates each period — spending the yield and preserving the principal — so today's draw never eats the capacity that funds tomorrow's. | |
| Regenerative Recovery Design | Procedure | Adds hardware, workflow, or governance features that recover energy, materials, information, or capacity during deceleration, reset, or return steps. | |
| Regenerative Resource Cycle | Process | Closes an operation's resource loop so its own outputs, byproducts, and waste are cycled back as inputs — replenishing what production consumes instead of drawing endlessly on an external supply. | |
| Register-Shift Guideline | Checklist | Gives criteria for when a message should become more formal, informal, technical, relational, ceremonial, concise, or explanatory. | |
| Registry | Register | Maintains a curated master list of a bounded class of entities, each row carrying the fields needed to look one up and the owner accountable for keeping it true. | |
| Regression Correspondence Harness | Software or Tool | Automatically tests whether refinements preserve known correspondence cases while addressing new violations. | |
| Regression Detrending Model | Model | Fits an explicit trend across the whole record and subtracts it, so that either the smooth trend or — more often — the leftover residual becomes the clean target. | |
| Regression Residualization | Method | Removes the part of a signal that measured nuisance variables can explain — regressing them out and keeping the residual as the cleaned target. | |
| Regression Test for Added Complexity | Test or Assessment | Implements the archetype by verifying that a new layer does not break previously validated behavior or obscure the core model under conditions already understood. | |
| Regression Test Suite | Monitor | Re-runs a corpus of previously-passing cases against each new version so that any unintended loss of working behaviour breaks the build, using the system's own recorded past output as the reference. | |
| Regret Analysis | Method | Compares how much each option would underperform the scenario-specific best choice, supporting decisions that avoid severe ex post regret. | |
| Regret-Weighted Decision Log | Documentation Artifact | ||
| Regularization Path Review | Model Selection Method | ||
| regularized_model_selection | Method | Selects among candidate models using explicit complexity penalties or priors validated out of sample. | |
| Regulatory Capture Audit | Audit | Periodically examines whether a regulator has drifted from serving the public to serving the industry it oversees — mapping who influences it, tracing whom its decisions actually benefit, and tracking that drift over time. | |
| Regulatory Fine or License Condition | Institution | Attaches legal or administrative consequences to noncompliance with safety, environmental, financial, or professional obligations. | |
| Regulatory or Operational Sandbox | Institution | Enables bounded live use while containing scale, population, duration, and downstream reliance. | |
| Regulatory Sandbox Trial | Regulated Trial | ||
| Regulatory Simplification Pilot | Process | Runs a narrower or faster rule on a walled-off slice of cases under close monitoring, with a built-in expiry, to test whether the protected purpose survives at lower cost before any permanent change. | |
| Rehomogenization Protocol | Protocol | Reverses an unwanted or spent separation — by undoing the trigger conditions, adding compatible material, or applying energy — to restore a single, uniform mixed state. | |
| Reinforcement Learning Policy Learning | Learning Algorithm Family | ||
| Reinforcement Schedule Design | Protocol | Chooses continuous, fixed, variable, intermittent, tapering, or event-triggered reinforcement patterns for a particular behavior and context. | |
| Rejected-Item Sampling | Method | Draws a representative sample of the killed, softened, delayed, or downranked outputs — the material the final surface never shows — and reads it for pattern, so the audit studies the rejects and not only the survivors. | |
| Relapse Trigger Review | Review Procedure | Reviews episodes where the old response returned and identifies which cue, context, or substitution failure was responsible. | |
| Relational Integrity Test Suite | Test or Assessment | A set of tests that detect violations of expected relational structure. | |
| Relational-Drift Alarm | Test or Assessment | Detects topology-specific divergence in pairwise, cluster, phase, or reference state. | |
| Relationship Graph | Artifact | Uses graph notation to represent entities as nodes and relation instances as edges, often with labels, weights, or layers. | |
| Relationship Maintenance Ritual | Ritual | Uses recurring check-ins, repair conversations, appreciation practices, or expectation resets to prevent trust erosion. | |
| relationship_interlock_diagram | Network Mapping Tool | ||
| Relative Chronology Matrix | Template | Stores pairwise before/after/unknown relations and evidence links for sequence reconstruction. | |
| Relay Hub Network | Artifact | Replaces one long, fragile support line with a chain of intermediate hubs that hold buffer and interconnect with partners, so reach extends without the line consuming itself. | |
| Release Hold and Signoff | Protocol | Imposes an enforceable status gate so output cannot ship, deploy, publish, or enter care until acceptance is authorized. | |
| Release Staggering | Workflow | Offsets product, software, policy, or content release windows to prevent support, infrastructure, review, or attention overload. | |
| Release Threshold Checklist | Checklist | Prompts reviewers to confirm event record, risk signal, decay evidence, threshold, exceptions, and audit requirements before releasing controls. | |
| Release Train Alignment | Workflow | A workflow that aligns recurring delivery, integration, testing, and deployment cycles around shared release windows. | |
| Relevance and Alternative Explanation Check | Checklist | Tests whether a trace actually discriminates among hypotheses or is also expected under alternatives. | |
| Relevant-Difference Challenge Test | Test or Assessment | Requires differential treatment to connect to purpose and survive proxy, counterexample, and necessity review. | |
| Remediation Plan | Document | Specifies corrective work, owners, deadlines, evidence, and acceptance criteria for restoring acceptable condition after harm or noncompliance. | |
| Remediation Sweep | Workflow | Performs a targeted cleanup, burndown, repayment, decontamination, refactoring, or removal campaign against accumulated stock. | |
| Remedy Traceability Review | Assurance | ||
| Reminder and Confirmation Sequence | Communication Mechanism | This supports the reservation but should not be confused with Queue Transparency or general notification. | |
| Remote Leading Indicator Dashboard | Metric or Dashboard | A monitoring display that tracks selected distal signals once the teleconnection map has identified which signals matter. | |
| Remote Sensor Proxy Network | Software or Tool | Collects distributed sensor readings that stand in for otherwise inaccessible field conditions. | |
| Renegotiation Notice Protocol | Protocol | Defines how and when affected parties are told — early and in a standard form — that a commitment must be reduced, delayed, or cancelled. | |
| Renewal and Point-Process Model | Model | Models a stream of events through the probability law of the gaps between them, capturing whether arrivals are memoryless, aging, or clustered rather than assuming a constant rate. | |
| Rent-Seeking Audit | Audit | Traces where a system's allocation rules are being turned into private tolls, sizes the rent each channel yields, and tallies the effort burned fighting over it. | |
| Rent-Stream Drift Dashboard | Monitor | A live instrument that tracks how much of an agent's revenue arrives through constituency-bypassing channels and flags drift toward capture before it becomes entrenched. | |
| Reopen Trigger Monitor | Metric or Dashboard | Tracks the assumptions, thresholds, safety boundaries, and external changes that justify review. | |
| Reopening Trigger Review | Monitor | Predeclares the specific conditions that would justify reopening a committed decision, then watches incoming reality against them so reconsideration is triggered by evidence, not by whoever complains loudest. | |
| Reopening-Signal Verification Panel | Diagnostic Estimation | Independently confirms the system has actually entered a more editable state — separating true induced malleability from arousal, expectancy, or a surface effect — before any corrective input is paired. | |
| Repair Manual | Artifact | Hands a maintainer who was never in the room the diagnosis-to-restoration knowledge the original builders carried in their heads. | |
| Repair or Reconsecration Ceremony | Ritual | Restores an object's charged meaning after damage, neglect, conflict, or drift — repairing the thing and re-declaring what it stands for in one deliberate act, so the wound becomes part of the story rather than the end of it. | |
| Repair or Reentry Reflection | Process | After a breach or drift, a structured reflection that turns the violation into understood harm and renewed commitment — restoring standing without permanent shame. | |
| Repair-vs-Replace Decision | Decision Procedure | A decision procedure that stops additional repair increments when replacement, redesign, or retirement has higher marginal value. | |
| Repeated-Trial Probability Calculator | Tool | Converts a small per-opportunity probability and a large number of opportunities into the near-certainty of at least one occurrence over the whole horizon. | |
| Replay Log or Event Stream | Artifact | Retains published events as an ordered, append-only log so any consumer can read — or re-read — from a chosen point, turning the event history itself into a replayable source of truth. | |
| replay_consolidation_window | Workflow | A protected review or rehearsal window that reactivates valid pairings after exposure so useful associations stabilize. | |
| Replenishment or Refill Protocol | Protocol | Rebuilds a depleted but intact reserve back to a working level on a defined plan, target, and owner, so the flow lever has enough buffer beneath it to bite again. | |
| Replica Repair Job | Process | Runs on a schedule to find replicas that have fallen behind or diverged and reconciles them back toward the others, bounding how stale any copy is allowed to get. | |
| Replica-Lag and Freshness Dashboard | Metric or Dashboard | Continuously measures how far replicas lag and how stale served reads actually are, and alerts when observed freshness breaches its promised bound or SLO. | |
| Replicated Record Store | Tool | Keeps the same records on multiple independently-writable replicas so every site stays available locally — the substrate the whole convergence process runs on. | |
| Replication Case Sampling Cycle | Process | Adds new cases in deliberate rounds — some expected to repeat the result, some expected to overturn it — to map where a finding holds and where it stops. | |
| Replication Package | Artifact | Packages enough material for an outside person or team to repeat, verify, or challenge the original result. | |
| Replication Study | Independent Confirmation | ||
| Reporting Requirement | Protocol | Obliges the agent to surface status, exceptions, and bad news on a fixed cadence, turning the agent's own account into the principal's first window on the work. | |
| Representation Leakage Probe | Audit | Hunts for behaviour clients can observe but the contract never promised — the accidental internals that quietly become an unofficial interface. | |
| Representational Distance Ladder | Test or Assessment | Orders studies from literal to nonrepresentational and tests where intended invariants remain | |
| Representative Consensus Survey | Procedure | A survey procedure for testing whether perceived consensus reflects the target population. | |
| Representative-Environment Simulation | Tool | Rebuilds the operational setting — its sights, sounds, pressures, and induced internal state — as a practice environment, so recall is rehearsed under the very context that use will supply. | |
| Representativeness Review Checklist | Audit Checklist | Checks sampling coverage, selection bias, salience bias, stereotype risk, and overgeneralization before use. | |
| Reprisal Risk Audit | Checklist | Identifies formal and informal costs that make truthful expression expensive. | |
| Reproducible Bootstrap Build | Protocol | Makes the whole seed-to-target chain rebuild bit-for-bit identically from declared source, so every stage's binary can be traced and reproduced by anyone. | |
| Reproducible Build or Derivation Check | Method | Rebuilds the artifact independently from its published source and confirms a bit-for-bit match, so trust can rest on the source anyone can read rather than on the builder who shipped the binary. | |
| Reproducible Research Package | Artifact | Bundles data, code, methods, documentation, and expected outputs so a scientific or analytic result can be rerun or inspected. | |
| Reputation and Verification System | Institution | Screens quality and trust so growth on one side increases value rather than risk. | |
| Reputation or Track-Record Trace | Register | Accumulates a party's realized conduct into a standing, comparable record, so a private trait that no single interaction reveals becomes a drift-tracked, integrity-guarded signal across repeated dealings. | |
| Reputation Portability Protocol | Protocol | Lets a subject carry reputation evidence or attestations from one context to another under consent, with scope and validity limits attached. | |
| Reputation Record or Standing Ledger | Record or Signal | ||
| Reputation Score or Public Rating | Metric or Dashboard | Changes future opportunities, trust, or status by making behavior visible and comparable to others. | |
| Reputation Score or Standing Index | Model | Aggregates a subject's weighted traces into one score, band, or standing index used to sort trust, access, ranking, or scrutiny. | |
| Reputation System | Institution | Makes an agent's track record visible to future counterparties, so past behavior becomes a standing incentive enforced by the prospect of repeat dealings. | |
| Reputation-at-Risk Registry | Register | Keeps a durable, evidence-backed record of an actor's past outcomes so that advice, reliability, or breaches follow them into future dealings and their standing is always on the line. | |
| Requested Contribution Menu | Register | Publishes a current, bounded list of the contributions the system actually needs — with specifications, timing, and exclusions — so willing contributors can self-serve toward net-additive help. | |
| Required Consequence Table | Template | Maps each candidate antecedent to the consequences that must be present if that candidate is true. | |
| Requirements Constraint Specification | Document | Turns stakeholder needs, product requirements, or project rules into explicit must-satisfy and prefer-to-satisfy conditions. | |
| Requirements Traceability Exclusion | Workflow | Rules out a claimed requirement, dependency, or approval path when its mandatory downstream artifact or trace is absent from a reliable traceability system. | |
| Requirements Traceability Matrix | Artifact | Threads every requirement through to the design, code, and verification that satisfy it, so any requirement with no downstream link — or no passing test — is a visible coverage hole. | |
| Reroute and Reentry Protocol | Protocol | Specifies how a case, user, workflow, or subsystem moves from a failing path back into an admissible route. | |
| Rerun Checklist | Checklist | Provides a lightweight confirmation list for rerunning the result path and comparing outputs against the reference. | |
| Rescue-Effect Audit | Audit | Periodically tests whether a sink's apparent health is genuine local recovery or merely a rescue effect — persistence borrowed from a source — by asking what it would do if the support were removed. | |
| Research Consent Protocol | Protocol | Structures participant disclosure, voluntary enrollment, scope, withdrawal, recordkeeping, and continuing review for research participation. | |
| Research Continuation Gate | Review Gate | A review gate that decides whether another experiment, pilot, or refinement cycle is worth running. | |
| Research Inclusion/Exclusion Criteria | Protocol | Protocol criteria specifying which participants, cases, studies, observations, or evidence sources are included or excluded. | |
| Research Landscape Map | Artifact | A map of a live research field — its active areas, the open questions between them, how strong the evidence is in each, and where distant subfields connect. | |
| Research or Equipment Core Facility | Institution | Consolidates expensive equipment, specialized staff, maintenance, scheduling, and training so many projects can access capabilities they could not each sustain alone. | |
| Research Question Workshop | Facilitation Process | Transforms vague interest into an explicit, answerable, relevant knowledge gap and a manageable first investigation. | |
| Research Review Pipeline | Procedure | Implements pipeline staging by moving proposals, manuscripts, or evidence through screening, review, revision, decision, and archival stages. | |
| Research Stopping Rule | Rule | Sets in advance when data collection, literature search, or analysis has done enough for its purpose — by information saturation, a preset threshold, or a resource limit — so inquiry ends before it either never closes or is cut off arbitrarily. | |
| Reseeding or Nucleation Program | Workflow | A workflow for introducing new small units, pilots, categories, teams, grains, entrants, or local nodes after excessive coarsening. | |
| Resequencing Buffer | Order Reconciliation Mechanism | ||
| Reservation and Capacity Escrow | Workflow | Reserves related resources together or sets capacity aside so a participant does not capture one critical resource while waiting for another unavailable one. | |
| Reservation-Commit Protocol | Protocol | Takes the resource out of contention the moment it is checked — an expiring hold that the commit later consumes — so the precondition cannot drift between check and use. | |
| Reserve Buffer Policy | Protocol | Holds standing reserves — capacity, capital, inventory, or time — sized to the modeled tail layer rather than to average load, so a rare extreme has slack to land in. | |
| Reserve Inventory | Artifact | Holds physical stock above expected consumption, with a reorder trigger, so supply delay or a demand surge can't run a critical item to a stockout that halts function. | |
| Reserve Option Board | Register | Keeps rejected-but-viable alternatives on an explicit, maintained roster — recording what was chosen and holding the runners-up in a state of readiness — so a later reversal reactivates an option instead of rebuilding it. | |
| Reserve Readiness Rotation | Process | A standing rota that cycles people or assets through ready, deployed, recovering, maintenance, and unavailable states so a protected floor of capacity is always ready at the hub without exhausting the pool. | |
| Reserve Release Playbook | Protocol | The documented rulebook for spending the reserve without destroying it — bounding each drawdown against a protected floor and binding every release to a duty to refill. | |
| Reserve Staffing | Role or Team | Keeps a standing float of cross-trained people scheduled below full load, so absences, surges, and incidents are covered without pulling anyone off critical work. | |
| Reserve Staffing Pool | Role or Team | A maintained group of trained people who can be activated quickly to cover surge demand, absence, emergency operations, or critical continuity needs. | |
| Reservoir Balance Dashboard | Monitor | Puts the current level, headroom, and net flow of every reservoir on one live display, so drift and an impending fill-or-drain are seen while there is still time to act. | |
| Reservoir Mapping Review | Method | Maps where retained load enters, settles, concentrates, leaks, clears, and causes delayed effects. | |
| Residual Comparison Test | Diagnostic Estimation | Interrogates the shape of the leftover residuals — against a null, a rival model, or a raw sample — to tell honest noise from a model that is quietly wrong. | |
| Residual Concentration Risk Register | Document | Records accepted concentration above threshold and its owner, rationale, review cadence, and compensating controls. | |
| Residual Divergence Map | Metric or Dashboard | Shows where and how much observed behavior differs from expected correspondence across a state space. | |
| Residual Error Analysis | Test or Assessment | A comparison of expected and observed outputs after fitting, correction, or transformation. | |
| Residual Hotspot Exception Review | Review | Formally reviews the hotspots that cannot be fully fixed and signs off the leftover risk — with compensating controls and an expiry — instead of letting it hide. | |
| Residual Independence and Whiteness Test | Diagnostic Estimation | Examines what the model failed to explain — its residuals — for any leftover autocorrelation or structure, since a correct model should leave behind only unpredictable white noise. | |
| Residual Leakage and Whiteness Check | Diagnostic Estimation | Tests whether what's left after extraction is structureless noise — leftover pattern in the residual means the target leaked out or nuisance leaked in. | |
| Residual Leakage Review Board | Role or Team | A standing cross-functional body that reviews the leakage remaining after controls, sets the tolerated distinguishability budget, and records — with named accountability — what residual risk is formally accepted. | |
| Residual Reconstruction Test | Test or Assessment | Checks how much behavior is lost when the system is reconstructed from selected modes only. | |
| Residual Stationarity Check | Test or Assessment | Checks whether residuals after trend handling are stable enough for the intended analysis. | |
| Residual Tail Washout Check | Checklist | Confirms that prior-condition residue has dissipated enough before a later condition is interpreted. | |
| Residual Telemetry Dashboard | Monitor | Surfaces the health of a residual pipeline — suppression rate, reconstruction error, drift, model version, fallback use, rare-event coverage — on one operator-facing display. | |
| Residual-Defect Scan | Audit | Sweeps the region the front has already passed to catch what it left behind — the missed spots and new mismatches a moving reconfiguration inevitably seeds. | |
| Residual-Monitoring Dashboard | Monitor | Continuously tracks the gap between what the model predicted and what actually happened, so drift surfaces as a signal that triggers the model's revision. | |
| Residual-Risk Monitoring Dashboard | Monitor | Keeps the fragile period after a stand-down under watch — tracking risk level, control margin, communication health, unauthorized actions, and compliance evidence — so re-escalation is caught early instead of the calm being assumed permanent. | |
| residual_complexity_justification_template | Template | A template for recording why a complexity source remains and when it should be revisited. | |
| Resource Acquisition Protocol | Protocol | Specifies how actors request, acquire, hold, and release resources so conflicting acquisition sequences cannot create circular blocking. | |
| Resource Allocation Rebalancing | Policy | Redirects finite protection resources away from an even spread and toward the ranked hotspots, so effort lands where risk actually concentrates. | |
| Resource Monitoring Dashboard | Monitor | Puts unit efficiency, service demand, total resource use, rebound fraction, and budget status on one live view — so the gap between per-unit gains and the stubborn total is impossible to miss. | |
| Resource Pooling | Method | Serves many units from one shared pool of a scarce resource instead of dedicating a fixed amount to each, so uneven demand is absorbed with far less total capacity. | |
| Resource Tranche | Workflow | Releases funding, supplies, staff support, or permissions in planned tranches tied to uptake, milestones, or recovery evidence. | |
| Response Matrix | Decision Table | Maps severity, recurrence, intent, impact, and context to response ranges so decision-makers can see the proportional response band. | |
| Response Padding or Coarsening | Method | Pads response size and coarsens response precision to fixed buckets, so that size and granularity — not just content — reveal nothing that distinguishes one protected state from another. | |
| Response Surface Model | Method | Fits an approximate model of objective response across input variables to identify gradients, interactions, and candidate optima. | |
| Response-Obligation Matrix | Template | Assigns stimuli to response classes such as ignore, monitor, preauthorized action, deliberate review, or escalation. | |
| Responsibility Mapping Matrix | Artifact | A RACI-like artifact that clarifies responsibility, accountability, consultation, and information flow for decisions or implementation tasks. | |
| responsibility_attribution_matrix | Decision Matrix | ||
| responsibility_diffusion_check | Audit Check | ||
| Responsible Disclosure Absorption Pipeline | Workflow | Turns good-faith external reports into verified fixes and learning updates without amplifying exploit detail. | |
| Responsive Typographic and Interface Scale | Workflow | Maps type, controls, spacing, imagery, and layout roles across viewport and density states. | |
| Rest Day Schedule | Workflow | Implements recovery by reserving days or sessions without the relevant load so fatigue and adaptation processes can reset. | |
| Rest/Recovery Period | Capacity Recovery Practice | ||
| Restart Wave Plan | Workflow | A staged workflow that groups units or cohorts into reentry waves with criteria and timing windows. | |
| Restoration Priority Matrix | Method | Ranks dependent sinks by how recoverable they are against how much they are worth keeping, sorting each into restore, convert, sustain, or exit — so scarce surplus goes where it can actually change a unit's fate. | |
| Restorative Compliance Agreement | Document | Pairs consequence-backed pressure with a specified repair, restitution, or behavior-change plan. | |
| Restorative Conference or Repair Circle | Repair Process | ||
| Restricted Reserve Account | Artifact | A governed account or stock that keeps a resource outside routine circulation and ties release to authorization or criteria. | |
| Resubmission with Preserved State | Workflow Pattern | ||
| Retention / Pruning Protocol | Protocol | Governs which retained variants earn continued storage and which are culled, keeping the surviving library small and current without ever pruning below the diversity reserve the loop needs to keep adapting. | |
| Retention Schedule | Policy | The governing table that assigns every class of record a mandated lifespan — how long it must be kept and when it must go — with legal holds that can override the clock. | |
| Retirement or Return Rite | Ritual | Ends an object's focal status with dignity when it is worn out, completed, harmful, or owed back — deconsecrating or returning it through a marked rite rather than letting it be quietly discarded. | |
| Retreat Trigger Exercise | Ritual | Rehearses the withdrawal go-decision before the crisis — who reads the trigger, who invokes the authority, and how the team commits in time — so the call isn't improvised as the corridor is closing. | |
| Retrieval Quiz | Test or Assessment | A low-stakes delayed quiz used to sample recall and guide further reinforcement. | |
| Retrospective Action-Item Loop | Ritual | Implements team or operational refinement by turning review observations into specific changes that are checked in the next cycle. | |
| Retrospective Before Planning | Ritual | A ritual that places review and learning before the next planning or commitment cycle. | |
| Retrospective Context Mapping | Workflow | Applies contextualization to organizational, policy, product, or incident retrospectives so past decisions are evaluated using then-current knowledge and constraints. | |
| Retrospective Error Calibration Review | Ritual | Reviews outcomes and error patterns to tune thresholds, heuristics, algorithms, and hybrid pathways. | |
| Retrospective Synthesis | Reflection Workflow | ||
| Retrospective-to-Training Loop | Process | Converts what operation teaches — incidents, near-misses, hard-won lessons — into updated training, checklists, and playbooks, so the system renews its future capability from its own experience. | |
| Return Authorization Workflow | Workflow | ||
| Return-Path Readiness and Rollback Rehearsal | Test or Assessment | Verifies minimum artifacts, access, staff, contracts, reserves, restoration, coordination, authority, and recovery inside the available window. | |
| Return-Reason Dashboard | Metric or Dashboard | ||
| Returned Capacity Credit | Policy | Rewards giving back resource a task didn't need — crediting the returned time, budget, or capacity toward future work or recognition — so returning unused slack is a gain, not a loss. | |
| Reusable Broker or Convener Service | Institution | A standing, accountable intermediary that maintains the relationships, trust, and translation needed to connect otherwise-disconnected parties, and returns ready to broker the next case. | |
| Reusable Playbook Library | Document | ||
| Reuse Intake and Fit Assessment | Workflow | Screens whether a new output should use the common layer, fork it, extend it, or remain separate. | |
| Revenue Source Audit | Audit | A periodic independent examination that traces an agent's revenue past its intermediaries to its true sources and flags which streams bypass the constituency it is meant to serve. | |
| revenue_diversification_roadmap | Workflow | Plans staged development of alternative value sources before concentrated windfall dependence becomes locked in. | |
| Reversal Completeness Residue and Remedy Audit | Protocol | Compares promised and actual state and outcome restoration, identifies residue and burden, verifies remedy, and updates classification and controls. | |
| Reversal-Cost and Feasibility-Curve Estimation | Method | Estimates full reversal cost, duration, capacity, completion probability, residual damage, and burden across time and scenarios. | |
| Reverse Logistics Channel | Operating System | ||
| Reversibility and Exit Check | Checklist | Classifies reversal costs, points of no return, rollback paths, and compensating safeguards. | |
| Reversibility Horizon Review | Test or Assessment | Assesses when rollback, redesign, migration, exit, or compensation will become harder than continuation. | |
| Reversible Encoder–Decoder Pair | Software or Tool | A paired encoding and decoding mechanism whose output can be decoded back to the original input within scope. | |
| Reversible Pilot or Limited Authorization | Implementation Container | Creates bounded evidence or coordination experience without allowing the pilot itself to become de facto permanent infrastructure. | |
| Reversible Rollout Plan | Document | Defines phased adoption, pause criteria, rollback authority, and repair responsibilities so cultural misfit can be corrected without blame or lock-in. | |
| Reversible Service Degradation | Method | Deliberately drops to a reduced but safe service level by shedding non-essential features or load, with every reduction chosen so it can be cleanly reversed once the acute phase passes. | |
| Reversion or Abandonment Rule | Rule | Sets the conditions under which a granted right lapses and returns — non-use, breach, or a fixed sunset — so rights don't ossify in hands that no longer use or deserve them. | |
| Review Panel | Role or Team | A group or designated body that reviews decisions, evidence, process defects, or appeals. | |
| Review Trigger Register | Register | A living list of the events, thresholds, and failures that would reopen a closed decision — each with an owner who must act — so closure stays provisional and revisitable rather than permanent. | |
| Revision Decision Memo | Artifact | Converts the audit's findings into an explicit, recorded choice — preserve, revise, rename, split, retire, or govern — with the reasons, the legitimacy verdict, and the disagreements that remain unresolved. | |
| Revocable Authority Token | Artifact | A scoped, expiring credential bound to a delegated action so it runs with exactly the authority its issuer intended — withdrawable at any time, never inheriting the host's ambient privileges. | |
| Revocation Status Check at Use | Protocol | At the point of use, queries a live revocation source to confirm a previously-granted authority has not since been withdrawn before acting on it. | |
| revocation_or_tombstone_check | Lookup or Registry | Detects referents that remain named but are no longer valid because they were revoked, deleted, merged, or superseded. | |
| Revolving-Door Cooling-Off Period | Policy | A mandatory waiting period before people may move between the institution and the actors it governs, cutting the career pipeline that turns a future job offer into present-day leniency. | |
| Reward Function Specification | Method | Specifies what an agent or actor is rewarded for, often in automated, organizational, or behavioral systems. | |
| Reward or Recognition System | Institution | Provides meaningful acknowledgment, points, access, status, compensation, privileges, or praise linked to the target response or outcome. | |
| reweighted_update_log | Document | Records the before/after confidence or decision change after discounting the substitute signal. | |
| Rework and Reinspection Route | Workflow | Returns correctable output through an approved operation and independent recheck before release. | |
| Rework Capacity Allocation Rule | Capacity Allocation Rule | Dedicates a fixed percentage, team, budget line, maintenance lane, or recovery reserve to repayment work before new work fully consumes capacity. | |
| Rewrite System with Confluence Tests | Test or Assessment | Uses rewrite rules plus checks that alternative rewrite paths do not lead to incompatible outcomes. | |
| Rewrite Trace Log | Artifact | Records the applied rules, evidence, cost measurements, and acceptance decision for each rewrite. | |
| Rhythm Debrief and Reentry | Protocol | Guides a group down from heightened synchrony back to individual baseline afterward — a reflective cooldown that helps people re-separate, regulate, and choose how they leave. | |
| Right-to-Repair Interface | Policy | Grants owners and independent shops governed access to the parts, tools, and diagnostics needed to repair a product the maker doesn't service directly. | |
| Rights Bundle Matrix | Tool | Lays ownership out as an explicit grid of who holds which stick over which resource, so 'who owns it?' dissolves into a cell-by-cell map of use, exclusion, transfer, income, and modification rights. | |
| Rights Clearance Registry | Software or Tool | A searchable registry that makes fragmented exclusion rights visible and actionable. | |
| Rights Constraint | Document | Makes some rights or protections impermissible to sacrifice in an ordinary tradeoff decision. | |
| Rights-Conflict Scenario Table | Scenario Analysis | ||
| Rights-Floor and Sufficiency Gate | Other | Rejects or revises rules breaching declared rights or minimum sufficiency before aggregate optimization. | |
| Risk Capital Buffer | Institution | Requires a financial institution to hold capital above expected losses, sized by a risk-weighted formula with a hard regulatory floor, so adverse variation doesn't cause insolvency. | |
| Risk Capital Requirement | Financial Buffer Rule | ||
| Risk Dashboard | Metric or Dashboard | A dashboard displays signals. It becomes part of this archetype only when connected to explicit trigger thresholds, response actions, and review logic. | |
| Risk Decay Dashboard | Metric or Dashboard | Displays residual risk indicators, thresholds, elapsed time, control level, review status, and upcoming release checks. | |
| Risk Landscape Map | Artifact | Overlays risk intensity across states so safe, fragile, hazardous, and catastrophic regions become visible. | |
| Risk Matrix | Artifact | Plots likelihood and consequence categories in a grid so risks can be triaged quickly and communicated to non-specialists. | |
| Risk Migration Review | Review | Checks, after a control goes in, whether the hazard actually fell or merely moved — to a substitute route, downstream, or onto a more vulnerable population. | |
| Risk Register | Register | A living table of what could go wrong — each adverse event tagged with its likelihood, its impact, an owner, and the trigger that fires its response — so downside uncertainty stays visible and assigned instead of remembered by whoever happened to worry about it. | |
| Risk Register Review | Document | Uses a risk register to reveal unlisted hazards, uncovered mitigations, ignored scenarios, or risk categories without owners. | |
| Risk Safeguard Design | Guardrail Method | ||
| Risk Score Cutoff | Metric or Dashboard | A score-based cutoff used to activate screening, review, triage, admission, investigation, protective action, or further assessment. | |
| Risk Score Proxy Metric | Metric or Dashboard | Uses a composite score as an indirect estimate of risk, quality, eligibility, or likely behavior, requiring strong fairness and validity safeguards. | |
| Risk Score Threshold Recalibration | Protocol | Moves the score boundary that routes cases to auto-approve, review, or deny when a deployed model's population or performance has drifted, keeping a human channel for contested cases. | |
| Risk Scoring Model | Model | Combines many observed factors into a single calibrated score or tier that stands in for a hidden risk type and routes each candidate accordingly. | |
| Risk Stratification Protocol | Protocol | Implements the archetype by assigning cases to risk bands and linking each band to monitoring, protection, escalation, or support rules. | |
| Risk Tier Assignment | Process | Routes entrants into distinct pools or tracks by risk class instead of one uniform pool, stabilizing the whole system — under a fairness and cross-subsidy policy that keeps segments from becoming stigmatized dumping grounds. | |
| Risk-Adjusted Contract | Method | Sets the terms, price, and coverage of a protection agreement to the actor's risk exposure and precautions up front, so weaker safeguards buy narrower or costlier protection. | |
| Risk-Adjusted Pricing | Model | Sets each entrant's price to their assessed risk so no hidden type enters a flat premium that quietly subsidizes them — and sets the deliberate cross-subsidy range the pool is willing to hold. | |
| Risk-Based Enforcement Protocol | Protocol | Allocates enforcement intensity according to severity, likelihood, exposure, and urgency while preserving checks against bias and overreach. | |
| Risk-Based Review | Method | Grades every item by risk and spends review intensity in proportion, so scarce oversight attention concentrates where failure would cost the most. | |
| Risk-Ceiling Agreement | Artifact | The negotiated written record of the shared no-go actions, conservative risk thresholds, safety authority, verification rules, and automatic pause conditions both sides agree to hold to — the standoff's ceiling in one authoritative document. | |
| Risk-Sharing or Deductible Clause | Rule | Leaves the party whose actions can't be observed holding a defined slice of the loss, so the hidden care the other side is paying for stays in that party's own interest to supply. | |
| Risk-Stratified Acceptance Sampling Plan | Procedure | Selects a representative subset and acceptance rule whose rigor varies with defect criticality and escape risk. | |
| Ritual Ablution or Cleansing Act | Ritual Restoration Mechanism | ||
| Ritual Access And Consent Review | Review | A pre-observance checklist that tests whether every participant can genuinely understand, access, refuse, and exit a rite before it runs — so belonging pressure never stands in for consent. | |
| Ritual Design Canvas | Tool | A one-page planning template that lays out a ritual's purpose, symbolic frame, and sequence together before anyone enacts it — so the practice is designed on purpose rather than accreted by habit. | |
| Ritual Drift And Harm Audit | Audit | A periodic, deliberately skeptical review that asks whether a repeated practice has drifted into rote habit, hypocrisy, coercion, exclusion, or harm — and whether its stated claim still matches lived conduct. | |
| Ritual Inclusion Change | Ritual | Changes who is witnessed, welcomed, named, thanked, mourned, celebrated, or authorized in recurring symbolic practices. | |
| Ritual Renewal Ceremony | Ritual | Periodically renews the community relationship to the sacred referent. | |
| Ritual Retirement Or Repair Ceremony | Ritual | A transparent closing rite that ends, repairs, or replaces a practice — naming any harm or obsolescence, releasing its symbols from required use, and handing its memory and obligations onward. | |
| Ritualized Recognition and Belonging | Ritual | Marks moments when the learner is trusted, included, corrected, or advanced, reinforcing identity and belonging without requiring uncritical obedience. | |
| Rival Explanation Elimination Table | Review | Lays every candidate explanation for an outcome side by side and rules each out by the evidence it would predict but the cases do not show. | |
| Rival Hypothesis Red Team | Protocol | Assigns a team or role to identify missing evidence, out-of-sample cases, and alternative explanations. | |
| Robot Action-Space Mapping | Modeling Method | ||
| Robust Optimization Model | Method | Implements robust selection by optimizing under uncertainty sets, downside constraints, or scenario families rather than a single best-estimate parameter vector. | |
| Robust Policy Design Review | Protocol | Applies robust selection to a policy rule by checking whether it remains acceptable across populations, states, scenarios, or implementation contexts. | |
| Robust Tail Statistic Review | Review | Checks whether a heavy-tailed quantity is being summarized with means, variances, and normal intervals its tail makes meaningless — and prescribes robust, tail-sensitive replacements. | |
| ROC or Precision–Recall Surface Review | Method | For classification and screening contexts, evaluates the tradeoff surface created by threshold or strictness changes. | |
| Role Card or Participation Card | Artifact | A single-role, at-a-glance card — this position, the few things you do, the near ones you don't, and whom you serve — small enough to hand someone the moment they step into the seat. | |
| Role Cards and Rotating Stewardship | Artifact and Workflow | Assigns and rotates roles such as host, observer, rhythm lead, translator, scribe, accessibility steward, timekeeper, or repair lead. | |
| Role Charter | Artifact | Constitutes a role or governing body as a legitimate office — fixing its remit and decision authority, the path by which it answers for its actions, and how it is properly filled and vacated. | |
| Role Compatibility Check | Protocol | A pre-appointment screen that tests a proposed role assignment against the role's competence bar and against conflict and separation constraints, before the assignment is made. | |
| Role Labeling | Artifact | Makes the relevant organizational, workflow, legal, or interface role visible at the point where a reference is interpreted. | |
| Role Modeling | Method | Makes the desired disposition visible through exemplars who show how to act under ambiguity, pressure, or competing values. | |
| Role Modeling with Debrief | Method | The actor watches a credible exemplar enact the norm under real pressure, then debriefs the judgment behind the action — so tacit judgment, not just the rule, is transmitted. | |
| Role Play | Ritual | Lets people rehearse interpersonal, negotiation, support, leadership, or service behaviors under realistic social cues and constraints. | |
| Role Reclassification Review | Review | A standing review that watches for role-change triggers and, on a set cadence, formally re-labels any unit whose source or sink status has shifted — so the classification the whole system trusts never silently goes stale. | |
| Role Review Retrospective | Review | A recurring session that puts the role itself — not the person in it — on the table: is it still needed, still sane in scope, still bearable, and what should change? | |
| Role Rights and Duties Matrix | Tool | Lays out, office by office, who may do what, who owes what, and where two roles' authority collides — so obligations are predictable and turf conflicts surface before they fester. | |
| Role Rotation And Stewardship Rite | Protocol | A scheduled handoff rite that rotates facilitation and custodial roles — moving authority and the know-how to run the practice together — so stewardship never hardens around its founders. | |
| Role Rotation or Deputy Schedule | Protocol | A standing schedule of who holds a role now, who covers when they're out, and who takes over next — so the position survives any single person leaving the seat. | |
| Role Transition Review | Review Format | Helps individuals or teams reinterpret responsibilities and commitments after a role, identity, or mandate change. | |
| Role-Based Access Control | Protocol | Assigns permissions through defined roles so access can be managed through role membership rather than one-off grants. | |
| Role-Based View | Artifact | Gives each role a standing, pre-shaped window onto the source record that exposes only the fields that role's work requires, so the surplus is never in the view to leak. | |
| Role-Conflict Recurrence Audit | Test or Assessment | Samples workload, decisions, handoffs, exceptions, distress, and harm after redesign. | |
| Role-Expectation Conflict Matrix | Test or Assessment | Crosses roles and expectations by time, authority, resources, loyalty, information, ethics, and affected parties. | |
| Role-Hat Prompt | Other | Names the role or frame from which a participant is speaking, such as “as legal reviewer,” “as facilitator,” or “as coach.” | |
| Role-Reversal Simulation | Procedure | Walks through the situation from the other agent’s information, constraints, and incentives to expose projection errors. | |
| Role-Substitution Rotation | Workflow | Cross-trains and periodically tests backup owners for critical responsibilities. | |
| role_duty_mapping | Governance Artifact | ||
| role_play_rehearsal | Simulation Method | ||
| Rollback Artifact Dependency and Authority Readiness Test | Test or Assessment | Verifies that artifacts, versions, provenance, access, skills, staff, equipment, suppliers, reserves, external cooperation, and authority work within the return window. | |
| Rollback or Pause Protocol | Protocol | A protocol specifying who can pause, slow, reverse, or resuspend reentry when signals cross thresholds. | |
| Rollback Runbook | Procedure | ||
| Rollback to Prior Map Snapshot | Method | Restores a known-good earlier snapshot of a context's map when the current one is found corrupted, reverting the switch behind a guard rather than repairing in place. | |
| Rollback to Safe State | Method | Rewinds one or more participants to a previously captured coherent checkpoint, undoing the partial work that entangled them so the system is left consistent, not merely unblocked. | |
| Rolling Baseline Comparison | Monitoring Procedure | Compares current observations with a moving historical reference window while preserving window definition. | |
| Rolling Correlation Dashboard | Monitor | Recomputes a correlation over a moving window so you can watch it strengthen, weaken, or flip — and be warned the moment a relationship you were relying on stops holding. | |
| Rolling Easement or Boundary Policy | Policy | Lets the protected boundary migrate landward by standing rule as the front advances, so retreat happens continuously and automatically instead of as a fought, one-time relocation. | |
| Rolling Forecast Resynchronization | Process | Keeps the timing assumptions live — re-estimating the environment's clock and resetting the response cadence each time new evidence moves the window — so decisions stay matched to a moving target. | |
| Rolling Forecast Review | Review | A scheduled and event-triggered ritual that re-forecasts where the target is heading and refreshes the scenario spread, so plans always ride current evidence rather than a fixed period boundary. | |
| Rolling Hotspot Recalibration | Process | Re-scores and re-ranks the hotspot map on a fixed cadence against what actually happened, so the map tracks a moving risk landscape instead of freezing on its first version. | |
| Rolling Planning Cycle | Process | A recurring planning cadence that folds each authorized target change into a rolling multi-horizon schedule, so replanning happens on a predictable rhythm instead of on impulse. | |
| Rolling State-Migration Workflow | Process | Carries a whole substrate from its current arrangement to a target one in overlapping local increments, keeping old and new interoperable throughout and logging every move, so the system migrates without a big-bang cutover. | |
| Rolling Upgrade | Workflow | Introduces a new version gradually while old and new versions coexist under controlled compatibility rules. | |
| Rolling Window Comparison | Diagnostic Estimation | Quantifies how much the target, state, and error distributions have drifted by comparing a recent window against earlier ones — turning gradual staleness into a measured magnitude rather than a yes/no event. | |
| Rolling-Window Trend Estimate | Method | Estimates trends over moving windows to detect local trend shifts without assuming one global trend. | |
| rolling_batch_size_ab_test | Test or Assessment | A controlled comparison of candidate batch sizes using operational metrics. | |
| rolling_window_aggregation | Aggregation Method | Summarizes observations over a moving temporal window. | |
| rollover_failure_stress_test | Test or Assessment | Tests survival if short-side funding, replenishment, renewals, or customer confidence cannot be refreshed on schedule. | |
| Root-Cause Analysis | Method | A causal analysis method that can reveal process or system contributors when person-centered blame would be too narrow. | |
| Root-Cause Analysis Handoff | Process | Packages the 'why did this happen' questions that stabilization deliberately deferred and formally transfers them, on a stability-based condition, to a recovery or root-cause owner. | |
| Root-Cause Explanation Review | Procedure | Checks whether a causal explanation has collapsed into a purpose-like story without specifying the mechanism that produced the observed function. | |
| Root-Cause Loop Analysis | Diagnostic Method | Extends root-cause analysis beyond a one-way chain by asking how the effect feeds back into causes and keeps the problem recurring. | |
| Root-Sum-Square Calculation | Model | Combines independent contributors by the square root of the sum of their squared tolerances, giving a realistic statistical stack that is far tighter than the worst case because deviations rarely all align. | |
| Rotating Inspection | Workflow | A rotating schedule that samples different sites, teams, units, or subsystems over time to broaden coverage without inspecting all of them at once. | |
| Rotating Reference-Peer Protocol | Protocol | Temporarily lets one peer act as the timing reference to bootstrap a shared phase, then rotates and removes the role so no permanent master forms. | |
| Rotating Stewardship Schedule | Rule | Rotates a single burdensome shared duty through the membership on a fixed schedule, so everyone takes a turn in the hot seat and no one is stuck there — with time off the rotation as built-in, protected rest. | |
| Rotating Tail Attention Cycle | Review | Puts neglected low-volume categories on a scheduled rotation so each gets deliberate periodic attention, without the system permanently shifting focus off its main work. | |
| rotating_foreground_protocol | Protocol | Gives each line scheduled foreground time while keeping other lines present as context. | |
| Rotation or Turn-Taking Protocol | Procedural Mechanism | Alternates duties, speaking turns, attention, leadership, or scarce opportunities so repeated concentration does not harden into structural imbalance. | |
| Rough Order-of-Magnitude Estimate | Method | Approximates by powers of ten or broad scale classes when exact values are unavailable or unnecessary. | |
| Rough Physical Model | Artifact | A low-cost physical stand-in used to test spatial, ergonomic, mechanical, or material assumptions. | |
| Round-Trip Assessment Redesign Test | Test or Assessment | Simulates participant and evaluator journeys to verify that cues, criteria, feedback, review, data flow, and monitoring work together. | |
| Round-Trip Efficiency Test | Test or Assessment | Measures how much input value is recovered after a charge-discharge, store-retrieve, transform-return, or process-reset cycle. | |
| Round-Trip Journey Test | Test or Assessment | ||
| Round-Trip Migration Test | Test or Assessment | A migration test that maps records forward into a new representation and back into the old one to detect information loss. | |
| Round-Trip Parse–Serialize Testing | Audit | Verifies a parser–serializer pair by parsing input, serializing the result back, and diffing against the original — using round-trip equality as an oracle for information loss and spec bugs. | |
| Round-Trip Property Test | Audit | Generates a wide space of source values and asserts that decoding their encoding preserves the required invariants, so an encoder and its decoder can never silently drift apart. | |
| Round-Trip Validation Test | Audit | Sends a curated set of source items through the embedding and back, then checks whether what returns equals what left — and where it differs, names the structure that was lost. | |
| round_based_cooperation_retrospective | Ritual | Reviews repeated cooperation cycles to update contribution expectations and repair trust. | |
| Route Closure or Segmentation | Method | Severs or compartmentalizes the specific links a hazard travels, then assigns an owner and a keep-closed cadence so a cut route cannot quietly reopen. | |
| Route Closure with Alternative | Protocol | Blocks a revealed path that has been judged genuinely harmful while standing up a legitimate route that serves the same underlying need — so the need isn't punished along with the path. | |
| Route Clustering and Territory Design | Method | Groups scattered endpoints into service clusters and territories that lift route density and balance workload, while protecting latency limits, capacity, equity, and the sparse tail that clustering tends to strand. | |
| Route Traversal Rehearsal Exercise | Practice Exercise | Has the learner walk, imagine, draw, or narrate the route while retrieving each indexed item from memory. | |
| route_access_metering_policy | Protocol | A protocol that throttles or conditions access to a capacity option. | |
| route_recovery_pattern | Workflow | Defines how agents can backtrack, regain context, compare alternatives, and report bad scent after a wrong turn. | |
| Route–Form–Timing Optimization | Method | Raises the fraction that arrives usable by changing how the input is delivered — its route, its form, and its timing — instead of increasing the amount supplied. | |
| Routing Rule | Protocol | Implements local rule design by specifying how each node, queue, dispatcher, or participant decides where work, traffic, requests, or attention should go next. | |
| Routing Table or Rule Update | Configuration or Policy Mechanism | Changes configured relations among requests, users, cases, queues, services, or decision paths without necessarily changing the underlying entities. | |
| Rule & Criteria Register | Register | Publishes the current rules, standards, and criteria a body decides by, with version history, so decisions can be checked against a rulebook that isn't secret. | |
| Rule Complexity Ladder | Calibration Tool | ||
| Rule-to-Observation Matrix | Artifact | Links each implication rule to the observation channel that can verify whether its consequence is present or absent. | |
| rule_scoping_patch | Rule Revision | A bounded revision that adds applicability conditions, exceptions, or exclusions to stop paradox-generating self-application. | |
| Rumor Verification Notice | Interface | Places clear context, verification status, and recommended action next to fast-spreading claims so people do not treat circulation as proof. | |
| Runaway Feedback Damping | Other | Attenuates reinforcing signals, escalation loops, or attention loops before they amplify into systemic instability. | |
| Runaway Stop Rule | Protocol | Defines measurable conditions under which the intervention must slow, decouple, vent, or shut down. | |
| Runbook Library Update | Process | Keeps the growing collection of operational runbooks healthy — each one owned, current, findable, and retired or merged when stale — so the repertoire doesn't rot into a graveyard of half-true procedures. | |
| Runbook With Named Owner | Operational Artifact | ||
| Runtime Gate Co-Activation Monitor | Monitor | Watches the live system for the moment too many gates on a route are simultaneously open, and raises the alarm before the last one closes. | |
| Sabotage or Foul Penalty Schedule | Rule | A published tariff of penalties for off-arena moves — sabotage, fouls, deception, manipulation — that prices misconduct out of the winning strategy. | |
| Sacralization Risk Review | Test or Assessment | Checks whether sacred status is suppressing critique, accountability, or plural access. | |
| Sacrificial Templating and Leaching | Method | Builds voids as the negative replica of a removable template — pack in a porogen, set the matrix around it, then leach the porogen out. | |
| Safe Accountability Check-In | Ritual | Creates a scheduled review of controllable process commitments in a setting designed to be candid without being humiliating. | |
| Safe Action Menu | Template | A concrete template for implementing part of Agentic Control Loop Design. | |
| Safe Consistency Migration Workflow | Workflow | Changes a live system's consistency semantics in reversible, observable stages — dual paths, shadow comparison, staged cutover — instead of flipping the guarantee as a silent config change. | |
| Safe Default or Preselected Path | Default Design Mechanism | ||
| Safe Default-Map Fallback | Policy | When the context can't be resolved with confidence, routes to a conservative default map that is acceptable everywhere rather than gambling on a specialized one. | |
| Safe Mode | Workflow | A restricted operating mode that leaves only safe capabilities available for diagnosis, preservation, or recovery. | |
| Safe Operating Envelope Chart | Tool | Draws the sustainable envelope as a few named zones — green, warning, restriction, emergency, restoration — so operators and stakeholders see at a glance where load sits and what that zone demands. | |
| Safe Operating Limit Chart | Monitor | Displays the current operating point against green, warning, and forbidden zones so operators can see how much margin remains and act before the boundary is reached. | |
| Safe Retry Protocol | Protocol | A client-side procedure that retries a failed or uncertain request only through repeat-safe paths, with bounded attempts and backoff, so recovery doesn't turn into a self-inflicted overload. | |
| Safe Tombstone Garbage Collection | Policy | Records deletions as dated tombstones and reaps them only once every replica has surely seen the delete, so removed data cannot rise from the dead. | |
| Safe Transition and Rollback Drill | Ritual | Rehearses switching, layering, and falling back between controls so that replacing a decaying barrier never opens a worse protection gap than the one it closes. | |
| Safe-Mode Banner or Indicator | Artifact | Makes the restricted status unmistakably visible so users, operators, and downstream systems never mistake safe mode for normal operation. | |
| Safe-State Admission Check | Test or Assessment | Evaluates whether admitting a new task, transaction, customer, claim, or process keeps the system in a state with at least one feasible completion sequence. | |
| safe_missing_referent_fallback | Fallback Policy | Provides safe retry, refresh, escalation, degradation, or abort behavior when referent validity cannot be confirmed. | |
| Safety and Accessibility Review | Review | Tests a candidate accommodation against the non-negotiables — safety, accessibility, dignity, privacy, environment — before anyone decides to pave, reroute, or block the revealed path. | |
| Safety Boundary Lockout | Interface | Combines access restriction with restoration conditions when unsafe behavior or missing safeguards create unacceptable risk. | |
| Safety Case | Document | An evidence-backed argument that a system is acceptably safe in a defined context, including failure controls and residual risk. | |
| Safety Case Review | Review Method | Examines whether technical controls, human practices, incentives, and governance together make the system acceptably safe. | |
| Safety Constraint | Protocol | Defines conditions that must be met to prevent injury, catastrophic loss, operational hazard, or unacceptable exposure. | |
| Safety Constraint Layer | Hard Constraint | Places non-negotiable safety limits around an optimizer so small performance gains cannot cross unsafe operating boundaries. | |
| Safety Cue Redesign | Safety Practice Method | Repositions, clarifies, or substitutes safety cues so safe action is triggered before hazard exposure or procedural drift. | |
| Safety Floor | Protocol | Defines a minimum safety condition that must be met before an option can proceed. | |
| Safety or Compliance Exclusion | Rule | Removes any candidate that crosses a safety, legal, or ethical red line — a hard, non-negotiable cut deliberately biased toward over-exclusion, with a controlled waiver as the only way back. | |
| Safety Reinforcement Protocol | Protocol | Makes safe actions, near-miss reporting, stop-work decisions, or checklist adherence visible and positively reinforced. | |
| Saga Pattern | Workflow | Implements long-running distributed work as a chain of local actions with defined compensating actions when later steps fail. | |
| Sales and Operations Boundary Review | Governance Cadence | ||
| Sales Capacity Alignment Review | Review | Checks what sales wants to promise a customer against what delivery, implementation, and engineering can actually supply, before the promise is made. | |
| Salience Map or Attention Heatmap | Interface | Shows where attention should move next based on current stage evidence. | |
| Salience Normalization Test | Test or Assessment | Compares decisions under amplified and normalized cue presentation to detect whether choices depend on exaggerated salience rather than substantive value. | |
| Salience Overweighting Check | Audit Check | ||
| Salience Red Team | Role or Team | A standing adversarial group chartered to ask what the loudest items are crowding out and who engineered their prominence. | |
| Salience-Significance Matrix | Tool | Scores each item twice — how much attention it grabs and how much it actually matters — so the loud-but-trivial and the quiet-but-critical sort into different corners. | |
| Salvage and Cannibalization Workflow | Protocol | Recovers usable parts or capabilities from lower-priority assets to feed higher-priority needs — governed so irreversible consumption stays budgeted, keystone resources stay protected, and every sacrifice is recorded. | |
| Sample Audit of Exclusions | Audit | Re-examines a representative sample of what was pruned — not what was kept — to catch false negatives, bias, and drift before a filter quietly discards the answers that mattered. | |
| Sample Audit Review | Audit | Tests a representative sample of delegated or broad-span work after the fact to infer whether the whole stays within quality, risk, and policy limits — without inspecting everything. | |
| Sample Frame Reconstruction | Method | Rebuilds the population and the selection filter a visible sample was drawn through, so 'the cases I can see' stops standing in for 'the cases that matter.' | |
| Sample Review Dashboard | Metric or Dashboard | A dashboard that summarizes sample frequency, detections, misses, coverage gaps, and follow-up status so the sampling regime can be tuned. | |
| sample_density_stress_test | Test or Assessment | Estimates whether evidence coverage is sufficient in the effective high-dimensional space. | |
| Sampling Frame Definition | Method | Defines the population or list from which samples are drawn so a potentially unbounded or unknown population becomes inspectable. | |
| Sanction Matrix | Decision Table | Lists sanction levels by conduct category or severity. It is a mechanism under this archetype, not the archetype itself. | |
| Sanctuary Access Protocol | Protocol | Defines access, conduct, closure, alteration, documentation, and exception rules for sacred places. | |
| Sanctuary Reachability Audit | Test or Assessment | ||
| Sandbox Environment | Software or Tool | Provides a safe technical environment where learners can perform realistic actions without damaging production systems. | |
| Sandbox or Adapter Wrapper | Tool | Wraps an inherited substrate in an isolation-and-mediation boundary so its behavior and risk can only reach the rest of the system through a controlled channel. | |
| Sandbox or Staging Execution | Procedure | Executes the action in a bounded environment before effects reach production or shared operational state. | |
| Sandboxed Candidate Execution | Monitor | Executes an untrusted candidate inside a confined environment that enforces a resource-and-permission policy as it runs, so its behavior can be checked and contained rather than trusted. | |
| Sandboxed Execution Environment | Software or Tool | Runs intentionally interpreted untrusted content under isolation, resource limits, and reduced permissions. | |
| Sandboxed Payload Execution | Tool | Runs the payload inside an isolated, instrumented cage and judges it by what it actually does, so its behaviour is observed before it is ever granted real trust or reach. | |
| Sandboxed Self-Organization Trial | Bounded Pilot | ||
| Sankey Flow Map | Artifact | Draws the whole flow network as ribbons whose width is proportional to quantity, so you see at a glance where a conserved flow concentrates, splits, and disappears. | |
| Sankey Loss Map | Artifact | A flow diagram whose branch widths are drawn to scale, exposing where a supplied input is lost stage by stage and what fraction survives to do useful work. | |
| SAT/SMT Satisfiability Check | Tool | Encodes the whole commitment set as logical formulas and lets an automated solver decide, once and for all, whether any joint assignment satisfies them — returning a concrete witness or reporting that none exists. | |
| Satisficing Threshold Rule | Procedure | Closes search when a candidate meets explicit minimum criteria and continued search has lower expected value. | |
| Saturation and Crowding Review | Review | A recurring check on whether the opened space is filling up and lineages are piling into the same niches — the signal that it is time to throttle the fan and rebalance. | |
| Saturation Dashboard | Monitor | Displays the signals of a flattening response curve — marginal output, latency, errors, abandonment, fatigue — so approaching saturation is seen while there is still time to act. | |
| Saturation Occupancy Dashboard | Dashboard | ||
| Saturation-Aware Resource Allocation | Policy | Moves budget or effort off a channel whose marginal return has saturated and onto a less-saturated one — allocating by where the next unit buys the most, not by where the spend already sits. | |
| Scaffolded Acquisition and Fade | Process | Supplies temporary support that carries the system through acquisition inside the window, then withdraws it on a fade schedule once uptake is self-sustaining — so the configuration is owned, not propped up. | |
| Scalable Governance Cadence | Ritual | Replaces everyone-decides-everything with tiered decision forums on a fixed cadence, so the number of decisions and units can grow without coordination cost growing with it. | |
| Scalable Policy Rule Audit | Procedure | Reviews whether a policy rule that works in the base population or initial jurisdiction remains valid as cases, exceptions, or administrative load increase. | |
| Scale Assumption Register | Register | A living ledger of the assumptions a scale translation rests on — each tagged with what must stay true, how far the supporting evidence can travel, where the rule is valid, and who owns it. | |
| Scale Comparison Visual | Representation Mechanism | ||
| Scale Maquette or Mass Model | Artifact | A physical scale model of the work set into a model of its surroundings, used to calibrate proportion and massing and — under directional light — to read the shadows the real work will cast. | |
| Scale Mockup and Tactile Review | Test or Assessment | Uses physical or haptic prototypes to test whether scale, weight, texture, and handling communicate the intended material quality. | |
| Scale Pilot or Dry Run | Test or Assessment | Tests a future scale scenario in limited form to observe hidden overhead, failure modes, staffing needs, and throughput constraints. | |
| Scale-Crop Recomposition | Method | Alters scale framing and cropping to displace object recognition and foreground relation | |
| Scale-Drift and Exception Audit | Protocol | Reviews implemented dimensions, ratio deviations, breakpoints, and outcomes against the controlled proportion system. | |
| Scale-Matrix Decision Workshop | Facilitated Reasoning Process | ||
| Scale-Shift Review Prompt | Checklist | Asks what becomes visible, invisible, exaggerated, or smoothed when the analysis shifts scale. | |
| Scale-Specific Policy Analysis | Test or Assessment | Evaluates whether a policy problem and its intervention point sit at the person, program, institution, region, or system level. | |
| Scale-Sweep Benchmark | Test or Assessment | A benchmark or simulation across multiple scales used to detect whether predicted dominance appears. | |
| Scan-to-Full-Record Link | Software or Tool | A persistent identifier, QR code, resolver, or clickable link that takes a consumer from the compact disclosure to maintained detailed records. | |
| scapegoat_screening_review | Audit Check | ||
| scarce_resource_option | Real Option Mechanism | Reserves a location, license, input, domain, channel, or partnership while preserving some flexibility. | |
| Scenario Condition Card | Forecasting Artifact | ||
| Scenario Contrast | Method | Contrasts a focal path with one or more explicitly described alternatives, often in strategy, planning, design, or historical interpretation where controlled testing is impossible. | |
| Scenario Cube | Template | Represents combinations of future drivers, contexts, or assumptions across multiple scenario axes. | |
| Scenario Drill | Ritual | Rehearses a response under simulated conditions before it's needed, so people can actually execute it under pressure — and so the gaps show up in practice instead of during the real event. | |
| Scenario Ensemble | Method | Uses multiple plausible futures or operating conditions to judge whether an action performs well across uncertainty. | |
| Scenario Enumeration Workshop | Ritual | A facilitated session that deliberately enumerates the full space of cases the system must serve — surfacing rare, edge, and unthought-of targets before reality forces them onto the list. | |
| Scenario Fan-Out Workshop | Facilitated Procedure | ||
| Scenario Learning Program | Curriculum or Program | ||
| Scenario or Monte Carlo Joint-State Sampling | Method | Samples many correlated joint states to estimate how often an entire route conducts at once — the rare-coincidence probability that no single-factor analysis reveals. | |
| Scenario or Simulation Testing | Model Testing Method | Tests whether the mapped loop could plausibly produce the behavior pattern under different assumptions, delays, or intervention choices. | |
| Scenario Probability Table | Artifact | A lightweight table of how things could go — each scenario with a likelihood band, consequence, key assumption, and the action threshold that would trigger a response — for when a full model is overkill. | |
| Scenario Recall Drill | Method | A realistic scenario that requires delayed recall of rules, cues, or procedures in context. | |
| Scenario Robustness Check | Test or Assessment | Evaluates each candidate solution against named scenarios and records where it remains acceptable, fails, or requires contingency support. | |
| Scenario Role-Reversal Simulation | Simulation | Places learners in a scenario where their own defaults are not treated as normal, making hidden assumptions visible. | |
| Scenario Sampling Workflow | Workflow | Generates many sampled scenarios so decision-makers can inspect representative, borderline, and tail cases. | |
| Scenario Sensitivity Grid | Test or Assessment | Shows how conclusions vary across plausible rates, horizons, timing assumptions, or value bases. | |
| Scenario Sensitivity Sweep | Method | Varies the uncertain inputs across plausible scenarios to learn whether the incompatibility is robust or an artifact of one assumption — and which assumptions, if they moved, would flip the verdict. | |
| Scenario State Map | Method | Maps how different assumptions or futures change reachable states, transition paths, and intervention opportunities. | |
| Scenario Tabletop Review | Ritual | Walks a group through plausible scenarios, edge cases, incidents, or user journeys to discover missing rules, owners, data, or response paths. | |
| Scenario Teleconnection Brief | Document | A concise decision document describing how alternative remote developments could affect local choices, thresholds, and preparedness options. | |
| Scenario Testing | Protocol | Checks the regulator against a curated set of plausible, extreme, and boundary situations, asking of each: does it stay within safe limits and degrade gracefully? | |
| Scenario Training | Method | Uses realistic decision situations to let learners practice cue recognition, response, coordination, and debriefed adjustment. | |
| Scenario-Based Retrieval Test | Diagnostic Estimation | Judges recall by staging realistic scenarios that supply the authentic retrieval cues, then scoring whether the right knowledge surfaces — measuring readiness under representative demand, not bare recognition. | |
| Scenario-Informed Preparation | Planning Workflow | ||
| Scenario-Specific Runbook | Document | Turns a recognized disturbance class into concrete steps, owners, checks, and escalation triggers for operations teams. | |
| scenario_walkthrough | Training Method | ||
| Scene-Setting Ledger | Context Inventory | ||
| scent_clickthrough_trace_dashboard | Metric or Dashboard | Monitors clickthrough, backtracking, abandonment, refinement, and successful arrival as evidence of scent quality. | |
| Schedule Conflict Prevention | Workflow | Separates tasks, resources, people, or processes in time when simultaneous execution creates interference, overload, or role conflict. | |
| Schedule Float | Method | Places deliberate time between the expected completion and a hard deadline, governed by a rule for who may consume it, so ordinary delay doesn't cause deadline failure. | |
| Schedule Float Stack Review | Review | Treats the slack along a chain of dependent tasks as one shared buffer being consumed by each handoff's slip, and rebalances it before the accumulated delay eats the delivery date. | |
| Schedule Slack | Method | Builds buffer into a plan — pooled float, lighter-load periods, deliberate slack days — so ordinary variation is absorbed instead of cascading into missed deadlines. | |
| Scheduled Elastic Scaling | Policy | Pre-positions capacity against a forecast of a known cycle — season, day-part, or scheduled event — so it is already in place when the predictable peak arrives, sized to hold the service target. | |
| Scheduled Incremental Refresh | Process | On a fixed cadence, applies only the source changes since the last run to a redundant copy, keeping it current to a bounded lag without the cost of a full rebuild. | |
| Scheduled Service Window | Process | Carves out protected, recurring time to repair, patch, replace, and clean up endpoints so upkeep never has to fight live demand for the same capacity. | |
| Schema and Configuration Generator | Tool | Generates the static declarations a system stands on — database schemas, validation schemas, config files — from a single higher-level model, so they can never drift out of sync with it. | |
| Schema Crosswalk | Interoperability Mapping Artifact | Maps fields, categories, codes, or meanings between schemas so equivalent structures can interoperate without pretending the schemas are identical. | |
| Schema Draft | Document | A provisional document defining categories, fields, relations, and constraints in a model. | |
| Schema Extension and Override Check | Review | Gates a schema that extends or overrides a base, verifying the descendant stays substitutable for the base — and, when a base change would break that, requiring a migration and backfill plan. | |
| Schema Mapping Review | Procedure | A structured review of field-to-field, class-to-class, type-to-type, or entity-to-entity mappings across systems or datasets. | |
| Schema Mapping Table | Artifact | A field-by-field table that lays every source element beside its host target and transform, and turns each element with no faithful home into a visible row. | |
| Schema Migration | Procedure | Transforms data or classification structures from one version to another while preserving required meaning and integrity. | |
| Schema or API Specification Publication | Artifact | Publishes the integration contract itself — the schema, API description, or protocol definition, with its normative scope and conformance rules — so outsiders integrate correctly instead of merely accessing the artifact. | |
| Schema or Protocol Contract | Protocol | A formal contract defining valid channel states, fields, messages, and decoding behavior. | |
| Schema Registry | Register | A managed register of event schemas and their versions that decides whether a new message format is compatible before producers and consumers ever exchange it. | |
| Schema Revision Workshop | Facilitation Method | Brings decision makers, domain experts, and affected representatives together to revise category definitions, decision criteria, labels, or explanations after fixed-essence assumptions are exposed. | |
| Schema Selection | Template | Selects a data, documentation, ontology, or workflow schema whose fields and relations preserve the structure needed for retrieval, governance, or coordination. | |
| Schema-Driven Hierarchical Decoding | Method | Generates hierarchical structure with a model while a schema masks every ill-formed continuation at decode time, so the output is well-formed by construction rather than validated after the fact. | |
| Schema-Validated Message Envelope | Protocol | Wraps messages in typed fields with explicit roles, trust levels, and allowed operations. | |
| School Start Offsets | Procedure | Schedules schools, grades, buses, or campuses with offset start times to reduce transportation, staffing, and traffic peaks. | |
| Scientific Claim Evaluation Template | Template | Prompts analysts to state claim, default, alternative, evidence, assumptions, thresholds, error costs, and interpretation limits. | |
| Scientific Consensus Process | Process | Converges a scientific community on the current best understanding by synthesizing the whole evidence base under calibrated uncertainty, recording dissent, and revising as knowledge changes. | |
| Scientific Experimentation Cycle | Procedure | Implements refinement through hypothesis, test, evidence interpretation, and revised hypothesis or design. | |
| Scope Budget | Workflow | Caps the total scope of a release, project, policy package, research plan, or process redesign so additions must displace lower-value items or wait. | |
| Scope Change Review | Ritual | A recurring review that gathers accumulated boundary violations and edge cases, decides deliberately whether the domain or codomain should change, and versions and announces any revision. | |
| Scope Change Ticket | Protocol | Routes every proposed addition to an agreed scope through a filed, logged ticket that must be justified and approved before work starts — so the default answer to 'while we're at it…' is no. | |
| Scope Reduction Review | Procedure | Examines whether proposed work packages, requirements, or deliverables exceed what the task requires. | |
| Scope Statement | Document | Documents what is inside and outside the current problem frame, including rationale, assumptions, and review conditions. | |
| Scope-Boundary Stress Test | Method | Pushes each commitment to the edges of where it is meant to apply, to reveal whether the incompatibility is genuine or an artifact of over-broad scope that a sharper boundary would dissolve. | |
| scope_revision_memo | Governance Record | ||
| Scorecard Disclosure Template | Documentation Artifact | Documents objectives, weights, scales, rationale, and sensitivity notes. | |
| Screening Menu or Self-Selection | Method | Offers a deliberately shaped menu whose best choice differs by hidden type, so a party reveals a materially private fact simply by which option it picks — no interrogation required. | |
| script_card_template | Documentation Artifact | ||
| script_revision_workshop | Governance Process | ||
| Scroll Progression Design | Interface | Uses vertical flow, sticky anchors, section rhythm, transitions, and progress cues to guide attention through a long digital surface. | |
| Sealed Ballot Before Voice Vote | Procedure | Captures a low-cost private signal before public conformity pressure or visible sequence effects distort expression. | |
| Search Algorithm Portfolio | Workflow | Runs or stages multiple search tactics, each matched to a different landscape hypothesis, then reallocates effort based on observed performance. | |
| Search and Autocomplete Suggestion | Tool | Turns a user's half-typed intent into a short, ranked list of capabilities they didn't know to look for — surfacing latent options by relevance the moment they start asking. | |
| Search Filter | Software or Tool | Applies explicit criteria to remove or include records, designs, paths, hypotheses, or cases before deeper examination. | |
| Search Index | Tool | Runs the index as a live service — bounding the collection, serving ranked candidates, and reindexing as records change — so queries stay fast and current without rescanning the source. | |
| Search Sensitivity Matrix | Template | Compares target forms against observation channels to show what each channel could and could not detect. | |
| Search Tree Pruning with Refinement | Method | Implements the archetype when a tree or hierarchy is explored shallowly first, then expanded more deeply along selected branches while keeping audit checks for pruned branches. | |
| Search, Ranking, or Matching Algorithm | Software or Tool | Routes one side to relevant counterpart options and converts nominal participation into realized liquidity. | |
| Search-Branch Pruning Test | Method | Prunes a branch of troubleshooting, optimization, or investigation when a required downstream condition fails. | |
| Seasonal Adjustment Procedure | Procedure | Separates periodic cycles from trend and residual movement when recurring seasonal effects are expected. | |
| Seasonal Variation Model | Model | Maps how the work will read across the full cycle of time — day to night, season to season, dry to flood, empty to crowded — so its changing states are designed rather than suffered. | |
| Secondary-Capacity Reserve Activation | Policy | Holds a protected reserve of the resource the crash will consume — oxygen, liquidity, staffing, treatment — and releases it when the crash-load forecast approaches the floor that must never be breached. | |
| Secret-Independent Resource Scheduling | Method | Executes work so that time, memory access, and resource contention do not depend on the secret — closing the timing and resource-use channels by making every secret take the same observable path. | |
| Secure Hardware Issuer Module | Technical Control | Constrains issuance to protected devices or modules that limit key export, signing abuse, or unauthorized minting. | |
| Seed-Artifact Signature Verification | Protocol | Checks the starting seed's cryptographic signature and hash against a trusted reference before any stage is built on top of it. | |
| Segment Funnel Comparison | Method | Compares stage conversion across source channels, cohorts, regions, devices, roles, or other meaningful segments. | |
| Segment Stratification Table | Register | Splits the data into meaningful subgroups and estimates the association within each, so a pattern that holds overall but reverses inside every subgroup — or vice versa — cannot hide. | |
| Segmentation or Quarantine Switch | Tool | Stands ready to cut selected links or wall off regions the moment newly-formed connectivity starts carrying something harmful, containing the spread without tearing down the whole network. | |
| Segmented Customer Treatment Rules | Workflow | Operationalizes different response scripts, service levels, retention offers, or escalation paths for different customer or case segments. | |
| Selection / Omission Matrix | Template | Places included material and plausible excluded material side by side so narrative scope and distortion risk can be reviewed. | |
| Selection Loop Map | Model | Makes an implicit selection loop explicit by charting its stations — the population of variants, how winners reproduce, and where selection actually bites — so the whole engine can be seen and steered. | |
| Selection Pressure Sandbox | Tool | A contained copy of the selection loop for applying a candidate pressure to a variant population and watching what it actually breeds — before that pressure is turned loose on the live system. | |
| Selection Review Board | Institution | A human review body that evaluates proposed commitment bundles, constraints, exceptions, and legitimacy concerns. | |
| Selection-Differential Cohort Analysis | Method | Compares survival or persistence across exposed and unexposed cohorts to test whether the barrier is actively selecting for the escape variant, rather than merely coinciding with a drift it never caused. | |
| Selection-Model Sensitivity Analysis | Method | Models the response process jointly with the outcome to examine how non-ignorable missingness would affect estimates. | |
| Selective Admission Band Protocol | Procedure | Uses an allowable strictness band to admit targets while minimizing qualified exclusions and non-target admissions. | |
| Selective Parameter Freezing | Method | Write-protects the parameters that encode one context's map so that learning a different context cannot overwrite them, drawing the isolation boundary in parameter space. | |
| Selective Re-stabilization Challenge | Review | Stress-tests the re-closed system to prove the intended change became durable while the protected functions returned to stability — that re-stabilization was selective, not universal and not absent. | |
| Selective Wetting or Patterned Substrate | Artifact | A surface or template with spatially patterned affinity that pins where each phase goes, forcing domains to form in a registered, oriented arrangement instead of a random one. | |
| Selective-Disclosure Credential Presentation | Workflow | Presents only required credential attributes or predicates while withholding unrelated attributes from the verifier. | |
| Selectivity Curve Sweep | Protocol | Runs the selector across a planned range of the control parameter and plots target yield against non-target capture. | |
| Self-Assessment Tool | Evaluation Tool | Helps an actor compare its own performance, process, or state against criteria before external judgment or final outcome. | |
| Self-Explanation of Norm | Method | The actor must reconstruct the norm in their own words — with their own examples and limits — so understanding is generated internally rather than recited. | |
| Self-Organizing Map Training | Method | Trains a fixed grid of prototype units by competitive learning so that, over many passes, neighbouring units come to represent neighbouring regions of the source. | |
| Self-Preferencing Firewall | Protocol | Walls off the arm that operates the bottleneck from the controller's downstream business — separating data, staff, and decisions — so it can't quietly steer access to favour its own side. | |
| Self-Selection Menu | Protocol | Offers a menu of options priced so that different hidden types find different options attractive, letting candidates reveal their type by which one they choose. | |
| Self-Service Capacity Deflection | Tool | Preserves scarce human or expert capacity during peaks by routing the demand that doesn't need a person into self-service channels — a demand-side release valve rather than a supply-side add. | |
| self_application_exclusion_rule | Guardrail | A rule that forbids a rule, category, or authority from applying to itself without higher-level authorization. | |
| self_reference_audit | Diagnostic Audit | A structured review that identifies where rules, claims, models, categories, measurements, or systems refer to themselves. | |
| Seller Rating or Quality Grading | Tool | Aggregates realized transaction feedback into a public quality grade, surfacing sellers' hidden quality so low-quality entrants can no longer hide inside a high-trust pool — as long as the ratings themselves resist manipulation. | |
| Semantic Diff Review | Test or Assessment | Reviews whether a change alters meaning, function, normative commitment, or recognizable identity rather than only surface form. | |
| Semantic Glossary | Artifact | Pins down the shared meaning of terms, categories, states, and identifiers so exchanges that are syntactically compatible are also interpreted the same way by every party. | |
| Semantic Schema | Artifact | Encodes meaning-bearing categories and relations for retrieval, reasoning, integration, or machine-readable knowledge representation. | |
| Semantic Schema Validation | Audit | Checks a recovered structure against a versioned semantic schema — not whether it parsed, but whether it means something admissible — and records a version-tagged conformance audit. | |
| Semantic Similarity Index | Tool | Encodes records and queries as vectors so retrieval returns items close in meaning, finding the right record even when its words don't match the query's. | |
| Semantic Texture Palette | Design System Asset | Maintains reusable texture tokens and meaning assignments across a design system or product family. | |
| Semantic Usability Test | Test or Assessment | Presents a sign to representative users and asks what they think it means or what action they would take before any explanation is given. | |
| Semantic Versioning | Protocol | Encodes expected compatibility implications in version identifiers, often distinguishing major breaking changes from minor or patch changes. | |
| Semantic Versioning & Deprecation Gate | Policy | Governs how the contract may change over time, encoding compatibility in the version number and giving clients a deprecation window before anything breaks. | |
| Semantic Versioning or Release Scheme | Protocol | A release-numbering scheme whose version numbers themselves encode compatibility — signaling whether an update is safe, additive, or breaking — so dependents can upgrade on rules rather than by re-testing everything. | |
| semantic_quarantine_marker | Boundary Marker | Marks a meaning as local, experimental, contested, deprecated, or not for general transfer. | |
| Semantics-Preserving Refactoring | Workflow | Changes internal software structure while preserving externally observable behavior and improving maintainability, modularity, or risk profile. | |
| Semaphore-Limited Release | Tool | Caps how many actors hold the resource at once with N permits, and releases exactly one waiter each time a permit returns — so a crowd crosses the choke point at the rate it actually drains. | |
| Semi-Decision with Explicit Unknown | Protocol | Runs a sound one-sided recognizer that confirms YES when it can, but returns an explicit UNKNOWN at a declared resource bound instead of looping forever or faking a NO. | |
| Semi-Finished Goods Buffer | Stock or Reserve | ||
| Semiotic Audience Test | Review Protocol | Asks representative viewers to infer meanings from the visual system and compares responses with intended mappings. | |
| Semipermeable Membrane | Artifact | A material boundary that admits selected substances by their physical properties alone — no inspector, no decision, just a structure whose geometry lets some things pass and blocks the rest. | |
| Sense Labeling | Labeling Method | ||
| Sense-Condition Rewrite Template | Template | Rewrites an object-level claim into the possible experiences, observations, or tests that would give it empirical content. | |
| sense_boundary_comparison_table | Artifact | Compares source, receiving, legacy, specialist, public, and operational senses side by side. | |
| Sensemaking Loop Facilitation | Ritual | Guides a group through repeated movement between details, whole account, assumptions, anomalies, and ambiguity. | |
| Sensitivity Analysis | Method | Sweeps the model's inputs and parameters across their plausible ranges to find which ones actually move its decisions — and whether the model's added complexity earns its keep. | |
| Sensitivity and Scenario Sweep | Validation Method | Tests whether the activation recommendation changes under different assumptions about costs, adoption rate, benefit timing, failure probability, and maintenance burden. | |
| Sensitivity Check | Analysis Method | ||
| Sensitivity Probe | Test or Assessment | Varies key assumptions or inputs to see whether the approximate conclusion changes materially. | |
| Sensitivity to Case-Set Analysis | Method | Re-runs the comparison while dropping, swapping, or adding cases, to see whether the conclusion survives the particular set of cases that happened to be chosen. | |
| Sensor Array | Software or Tool | Captures physical, environmental, biological, or machine signals that reveal hidden state such as temperature, pressure, vibration, movement, or exposure. | |
| Sensor or Service Radius Map | Artifact | Maps spatial anchors against the radius within which they can observe, serve, or represent surrounding points. | |
| sensor_fingerprint_analysis | Method | Detects device-specific noise, calibration, dead-pixel, acoustic, or timing patterns. | |
| Sensory Walkthrough | Method | Walks an imagined observer sense by sense through the object, cataloguing what each modality would encounter under stated conditions. | |
| Sentinel Dashboard | Monitoring Tool | Displays a compact field of signals selected for early notice rather than exhaustive monitoring. | |
| Sentinel Event Monitoring | Monitor | Watches continuously for specific pre-defined rare events whose single occurrence signals high consequence or systemic failure and warrants immediate response. | |
| Sentinel Monitoring Network | Metric or Dashboard | A distributed monitoring setup that samples high-risk entry points and vulnerable refuges for early establishment signals. | |
| Sentinel Option Trial | Method | A small-scale probe used to test whether a suppressed option is becoming valuable again under changed conditions. | |
| Sentinel Receptor Monitoring | Monitor | Places sensitive indicator receptors where a hazard would arrive first, so any breakthrough shows up on a canary before it reaches the population being protected. | |
| Sentinel Site Monitoring | Monitor | Watches a few carefully chosen high-risk sites continuously, so a hotspot turning active — or risk migrating to a new one — is caught early. | |
| Sentinel Species Surveillance | Procedure | Observes sensitive organisms or ecological markers whose condition reveals environmental stress before direct system-wide damage is visible. | |
| Sentinel Surveillance Dashboard | Metric or Dashboard | ||
| Sentinel Survey | Method | A recurring or opportunistic survey of selected sentinels that provides signal about intermittent experiences, symptoms, or behaviors in a larger population. | |
| Separation-of-Duties Review | Procedure | Prevents one actor or role combination from holding powers that interfere destructively with accountability, oversight, or independent judgment. | |
| Sequence and Placement Map | Artifact | Charts the order, adjacency, nesting, and framing of a text's parts so that meaning carried by where something sits — not just what it says — becomes visible and arguable. | |
| Sequential Concentration Drill | Ritual | A live rehearsal that moves the same reserve through more than one front in sequence — setup, handoff, recall, reconstitution between commitments — to prove the central position really delivers concentration in time, and to re-check that it still does. | |
| Sequential Forecast Update | Temporal Update Protocol | Revises a forecast as new observations arrive while preserving a record of prior forecast states and reasons for movement. | |
| Sequential Review Gate | Workflow | Re-evaluates evidence at predefined milestones while controlling how interim findings change action. | |
| Sequential-Consistency Trace Protocol | Protocol | Records the interleaved history of operations and checks it against a single program-order-respecting total order, flagging any execution no such order can explain. | |
| Serial Number or Registry Lookup | Registry Workflow | Lets verifiers check whether an artifact identifier was issued, remains current, and matches the claimed scope. | |
| Serialization with Reconstruction Schema | Protocol | Encodes the source into a transportable form bundled with the schema needed to rebuild it faithfully — and versions that schema so yesterday's encodings still reconstruct tomorrow. | |
| Serialized Job Envelope | Artifact | Wraps a unit of deferred work together with the minimum context it needs into one self-contained, serializable message, so any worker that picks it up later reconstitutes the intended execution context instead of its own. | |
| Service Access Panel | Artifact | A designed, safe point of entry that lets a maintainer reach the parts needing service without dismantling — or endangering — the whole system. | |
| Service Boundary Definition | Interface | An operational definition of what a service owns, exposes, depends on, and hands off. | |
| Service Channel Portal | Interface or Intake Artifact | ||
| Service Decomposition | Method | Carves a running monolith into independently deployable, independently scalable services along a planned migration, so each capability can grow and ship on its own schedule. | |
| Service Dependency Inventory | Document | Records operational and technical service dependencies, often with owners, criticality, interfaces, and failure consequences. | |
| Service Deviation Journey Audit | Audit | Walks a customer's end-to-end journey across every handoff to measure the deviation the customer actually accumulates, exposing service failures that no single step, each inside its own SLA, would ever reveal. | |
| Service Fault Isolation | Software or Tool | A software, infrastructure, or operational mechanism that isolates a failing service, dependency, queue, shard, or region so the fault does not cascade. | |
| Service Floor Upgrade | Workflow | Raises baseline service in low-access or high-need regions so the gap narrows without necessarily reducing service quality elsewhere. | |
| Service Layer or API Facade | Tool | A single stable interface that upper layers call instead of reaching into host services directly — presenting one curated contract and hiding the lower-level detail, so what sits behind it can change without the callers noticing. | |
| Service Pilot | Procedure | Runs a bounded real or realistic service experience to observe fit, friction, support needs, and user outcomes. | |
| Service Recovery Playbook | Procedure | Guides apology, escalation, replacement, refund, credit, repair, and follow-up after a service failure has already affected someone. | |
| Service Restoration Runbook | Operational Procedure | ||
| Service Scope Statement | Artifact | A published statement of what a service does and does not deliver — the requests it handles, the outcomes it promises, what falls outside it, and where out-of-scope requests should go instead. | |
| Service Tier Mapping | Artifact | Defines alternative service bundles that provide acceptable value for different needs, budgets, or constraints. | |
| Service Walkthrough | Procedure | A staged enactment of a service, process, or workflow sequence. | |
| Service Window Adjustment | Temporal Capacity Reallocation | May overlap with scheduling or demand smoothing. It belongs here when the service side moves to meet arrivals, not when demand is primarily pushed elsewhere. | |
| Service-Area Gap Analysis | Method | Overlays required coverage on the actual usable reach of the available sources to expose the regions and groups no source can serve — and whether the gaps fall unequally. | |
| Service-Level Agreement | Artifact | Pins a delegated service to measurable targets — response times, uptime, quality — with remedies the provider owes when the targets are missed. | |
| Service-Level Commitment | Policy | A published, accountable promise about uptime, notice, support, and interface stability, so participants who build livelihoods on the network can depend on it not degrading without warning. | |
| Service-Level Monitor | Monitor | Continuously measures the live service against its promised targets — latency, error rate, throughput, backlog — and raises a signal the moment reality drifts past the line. | |
| Service-Level Regression Monitor | Monitoring System | Detects post-replacement degradation in performance, reliability, safety, or user-facing outcomes. | |
| Service-Level Tolerance | Monitor | Defines the acceptable variation in a service's speed, availability, or accuracy as a target plus an allowed budget of misses, so occasional shortfalls are governed rather than either ignored or treated as catastrophe. | |
| Service-Output Normalization Dashboard | Tool | Puts resource use, service quantity, service quality, utilization, and access on one normalized basis so an efficiency gain can be told apart from simply delivering more service. | |
| service_blueprint_script | Service Design Artifact | ||
| Session-Guarantee Token | Interface | A token the client carries between requests, encoding what it has already observed, so the system can promise read-your-writes and monotonic reads within that one session even over inconsistent replicas. | |
| Set-Cover Analysis | Model | Selects the smallest or cheapest set of sources whose combined reach covers every required target — turning 'cover everything' into a solvable optimization and exposing targets no source can reach. | |
| Setback Requirement | Protocol | Mandates a fixed physical or legal distance between an activity and a hazard or boundary line, so encroachment and ordinary error can't reach the harm line. | |
| setup_time_reduction_and_recalibration | Workflow | A workflow that lowers setup or switching cost and then recalculates the batch-size operating band. | |
| Severability Clause and Review Rule | Document | Allows a disputed add-on condition to be severed or revised without destroying legitimate access or the entire relationship. | |
| Severity Matrix Activation | Tool | Applies a pre-agreed severity grid to classify an incident's blast radius at the moment it is detected, and that grade — not a judgment call — is what trips the command regime on. | |
| Severity Tier Recalibration | Process | Redraws the thresholds between severity or priority tiers so each tier again separates a distinct band of cases instead of everything piling into the top. | |
| Shadow Price Analysis | Method | Estimates marginal objective gain from relaxing a binding constraint. | |
| Shadow Process Audit | Procedure | Compares documented procedures with actual behavior to identify undocumented steps, bypasses, exception routes, and unofficial approvals. | |
| Shadow Raw-Channel Sampling | Audit | Quietly routes a sample of full observations down an independent audit path and compares them against what the predictor would have reconstructed, to catch what the residual pipeline silently drops. | |
| Shadow Review Board | Role or Team | A standing independent panel that re-adjudicates a running stream of filtered-out outputs under its own declared criteria, revealing what the live filter set would have passed had the judgment been someone else's. | |
| Shadow Run or Parallel Run | Method | Runs the new implementation alongside the old on live traffic — old system serving, new system shadowing — and compares their outputs and real-world side effects before trusting the new one to take over. | |
| Shadow-Map Evaluation | Process | Runs a candidate map in parallel on live inputs with its outputs suppressed, promoting it to active only once it demonstrably matches or beats the incumbent. | |
| Shadow-Mode Evaluation | Review | Runs a candidate policy silently on live inputs with zero authority to act, logging what it would have done so its divergences from reality can gate promotion. | |
| Shadow-Mode Method Comparison | Test or Assessment | Compares heuristic and algorithmic outputs before switching operational authority. | |
| Shadow-Platform Audit | Audit | Inspects embedded systems for host-like facilities, duplicate authoritative state, and unbounded local extension growth, and registers each shadow platform it finds. | |
| shadow_displacement_accounting | Method | A counterfactual accounting method that estimates what incumbent activity would have remained without the entrant. | |
| shadow_scarcity_budget | Method | Uses an internal constraint budget that treats part of the windfall as unavailable for ordinary consumption or expansion. | |
| Shadowing Session | Method | An observer watches an expert do real work in its natural setting — silently and without participating — to capture the timing, tool use, and embodied cues that no interview would surface. | |
| Sham or Placebo Control | Artifact | An inactive or alternative comparator designed to preserve credibility and mask active-condition identity. | |
| Shape Alphabet Sheet | Artifact | A reference artifact showing approved primitive forms, allowed variants, and disallowed near-forms. | |
| Shared Artifact | Artifact | A single object both regimes jointly own and read, plastic enough to mean something on each side yet fixed enough to coordinate them without meetings or translators. | |
| Shared Backbone with Context Adapters | Artifact | Keeps one shared trunk that every context reuses and swaps only a small context-specific adapter, so switching maps means changing the adapter, not the whole model. | |
| Shared Clap or Step Cycle | Method | Builds a shared beat from the crowd's own bodies — clapping, stepping, or stomping — an equipment-free pulse anyone can join on the first repeat and the group sustains itself. | |
| Shared Coordination Board | Tool | A single shared surface where every actor reads the same live picture — outcome, state, commitments, dependencies, capacity, exceptions — each field owned, dated, and confidence-tagged. | |
| Shared Cycle Calendar | Artifact | A calendar or visual artifact that shows recurring cycles, phases, usable windows, and dependency points across actors. | |
| Shared Data or Feature Store | Software or Tool | Allows multiple analytics, machine-learning, or information products to use governed common data or feature inputs. | |
| Shared Handling or Passing Ritual | Ritual | Lets each member touch, hold, or pass the object in turn, so a private moment of contact becomes an act of belonging witnessed by the whole group. | |
| Shared Liability Clause | Rule | Assigns a defined share of any resulting loss to the party whose choices controlled the risk, so the actor with the decision authority also holds part of the consequence. | |
| Shared Mission Framing | Method | Frames cooperation through a credible common purpose, shared future, or broader membership that participants can endorse without losing subgroup identity. | |
| Shared Monitoring Dashboard | Observability Artifact | ||
| Shared Recitation Or Pledge | Ritual | A shared spoken, signed, or written formula through which participants together voice and renew a commitment — with a legitimate way to stay silent rather than affirm what they cannot. | |
| Shared Reserve Pool | Resource Pool | ||
| Shared Restart Dashboard | Metric or Dashboard | A dashboard or status board showing phase state, readiness, load, incidents, and threshold breaches. | |
| Shared Savings or Gainsharing | Institution | Splits the benefits of improved performance so the party able to change behavior receives part of the system-level gain. | |
| Shared Savings Pool | Institution | Collects verified savings or surplus and distributes it according to agreed contribution, need, or reinvestment rules. | |
| Shared Screen Highlight | Interface | Uses cursor focus, laser pointer, box highlight, live annotation, or spotlighting to make the shared target visible to all participants. | |
| Shared Service Catalog | Artifact | Lists available common services, eligibility rules, service levels, ownership, cost model, and onboarding path for varied outputs. | |
| Shared Service Center | Institution | Centralizes a repeated support function such as HR, finance, legal review, IT operations, procurement, analytics, or compliance for multiple units. | |
| Shared Service Desk | Institution | Concentrates a scarce human capability in one staffed team that many groups route their requests to, instead of each group hiring, duplicating, or hunting for the expertise itself. | |
| Shared Situation Model | Artifact | A structured representation of current situation, risks, resources, roles, and action implications. | |
| Shared Success Dashboard | Metric or Dashboard | Displays joint viability indicators and imbalance signals so parties can see whether the relationship is reinforcing or extractive. | |
| Shared Task Ownership Protocol | Protocol | Clarifies how jointly owned work is split, coordinated, reviewed, and credited so shared ownership does not erase individual responsibilities. | |
| Shared Workflow Board | Software or Tool | Provides live visibility into task states, blockers, dependency status, owners, and handoff readiness. | |
| Shared-Burden Comparison Table | Evaluation Matrix | ||
| Shared-Loss Contract | Institution | Binds the actor to bear a defined proportion of every realized loss alongside the party who would otherwise absorb it, so downside is co-owned rather than shifted. | |
| Shear and Mixing Schedule | Protocol | Programs mixing, shear, and flow over the course of separation to control transport, break up or coalesce domains, and drive toward a uniform target domain size. | |
| Shift Handoff Briefing | Protocol | Transfers active watch state, unresolved anomalies, expected absences, fatigue status, and changed assumptions. | |
| Shift Handoff Check | Handoff Procedure | ||
| Shift-Reduce Parsing | Method | Builds the parse tree bottom-up with a stack and a parse table — shifting tokens until a rule's right-hand side is complete, then reducing it, resolving attachment conflicts by declared precedence. | |
| Short-Circuit Evaluation | Method | Evaluates a boolean expression left to right and stops the instant the result is settled, so later operands — and their side effects — never run. | |
| Short-Time Fourier Transform Window Selection | Method | Chooses the analysis window for a spectrogram — trading time resolution against frequency resolution — to set up the time-frequency frame in which a downstream filter can isolate the target band. | |
| Shortcut-Risk Model Card Section | Register | A standing section of the model's documentation that records the suspected shortcuts, what was tested, what residual risk remains, and the conditions that force revalidation. | |
| Shortest-Processing-Time-First Rule | Scheduling Rule | ||
| Shortlisting | Artifact | Reduces a broad field to a small, deliberately varied working set that a team can evaluate in depth — a soft, reversible narrowing that keeps the finalists distinct rather than clustered. | |
| Shown-vs-Unshown Audit | Audit | Sets a display's visible items beside the relevant ones it leaves out, so the gap between what is shown and the full field becomes something you have to look at. | |
| Shuffled Practice Deck | Artifact | A deck of prompts or items shuffled within constraints for target coverage, difficulty, and contrast. | |
| Side-by-Side Comparison Display | Interface | Places items in the same viewing field so differences, similarities, gaps, or contradictions can be inspected without mentally reconstructing the relation. | |
| Side-Channel Inventory Workshop | Ritual | A facilitated session that enumerates what must stay secret and every observable byproduct that could betray it — turning 'the front door is locked' into a map of all the windows. | |
| Side-Channel Redirect Notice | Artifact | A reusable, face-saving message that moves an informally-offered contribution back onto the common intake path — without making the person who received it personally responsible for evaluating it. | |
| Side-Channel Regression Test | Monitor | An automated suite that re-runs on every change to confirm previously-closed side channels stay closed — comparing observable behavior across matched secret-pairs and failing the build when they start to diverge. | |
| Side-Payment Compensation Package | Procedure | Transfers part of the joint gain to parties who incur costs or risks so efficient moves can become acceptable and legitimate. | |
| Sign-Flip Sentinel Metric | Metric or Dashboard | Tracks when decayed context causes the observed survivor to imply the opposite or a materially different meaning. | |
| Signage and Wayfinding Revision | Artifact | Rewrites the signs, labels, and waypoints in a space so an existing-but-unnoticed route or capability reads clearly from the point where people actually stand and decide. | |
| Signage Comprehension Test | Test or Assessment | Tests whether people understand wayfinding, safety, warning, or instructional signs quickly enough for the situation. | |
| Signal A/B Test or Holdout | Method | Withholds a signal from a randomized holdout group to measure its true causal effect on receiver behavior — the lift the signal actually adds, not just the behavior that accompanies it. | |
| Signal Highlighting | Method | Marks the one signal or state change that matters so it stands out from surrounding noise and is not lost among everything else on view. | |
| Signal Injection–Recovery Test | Protocol | Adds a known synthetic signal into real data, runs the whole extraction pipeline, and checks how faithfully it comes back — measuring the pipeline's bias, completeness, and detection limit. | |
| Signal Issuance Rubric | Protocol | A written test of the evidence and category a case must satisfy before a given signal may fire — the gate that decides whether the mark goes up and exactly what it then claims. | |
| Signal Retirement Registry | Register | A living registry that tracks every signal's evidentiary basis and lifecycle status, surfacing those due for revalidation, downgrade, or retirement before stale marks pile up into noise. | |
| Signal Scoring Rubric | Test or Assessment | Separates plausibility, impact, evidence direction, response cost, and response lead time so ambiguous signals are not flattened into one misleading score. | |
| Signal-Detection Calibration Drill | Test or Assessment | Tests sensitivity and criterion placement by reviewing signal/noise examples, misses, false alarms, and ambiguous cues. | |
| Signal/Noise Review | Review | A human adjudication step where reviewers judge whether an extracted signal is real and fit for its use — or an artifact dressed up as signal — before it is allowed to drive a decision. | |
| signature_likelihood_report | Document | Documents features, exemplars, controls, confidence language, alternative sources, and limits. | |
| Signed Commitment Authorization | Document | Provides explicit evidence that the authorized actor or body closed the decision. | |
| Signed Context Manifest | Artifact | A manifest of a behavior's bound context sealed with a cryptographic signature, so any receiver can verify the context is authentic and unaltered before trusting the behavior to run. | |
| Signed Manifest or Checksum | Record Artifact | Binds a release, dataset, package, bill of materials, or file set to a trusted issuer and expected content. | |
| Signed Quorum Certificate | Artifact | Bundles a quorum's authenticated votes for one value into a single self-verifying proof that the decision was legitimately reached — so anyone can check it later without replaying the protocol or trusting the reporter. | |
| Signifier Prototyping | Design Method | ||
| Silence and Void | Atmospheric Mechanism | ||
| Silence Reflection And Lament Interval | Ritual | A protected, wordless interval that opens bounded room for grief, reflection, dissent, or remembrance — without asking anyone to perform, speak, or agree. | |
| Silence Signal Review Board | Role or Team | Reviews high-stakes interpretations of silence or nonresponse where power, consent, safety, or exclusion risks are present. | |
| Silent Monitor Assurance Review | Test or Assessment | Checks whether the absence of alerts is meaningful or merely reflects broken, misconfigured, sparse, or blind monitoring. | |
| Silent-Start Estimation Round | Ritual | A meeting ritual that preserves independent estimates before discussion. | |
| Silent-Start Written Input | Procedure | Lets participants commit views or concerns privately before hearing dominant voices, reducing early climate-of-opinion distortion. | |
| Silhouette Reduction Study | Method | Removes internal detail to test contour mass posture and figure-ground invariants | |
| Silo Imprint Audit | Audit | Hunts the artifact for boundaries that fossilize an obsolete or accidental team silo rather than the domain, logging each imprint and the cross-boundary coupling that gives it away. | |
| Similarity Dimension Rubric | Artifact | Names the dimensions along which resemblance to the prototype is judged, sets their weights (which can shift by context), and fences off the dimensions that must never count. | |
| Simple Baseline Model | Artifact | Provides a low-complexity model or design that more complex candidates must outperform or justify exceeding. | |
| Simple Prototype | Artifact | Embodies the core function or interaction in a low-detail form so the main logic can be tested early. | |
| Simplicity Constraint | Design Constraint | Prevents added detail, rules, exceptions, or tuning layers when their marginal gain is too small to justify understandability and maintenance costs. | |
| Simplification Review | Review Workflow | ||
| simplification_regression_suite | Test or Assessment | A set of tests, examples, walkthroughs, or simulations that verify removed complexity did not remove essential behavior. | |
| Simplified Diagram | Artifact | Uses a visual representation to show the essential parts and relations while suppressing incidental visual or textual detail. | |
| Simplified Simulation | Software or Tool | Simulates a reduced version of the system that captures enough behavior to guide the decision. | |
| Simulation | Method | Implements practice by reproducing selected conditions of real use in a controlled environment; it is a mechanism, not the archetype itself. | |
| Simulation Ensemble | Method | Runs many simulations or scenario realizations to reveal ranges, distributions, and sensitivity to assumptions. | |
| Simulation or Case Test | Tool | Puts a person into a realistic simulated scenario or case and measures how they actually perform, generating high-fidelity evidence — including on unfamiliar situations — without real-world risk. | |
| Simulation or Dry Run | Validation Method | Tests whether the proposed order produces the intended state transitions before the sequence is used in a live, costly, or irreversible setting. | |
| Simulation Refinement Ladder | Method | Adds simulation detail in layers, such as finer resolution, stochastic effects, heterogeneity, spatial structure, feedback, or operational constraints. | |
| Simulation Replay | Process | Reconstructs a realistic case and plays it forward under controlled conditions, so what different practitioners notice and decide as it unfolds can be compared, and elicited knowledge tested against fresh eyes. | |
| Simulation Rescaling Sweep | Simulation Method | ||
| Simulation Result Dashboard | Metric or Dashboard | Communicates outcome distributions, key percentiles, risk thresholds, and sensitivity summaries to stakeholders. | |
| Simulation Rollout Evaluation | Simulation Method | ||
| Simulation-Based Validation Report | Report Artifact | Packages scenarios, assumptions, metrics, results, limits, and the deployment recommendation into a reviewable artifact. | |
| Simulation-Triggered Routine Update | Workflow | Uses a realistic simulation to cue an old routine, then has the performer practice the revised response until it becomes the retrieved action. | |
| Simultaneous Feasibility and Capacity Test | Test or Assessment | Compares time, timing, attention, competence, authority, and resources under realistic peaks. | |
| Simultaneous-Front Stress Test | Audit | An adversarial test of whether correlated demands, route failures, and false alarms can exhaust the reserve or force it below minimum local cover — setting the guardrail on how much simultaneous draw the pool can safely absorb. | |
| Single-Flight Request Coalescing | Protocol | When several callers demand the same not-yet-ready value at once, runs the computation a single time and hands that one result to every waiter. | |
| Single-Point-of-Failure Elimination | Method | Finds the lone component whose failure would take down the whole, and removes its singularity so no single element stays catastrophic. | |
| Single-Threaded Owner | Ownership Model | ||
| Singular Value Decomposition | Method | A decomposition mechanism for non-square or non-normal mappings where singular directions are more appropriate than eigenvectors. | |
| Singular-Value Rank Diagnosis | Diagnostic Estimation | Reads a matrix's effective rank from its singular-value spectrum, counting the values above a chosen tolerance as the number of genuinely independent directions. | |
| Sink Capacity Audit | Audit | Verifies that every receiving system — treatment plant, court, landfill, labor market, balance sheet — can actually absorb the planned drawdown without hidden overload, unfair burden-dumping, or delayed failure. | |
| Sink Dependency Dashboard | Monitor | Tracks each sink's dependency in real time — how much support it draws, how close it sits to its viability threshold, and which flows it relies on — so hidden fragility and lock-in surface before an interruption exposes them. | |
| Site Constraint Matrix | Register | A single register of the site's hard constraints — permits, structural limits, ecological protections, maintenance burden, and how the work comes back out — so no design commitment outruns what the place will actually permit. | |
| Site Mapping Walkthrough | Method | Walks the actual site at different hours and seasons to record its geometry, light, history, and lived use as active structure — the raw place-record every later design move reads from. | |
| Site-Activation Campaign | Process | Brings a whole region into reach by activating a chosen set of currently-dormant sites until their combined presence closes the gaps — while guarding equity of access and planning the handoff to durable owners. | |
| Situational Attribution Review | Explanatory Review | Checks whether behavior or performance has been attributed to stable traits when situational causes, constraints, incentives, history, or role expectations better explain the pattern. | |
| Size-Distribution Dashboard | Metric or Dashboard | A dashboard that tracks unit count, size skew, merger rate, small-unit attrition, and concentration over time. | |
| Sketch | Artifact | A rough visual or spatial representation used to make a concept discussable and testable. | |
| Sketch Map Index | Representation Artifact | Uses a drawn map or diagram to design, review, and debug the locus assignments before independent recall. | |
| Skew Dashboard | Monitoring Artifact | Displays balance indicators such as load concentration, budget share, representation, attention share, or unresolved burden so imbalance becomes visible early. | |
| Skill Maintenance Drill | Method | A deliberate delayed practice task that maintains perishable procedural or cognitive skill. | |
| Skills Assessment | Diagnostic Estimation | A formal, domain-scoped evaluation that scores actual performance against an explicit standard, producing the evidence a calibration loop compares self-assessment to. | |
| skip_lot_or_reduced_inspection_rule | Risk Reduction Rule | Reduces inspection burden after sustained process capability or supplier performance is demonstrated, while preserving triggers for renewed inspection. | |
| SLA Escalation | Workflow | Escalates items that approach or breach service-level commitments to additional authority, capacity, or review. | |
| Slack Holdback Policy | Policy | Pre-commits to leaving a fixed fraction of the resource container unallocated and off-limits, so the working boundary sits below the outer wall and expansion has no free space to grow into. | |
| Slack Release Review | Review | A gate that vets each request to draw down protected capacity, confirming the use matches the slack's stated purpose and carries a replenishment plan before the reserve is released. | |
| Slack-Erosion Test | Review | Checks whether an intensification proposal pushes protected slack — maintenance, recovery, surge, safety, or redundancy reserves — below an explicit floor. | |
| Slide Sequencing | Template | Orders presentation elements, builds, reveals, and transitions so the audience follows an intended line of explanation. | |
| Sliding Scale Rule | Eligibility or Pricing Mechanism | ||
| Sliding-Scale Subsidy | Pricing or Funding Rule | A subsidy rule that varies support by remaining need, capacity, or ability to pay. | |
| Sliding-Window or Kernel Bank | Software or Tool | Applies repeated local filters over an input space to detect patterns patch by patch. | |
| Slow Consumer Isolation | Policy | Contains a slow or stuck subscriber so its backlog can't stall the broker or starve healthy consumers, keeping one lagging handler from becoming everyone's outage. | |
| Slow-Release or Phased Absorption Plan | Protocol | Meters an action out in absorbable increments instead of all at once, throttling to the receiver's uptake and sequencing along its lead times, so infrastructure or recipients take it up without overload or premature failure. | |
| Small Safe-to-Fail Probe | Method | A deliberately small, contained trial that tests whether a proposed facilitator really lowers the barrier — and preserves selectivity — before it is trusted at scale. | |
| Small-Bet Option Ladder | Workflow | Maintains many small reversible bets, scales winners, and retires losers before they threaten the safe core. | |
| Small-Cell Suppression Rule | Rule | ||
| Small-Group-to-Whole-Group Bridge | Activity Format | Lets participants first build confidence and local connection in smaller groups, then carries representative insights, rhythms, or commitments into the whole group. | |
| Small-Scale Pilot | Method | A constrained real-context trial used to learn before broader rollout. | |
| Small-Step Refactoring Workflow | Method | Breaks a large restructuring into a chain of tiny, individually behavior-preserving edits, each verified green before the next, so the system is never more than one small step away from working. | |
| Smith Predictor or Model-Predictive Compensation | Method | Acts on where the system will be when the command actually lands, using a model to see past a known delay instead of chasing the stale state the sensor still reports. | |
| Snapshot Plus Archive | Recordkeeping Pattern | ||
| Snapshot Plus Replay | Method | Rebuilds current state fast by starting from a periodic snapshot and replaying only the events since, instead of the whole history. | |
| Snapshot-Pinned Decision | Method | Computes and records a decision against one frozen, versioned snapshot of the state, binding the action to the exact evidence it was based on. | |
| Social Discount-Rate Schedule | Protocol | Provides a public or institutional rule for discounting social costs and benefits. | |
| Social Indicator | Metric or Dashboard | Uses surveys, reports, participation patterns, trust signals, complaints, or observed behavior to infer hidden organizational or social state. | |
| Social Pattern Monitoring | Method | Observes recurrent shifts in norms, roles, rumor, participation, exclusion, or informal coordination across a social system. | |
| Social-Preview Cache Invalidation | Protocol | Keeps every cached preview — social card, search snippet, chat unfurl — coupled to the live body, so a correction to the substance forces the stale surface to refresh instead of outliving it. | |
| Sociotechnical Design Workshop | Procedure | Brings technical owners, operators, affected users, managers, and governance owners together to map coupled social-technical changes. | |
| Soft-Delete Quarantine Window | Process | Makes deletion reversible by first marking a layer deleted and holding it, recoverable, for a grace period sized to how much its loss would hurt — before anything is destroyed for real. | |
| Software Bill of Materials | Artifact | A machine-generated, itemized inventory of every software component and version inside a build — direct and transitive — so a vulnerability, license, or end-of-life question can be answered from a record instead of a scramble. | |
| Software Bill of Materials Review | Review | Enumerates every component and supplier packed inside an artifact and reviews that inventory, so trust attaches to a known list of parts and origins rather than to an opaque whole. | |
| Software Bill of Materials with Lineage | Artifact | A component inventory that annotates every part with where it came from and what it was inherited through, turning invisible substrate into audited line-items. | |
| Software Observability | Tool | Instruments a running digital system so its health, dependencies, and drift are visible from outside, and faults can be located instead of guessed at. | |
| Solar Shadow and Reflection Study | Model | Computes the sun's path over the site to predict exactly where and when shadows fall and light reflects — so a beam, silhouette, or glint becomes a designed event tied to a date and hour. | |
| Solvent–Antisolvent Shift | Method | Changes solvent quality — typically by adding an antisolvent — so that selected constituents lose solubility and precipitate or split off while others stay dissolved. | |
| Solver Dashboard | Interface | An interface showing solver status, candidate solutions, objective values, constraint violations, and diagnostics. | |
| Sorted Candidate Sweep | Computational Procedure | ||
| Source and Composite Disclosure Card | Document | Labels whether details are real, anonymized, composite, dramatized, speculative, or illustrative. | |
| Source Attribution Confidence Rubric | Diagnostic Estimation | A graded scale that scores how sure you are of an item's source — separately from whether the content is true — and trips a corroboration gate when the grade is low and the stakes are high. | |
| Source Attribution Training Set | Artifact | A curated corpus of real items whose true source class is already known, held as the gold reference that calibrates and teaches an attribution judgment — human or model. | |
| Source Capacity Load Test | Diagnostic Estimation | Drives a source to the realistic peak demand of all its assigned targets to confirm it can actually serve at load — and that it degrades safely rather than silently dropping coverage when overwhelmed. | |
| Source Confusion Matrix Review | Review | A retrospective review that tabulates which source classes get mistaken for which — reading the off-diagonal cells to find systematic, directional misattributions and feed the fixes back. | |
| Source Control Linkage | Software or Tool | Links commits, pull requests, issues, releases, tests, and requirements in version-controlled work. | |
| Source Criticism Protocol | Method | Uses structured questions about authorship, purpose, audience, context, proximity, and transmission to evaluate a source before accepting its claims. | |
| Source Dependency Graph | Method | A directed lineage map showing copied claims, shared datasets, common instruments, overlapping samples, and common-cause error paths. | |
| Source Depletion Dashboard | Monitor | Continuously watches each source's health — how much exportable surplus is left, whether its viability guardrails are being breached, and how it holds up under stress — so stewardship never quietly slides into extraction. | |
| Source Diet Audit | Test or Assessment | Reviews what sources, channels, authorities, and evidence classes actually enter the environment over a defined period. | |
| Source Disclosure Brief | Communication Artifact | A concise communication explaining the source independence and confidence status behind a suspected cascade. | |
| Source Elimination or Substitution | Method | Removes the hazard at its origin or swaps in a benign substitute, so there is no source left to route anywhere — verified against a dose threshold, not just 'less of it.' | |
| Source Reduction Program | Process | Lowers how much hazard enters the pathway at its upstream sources, so every barrier, buffer, and filter downstream has less to hold back. | |
| Source-Control Main Branch | Protocol | Treats one branch — main or trunk, reached through a reviewed merge — as the authoritative state of code, config, or content, so every working copy is provisional until it lands there and merge rights gate what may. | |
| Source-Label Preserving Summary Template | Artifact | A summary format that forces each condensed statement to carry its source class through compression, so shortening a document can't quietly flatten observed, reported, and generated content into equally-confident prose. | |
| Source-of-Truth Registry | Register | Documents, per field or claim, which system or role is authoritative — the reference that integrity checks and reconciliation consult to know which value should win. | |
| Source-Pressure Reduction Review | Review | Looks for ways to shrink the underlying demand, opportunity, or payoff that keeps generating escape pressure — so protection leans less on an ever-stronger filter that only breeds fitter survivors. | |
| Source-Reduction or Safe-Dissipation Plan | Artifact | A plan that attacks the pressure generating a hazard at its source — lowering the demand, load, or incentive that drives it — so there is less hazard to migrate at all, held to a stated tolerance for any residual that remains. | |
| Source-Sink Monitoring Dashboard | Metric or Dashboard | Tracks donor flow, recipient baseline, support share, donor stress, and autonomy-claim status over time. | |
| Source-to-Score Lineage Graph | Software or Tool | Visualizes lineage from substrate records through transformations to the final score, label, dashboard value, or decision artifact. | |
| source_independence_cross_check | Source Review | A check that distinguishes genuinely independent support from repeated citations of the same underlying source or model. | |
| Source–Load Sweep and Transfer-Function Measurement | Test or Assessment | Varies source, load, and operating conditions within a safe envelope and measures accepted, reflected, delayed, distorted, and lost transfer. | |
| Source–Sink Network Mapping | Method | ||
| Source–Sink Patch Map | Tool | Lays out every unit as a labelled patch — source, sink, neutral, or contested — coloured by measured net balance, so the asymmetric structure of who is quietly carrying whom becomes visible at a glance. | |
| Source–Target Structure and Correspondence Matrix | Method | Aligns objects relations processes forces roles scales constraints evidence and confidence. | |
| sovereign_or_stabilization_fund_rule | Institution | Places windfall revenue into a bounded fund with drawdown, saving, smoothing, and public-purpose restrictions. | |
| Sovereignty Breach Report Channel | Procedure | Lets actors report external interference, hidden vetoes, unauthorized preclearance demands, or insider overreach beyond the zone. | |
| Space-Filling Design | Method | Places design points across a multidimensional domain to reduce large uncovered regions. | |
| Spaced Flashcard System | Software or Tool | A tool or card workflow that schedules prompt-answer recall over spaced or adaptive intervals. | |
| Spaced Retrieval Scheduler | Tool | Times repeated retrieval attempts at expanding intervals — pulling each item back for effortful recall just before it would be forgotten — so memory survives over months, not just the session. | |
| Span-of-Control Design | Method | Shapes reporting lines, team groupings, and direct-report limits so each overseer's scope is drawn deliberately rather than by accident of headcount. | |
| Spare Part Stock | Artifact | Keeps replacement parts available so a failed physical component can be replaced without waiting for external procurement. | |
| Spare Parts Inventory | Artifact | Stocks the replacement parts, tools, and licenses a repair will need, in the right quantities, before the breakdown that demands them. | |
| Sparse Dictionary or Basis Learning | Method | Learns or defines a set of basis elements so inputs can be represented by a small informative activation pattern. | |
| Sparse Layout | Layout Pattern | Reduces the number of visible elements so the remaining structure, priority, or action path can be read at a glance. | |
| sparse_attention_mask | Software or Tool | Restricts attention, processing, or routing to a selected subset of relevant channels or modules. | |
| sparse_or_low_rank_prior | Method | Imposes an explicit structural assumption that many effects are zero, low-rank, smooth, or otherwise constrained. | |
| sparse_tagging_taxonomy | Method | Limits each case or artifact to a few curated tags from a larger vocabulary. | |
| Spatial Axis Diagram | Tool | Reduces the abstraction target to a small set of formal relations and maps them onto the site's axes, thresholds, and alignments — the diagram that decides what to strip and what the place will carry. | |
| Spatial Mnemonic Route | Mnemonic Method | Uses a route, room sequence, path, or map as the retrieval scaffold for ordered material. | |
| Spatial or Network Cluster Detection | Tool | Tests where high-risk units genuinely cluster in space or on a network, screening out the concentrations that are only chance, so hardening targets real hotspots. | |
| Spatial Workflow Layout | Workflow | Arranges physical spaces, stations, tools, and materials so people perceive process sequence, handoffs, and safety zones. | |
| Speaker Attribution | Artifact | Labels who said, wrote, approved, observed, or owns a statement so first-person, second-person, and authority-dependent references do not become anonymous. | |
| Specialist Routing Matrix | Workflow | Routes cases to bounded specialist fields by input attributes and ambiguity status. | |
| Specialization Cohort Seeding | Method | Launches a varied population of candidate lineages at once, each seeded with a distinct bet on a different niche and a stable identity to track it by. | |
| Spectral Decomposition Report | Document | A written account of modes, gains, dominance criteria, residuals, and interpretation limits. | |
| Spectral Gap Monitor | Metric or Dashboard | Tracks separation between dominant and secondary modes to judge whether simplified modal control remains justified. | |
| Spectral Signature Matching | Measurement Method | ||
| Spend or Resource Ramp | Workflow | Increases budget, capacity, or resource allocation stepwise while measuring marginal response, waste, and saturation. | |
| Spending Cap or Resource Cap | Policy | Caps how much any rival may spend or field, converting a ruinous, escalating arms race back into a contest of skill within a fixed budget. | |
| Spillway Release Protocol | Operational Protocol | ||
| Spinodal Quench Protocol | Protocol | Quenches deep enough past the spinodal that the whole volume separates at once through spontaneous fluctuations — no nucleation barrier — yielding a fine, uniform, interconnected morphology. | |
| Split/Merge Decision Tree | Template | A branching decision artifact for deciding whether a transformation produces continuity, succession, fork, merger, replacement, or multiple entities. | |
| Sponsor Influence Firewall | Protocol | Separates the people who fund an agent from the decisions their money touches — sponsors may pay but cannot direct — backed by alternative revenue that makes the separation credible. | |
| Sponsor-Required Acceptance Protocol | Protocol | Blocks acceptance of a contribution until a named owner commits the coordination budget to carry it, converting a free-looking offer into an obligation someone has agreed to hold. | |
| spoofing_and_counterforensic_challenge | Procedure | Attempts to imitate, suppress, transfer, or plant signature features before accepting attribution. | |
| Spot Check | Procedure | A short, bounded inspection of selected cases or moments used to catch intermittent defects, lapses, or state changes without monitoring everything continuously. | |
| Spotlighting | Method | Makes one element the literal bright centre of the field — lit, enlarged, centred, and set off while everything else recedes — so a single hero dominates perception completely. | |
| Spreadsheet Unit Audit | Audit | Walks an actual spreadsheet cell by cell — columns, hidden intermediate cells, and formula chains — to surface the unlabeled unit and denominator slips that spreadsheets breed. | |
| spurious_association_probe_set | Test or Assessment | A set of tests that exposes whether a model, learner, team, or process has learned an incidental pairing instead of the intended relation. | |
| Stabilization and Consolidation Schedule | Process | Schedules spaced consolidation and follow-up checkpoints after acquisition so a freshly-acquired configuration hardens into a durable, transferable one instead of decaying once the window closes. | |
| Stabilization Checklist | Checklist | ||
| Staff Recovery Time Policy | Institution | Implements recovery by ensuring people have protected time after intense shifts, incidents, overtime, or emotionally demanding work. | |
| Staffing Floor Experiment | Test or Assessment | Finds the lowest staffing or support level that preserves service quality and resilience without normalizing unsafe understaffing. | |
| Staffing Intensity Band | Workflow | Sets staffing level within an effective service band. | |
| Staffing Level Experiment | Workflow | A workflow for varying staffing or support intensity and observing operational response. | |
| Staffing Reserve | Workflow | Keeps staff hours, on-call capacity, cross-trained personnel, or surge teams available for critical demand rather than fully assigning everyone to routine work. | |
| Staffing to Demand | Labor Capacity Adjustment | Works when labor is the binding service resource and enough lead time exists to change rosters, assignments, on-call activation, or cross-coverage. | |
| Stage Conversion Anomaly Alert | Software or Tool | Triggers review when stage conversion deviates from a validated baseline or control limit. | |
| Stage Transition Log | Artifact | Records candidate survival, rejection, branching, confidence changes, and rationale at each stage. | |
| Stage-Gate Activation Review | Governance Protocol | Divides activation investment into decision gates so commitment increases only when evidence about threshold distance, adoption, and benefit realization improves. | |
| Stage-Gate Concept Review | Review | Advances a concept through a sequence of go/kill gates where each gate releases only the next increment of investment, and an independent reviewer — not the concept's champion — decides whether the evidence earns it. | |
| Stage-Gate Exploration | Process | Runs exploration as a sequence of funded stages separated by decision gates, releasing more budget only to the lines that clear each gate's evidence bar. | |
| Stage-Output Diff and Semantic-Equivalence Test | Review | Diffs a stage's output against a reference and, when the bytes differ for benign reasons, decides whether the two are still the same program. | |
| Stage-Specific Communication Plan | Procedure | Implements the archetype by matching message content, audience, timing, tone, and disclosure level to the current phase of a project, crisis, treatment, negotiation, or rollout. | |
| stage_appropriate_feedback_script | Feedback Script | A mentor script that validates the threshold crossing while naming concrete gaps and practice actions. | |
| Staged Announcement | Method | Releases information in planned stages so recipients can understand, prepare, and respond instead of receiving everything at once. | |
| Staged Capability Restore | Process | Restores blocked capabilities one validated step at a time, so full operation resumes only as fast as evidence confirms each stage is safe, with rollback if a stage misbehaves. | |
| Staged Cohort Launch | Process | Launches inside one bounded cohort at a time so local density crosses critical mass before the network expands. | |
| Staged Commitment and Irreversibility-Acceptance Gate | Protocol | Reviews readiness, residue, burden, alternatives, horizon, consent, remedy, fallback, and next-stage irreversibility before exposure grows. | |
| Staged Commitment Release | Protocol | Delivers the resolution as a sequence of gated, reversible increments, so each stage locks in value and can be halted before the next is risked. | |
| Staged Harvesting or Decommissioning | Method | Removes a dangerous stock in planned stages before it can crash on its own — capturing residual value and protecting critical functions instead of leaving a disorderly collapse. | |
| Staged Lever Ramp | Protocol | Re-applies the ordinary flow lever in graduated stages after repair, advancing only as each step confirms the lever is transmitting again, instead of snapping straight back to full power. | |
| Staged Link-Density Trial | Diagnostic Estimation | Finds the real connectivity threshold and surfaces its side effects by raising link or node density in small, reversible increments and watching for the point where the network snaps into one — before committing to a full crossing. | |
| Staged Onboarding | Workflow | An onboarding process that introduces responsibilities, knowledge, or features in planned stages. | |
| Staged Option Investment Plan | Workflow | Preserves future upside through small reversible investments while avoiding overcommitment to short-term hype. | |
| Staged Policy Trial | Governance Trial | ||
| Staged Reciprocal Commitment | Workflow | Breaks cooperation into verifiable increments so actors can build trust without overexposure. | |
| Staged Release Schedule | Protocol | Releases value or authority in conditional tranches tied to milestones, so a promise stays credible stage by stage and either side can halt before the next release. | |
| Staged Research Model | Process | Advances from exploratory evidence to stronger methods, richer instruments, larger samples, or closer-to-field conditions as uncertainty narrows. | |
| Staged Resynchronization Protocol | Other | Reconciles state or epochs in waves with validation and rollback. | |
| Staged Reversible Environment Pilot | Experimentation Method | ||
| Staged Rollout Validation | Workflow | Validates that a policy, service, product, or process continues to satisfy its guarantee as it expands from pilot to later stages. | |
| Staged Rule Rollout with Rollback | Protocol | Limits the blast radius of rapid updates by releasing them gradually and reverting if harm indicators rise. | |
| Staged Self-Host Build | Process | Builds the target as a ladder of stages, each one compiled by the product of the stage below, until the system can build itself and the seed drops away. | |
| Staged Simulation Validation | Method | Implements the archetype by validating each simulation detail, resolution increase, coupling, or parameter expansion before accepting it as part of the model. | |
| Staged Threshold Rollout | Process | Introduces a revised threshold gradually — a cohort, site, or slice at a time — with rollback criteria and live watch for overload, gaming, or unfair regression. | |
| staged_capacity_pilot | Procedure | A reversible rollout procedure for capacity additions in self-optimizing networks. | |
| Stagewise Availability Assay | Diagnostic Estimation | Measures how much of the input remains in usable form at each stage of the path, turning one supplied figure into a stagewise availability profile with error bars. | |
| Staggered Information Release | Workflow | Releases social, ranking, or aggregate information in phases so early participants do not disproportionately anchor later participants. | |
| Staggered Work Shifts | Procedure | Offsets start, break, handoff, or end times so staffing, commuting, facilities, and supervision peaks do not all hit at once. | |
| staggered_maturity_refinancing_schedule | Workflow | Spreads maturities and renewal windows so obligations do not cluster at one fragile rollover point. | |
| Stakeholder Alignment Session | Ritual | Brings the affected and responsible parties together to surface each side's constraints and commitments and agree who holds authority over what — enough shared understanding to act without hidden resistance. | |
| Stakeholder Boundary Review | Participatory Review Method | ||
| Stakeholder Deliberation | Ritual | Creates a forum where affected parties and decision makers can compare normative claims, contest assumptions, and clarify acceptable tradeoffs. | |
| Stakeholder Exclusion Audit | Audit Method | ||
| Stakeholder Frontier Review | Ritual | Convenes the owners of the conflicting commitments to choose, under named authority, which one yields at the frontier of feasible options — turning a computed trade-off into a legitimate, owned decision. | |
| Stakeholder Harm Reporting Channel | Interface | Lets affected parties report consequences that operators may not observe through internal telemetry. | |
| Stakeholder Hidden-Constraint Board | Workflow | Makes invisible constraints, fears, incentives, and information gaps visible for service, policy, or organizational design. | |
| Stakeholder Inclusion Review | Procedure | Examines whether the affected stakeholder set includes overlooked groups, boundary populations, indirect beneficiaries, or negatively affected parties. | |
| Stakeholder Knowledge Forum | Deliberative Forum | Creates a structured setting where different knowledge holders compare evidence, explain assumptions, surface interpretive gaps, and record changes to the knowledge base. | |
| Stakeholder Map | Artifact | Represents actor relations such as interest, influence, responsibility, obligation, trust, conflict, or communication paths. | |
| Stakeholder Mapping Workshop | Method | A facilitated method for eliciting stakeholder categories, interests, influence paths, missing voices, and early engagement needs. | |
| Stakeholder Meaning Check | Protocol | Tests a reading against the people it is about or for — do the affected communities recognize the meaning as theirs? — before the interpretation is acted on. | |
| Stakeholder Meaning Elicitation | Protocol | Gathers, firsthand and in their own words, how differently positioned people understand and use a category or practice, so official meanings can be checked against lived ones. | |
| Stakeholder Pulse Check | Test or Assessment | Samples readiness and trust before high-stakes communication, launch, escalation, or change intervention. | |
| Stakeholder Realignment Workshop | Facilitated Design Process | Uses a structured meeting or workshop to identify problematic relationships, negotiate new interaction patterns, and assign transition responsibilities. | |
| Stakeholder Review | Participatory Review | ||
| Stakeholder Survey | Artifact | Collects stakeholder reports, preferences, or concerns. | |
| Stakeholder Weight Review Panel | Review Procedure | Reviews proposed weights for legitimacy, impact, and acceptability. | |
| Stakeholder-Inclusive Redesign | Design Process | ||
| Stakeholder-Specific Brief | Document | Creates audience-specific versions of the same message for executives, frontline staff, customers, community members, regulators, students, or partners. | |
| stakeholder_assumption_elicitation | Participatory Process | Uses stakeholder perspectives to reveal assumptions insiders may not see. | |
| Stakes–Latency–Error Scorecard | Artifact | Makes the central tradeoff visible by juxtaposing consequence, time budget, and expected error reduction. | |
| Stale Data Revalidation Gate | Protocol | Refuses to act on state older than its validity window, forcing a refresh before a decision is allowed to ride on data that may already be wrong. | |
| Stale-Layer Detection Dashboard | Monitor | A live inventory of every accumulated layer that surfaces the ones whose content has quietly gone out of date — flagging staleness before anyone acts on a layer that no longer reflects reality. | |
| Stale-While-Revalidate Cache | Protocol | On cache expiry, serves the slightly-stale value instantly to everyone while a single background refresh runs — so a synchronized expiry never becomes a stampede on the origin. | |
| stale_reference_monitor | Monitoring | Detects recurring stale handles, caches, records, approvals, or links that produce use-time failures. | |
| Standalone Base-Service Path | Procedure | Provides core access without optional or unrelated conditions, with equivalent usability and nonpunitive terms where feasible. | |
| Standard License with Opt-Out Review | Document | A default license template that reduces bespoke negotiation while preserving bounded objection rights. | |
| Standard Operating Procedure | Process | Freezes a stabilized, low-judgment routine into ordered steps, named roles, and explicit acceptance conditions so anyone can run it the same way. | |
| Standard Report Sort Order | Template | Uses a recurring presentation order so readers can compare reports across time without reinterpreting layout changes. | |
| Standard Work Instruction | Document | A concise, controlled description of the approved steps, sequence, roles, and conditions for a repeatable task. | |
| Standard-Setting Process | Institution | A formal governance process that resolves recurring mapping conflicts by creating or updating shared rules, standards, or reference mappings. | |
| Standardization or Variety Filter | Method | Reduces unnecessary external variety before it reaches response operations by standardizing formats, interfaces, requests, categories, or allowable options. | |
| Standardized Mean Difference Table | Metric or Dashboard | A table reporting group differences in baseline covariates on a standardized scale. | |
| Standardized Residual Score | Statistical Calculation | Transforms observed-minus-expected difference into a scale-adjusted residual or z-like score. | |
| Standardized Rollout Template | Artifact | A reusable deployment kit that packages a proven change into a repeatable, quality-checked rollout, so the same thing lands identically across many existing units without being reinvented each time. | |
| Standardized Scoring Rubric | Tool | Fixes the criteria, weights, and required evidence of an allocation in advance and in public, so awards turn on stated, checkable merit rather than on who has the decider's ear. | |
| Standards Adoption Campaign | Process | Coordinates early adopters around one shared standard so their isolated implementations become an interoperable network worth joining. | |
| Standards Body | Institution | The standing institution that authors, reviews, publishes, and evolves a shared standard and adjudicates disputes about what it means. | |
| Standards Committee Process | Institution | Converges distributed experts on a durable standard through formal cycles of draft, public comment, objection, and revision, closed by a defined rough-consensus or balloting rule. | |
| standards_body_participation | Governance Mechanism | Shapes or learns from emerging standards early enough to influence path dependence. | |
| Standby Credit Facility | Institution | A prearranged borrowing or credit access channel that can be drawn when ordinary liquidity is insufficient. | |
| Standby List | Unused Capacity Fill Mechanism | Standby lists can improve utilization but create fairness concerns if their rules are opaque. | |
| Standby Team Roster | Role or Team | Keeps a prepared group available to cover a critical operation during absence, overload, or incident response. | |
| Standby Transport Corridor | Method | Keeps a pre-qualified alternate route between the reserve and the fronts continuously ready and health-checked, so a redeployment can still complete inside its window when the primary path fails. | |
| Standby-Mode Interface | Interface | Keeps low-intensity status visible while reserving high-salience interruption for defined threshold crossings. | |
| State Diff Test | Test or Assessment | Runs an action and compares before/after state surfaces to detect undeclared changes. | |
| State Migration Playbook | Operational Procedure | Moves or maps durable state, configuration, credentials, and history needed for the substitute to perform the role. | |
| State-Estimation Filter | Tool | Fuses noisy, delayed observations into a single best current-state estimate on the target's clock, separating true state from measurement noise and reporting lag. | |
| State-of-the-Art Baseline Study | Method | Compares a candidate method, model, product, or process against strong current alternatives under matched conditions. | |
| State-Space Model | Model | Specifies the target as a hidden state that evolves by known dynamics and is seen only through a noisy observation equation — the source model an estimator later inverts to pull the state back out. | |
| Stationarity Test | Diagnostic Estimation | Tests whether the process that generated past lifetimes is still the same process, the precondition for treating survival so far as evidence about survival ahead. | |
| Statistical Process Control Chart | Monitor | Plots a process measurement over time against statistically derived limits so routine noise, real signals, and slow drift can be told apart and fed back into the process. | |
| Statistical Tolerance Analysis | Model | Models each contributor as a distribution with a known process capability and propagates those distributions analytically, predicting the assembly's yield and how sensitively it responds to each contributor's spread and centering. | |
| statistical_acceptance_sampling_plan | Offline Sampling Plan | Samples completed lots or batches using predefined sample sizes and acceptance/rejection numbers to decide whether the lot can be released. | |
| Status Quo Costing Sheet | Baseline Accounting | ||
| Status Symbol Redesign | Method | Alters titles, badges, spatial arrangements, visible privileges, honors, or other prestige signals that rank participants in unintended ways. | |
| Status Update Cadence | Ritual | Commits the response to publishing a status update on a fixed heartbeat — even when the update is 'no change' — so stakeholders stay oriented and responders aren't pulled off the work to answer ad-hoc questions. | |
| Steelman Counterposition Brief | Document | Presents rival views in their strongest evidence-bearing form before critique or rejection. | |
| Stencil Computation Template | Template | A template for applying the same neighborhood computation at every grid or lattice position. | |
| Step-Down Protocol | Protocol | A domain-adapted procedure for moving from a higher-intensity support level to a lower-intensity level while preserving safety checks. | |
| Step-Locking Checklist | Checklist or Control | Prevents skipped or misordered steps in settings where a simple visible control can preserve sequence integrity. | |
| Stereotype / Tokenism Red Team | Procedure | Reviews whether the identity appeal relies on caricature, mascot examples, demographic essentialism, or borrowed legitimacy. | |
| Stereotype Audit | Test or Assessment | Reviews labels, narratives, assumptions, rubrics, model variables, or decision patterns for generalized trait claims about a group. It implements Essentialism Audit when it explicitly tests variability, context, boundary cases, and decision consequences rather than only flagging offensive wording. | |
| Stewardship or Nonwaste Covenant | Rule | Binds a holder to a schedule of care-and-nonwaste duties that run with the resource, so a right to use never becomes a license to degrade what successors and the public inherit. | |
| Stewardship Rotation | Protocol | Cycles an ongoing care or governance duty through a pool of people on a schedule, so no single steward burns out and the knowledge of how to hold the role is spread rather than trapped. | |
| Stigma Escalation Review | Ethical Safety Review | ||
| Stimulus–Response Pilot | Method | A bounded pilot that varies stimulus or intervention intensity and observes response. | |
| Stochastic Microvariation Field | Method | Introduces bounded nonrepeating variation while controlling distribution clustering direction and outliers | |
| Stochastic Sensitivity Analysis | Test or Assessment | Analyzes simulated runs to identify which uncertain inputs or assumptions dominate outcome variation. | |
| Stochastic State-Space Model | Model | Separates a hidden state that evolves stochastically from the noisy measurements of it, estimating the latent process and the observation error as two distinct sources of randomness. | |
| Stock / Flow Separation Check | Review | Separates accumulated stocks from the flows that fill or drain them — balances from rates, prevalence from incidence — so a level is never compared directly with a speed. | |
| Stock-and-Flow Diagram | Model | Draws the conserved quantity as stocks (accumulations) connected by flows (rates), exposing the reservoir-and-pipe structure — and the feedback loops — behind a flow problem. | |
| Stock-Flow Diagnostic Map | Model | Diagrams which underlying stock a flow lever actually acts through, and the range over which that stock still responds, so a dead lever can be traced to a stock outside its window rather than to insufficient force. | |
| Stop-Loss Cover | Document | A contract that caps retained losses after an individual or aggregate threshold is reached. | |
| Stop-Loss Rule | Rule | A pre-committed hard trigger: the moment risk, control-loss, or third-party harm crosses a declared line, stop or roll back automatically — no renegotiating the limit in the heat of the moment. | |
| Stop-or-Scale-Back Gate | Rule | A pre-committed rule that halts or throttles operation the moment cumulative risk crosses a set line, so stopping doesn't depend on someone finding the nerve in the moment. | |
| Stop-or-Switch Rule | Procedure | Pause, consolidate, defer, or de-escalate when closing or refractory signals appear. | |
| Stop-Ship Criterion | Protocol | Blocks release or deployment when a no-go condition is present. | |
| Stored Load Dashboard | Metric or Dashboard | Displays reservoir state, inflow sources, clearance progress, thresholds, and residual-load risk. | |
| Story A/B Interpretation Test | Test or Assessment | Compares narrative versions for intended belief shift, unintended readings, reactance, trust, and action intent. | |
| Story Myth Or Origin Reenactment | Ritual | A retelling or reenactment of a group's origin or founding story that renews shared meaning by re-living it — while leaving explicit room to question and reinterpret it. | |
| Stovepipe Retirement Migration Plan | Workflow | Migrates duplicated vertical stacks into a shared layer when the scope benefit exceeds migration and coupling costs. | |
| Strategic Learning Curriculum | Curriculum | ||
| Strategic Reserve | Institution | Constitutes a protected, centrally-held pool of mobile capacity — with defined membership and a single accountable steward — that can be committed across ordinary boundaries to wherever it is needed most. | |
| Strategic Reserve Plan | Document | Defines flexible reserve classes, release authority, priority, access, and replenishment. | |
| Strategic Revisit Gate | Procedure | A decision gate that reopens a strategy when predefined evidence thresholds are crossed. | |
| Strategic Transition Map | Planning Artifact | Connects horizon classifications to dependencies, timing, ownership, and action commitments. | |
| Strategic Transition Workshop | Facilitation Format | Brings stakeholders together to classify initiatives, surface horizon tensions, and negotiate resource or timing implications. | |
| Strategy Sensemaking Workshop | Method | A workshop that interprets market, technology, political, or organizational shifts and turns a shared reading of the environment into strategic options. | |
| Strategy Switch Decision Tree | Tool | A branching decision aid that turns a confirmed plateau into a structured choice of switch — reroute, redesign, expand capacity, change modality, resegment, or revise the objective — by matching the switch type to the plateau's cause. | |
| Stratified Benchmark Suite | Evaluation Protocol | ||
| Stratified Rate Table | Comparison Artifact | ||
| Stratified Rollup Analysis | Aggregation Method | ||
| Stratified Scale Sampling | Sampling Design | ||
| Stratified Target-Scale Rollout | Process | Deploys a translated rule to a representative sample within each target-scale stratum, checks correspondence stratum by stratum, and rolls out or localizes according to where it actually holds. | |
| Stratigraphic Record | Method | Uses physical or conceptual strata to infer the sequence and conditions by which a cumulative structure formed. | |
| Stratigraphic Section Diagram | Artifact | Represents observed layers, boundaries, markers, and inferred order in a profile or section. | |
| Stratum-Specific Threshold Schedule | Document | Lists different eligibility, review, escalation, inspection, or intervention thresholds for each stratum. | |
| Stress Test and Reverse Stress Test | Audit | Runs the system against severe tail scenarios to check it survives — then runs the logic backwards to find the smallest scenario that would break it. | |
| Stress-Correlation Scenario | Test or Assessment | Re-estimates pooling benefit under crisis-state co-movement. | |
| Stress-Test Margin Check | Audit | Applies simulated and historical adverse scenarios to an already-designed margin to check whether it actually survives the cases it is meant to cover. | |
| Stress-Tested Plan Review | Protocol | Reviews a plan or design against adverse but plausible conditions before selecting it for implementation. | |
| Strict Bidirectional Contract Gate | Protocol | Enforces one strict contract in both directions — nothing off-spec may be sent or accepted — and routes the rare legitimate deviation through a named exception path rather than silent tolerance. | |
| Strict Output Linter | Tool | Checks everything a system is about to emit against the canonical form and blocks non-conformant output at the source, so producers never teach the ecosystem a sloppier contract. | |
| Strict-Mode Shadow Run | Method | Runs a stricter rule set in log-only mode against live traffic to count exactly what it would reject — before any of it actually blocks — so tightening is a measured step, not a gamble. | |
| Stripped-Down Simulation | Software or Tool | Simulates the central relationship with minimal variables before adding heterogeneity, stochasticity, spatial detail, or full operational realism. | |
| Structural Filter Postmortem | Review | After an output that should have surfaced didn't, reconstructs the trace of every filter it hit and how they combined — blamelessly, because each filter was locally reasonable and each producer sincere. | |
| Structural Line and Plane Map | Artifact | Extracts directional axes edges intervals overlaps and spatial relations before depiction is removed | |
| Structural Safety Factor | Method | Multiplies the expected load by a deliberate factor to set an allowable limit well below the failure point, so ordinary uncertainty and variation never reach it. | |
| Structural Separation or Unbundling | Policy | Splits the controller so the bottleneck is owned and run separately from the businesses that depend on it — removing the incentive to self-preference rather than merely policing it. | |
| Structure-Preserving Map Specification | Artifact | Writes the embedding down as an explicit injection rule plus a preservation contract, so what must still be true after mapping is fixed before anything is moved. | |
| Structured Application | Artifact | A standardized form that requires every candidate in a defined pool to supply the same decision-relevant evidence, making otherwise incomparable candidates comparable. | |
| Structured Debate | Facilitation Method | Gives thesis and antithesis equal disciplined expression so each side’s strongest claims, evidence, and concerns are visible before synthesis begins. | |
| Structured Disclosure Requirement | Policy | Compels the informed party to hand over specified material facts in a fixed, comparable format before the transaction can proceed, so the relying party decides on the record instead of on trust. | |
| Structured Forecasting Panel | Workflow | Uses repeated expert estimates, feedback, and uncertainty summaries to assess future events, timelines, or probabilities. | |
| Structured Interview | Method | Asks every candidate the same pre-set questions and scores answers against a fixed rubric, so live judgment becomes comparable and less prone to bias. | |
| Structured Round Robin | Facilitation Protocol | Gives each participant or subgroup a bounded opportunity to contribute before open discussion or free-form activity resumes. | |
| Style Guide | Document | Documents style rules and permitted variations for language, visuals, or presentation. | |
| Style Guide Creation | Artifact | Turns recurring naming, formatting, and communication choices into explicit conventions — often machine-enforceable — so a group's output reads as one consistent voice. | |
| Style Guide or Pattern Library | Document | A curated collection of reusable patterns, allowed variants, and usage rules. | |
| Style-, Sector-, or Case-Matched Benchmark | Artifact | A benchmark constructed from comparators matched to style, sector, case mix, mandate, or exposure profile. | |
| stylometric_attribution_model | Software or Tool | Estimates source likelihood from stable linguistic, formatting, rhythm, or choice-pattern features. | |
| Subgroup Coverage Calibration Table | Artifact | Reports nominal and empirical coverage by subgroup, site, period, tail state, or risk stratum. | |
| Subgroup Disaggregation Audit | Test or Assessment | Breaks down aggregate impacts by subgroup, geography, role, income, exposure, access, or vulnerability to reveal hidden losses and uneven gains. | |
| Subgroup Outcome-Validity Dashboard | Metric or Dashboard | Combines protected subgroup patterns with validity, scoring, persistence, review, and experience evidence. | |
| Subscription API | Tool | Lets consumers register, adjust, and retire their own subscriptions through a self-serve interface, recording each in the subscription registry and governing its lifecycle. | |
| Subscription Health Dashboard | Monitor | Surfaces per-subscription delivery health — lag, error rate, retries, relevance — so operators can see which subscribers are keeping up and which are silently falling behind. | |
| Subsidy Dependency Assessment | Test or Assessment | Assesses how much of recipient performance depends on donor flow and which functions would fail without it. | |
| Subsidy Ledger | Document | Maintains a visible record of support flows, costs, beneficiaries, duration, and governance terms. | |
| Subsidy or Equalization Fund | Institution | Creates a shared pool that raises the low side of an access, capacity, or service gradient without requiring each local actor to self-fund the correction. | |
| Substitutability Trial / Canary | Process | Proves a replacement in production by routing a slice of real traffic to it and promoting only if it behaves indistinguishably from the incumbent. | |
| Substitution Drill | Procedure | Exercises the shift from an overweight dependency to alternatives under realistic load and timing conditions. | |
| Substitution Matrix | Artifact | A table that scores candidate stand-ins against the attributes a role requires and records which swaps are acceptable under which conditions — and which resources must never be substituted at all. | |
| Substrate Depletion Dashboard | Monitor | Puts the substrate's condition — stock level and depletion rate — on one screen beside throughput and sustained demand, so the hidden cost of today's output is visible next to the output. | |
| Substrate Repair Protocol | Protocol | Rebuilds the damaged carrying structure of the stock itself — not merely its level — so the flow lever has an intact medium to act through again. | |
| Substrate Risk Release Gate | Policy | A pass/block control at the release point that refuses to ship substrate whose inherited risk is unaccounted-for or exceeds a blast-radius-scaled bar. | |
| substrate_capacity_budget | Document | A budget stating total shared capacity, reserved floors, discretionary slack, phase-in allowance, and emergency reserve. | |
| Succession and Stewardship Plan | Policy | Names how each critical office is handed off and its mission kept faithfully tended across turnover, so the institution outlives the particular people who happen to run it now. | |
| Succession System | Process | Prepares and authorizes a replacement for a role that holds critical continuity, legitimacy, or knowledge — grooming and legitimating a successor in advance so the role survives the person leaving it. | |
| Succinct Cryptographic Proof Verifier | Protocol | Checks a tiny cryptographic proof that a large computation was performed correctly in far less work than redoing it — optionally without learning anything about the inputs. | |
| Succinct Zero-Knowledge Proof System | Software or Tool | Implements compact proofs of computation, membership, possession, or constraint satisfaction under a formal proof system. | |
| Summary or Rollup Table | Artifact | Precomputes and stores grouped aggregates — counts, sums, and rollups at a chosen grain — so repeated dashboard queries read a small answer table instead of rescanning and re-aggregating the raw rows every time. | |
| Summary-Claim Traceability Matrix | Artifact | Decomposes the summary into atomic claims and gives each one a trace-link to the exact place in the body that supports it — or marks it unsupported. | |
| Summary-Detail View | Interface | A paired view where a compact summary connects to selectable detailed records or explanations. | |
| Summary-Diff Review | Review | Reviews the change between two versions of a summary, so an edit that quietly flips a modal verb or drops a not is caught at the diff rather than after it ships. | |
| Summary-Only Reader Test | Method | Puts the summary in front of readers who never see the body and measures what they conclude, catching the gap between what the summary says and what a summary-only audience takes away. | |
| Sunset and Debrief Trigger | Temporal Control | ||
| Sunset and Reauthorization Review | Review | Builds an expiry date into the institution or its powers, so that continuing requires active reauthorization against the original mandate — forcing a periodic reckoning a captured body cannot quietly coast past. | |
| Sunset and Revision Clause | Rule | Builds an expiry date into a rule so it lapses unless deliberately re-authorized — flipping the default from 'stays until repealed' to 'ends unless renewed.' | |
| Sunset Clause and Periodic Review | Protocol | Ends or reauthorizes a rule on a defined schedule using updated evidence and burden data. | |
| Sunset Clause Review | Review | Attaches an expiry to a rule, fee, or control so it must periodically re-earn its keep — a scheduled re-test of whether the original purpose still justifies the value it costs, with lapse as the default. | |
| Sunset Clause with Renewal Hearing | Procedure | Forces affirmative reassessment instead of letting provisional commitments become permanent by inertia. | |
| Sunset Clause with Reopener | Policy or Contract Clause | Prevents early commitments from becoming permanent by requiring review, renewal, or reopening at a defined trigger or date. | |
| Sunset Reauthorization Vote | Institution | Sets an agent's mandate and funding to expire by default on a fixed clock, forcing a periodic affirmative re-decision in which the agent must re-earn its authorization and re-justify any insulation it holds. | |
| Sunset Review with Reauthorization | Governance Procedure | A governance procedure that makes continuation require renewed justification after a date, cycle, or condition. | |
| Supernormal Cue Audit | Checklist | Reviews products, environments, messages, reward schedules, and interfaces for cues that exceed natural or validated calibration ranges. | |
| Supervised Practice | Process | A staged process in which a person performs real work under a supervisor's observation, earning independence one demonstrated case at a time rather than by assertion. | |
| Supervised Representation Learning | Model | Learns a separator from labeled examples — fitting a representation that keeps target-linked variation and discards the rest, instead of deriving it from a known model of the mixture. | |
| Supervision Ratio Model | Model | Derives the target ratio of overseers to supervised units by measuring oversight load and adjusting the baseline for complexity and risk. | |
| Supplier Diversification | Supply Chain Mechanism | Adds independent sources or pathways when continued dependence on one supplier or channel yields less benefit or growing fragility. | |
| Supplier or Model Homologation | Certification Process | Approves alternate suppliers, models, materials, or procedures as role-equivalent under specified conditions. | |
| Supplier Release Contract | Institution | A pre-negotiated agreement that lets an organization call on an external partner for extra capacity under defined trigger conditions, with each release logged against the contract's terms. | |
| Supplier Stress Rotation | Procedure | Exercises alternate suppliers or pathways under bounded load so supply chains discover and strengthen weak links before crisis. | |
| Supply Chain Mapping | Method | Traces physical dependencies upstream through multiple supplier tiers — parts, materials, facilities, transport routes, geographies — to reveal the hidden convergence that a direct-vendor view can never see. | |
| Supply-Chain Dependency Review | Procedure | Traces whether alternate suppliers, logistics routes, components, or raw materials share sub-tier vendors, regions, infrastructure, labor constraints, or regulatory chokepoints. | |
| Supply-Chain Tier Monitoring | Domain Monitoring System | ||
| Supply-Demand Rebalancing | Method | A method for restoring workable relation between available supply or capacity and demand or need. | |
| Support Burn-Rate Review | Review | A recurring review of how fast sustainment capacity is being consumed relative to reach, projecting when the front will outrun its support. | |
| Support Escalation Script | Template | Announces that an interaction is moving from ordinary help into escalation, complaint handling, safety review, or specialist handoff. | |
| Support Flow Agreement | Institution | Turns an informal support flow into an explicit compact — stating why the support exists, until when it is promised, and on what fair terms — so a subsidy is a governed decision rather than an accreted habit. | |
| Support Lifecycle Schedule | Document | Publishes end-of-support, deprecation, migration, and exception dates so dependents can plan change. | |
| Support Line Postmortem | Audit | After a support line buckles or a front culminates badly, reconstructs why the reach outran the sustainment and files the failure as a reusable scenario. | |
| Support Load Quota | Protocol | Caps donor obligation or hidden subsidy share until support is diversified, repriced, or capacity is increased. | |
| Support Taper Plan | Method | A staged glide-path for reducing or ending support, paced to the sink's response and bounded by a do-no-harm guardrail, so withdrawal is a controlled landing rather than a cliff. | |
| Support Ticket Router | Tool | Turns each accepted offer into a tracked work item with an owner and a handoff, so contribution work flows through the same visible queue as everything else instead of landing on someone's desk untracked. | |
| Support-Fading Checklist | Checklist | A checklist for removing scaffolds, prompts, coaching, or direct help only after readiness, substitute skill, and fallback criteria are satisfied. | |
| support_layer_sunset_review | Review Protocol | ||
| Suppression Backfire Precheck | Checklist | A pre-action checklist that scores visibility, audience inference, replication pathways, legitimacy, and proportionality before removal, denial, or legal escalation. | |
| Surface-Sampling Walkthrough | Method | Walks the intended user's real journey in the first person, surface by surface, recording where attention actually lands and where people are pulled — the map of where a cue would be seen and where it would be missed. | |
| Surfactant or Compatibilizer Dosing | Method | Adds an interfacial agent that parks at the boundaries between phases, lowering interfacial tension and stabilizing domains against merging — so a fine dispersion holds instead of coarsening away. | |
| Surge Queue | Process | Holds burst arrivals in an ordered, governed waiting line — with triage, aging, escalation, and release rules — so the primary process serves them in priority order instead of collapsing under the immediate load. | |
| Surge Roster | Protocol | Pre-identifies the people, skills, and activation steps for a temporary capacity surge, so expansion under stress follows a rehearsed plan instead of frantic improvisation. | |
| Surge Team Activation | Role or Team | Stands up a pre-designated team from a standing bench to handle a peak, incident, or launch, dispatches it to the highest-priority need — and, critically, stands it back down when the surge passes. | |
| Surge Worker Pool | Role or Team | Stands up temporary, dedicated capacity to attack a backlog without starving normal operations — bounded by quality and safety limits so the extra throughput doesn't come at the cost of the work itself. | |
| Surprise-to-Action Bridge | Protocol | The wiring that guarantees a validated surprise doesn't just light up a dashboard — it lands on a specific desk with a defined next move. | |
| Surrogate Model | Method | Uses a cheaper model to stand in for a more expensive, slower, or inaccessible model while tracking where the substitute is valid. | |
| Survival or Time-to-Event Analysis | Model | Fits a lifetime distribution and hazard function from durations that include still-alive (censored) cases, turning a set of survivors and exits into an estimated curve of risk over time. | |
| Survivorship Bias Audit | Test or Assessment | Examines whether analysis of survivors hides earlier exclusion, abandonment, refusal, or technical failure. | |
| Sustainable Yield Quota | Rule | Caps total take for a period at what the substrate can renew — the sustainable yield — and allocates that cap into shares, so the sum of everyone's draw cannot outrun renewal. | |
| Swarm Rule | Method | Implements local rule design by giving many agents simple proximity, movement, following, separation, or alignment rules whose aggregate behavior forms coordinated motion or coverage. | |
| Swimlane or Service Blueprint | Model | Draws the work as parallel lanes — one per role — so every step, handoff, and 'whose job is this?' gap shows up as a line crossing (or failing to cross) a lane boundary. | |
| Switching Support Tooling | Tool | The concrete utilities that make leaving actually work — export tools, migration assistants, adapters, and transition guides — turning a portability right into a path someone can walk. | |
| switching_cost_scaffold | Retention Mechanism | Creates legitimate continuity, migration, integration, or data-history advantages that make early adoption persistent. | |
| Sybil, Collusion, and Brigading Detection | Monitor | Detects fake accounts, coordinated rings, paid reviews, and retaliatory brigading that manufacture or attack reputation. | |
| Symbol Collision Checklist | Checklist | Reviews whether two symbols look too similar, signal incompatible meanings, or compete in the same composition. | |
| Symbol Drift Revision Log | Change Log | Records changes to symbolic mappings and explains whether shifts are intentional narrative development or corrections. | |
| Symbol Meaning Review Conversation | Review | Periodically checks whether members still understand and consent to what the object means, whether its meaning has drifted or split across subgroups, and whether it needs reinterpreting, repair, or retirement. | |
| Symbolic Object Circulation | Ritual | A token, text, or light passed hand to hand through the group, so that voice, attention, and turn-taking travel with the object rather than staying with one holder. | |
| Symbolic Reintegration Ritual | Social Restoration Mechanism | ||
| symmetric_case_application | Consistency Check | ||
| Symptom Diary | Document | Lets a person record timing, context, preceding conditions, symptoms, and recovery details for episodic problems that are not directly instrumented. | |
| Symptom–Biomarker Crosswalk | Template | Separates patient-reported experience, clinical observations, biomarkers, and diagnostic inferences in medical contexts. | |
| Synchronization Checkpoint | Protocol | A dependency-triggered readiness gate: before a coupled, hard-to-reverse transition, every required party confirms it is ready, and the gate can release, hold, or send everyone back to replan. | |
| Synchronization Job | Tool | Propagates authoritative values from the source into every dependent system on a schedule or on change, and records the lag, transformations, and failures so downstream copies are known to be aligned — or known to be behind. | |
| Synchronized Campaign Calendar | Document | ||
| Synchronized Gesture Toward Anchor | Ritual | Aligns a whole group's attention in a single instant through a shared gesture toward the object — a salute, bow, pause, touch, or orientation performed in unison. | |
| Synchronized Movement Or Rhythm | Method | Coordinated movement, breath, rhythm, or song that aligns a group in time — turning many separate bodies into one felt, bounded collective act. | |
| Synchronized Production Cycles | Procedure | A procedure for aligning recurring production, inspection, procurement, and delivery cycles. | |
| Synchronized Refresh Cadence | Procedure | Schedules reminders, recertification, recalibration, or communication refresh so companion signals remain available through the decision window. | |
| Synchronized Silence or Pause | Ritual | Aligns a group by having everyone stop at once — a shared stillness, often around a focal object, that creates synchrony through the lowest possible sensory load. | |
| Synonym Dictionary | Controlled Vocabulary Artifact | Groups alternate words or phrases under preferred terms while preserving retrieval across vocabulary variation. | |
| Synonym Merge Review | Review | A review that examines terms which may mean the same thing and consolidates them when their distinction doesn't matter for the target use, keeping them apart when it does. | |
| Synthesis Workshop | Group Design Process | Guides a team through thesis, antithesis, preserved values, blind spots, synthesis generation, and action translation. | |
| Synthetic Control Method | Method | Builds a weighted comparison case from multiple units when a single natural control is unavailable, often in policy, economics, public health, or regional intervention evaluation. | |
| Synthetic Health Check | Software or Tool | Runs artificial transactions or probes to infer whether a system path is functioning when direct user-impact observation is delayed. | |
| Synthetic Kernel Test Pattern | Test or Assessment | A test input suite with known local structure used to diagnose kernel behavior before deployment. | |
| Synthetic or Exercise Marker | Metadata or Labeling Scheme | ||
| Synthetic or Perturbed Data Validation | Test or Assessment | ||
| Synthetic Probe | Test or Assessment | Generates a controlled test event or request to infer whether the system responds as expected from the outside. | |
| System Dynamics Mapping | Modeling Method | Represents feedback, accumulations, flows, and delays in a form that can support qualitative reasoning or simulation. | |
| System Dynamics Simulation | Model | Turns a stock-and-flow structure into equations and runs it forward in time, so you can watch reservoirs fill, drain, and oscillate under a policy before trying it for real. | |
| System Integration Workflow | Process | Sequences the assembly of chosen resources into a working whole — assigning each to its function, bringing them up in a deliberate order through integration gates, with a rehearsed rollback at every step. | |
| System Mapping Interviews | Elicitation Method | ||
| System Restore Point | Technical Artifact | Captures system configuration or environment state for later restoration. | |
| System-Identification Experiment | Method | Builds the system model empirically by injecting designed inputs into the real system and fitting the observed response, its disturbances, and the assumptions the fit rests on. | |
| System-of-Interest Definition | Method | A method for naming the system under consideration, its environment, and its interfaces. | |
| System-of-Record Designation | Policy | Names one system as the governing record for a defined subject and scope, so its value wins whenever copies elsewhere disagree. | |
| System-Wide Net-Risk Dashboard | Monitor | Sets local barrier performance beside system-wide net harm — displaced risk, shifting variant mix, uncertainty, and who bears the burden — so a control that looks like it is winning locally cannot hide that protection is decaying or merely moving. | |
| system_of_systems_holon_map | Artifact | A diagram representing systems as nested and interacting holons rather than only as reporting lines or modules. | |
| t-Wise Combinatorial Interaction Testing | Method | Covers every t-way combination of conditions with a compact test set, on the premise that dangerous conjunctions rarely need more than a few factors aligned at once. | |
| Tabletop Cascade Exercise | Ritual | Simulates a shared failure cause and asks how redundant paths, teams, authorities, and recovery plans respond when they are stressed together. | |
| Tabletop Exercise | Ritual | Rehearses decisions, roles, communication, escalation, and coordination under a plausible incident or change scenario. | |
| Taboo-Topic Research Safeguard | Protocol | Structures research, data gathering, or documentation around taboo matters so inquiry does not sensationalize, coerce disclosure, expose participants, or flatten local meaning. | |
| Tactile Paving Surface | Physical Standard or Surface | Uses standardized raised or directional textures to communicate navigation, boundary, or warning information through touch. | |
| Tagged Input Tracing | Method | Attaches a distinguishable tag to a batch of the input and follows that same material through the system, mapping where it actually goes — and where it leaks or is diverted. | |
| Tail Case Registry | Register | Keeps a durable, reviewable record of recognized tail cases — each with its preservation rationale, the action taken, the outcome, and any risk still left uncovered. | |
| Tail Incident Review | Ritual | Treats each extreme observation as a sample from the tail — evidence about the distribution and the controls — rather than a one-off anomaly to be explained away. | |
| Tail-Index Estimation | Method | Estimates how fast the tail decays — the tail index — telling you how heavy the tail is and, crucially, which moments (mean, variance) are even finite. | |
| Taint-Tracking Analysis | Test or Assessment | Tracks whether untrusted values can reach interpreter sinks without inertization or authorization. | |
| Tainted Data Quarantine | Information Integrity Mechanism | ||
| Take-Back Pilot | Workflow | A pilot workflow for testing collection, return incentives, sorting, refurbishment, and recovered-value destinations. | |
| Take-It-or-Leave-It Term Audit | Test or Assessment | Reviews nonnegotiable terms for dependency exploitation, hidden add-ons, excessive waivers, and lack of realistic refusal. | |
| Takt or Cadence Board | Artifact | Puts both clocks on one board — the rhythm the work is running at and the rhythm the environment demands — so tempo mismatches and their bottlenecks are seen at a glance before they bite. | |
| Tamper-Evident Seal | Physical Artifact | Makes unauthorized opening, alteration, or counterfeiting detectable to inspectors who cannot issue valid seals. | |
| Taper and Handoff Plan | Workflow | Coordinates staged reduction, localization, substitution, or formalization of support with contingency buffers. | |
| Taper Plan Template | Template | A structured plan that records baseline intensity, decrement steps, monitoring windows, rebound thresholds, fallback rules, owners, and review dates. | |
| taper_and_replacement_trigger | Protocol | Activates gradual reduction, source replacement, or capability rebuilding when windfall dependence or volatility crosses a defined threshold. | |
| Tapering Strategy | Transition Method | ||
| Target Freeze or Change Window | Protocol | Declares bounded windows when the target may be revised and windows when it is frozen, so execution and validation get a stretch of stable ground even while the target is moving. | |
| Target Granularity Review | Ritual | A recurring review that asks whether the current number and scale of units still match the system’s purpose. | |
| Target-Site Sampling or Proxy Validation | Diagnostic Estimation | Measures what is actually present at the point of action — by sampling the target directly, or by validating an accessible proxy that provably tracks it. | |
| Target-Space Difference Review | Review | Diffs the required target set and mapping against their last certified baseline and treats every newly added or changed target as uncovered until a fresh witness proves otherwise. | |
| Target-Update Rate Limiter | Protocol | Throttles the size and frequency of discretionary target revisions to what the tracking loop can actually absorb, converting jittery goal-chasing into changes the system can follow without churn. | |
| Targeted Discount or Subsidy | Economic Support | Offers a lower cost or supportive payment to a responsive target group, behavior, or time window where the price change is likely to unlock desired participation. | |
| Targeted Hardening Sprint | Process | Concentrates a cross-functional team on the single highest-priority hotspot for a fixed window, until it is measurably hardened, then rotates to the next. | |
| Targeted Outreach Campaign | Process | Goes out and finds the specific endpoints that are stuck — missing information, blocked by an access barrier — and proactively removes the blocker so they can complete, instead of waiting for them to come to the system. | |
| Targeted Resource Allocation | Resource Allocation Method | Directs support, funding, attention, staff time, or capacity toward participants or contexts facing materially greater barriers. | |
| Targeted Subsidy or Bonus | Institution | Adds a positive payoff for desired behavior, usually when the behavior creates system value but actors would otherwise underinvest in it. | |
| Tariff, Fee, or Toll Redesign | Policy | Recalibrates an authority's charge — a tariff, fee, or toll — that has grown into a wedge deterring useful activity, keeping only the part that still serves a legitimate revenue, cost-recovery, or externality purpose. | |
| Task Analysis | Method | Maps the visible structure of the work — its steps, sub-tasks, actors, tools, and constraints — into an explicit skeleton that shows what happens, providing the scaffold onto which the hidden judgment can later be hung. | |
| Task and Capability Analysis | Analysis Method | ||
| task_based_wayfinding_test | Test or Assessment | Observes representative agents choosing routes from local cues while attempting realistic tasks. | |
| Taxonomy | Artifact | Organizes categories hierarchically or by controlled grouping; it implements part of ontology clarification but does not replace relation and boundary work. | |
| Taxonomy Merge Workshop | Ritual | A facilitated session where domain experts decide whether whole categories should be grouped, split, or treated as near-equivalent, and who will own the result. | |
| Taxonomy or Form Revision | Artifact | Executes an approved change to the actual category infrastructure — labels, form fields, database codes, rubrics, and intake questions — so a revised construction takes hold in the systems people transact through. | |
| Teach-Back Comprehension Check | Test or Assessment | Asks recipients to restate the adapted message or next action in their own words to verify uptake. | |
| Teacher / Manager Expectation Check | Review | Prompts an authority figure to compare their own expectations against how they actually distribute attention, challenge, and feedback — and to change the interaction where the two diverge. | |
| Teaching / Coaching / Assessment Switch | Method | Helps instructors or managers distinguish when they are explaining, coaching, evaluating, correcting, or certifying performance. | |
| Team Retrospective | Review Ritual | Creates a recurring space for a team to inspect its own work process, coordination patterns, and improvement commitments. | |
| Team Topology Review Workshop | Ritual | A facilitated session where the group generates and compares candidate team-boundary designs against the architecture it intends to build, before committing to any reorganization. | |
| Team Work Board | Interface | Uses a shared kanban-style, sprint, project, or operations board to show who is doing what, where work is blocked, and where support is needed. | |
| Team Working Agreement | Document | Implements local rule design in groups by making repeated interaction rules explicit: how people signal blockers, make decisions, update each other, or coordinate handoffs. | |
| Team-to-Organization Process Translation | Method | Adapts a practice that worked for one team into enterprise governance and support by remapping the team's informal norms into organizational constructs while preserving what actually made it work. | |
| Teardown Workshop | Ritual | A hands-on session that physically disassembles one chosen source down to its parts and interfaces, exposing the build constraints — tolerances, materials, joins — that only surface when you take it apart. | |
| Technical Bypass or Adapter Design | Method | Bridges a blocked or mismatched interface by pinning the contract each side expects and designing an explicit adapter, translation layer, fixture, or alternate route between them — rather than replacing either part. | |
| Technical Consensus Round | Ritual | Iteratively refines expert positions on standards, safety thresholds, design choices, or technical interpretations without relying only on meeting-room authority. | |
| Technical Debt Burndown | Workflow | Uses planned repair work to reduce accumulated design, maintenance, or reliability burden that has collected inside a system. | |
| Technical Debt Ledger | Tracking Artifact | Maintains a visible, owned list of deferred quality obligations, expected rework, risk level, repayment trigger, and due horizon. | |
| Technical Debt Paydown Cadence | Workflow | Schedules recurring repair so shortcuts do not compound into fragility, opacity, or change paralysis. | |
| Technical Standard Specification | Artifact | The authoritative written document that states a standard's requirements, permissible values, and the conformance criteria independent implementers must meet. | |
| Technology Impact Base-Rate Review | Method | Compares the focal case with analogous adoption, diffusion, integration, and productivity histories before accepting a forecast. | |
| Teleconnection System Map | Artifact | A visual or structured map that links remote drivers, mediating dynamics, transmission pathways, lags, and local impacts. | |
| Telemetry | Software or Tool | Automatically emits operational measurements or events so system health, usage, load, or errors can be inferred over time. | |
| Telemetry Health-Score Decoder | Software or Tool | Reads a pattern of service metrics, traces, alerts, and user signals into a health estimate while preserving uncertainty and component-level explanation. | |
| Telemetry Proxy Monitoring | Software or Tool | Uses logs, performance counters, traffic patterns, or device signals as proxies for hidden system health or user experience. | |
| Teleology Checklist | Checklist | Asks whether the account implies inevitability, destiny, natural progress, natural decline, moral culmination, or endpoint-driven interpretation. | |
| Temperature or Composition Quench | Protocol | Drives a mixture across its stability boundary by deliberately moving the master variable — temperature or overall composition — with the depth and speed of the jump chosen to land in the intended region. | |
| Template and Form Library | Template | A controlled set of approved forms, schemas, templates, or field layouts for recurring communication and documentation tasks. | |
| Template Clause Override Register | Register | A ledger of every place a document departs from its standard template — each override recorded with scope, text, reason, and approver, and counted against a deviation budget. | |
| Template or Policy Origin Audit | Audit | Traces an inherited template, policy, or config back to its origin and tests whether the assumptions its author baked in still hold in the context now using it. | |
| Tempo Leader or Conductor Cue | Role or Team | A designated person who holds and adjusts the group's tempo in real time — reading the room and cueing it to start, shift, intensify, or stop, with living discretion no fixed track has. | |
| Tempo Pressure Map | Artifact | Charts which external events create pressure to respond, who benefits from that pressure, and which pressures can be ignored or buffered. | |
| Tempo-Trap Red-Team Review | Test or Assessment | Reviews a plan for ways a faster actor could force overreaction, premature commitment, wasted attention, or self-escalation. | |
| Temporal Contact Scheduling | Protocol | Makes a network spannable through time by scheduling intermittent contacts so a time-respecting sequence of links carries flow across the whole domain within the deadline — even when the links are never all up at once. | |
| Temporal Multiplexing Schedule | Method | Multiplies a position's capacity by sharing the same asset across time — more shifts, users, or demand windows — while keeping handoff and setup cost from eating the gain. | |
| Temporal Washout Interval | Protocol | Inserts a reset interval between exposures so responses to the second condition are less contaminated by fatigue, carryover, or residual response to the first. | |
| Temporal-Difference Update | Method | Treats the signed gap between expected and realized value as a teaching signal, nudging value or policy estimates one step at a time as outcomes unfold — without waiting for the final result. | |
| temporal_contiguity_training_schedule | Procedure | A schedule that controls timing and spacing between paired events to strengthen valid associations while avoiding fatigue. | |
| temporal_precedence_screen | Causal Plausibility Filter | A check that rejects claimed lagged influence when the proposed cause does not reliably precede the effect. | |
| Temporary Local Shim with Expiry | Tool | Permits a narrow local stand-in for a missing host capability, but only with an explicit scope and a hard expiry date, so the stopgap can't quietly harden into a permanent shadow platform. | |
| Temporary Moratorium or Pause Gate | Governance Control | Temporarily slows irreversible progression while evidence, legitimacy, coordination, or alternative-path readiness catches up. | |
| Temporary Paving Pilot | Process | Stands up a cheap, reversible version of the revealed path — temporary signage, paint, or a workflow patch — to test whether formalizing it actually improves outcomes before committing to a permanent build. | |
| Temporary Privilege Elevation | Procedure | Provides time-limited elevated access for a justified task, incident, migration, or emergency. | |
| Temporary Sensor Deployment | Software or Tool | A time-limited or condition-triggered instrument that samples a location, device, process, or environment when permanent instrumentation is too costly. | |
| Temporary-Solution Expiry Review | Ritual | A scheduled forcing function that makes a team consciously renew, formalize, replace, or dismantle an improvised configuration — so a stopgap can't quietly become permanent by default. | |
| Tender or RFP Process | Process | A structured solicitation that pre-qualifies who may bid and awards through published rules and a contestable process, so the winner is chosen on merit rather than favoritism. | |
| Tension-Curve Rehearsal | Method | Runs the planned tension curve in a sandbox on stand-in audiences first, to find where it drags, breaks, or fails to pay off before it goes live. | |
| Tension-Curve Storyboard | Artifact | Lays out the intended arc — baseline, rising beats, peak, release, aftermath — as a panel-by-panel plan before anything is built or run. | |
| Term/Epoch Leader Election | Protocol | Chooses at most one leader per monotonically increasing term, so a stale leader from an older term can always be recognized and out-ranked — turning 'who is in charge?' into a question with a single, ordered answer. | |
| Terminal-Sink Handoff | Protocol | Delivers the mobile defect into a designated sink that absorbs it for good — the controlled place where the accumulated mismatch is retired instead of being left loose in the live system. | |
| Termination and Totality Proof Review | Test or Assessment | Checks whether the proposed procedure halts for every in-scope input and returns one of the permitted answers. | |
| Terminology Alignment Workshop | Ritual | Brings stakeholders together to compare intended meanings, actual usage, and confusing terms before revising shared language. | |
| Terminology Crosswalk Document | Document | Documents source terms, target candidates, definitions, examples, non-equivalent cases, prohibited literal translations, and domain constraints. | |
| Terrain or Topology Position Review | Procedure | Reviews the physical, relational, computational, or institutional topology that creates positional value. | |
| Test Coverage Audit | Test or Assessment | Checks whether tests cover intended functions, branches, conditions, requirements, risks, or user paths, and then identifies untested regions. | |
| Test Coverage Link | Software or Tool | Connects requirements, behaviors, risks, or code paths to tests and verification outcomes. | |
| Test Market | Market Trial | ||
| Test-Case-to-Requirement Linker | Tool | Binds each verification test to the specific requirement it exercises, creating a per-requirement witness record and exposing requirements with no test bound to them. | |
| Texture Sample Card | Training or Reference Artifact | Provides physical or visual examples so users, manufacturers, and reviewers can calibrate the texture vocabulary. | |
| Textured Chart Fill | Visual Encoding | Applies patterned fills to bars, areas, regions, or nodes so categories remain distinguishable without color alone. | |
| Theorem-Prover-Guided Search | Tool | Uses an automated or interactive prover to search for and mechanically check the proof or certificate a boundary claim rests on, recording the verified guarantee and any open residue. | |
| Theory of Constraints Cycle | Method Family | ||
| Thesis-Antithesis Mapping | Analytic Mapping Method | Externalizes the opposed positions, their preserved values, assumptions, evidence, and limits so synthesis options can be compared. | |
| Think-Aloud Protocol | Method | Has a practitioner narrate their attention and perception out loud while a task unfolds, so the cues guiding them surface in the moment instead of being tidied up afterward. | |
| Third-Party Technical Replication | Method | Has an independent party reproduce the regulated actor's key technical claims from scratch, so the institution's decisions rest on evidence it can verify rather than on figures only the actor can produce. | |
| Third-Party Verification Mission | Institution | Brings in an independent, mutually trusted outside body to observe and confirm what each side is actually doing — supplying the verification and attribution that direct trust between the parties cannot. | |
| third_party_audit | Procedure | A review by an external assessor who inspects evidence, controls, compliance, safety, quality, or security claims. | |
| threaded_deliberation_board | Interface | Lets parallel voices or concerns remain visible while linked to shared decisions or artifacts. | |
| Three Horizons Map | Diagram | Visualizes current-system, transition, and future-pattern initiatives on an H1/H2/H3 structure so portfolio tensions become visible. | |
| Three-Horizons Impact Review | Method | Uses horizon-specific questions to test whether current operations, transition requirements, and future impact claims are being confused. | |
| Threshold Band Map | Visual Model | ||
| Threshold Hysteresis Dependency and Lock-In Stress Test | Test or Assessment | Perturbs thresholds, hysteresis, restoration rates, dependency loss, external response, observation lag, coordination, and capacity to find plausible early closure. | |
| Threshold Policy Rule | Heuristic or Rule Family | ||
| Threshold Release Rule | Procedure | Releases aggregate or representative signals only when safety, sample size, and anti-identification conditions are met. | |
| Threshold Suppression | Rule | Withholds any output that rests on too few underlying records — suppressing small cells so a released aggregate can't be narrowed down to expose an individual protected state. | |
| Threshold Versioning Register | Register | The system of record for every threshold in force — its value, rule, rationale, approval, scope, and rollback trigger — so a boundary is never a mystery number. | |
| Threshold, Hysteresis, and Reversibility Probe | Test or Assessment | Uses bounded perturbation, rollback, sensitivity, or historical comparison to estimate thresholds and recovery paths. | |
| Threshold-Triggered Input Cap | Rule | Slows the enabling inflow automatically once the stock enters a precautionary band below the collapse threshold, buying time to act before overshoot forces a crash. | |
| Thunk or Lazy Promise | Tool | Packages an unevaluated computation as a first-class value that runs at most once when forced — relocating its side effects and failures to force-time. | |
| Ticket Triage Queue | Queue Structure | ||
| Ticketing System | Tool | Turns each incoming request into a durable, owned, trackable record that moves through states from open to resolved, so nothing is lost and everyone can see where it stands. | |
| Tie-Break Rule | Rule | A pre-agreed impersonal criterion — priority, seniority, timestamp, rotation, or a coin flip — that deterministically decides who yields, so a symmetric standoff resolves with no one having to argue or decide. | |
| Tie-Breaker Table | Document | Lists ordered secondary criteria for resolving equal, ambiguous, or incomparable cases. | |
| Tiered Audit Protocol | Protocol | A protocol that escalates from lower-intrusion evaluation to deeper internal inspection when defined triggers are met. | |
| Tiered Commission or Fee Schedule | Decision Rule | Sets side-specific fees according to elasticity, value contribution, and congestion effects. | |
| Tiered Compliance Rule | Institution | Varies normative force or implementation duties by risk, scale, capability, or affected population. | |
| Tiered Decision Support | Software or Tool | A decision-support mechanism that presents a recommendation first and allows deeper inspection of rationale, evidence, assumptions, and exceptions. | |
| Tiered Incident Command | Coordination Protocol | ||
| Tiered Response Protocol | Protocol | Implements the archetype by assigning different classes of cases to different levels of response intensity, expertise, speed, or authority. | |
| Tiered Review Protocol | Protocol | Routes items into fixed review lanes by risk band, each lane staffed at a defined level of scrutiny and authority, so the scarcest reviewers see only the heaviest cases. | |
| Tiered Service Catalog | Artifact | Documents the service levels, response times, supports, thresholds, and responsibilities associated with each stratum. | |
| Tiered Support Model | Process | Sorts recipients into differentiated service tiers by contribution or need while guaranteeing every tier a baseline floor. | |
| Time Bank or Credit System | Exchange Accounting System | Represents deferred reciprocal contribution as credits so participants can give and receive across a network over time. | |
| Time Bank or Service Credit System | Artifact | Converts an hour of unlike help into a common credit anyone can earn now and spend later — turning scattered one-off favors into durable, accounted reciprocity. | |
| Time-Anchored Evidence Record | Document | Attaches evidence to explicit temporal anchors so later comparison can separate true change from recall bias, narrative smoothing, or context drift. | |
| Time-Based Holdout | Validation Design | Uses later time periods as protected evaluation for forward-looking deployment claims. | |
| Time-Bounded Veto or Hold | Protocol | Lets an independent authority pause a transition for a fixed window that lapses by default, so continuing the hold — not lifting it — is what must be justified. | |
| Time-Locked Exposure Protocol | Protocol | Phase-locks delivery of the intervention to the open window — starting only after the window opens and completing before it closes — so exposure lands when the system can actually use it. | |
| Time-to-Live (TTL) Policy | Policy | Stamps each layer with a fixed lifetime at the moment it's created, so it self-expires when the clock runs out — no one has to decide, later, that it's too old. | |
| Timebox with Early-Exit Rule | Rule | Fixes a hard time allowance for an elastic task and pairs it with a standing rule that finishing early ends the task — the box is a ceiling, not a quota to fill. | |
| Timeboxed Ideation and Downselection | Method | Compresses a full diverge-then-converge cycle into a single fixed timebox, using the clock to force both rapid breadth and a quick, criteria-based cut — trading depth for speed on cheap, reversible choices. | |
| Timeboxed Inquiry Record | Artifact | Caps an open-ended investigation at a fixed time or resource budget and records what was learned, what remains unresolved, and the scope the cap applies to — so inquiry closes on the deadline without hiding its gaps. | |
| Timeboxed Search | Procedure | Allocates a bounded search interval with a fallback, checkpoint, and escalation path. | |
| Timed Entry | Access Window Reservation | Common in events, public spaces, clinics, inspections, and service counters. It can drift into demand smoothing if the main purpose is shifting demand rather than replacing continuous waiting. | |
| Timeline Review | Artifact | Uses chronology to test whether the narrative confuses sequence with causality or hides temporal gaps, reversals, and delays. | |
| Timeout and Escalation | Temporal Trigger Mechanism | ||
| Timeout and Retry Recovery | Protocol | Caps every wait with a clock: when a participant has waited too long it abandons its blocked attempt, drops back to a controlled state, and retries — dissolving deadlocks no one ever detected. | |
| Timeout Policy | Policy | Bounds how long a participant will wait for an expected message, and converts the resulting silence into a safe action — abort, retry, step down, stall — never into a claim about who has failed. | |
| Timestamp and Freshness Badge | Artifact | Stamps every datum with its capture time and shows its age at a glance, so whoever acts on the state can see whether it is fresh enough to trust before they rely on it. | |
| Timestamping | Artifact | Adds creation, observation, decision, effective, review, or expiry times so time-dependent references can be resolved. | |
| Timing After-Action Review | Ritual | Reviews whether the action was early, timely, late, over-intense, or ethically questionable, then recalibrates future windows. | |
| Tipping-Point Analysis | Test or Assessment | Shows how extreme missing outcomes or response-process assumptions would need to be before the substantive conclusion changes. | |
| tit_for_tat_matching_rule | Protocol | Reciprocates cooperation with cooperation and repeated defection with reduced cooperation while preserving a path back to cooperation. | |
| Title or Entitlement Registry | Register | Maintains the authoritative record of who holds which entitlement, how they came to hold it, and what encumbrances ride on it, so claims can be trusted and traced instead of relitigated. | |
| Titration Protocol | Protocol | Adjusts intensity gradually according to observed response. | |
| Token-Bucket Admission Gate | Tool | Admits requests only as fast as tokens refill at a fixed rate, letting a bounded burst through but no more — converting a synchronized surge into a metered stream. | |
| Tokenization or Masking | Tool | Replaces each sensitive value with a surrogate token or masked form, so downstream systems can still key, join, and display records without ever holding the raw value. | |
| Tolerance Stack Analysis | Method | The end-to-end analytical procedure that gathers each contributor's tolerance, selects an accumulation model to combine them, and checks the predicted total against the system's fit requirement. | |
| Tolerant Reader / Strict Writer Policy | Policy | Sets the interface's standing regime as deliberately asymmetric — strict about what the system emits, liberal about what it accepts — and writes that choice down as policy rather than leaving it to each parser. | |
| Tombstone or Deletion Marker | Artifact | Leaves a durable marker where a removed layer used to be — recording that it existed, that it's gone, and where its references should now resolve — so deletion can't be mistaken for 'never there.' | |
| Tomographic Pore-Network Imaging | Diagnostic Estimation | Reconstructs the real three-dimensional void network from X-ray slices — actual connectivity, constrictions, and dead ends — instead of trusting a bulk average. | |
| Tool Capability Addition | Tool | Adds a tool, instrument, or system feature that makes a previously-impossible response executable — creating capability the organization simply did not have before. | |
| Tool Plus Process Redesign | Workflow | Pairs a technical tool with process changes that allow the tool to produce its intended operational effect. | |
| toolmark_comparison_protocol | Protocol | Compares striations, impressions, wear marks, or tooling defects across known and disputed artifacts. | |
| Top-Cost-Source Intervention | Method | Goes after the few cost or loss sources behind a disproportionate share of spend, and keeps going only while each still yields. | |
| Top-Driver Analysis | Method | Ranks the causes or segments behind an outcome and tests which of the top few are actually worth intervening on. | |
| Top-K Exposure Share | Metric or Dashboard | Measures what proportion of critical dependency weight is held by the largest one, three, or five providers. | |
| top_k_feature_activation | Method | Selects the k strongest, most relevant, or most diagnostic units for each input. | |
| Topic Catalog | Register | A browsable, governed directory of the topics that exist — their meaning, owner, and schema — so teams discover and reuse the right topic instead of inventing a duplicate. | |
| Topic Exchange or Event Bus | Tool | The routing core that matches each published event's topic against subscription bindings and delivers a copy to every matching subscriber, without producer and consumer ever naming each other. | |
| Topographic Error Measure | Diagnostic Estimation | Reports the fraction of inputs whose best and second-best units are not neighbours on the grid — a single number for how often the map's local topology is broken. | |
| Topological Sort | Method | An algorithmic method for ordering nodes in an acyclic dependency graph so prerequisites appear before dependents. | |
| Topological Sorting | Algorithmic Method | Generates an order that respects prerequisite dependencies in acyclic dependency structures; it is a mechanism, not the archetype itself. | |
| Topology Optimization for Void Placement | Tool | Computes where material must stay and where it can become void, searching layouts that hit the functional targets at least mass while keeping the load path intact. | |
| Total Cost of Ownership Framing | Accounting Frame | ||
| Toy Model | Method | Uses an intentionally simplified model to reveal the main dynamics before realistic complications are introduced. | |
| Trace Decay Review | Monitor | After a redesign, checks two things at once — that the old desire path is actually fading, and that no worse path has popped up somewhere else. | |
| Trace Instrumentation | Software or Tool | Links events across a distributed workflow so hidden bottlenecks, dependency failures, and state transitions can be diagnosed. | |
| Trace-Element Profile Matching | Laboratory Analysis | ||
| Trace-to-Claim Diagram | Diagram | Visualizes trace, source, inference bridge, hypothesis, and defeaters. | |
| Traceability Dashboard | Metric or Dashboard | Displays coverage, broken links, stale links, unowned items, unresolved exceptions, and change-impact paths. | |
| Tracked History or Reputation Record | Outcome Trace Signal | ||
| Tradable Permit System | Cap and Allocation Mechanism | ||
| Traffic Assignment Model | Simulation or Planning Model | ||
| Traffic Lane | Physical Pathway | ||
| Traffic Signal Offsetting | Protocol | Uses timed offsets among recurring signal cycles to prevent local peak queues from arriving at downstream intersections all at once. | |
| Traffic-Class Separation Rule | Procedure | A rule that separates routine, urgent, private, authoritative, exploratory, and control traffic. | |
| traffic_assignment_or_flow_equilibrium_model | Software or Tool | A model that compares decentralized path choice with coordinated network performance under capacity scenarios. | |
| Training and Enablement Rollout | Program | Pairs technical deployment with capability building, practice scenarios, support channels, and role-specific guidance. | |
| Training and Practice Program | Capability Building Routine | ||
| Training and Support Package | Artifact | Supplies learning materials, job aids, support contacts, escalation procedures, and maintenance guidance needed for repeated execution. | |
| Training Deload Protocol | Procedure | A fitness, skill, or workload procedure that temporarily lowers load, frequency, or intensity when full effort has declining benefit and recovery risk is rising. | |
| Training Feedback Cycle | Workflow | Repeatedly exposes learners to practice, performance feedback, correction, and another attempt until the desired skill or response becomes stable. | |
| Training Interval Sequence | Procedure | Alternates practice or load pulses with rest, review, or consolidation windows. | |
| Training Load Band | Method | Keeps training pressure within an adaptive range. | |
| Training Load Calibration | Protocol | A protocol for varying practice or workload and observing adaptation and fatigue. | |
| Training Plateau Adjustment | Protocol | Changes the training stimulus — load scheme, recovery, technique, or objective — when more of the same practice stops improving performance, first distinguishing an adaptation ceiling from simple under-recovery. | |
| Training Plus Feedback Loop | Workflow | Pairs skill acquisition with immediate feedback so practice becomes more effective than training alone. | |
| Training Progression Validation | Protocol | Checks that each step in a learning or skill progression prepares for the next step without losing the core capability being extended. | |
| Training Volume Limit | Protocol | A protocol that stops adding training load when added adaptation is outweighed by fatigue or injury risk. | |
| Training-Data Exclusion List | Ml or Analytics Control | ||
| Trait or Mixin Composition Rule | Rule | Builds a type by composing small reusable behavior units from a registry, with a conflict rule — linearization or explicit override — deciding what happens when two units define the same member. | |
| Trajectory Mapping Diagram | Artifact | Depicts plausible paths from current state toward desired, risky, stable, or forbidden regions. | |
| Transaction Boundary | Protocol | Groups allowed changes into an atomic unit with commit, rollback, and consistency rules. | |
| Transaction Isolation | Protocol | Defines which concurrency anomalies a multi-operation transaction is protected from by naming an isolation level and the set of interleavings it rules out. | |
| Transactional Outbox | Process | Captures an event in the same local transaction as the state change that caused it, so a committed change is never published without its event and an event is never published without its change. | |
| Transactional Outbox Projection | Protocol | Writes each source change and an outbox record of it in one local transaction, then relays the outbox to update redundant copies — so a copy is never updated for a write that didn't commit, and never missed for one that did. | |
| Transactional Write Control | Protocol | Groups related updates so they all commit or none do, keeping partial, duplicate, or inconsistent intermediate states out of trusted records. | |
| transactional_precondition_guard | Workflow Boundary | Runs precondition validation inside a transaction or guarded workflow boundary so failure aborts consistently. | |
| Transect and Gradient Mapping | Method | Reads the transition zone along cross-cutting survey lines to reveal its composition gradient, its true depth, and where each interior actually ends. | |
| Transfer Debrief | Ritual | After a real transfer attempt, compares what was expected to carry with what actually happened in the target, and feeds the difference back to revise the scaffold for next time. | |
| Transfer Incidence Ledger | Document | Documents who gains, who loses, and which transfer or burden pathway links the two. | |
| Transfer Prompt | Method | A few lightweight standing questions — what is the underlying idea, what is different here, what would make it fail — that trigger transfer thinking without building any heavy artifact. | |
| Transfer Prototype Experiment | Process | Builds a working prototype of the adapted principle and runs it under real target conditions against a control, so 'the principle should transfer' becomes an actual measured yes or no. | |
| Transfer, Assignment, or Sale Contract | Artifact | The instrument that moves specified sticks from one holder to another — fixing which rights convey, on what terms, and with what warranties — so a transfer is clean, complete, and hard to unwind. | |
| Transfer-Appropriate Processing Rehearsal | Method | Rehearses using the very cognitive operations the moment of use will demand — recall, generation, motor execution — so the practiced processing, not just the material, is what transfers. | |
| Transfer-Function Estimation | Method | A method for estimating how inputs are transformed into outputs over an operating range. | |
| transfer_batch_split | Procedure | A mechanism that decouples production batch size from the smaller batch moved to the next stage. | |
| Transition Harm Review | Test or Assessment | Identifies users, workers, dependencies, and public goods that could be harmed by displacement and designs mitigation. | |
| Transition Period | Governance or Schedule Mechanism | ||
| Transition Signal Dashboard | Monitoring System | Tracks evidence that justifies maintaining, scaling, adapting, or retiring initiatives across horizons. | |
| Transition Support Plan | Process | Makes the move genuinely possible for those least able to bear it—funding, logistics, case management, and compensation—so retreat preserves everyone's options, not only the well-resourced's. | |
| Transitive Vulnerability Scan | Tool | Checks a substrate's full transitive dependency set against known-vulnerability data, surfacing inherited flaws that live several hops below anything the local team wrote. | |
| Translation Backcheck | Method | Verifies that meaning survived a translation by translating the result back into the source and comparing it to the original, surfacing exactly where the bridge leaked. | |
| Translation Decision Record | Document | Records the translation rationale, rejected alternatives, safeguards, residual disagreements, and reopening conditions. | |
| Translation Drift, Incident, and Revision Review | Workflow | Samples actual use, investigates misunderstanding and harm, detects changes in either framework, analyzes dependencies, and decides clarification, remapping, splitting, suspension, rollback, or retirement. | |
| Translation Memory Review | Procedure | Reviews and reconciles competing phrase, label, concept, or terminology mappings across languages, teams, or historical translations. | |
| Translation Testing | Test or Assessment | Tests whether translated outputs preserve intended meaning, required action, user rights, warnings, and operational consequences. | |
| Translation Validation Checker | Tool | Checks that one output of an untrusted transformer is semantically equivalent to its input for that specific translation, instead of proving the whole transformer correct. | |
| Translation-Loss, Ambiguity, and Power-Effect Audit | Protocol | Reviews omissions, additions, compression, uncertainty, connotation, category erasure, authority transfer, excluded interpretations, burden distribution, disclosure, dissent, and remedy. | |
| Translation-Validation Harness | Audit | Instead of proving a translator correct once, it checks each individual translation after the fact — establishing that this output faithfully realizes this input against the source as oracle. | |
| translation_effect_decomposition | Method | Decomposes reported value change into operational, price-level, and currency translation components. | |
| Transparency Impact Review | Review | Periodically asks whether all the disclosure is actually producing accountability, and at what burden, rather than just accumulating published volume. | |
| Transparency Log Monitoring | Monitor | Continuously watches an append-only public log for entries no one authorized, turning an upstream compromise into something you detect rather than something you assume cannot happen. | |
| Transparency Report | Register | Publishes what the network's control points actually did — access decisions, enforcement, appeals, outages, and rule changes — on a fixed cadence, turning private governance into a checkable public record. | |
| Transparent Cross-Subsidy Schedule | Policy | An explicit, reviewable rule that funds high-cost or essential endpoints out of pooled system revenue, making the who-pays-for-whom of universal service visible instead of hidden. | |
| Transparent Decision Record | Document | A record of decision standard, evidence considered, rationale, participation, and review status. | |
| Transparent Revenue-Share Ledger | Register | A shared, auditable record that attributes each unit of revenue to the contributors who earned it and shows everyone exactly how the split was computed. | |
| Transport, Storage, and Breakthrough Testing | Diagnostic Estimation | Puts the porous body into service conditions and measures what it actually does — how much it holds, how fast it drains or conducts, and when the carrier breaks through. | |
| Transportive Storyboard | Template | Maps characters, stakes, scenes, emotional beats, and payload points before production. | |
| Trap-Sentinel Escalation | Safeguard Protocol | ||
| Travel-Time Matrix | Artifact | Tabulates the full response time from each candidate reserve location to each front under normal, degraded, and surge conditions, turning 'centrally positioned' from a claim on a map into a checkable number. | |
| Traveling Maintenance Window | Protocol | A bounded safe-to-disrupt zone that moves along with the front, taking one segment out of service to work on it while the rest of the system keeps running around it. | |
| Treatment Escalation Limit | Protocol | A clinical or care protocol that limits additional intervention intensity when expected benefit is outweighed by burden or risk. | |
| Treatment Interaction Analysis | Method | A method for evaluating whether an intervention's effect changes under different co-treatments, conditions, populations, or moderators. | |
| Treatment Sequencing Protocol | Protocol | A clinical protocol that orders diagnostic, stabilization, consent, contraindication, and intervention steps around prerequisites. | |
| Treatment Threshold | Protocol | A domain-specific clinical or care protocol in which treatment, transfer, monitoring, or escalation begins when signs or scores cross a defined cutoff. | |
| Trend Detection | Method | Tracks directional change across repeated local events or behaviors to identify patterns that are becoming stronger or more widespread. | |
| Trend Projection | Projection Method | ||
| Triage & Prioritization Protocol | Protocol | Orders an incident's competing demands by urgency, impact, and tractability so scarce responders work the highest-yield problems first — and lower-priority harm is consciously allowed to wait. | |
| Triage by Marginal Benefit | Decision Protocol | A time-sensitive prioritization protocol that allocates scarce units by expected incremental benefit under safeguards. | |
| Triage Category System | Method | Sorts cases by urgency, severity, type, or needed expertise so finite response variety is matched to the cases where it matters most. | |
| Triage Filter | Process | Sorts incoming cases into urgency bands — act now, defer, route to routine, or set aside — allocating scarce attention by priority rather than excluding candidates outright. | |
| Triage Protocol | Protocol | A rule set that rapidly sorts burst arrivals by urgency, severity, and reversibility so scarce capacity goes where it preserves the most important outcomes — and openly defers or drops the rest. | |
| Triage Protocol Update | Protocol | Revises the front-door rules that classify and prioritize incoming cases, so a newly-recognized case class is sorted, ranked, and sent to the pathway that can actually handle it — instead of falling through. | |
| Triage Queue with Escalation Rules | Workflow | Routes cases from initial screen to routine handling, specialist review, manual inspection, or emergency response. | |
| Triage Rule Table | Protocol | A documented set of routing criteria for sending cases to fast path, slow path, audit, pause, or return. | |
| Triage Threshold | Protocol | A triage mechanism that activates a pathway, priority class, specialist review, service level, or response queue once need or risk crosses a cutoff. | |
| Triangulation Audit Trail | Document | A versioned record of evidence inclusion, exclusions, weights, judgments, challenges, decisions, and later updates. | |
| Triangulation Matrix | Template | Places claims against multiple sources so agreement, disagreement, independence, and source-type diversity can be seen at once. | |
| Trigger Removal | Interruption Method | Removes, hides, blocks, delays, or decouples a cue that reliably starts an unwanted response. | |
| Trigger-Based Debug Trace | Procedure | Turns on richer logging or tracing when a symptom, threshold, or anomaly indicates that an intermittent episode may be occurring. | |
| Trigger-Based Response Rule | Protocol | Activates a response only when observable conditions cross a predefined threshold rather than whenever an opponent acts. | |
| Trigger-Specificity and Dose-Escalation Trial | Method | Starts from the smallest plausible trigger and escalates only as needed, using dechallenge and rechallenge to pin down which trigger, at what dose, actually reopens capacity. | |
| Trigger-to-Training Coupling Schedule | Protocol | Times the corrective input to land inside the verified malleability window — not before it opens, not after it recloses — coordinating trigger, verification, training, rest, and consolidation. | |
| triggered_maturity_rebalancing_clause | Protocol | Uses covenant, contract, governance, or operating triggers to lengthen short obligations, reduce long lockup, or throttle new commitments when mismatch exceeds limits. | |
| Troubleshooting Flowchart | Method | Encodes a repeatable path from symptom through checks and decisions to a restoration action, so anyone can diagnose without an expert on call. | |
| true_member_language_flag | Rhetorical Signal Detection | ||
| Trust and Legitimacy Checklist | Checklist | Checks source credibility, consent, accountability, fairness, data or privacy expectations, repair paths, and local ownership before adoption. | |
| Trust Chain Red Team | Role or Team | Maps the chain of trusted upstreams and actively attacks its weakest link, proving where a compromised or spoofed producer would deliver a hostile payload straight past the consumer's controls. | |
| Trust Repair Before Persuasion Rule | Rule | Forbids resuming persuasion while trust — the stock that persuasion acts through — is broken, and gates any restart on trust first recovering past a set threshold. | |
| Trust Stabilization Message | Protocol | A communication mechanism that acknowledges the rupture, states containment boundaries, reduces rumor-driven propagation, and preserves enough confidence for stabilization. | |
| Trust Transitivity Breakpoint Review | Procedure | Identifies where trust, reputation, or certification stops transferring across a dependency or intermediary chain. | |
| Trust-Breach Triage Containment and Repair Protocol | Protocol | Classifies breach protects exposed parties preserves evidence suspends reliance investigates remedies and sets optional repair gates. | |
| Trust-Building Communication | Communication Practice | ||
| Trust-Calibration and Dependency Audit | Test or Assessment | Compares trust tiers and monitoring burdens with outcomes incidents uncertainty spillover alternatives and concentrated dependence. | |
| Trust-Tier Badging | Artifact | Bins subjects into a few coarse trust tiers shown as a badge, and attaches concrete treatment to each tier. | |
| Trusted Intermediary Briefing | Procedure | A process for briefing credible intermediaries so context can reach relevant audiences without the low-trust actor turning itself into the story. | |
| Trusted Intermediary Compromise Tabletop | Ritual | Walks a team through the assumed compromise of a trusted intermediary to rehearse the response — who is notified, what may be bypassed — before a real one forces those decisions under pressure. | |
| Trusted Intermediary Warning | Relationship Channel | ||
| Trusted Messenger Selection Protocol | Protocol | Selects or prepares messengers whose biography, role, conduct, and accountability make identification legitimate. | |
| Trusted Third-Party Attestation | Institution | Interposes a trusted independent party who inspects the private facts and vouches for a bounded claim, so the relying party can act on the attestor's word without seeing the underlying record. | |
| Trusted Update Channel Pin | Policy | Binds update trust to one specific channel and signing key set in advance, so anything signed by anyone else is refused even when it arrives looking like a legitimate update. | |
| Truth Anchor Memo | Controlled Record | ||
| Try-Lock and Backoff | Procedure | Lets a process attempt acquisition without indefinite blocking; if it cannot acquire what it needs, it backs off, releases, waits, or retries in a controlled pattern. | |
| TTL Expiration Sweep | Rule | Automatically expires or revalidates queued items once they pass a defined time-to-live, so obsolete work stops dominating the drain — without becoming disguised load-shedding. | |
| Turing-Reduction Analysis | Method | Asks whether a problem becomes solvable given an oracle for another, placing it among the degrees of relative computability rather than in a flat decidable/undecidable split. | |
| Turnover and Selectivity Assay | Diagnostic Estimation | Measures how many good cycles each facilitator unit actually delivers and how cleanly it hits the target versus off-target outputs — against a no-facilitator baseline. | |
| Two-by-Two Probability Table | Calculation Artifact | ||
| Two-Pass Generation and Evaluation | Protocol | Splits one working session into two ordered passes — generate with all judgment suspended, then switch modes and evaluate — so criticism never strangles ideas at the moment they're being formed. | |
| Two-Phase Commit Protocol | Protocol | A coordination protocol where participants first prepare and then commit or abort as a group. | |
| Two-Phase Commit with Freshness Check | Protocol | Coordinates a multi-party action as prepare-then-commit and re-verifies every precondition is still fresh at the commit boundary before any change is allowed to land. | |
| Two-Stage Review | Workflow | Separates rapid provisional action from later verification, correction, or ratification. | |
| Type Signature | Artifact | Names a function and declares, in the type system itself, exactly what kinds of value it accepts and what kind it returns — so a compiler rejects out-of-domain calls before the code ever runs. | |
| type_hierarchy_introduction | Constraint Design | A mechanism that assigns entities, predicates, rules, or classes to levels to prevent same-level self-application. | |
| Typed Correspondence and Untranslatable-Residue Crosswalk | Artifact | Stores direction-specific exact-within-scope, approximate, contextual, plural, contested, and absent mappings together with context, invariants, rationale, evidence, confidence, counterexamples, loss, and version. | |
| Typicality Rating Exercise | Method | Has people rate how typical each example is of a category, turning intuition into a graded ranking that surfaces the clearest anchors and the fuzzy middle. | |
| Typographic Emphasis | Method | Uses type itself — weight, size, case, spacing, heading level, pull quotes, or inline emphasis — to make selected words or structure stand out within running text, bounded so the emphasis does not bleed across the page. | |
| Unallocated Budget | Artifact | Keeps a deliberate share of the budget unassigned, so the organization can fund unforeseen repairs, experiments, or opportunities without raiding committed work. | |
| Uncertainty Band | Artifact | A shaded region drawn around a line, forecast, or model curve that shows how much the whole trajectory could plausibly vary — so a confident-looking line is read as a corridor of possibilities rather than a single certain path. | |
| Uncertainty Budget Allocation | Method | Allocates precision, noise, and confidence margins across the paired variables instead of demanding unattainable precision in both at once. | |
| Uncertainty Budget Sheet | Document | Records reference error, method uncertainty, field-condition uncertainty, sampling limits, and guard bands used to classify the check result. | |
| Uncertainty Dashboard | Metric or Dashboard | Displays watched signals, evidence movement, confidence bands, decision triggers, and response owners so uncertainty remains visible. | |
| Uncertainty Propagation Model | Method | Propagates uncertainty from input distributions through equations, process logic, or empirical models into output distributions. | |
| Uncertainty Retrospective Prompt | Meeting Prompt | A recurring review prompt asking which uncertainties were named, hidden, resolved, or mishandled. | |
| Uncovered-Target Triage | Process | Works the register of uncovered targets one by one, assigning each an accountable owner and a disposition — fix, defer, or authorized exclusion — so no gap sits unowned or silently dropped. | |
| Underwriting Assessment | Risk Assessment | Gathers targeted evidence about a specific applicant's hidden risk, classifies them into a risk type, and routes to accept-at-a-price, refer, or decline. | |
| Underwriting Review | Review | Investigates and estimates an individual applicant's hidden risk against the pool's viability target before exposure is accepted, collecting only the evidence the risk decision actually needs. | |
| Undo or Cancel Flow | Interface Pattern | ||
| undo_stack_protocol | Protocol | A state-preserving protocol that records reversible steps and restores the prior coherent state when a step fails. | |
| Unique Index Constraint | Software or Tool | A database or datastore rule preventing duplicate target values inside a scoped collection. | |
| Unique-Constraint Pair | Software or Tool | Database uniqueness constraints on both sides of a mapping table to prevent collisions and duplicate pairings. | |
| Unit Check | Protocol | The first-line check that every input, output, and intermediate expression carries a compatible unit label before a calculation is trusted. | |
| Unit Conversion Crosswalk | Tool | A shared table of equivalences that converts every flow and stock into one common unit, so quantities measured differently can actually be added, balanced, and compared. | |
| Unit Conversion Table | Conversion Artifact | Converts values expressed in different units into a comparable common unit while documenting conversion assumptions and precision limits. | |
| Unit Conversion Workflow | Process | Converts every quantity into one shared unit convention before combining them, keeping the conversion factors and assumptions attached to the result. | |
| Unit Normalization Table | Artifact | A reference table that maps measurement units, encodings, or formats to one common unit with exact conversion factors, so mixed-unit data becomes a single comparable quantity. | |
| unit_time_dashboard | Metric or Dashboard | Displays repeated observations by unit and period while retaining trajectory context. | |
| Universal Service Obligation | Policy | Obliges the controller to serve everyone in scope — including unprofitable, remote, or essential users — at reasonable and comparable terms, so a chokepoint can't cherry-pick who gets served. | |
| universal_counterexample_test | Reasoning Check | ||
| Unknown-Field Handling Rule | Rule | Fixes in advance what a receiver does with fields it doesn't recognize — ignore, preserve, or reject — so tomorrow's additions don't break today's readers. | |
| Unowned Input Alert | Software or Tool | Signals when no field confidently owns an input. | |
| Unresolved-Question Hold | Method | Poses a question and deliberately refuses to answer it, holding the open loop at the right intensity until its answer will land hardest. | |
| Unskinned Prototype Review | Workflow | Reviews an object, interface, or system before cosmetic skinning so teams can inspect structure, affordances, and material constraints directly. | |
| Unsubscribe or Exit Path | Service Pattern | ||
| Unsupported Case Triage Workflow | Process | Sorts the cases that fall outside the boundary — rejecting the clearly invalid, referring the elsewhere-owned, escalating the high-risk, and giving contested cases an appeal — so out-of-scope never means silently dropped. | |
| unsupported_certainty_red_flag | Exception Flag | A flag used when high-confidence language appears without enough warrant to justify it. | |
| Untrusted Solver with Trusted Checker | Process | Splits a hard task into a large untrusted solver that proposes an answer plus a certificate and a small trusted checker that validates it, so authority rests only in the checker. | |
| update_trigger_checkpoint | Trigger Check | A scheduled or event-based checkpoint that reopens a belief when pre-defined evidence, contradictions, or expiry conditions appear. | |
| Upsert or Set Operation | Method | Replaces additive action with set-to-state or create-if-absent behavior, making repetition converge on a single record or condition. | |
| Upstream Advisory Monitor | Monitor | Subscribes to the upstream sources for every inherited substrate and alerts when a new advisory lands — while flagging any substrate nobody is watching at all. | |
| Upstream Intervention Selection | Diagnostic Selection Protocol | ||
| Upstream Quality Feedback Packet | Document | Returns traceable defect evidence, scope, severity, and required response to the process, supplier, design, or team that can prevent recurrence. | |
| Uptake Confirmation | Monitor | Verifies that a supplied input actually arrived and was taken up in usable form at the point of action, rather than trusting that dispatch equals receipt. | |
| uptake_sentinel_monitoring | Monitoring Method | Watches selected contexts for adoption, resistance, drift, misinterpretation, threshold effects, and backlash. | |
| Usability or Field Test | Validation Method | ||
| Usability Test | Test or Assessment | Asks users to attempt representative tasks with a solution so friction, errors, comprehension gaps, and completion patterns become visible. | |
| Usability Tolerance Test | Review | Checks whether interface delays, errors, and layout variation stay within what real users can absorb before task success or satisfaction breaks down. | |
| Usage Cap or Throttle | Protocol | Caps or slows the volume of protected use once it passes a threshold, so no single actor can drain a shared pool that flat, unmetered access would let them overrun. | |
| Usage Quota or Rate Limit | Software or Tool | Prevents a low-price account or entitlement from being used at a scale characteristic of a higher-priced segment. | |
| Usage-Based Pricing | Institution | Ties at least part of what is paid to actual metered use, so an efficiency gain that lowers unit cost never makes marginal consumption feel free — defeating the flat-rate overuse that erases the saving. | |
| Use-Time Knowledge Article Update | Workflow | Prompts a worker to update a knowledge-base article at the moment it is retrieved and found wrong, so future lookup retrieves the revised version. | |
| Use-Trace Heatmap | Artifact | Aggregates many individual traces into a single visual field so the places where actual behavior concentrates — and diverges from the intended path — jump out at a glance. | |
| User Interview | Method | Elicits user goals, experiences, constraints, interpretations, and self-reported needs in a structured or semi-structured conversation. | |
| user_equilibrium_vs_system_optimum_analysis | Method | A method for measuring whether local choice incentives diverge from whole-network performance. | |
| Utilization Ceiling and Headroom Rule | Rule | Fixes the normal operating point below maximum capacity and reserves the gap as standing headroom, so the substrate can absorb variance and recover instead of running flat out toward collapse. | |
| Utilization Ceiling Dashboard | Monitor | Displays current load against a set utilization ceiling and shows reserve depletion, so a team can see the moment routine demand starts eating its protected capacity. | |
| Validated Clean-Down Protocol | Material Decontamination Process | ||
| Value Audit | Method | Reviews a policy, model, metric, or process to identify hidden value priorities, displaced alternatives, affected parties, and unsupported legitimacy claims. | |
| Value-Curve Crossing Review | Test or Assessment | Periodically evaluates whether the entrant is nearing, crossing, or failing to cross mainstream value thresholds. | |
| Value-Destruction Red Team | Test or Assessment | Stress-tests whether the design invites sabotage, hold-up, gaming, retaliation, or externalized loss. | |
| Value-Language Alignment Rubric | Checklist | Checks whether wording, examples, metaphors, and calls to action fit the audience’s own value vocabulary without distortion. | |
| Value-Stream Waste Walk | Workflow | Follows a repeated process to identify waiting, rework, scrap, handoff loss, and irreversible information or effort loss. | |
| Value-Weight Sensitivity Analysis | Method | Varies welfare weights, thresholds, and discount assumptions to test whether the decision remains acceptable under reasonable normative alternatives. | |
| Values Clarification | Elicitation Method | Elicits values that remain salient after rupture and tests which values can support future commitment. | |
| Values Statement | Artifact | Names organizational or project values that can anchor later rationale. It is only a mechanism; the archetype requires linking those values to actual decision assumptions and tradeoffs. | |
| Values-Affirmation Reflection | Method | Offers a brief private reflection on personally important values before performance. | |
| Values-in-Action Review | Protocol | Reviews real decisions to examine how stated values were enacted, compromised, neglected, or improved. | |
| Vantage-Bias Interview Protocol | Interview Protocol | Elicits what the source could know, why they framed it as they did, and what pressures shaped the account. | |
| Variability Analysis | Analysis Method | Looks for within-category spread, change over time, subgroup differences, exceptions, and interaction effects that weaken a fixed-essence claim and support a more conditional model. | |
| Variable-Reward Schedule Limit | Protocol | Restricts intermittent reward loops, surprise reinforcement, loot-like mechanics, or unpredictable status feedback when they amplify compulsive checking or repetition. | |
| Variance Floor Trigger | Monitor | A tripwire that fires when a population's diversity falls toward a floor, forcing fresh variation back in before selection grinds the pool down to a single fragile winner. | |
| Variant Lineage Log | Register | A running record of every variant's ancestry and fate — losers included — so the engine can trace which forebear a trait, or a failure, descends from. | |
| Variant Review Board | Procedure | Reviews proposed variants, exceptions, promotions, retirements, and updates to the core. | |
| Variant-Composition Surveillance Dashboard | Monitor | Tracks the shifting share of each variant class over time — not just total incidence — so population-weighted protection loss shows up before the surviving forms take over. | |
| Variation Budget Allocation Sheet | Artifact | Divides the system's total allowable variation into an explicit, negotiated per-contributor allowance, so each team knows its slice of a shared budget rather than treating its local tolerance as a private entitlement. | |
| Varied-Context Retrieval Practice | Method | Practices recall across deliberately varied contexts — settings, examples, cue arrangements — so the memory stops leaning on any one incidental feature and travels to settings never rehearsed. | |
| Vast Data Visualization | Representation Mechanism | ||
| Vector Embedding Model | Model | Places source items as points in a continuous host space and picks the metric that makes geometric distance stand in for a chosen relation, so structure becomes something the host can compute. | |
| Vector or Carrier Control | Method | Suppresses the living or physical carrier that ferries a hazard along the pathway, timed to its seasonal abundance — knock down the vector and the route it embodies collapses. | |
| Vendor Risk Map | Artifact | Connects each external provider to the services, data, and outcomes riding on it, rates the consequence of its failure, and names an owner and a fallback — turning a vendor list into a governed risk picture. | |
| Ventilation or Flow Redirection | Method | Moves or dilutes the carrying medium — air or water — so its flow sweeps the hazard away from the receptor and holds concentration at the point of contact below the harmful dose. | |
| Verifiable Credential | Credential Artifact | Lets holders present issuer-backed claims that recipients can check without repeating the credentialing evaluation. | |
| Verification Hold Point | Process | A mandatory gate in a release, deployment, payment, or procurement flow that will not let work proceed until independent verification findings are on record and resolved. | |
| Verified Transaction History | Register | Presents a subject's completed transactions, fulfilled commitments, and defect or dispute outcomes as verified facts of record — evidence, not opinion. | |
| Version / Context Note | Document | Records the version, release, state, assumption set, or situational context under which the statement should be interpreted. | |
| Version Control System | Software or Tool | Stores historical states, change diffs, authorship, branches, merges, and restoration points for versioned artifacts. | |
| Version History | Artifact | Preserves successive revisions of an artifact, document, model, product, policy, or codebase. | |
| Version Lineage Graph | Artifact | Shows relations among editions, releases, translations, branches, carriers, superseded versions, and new-work forks. | |
| Version Negotiation Handshake | Protocol | Before any real content is exchanged, the two ends advertise which scheme versions they support and settle on a common one, so neither has to guess or convert later. | |
| Version Negotiation or Capability Probe | Protocol | Has the two sides advertise and agree on a shared version or capability set before exchanging real data, so each tailors what it sends and expects to what the other actually supports. | |
| Version Negotiation Scheme | Protocol | A runtime handshake by which two systems discover which versions of a standard they share and agree on a mutually supported mode of interaction. | |
| Version Vector | Artifact | Tags each version of a value with a per-replica counter map, so the system can tell whether two versions are causally ordered or genuinely concurrent — and thus in conflict. | |
| Version-Control Branching Workflow | Software or Tool | Implements branches, commits, diffs, merge commits, conflict detection, and history tracking for code, documents, data, or configuration. | |
| Version-Controlled Analysis | Workflow | Uses a version-control system to preserve changes to code, data-processing scripts, notebooks, parameters, and documentation. | |
| Version-History Commit Graph | Software or Tool | Uses parent-child edges, branches, merges, tags, and timestamps to reconstruct digital change sequence. | |
| Version-Vector or Dotted-Context Exchange | Protocol | Tags each update with per-replica version counters and exchanges them, so replicas can tell a causally newer write from two genuinely concurrent ones instead of guessing by wall-clock time. | |
| Versioned Configuration Snapshot | Artifact | Freezes the full set of configuration values in force at a chosen moment under one version identifier, so a later or repeated run resolves its settings from the snapshot rather than from drifting live config. | |
| Versioned Context Manifest | Artifact | An itemized manifest of every context reference a behavior was bound to — schemas, identities, definitions — each tagged with its version and provenance, so a later execution resolves them to the same versions it was defined against. | |
| Versioned Coordinate Atlas | Register | Keeps every released version of the map's coordinate system side by side with its provenance, so any point's address can be traced, compared, and translated across versions. | |
| Versioned Event-Schema Registry | Tool | Versions event type contracts so producers and projections can evolve their schemas without silently breaking each other or the old history. | |
| Versioned Identity Rulebook | Document | A change-controlled rulebook that records versions of individuation criteria and migration mappings for entities created under older rules. | |
| Versioned Map Registry | Register | A catalogue that tracks every context-map by version and lineage, governs which version is current, and serves as the source of truth that distributed copies synchronize against. | |
| Versioned Schema Change | Process | Evolves the schema of a redundant representation without breaking its readers, by adding the new shape alongside the old, migrating, then retiring the old once nothing depends on it. | |
| versioned_self_modification_review | Governance Workflow | A review process that treats self-governing rule changes as version transitions subject to higher-integrity checks. | |
| Vertical Scale-Up | Method | Grows capacity by making an existing unit bigger or denser — upgrading its depth, power, or throughput in place — rather than adding more units. | |
| Veto Authority | Decision Right | A defined power to block, delay, or require revision of an action under specified conditions. | |
| Veto-Cost Dashboard | Metric or Dashboard | A dashboard that measures delay, veto concentration, lost value, and clearance bottlenecks. | |
| View-Change Protocol | Protocol | Hands leadership from a suspected-faulty leader to a fresh one without ever losing or contradicting a decision the old leader may already have committed — trading a brief, visible pause for an unbroken safety guarantee. | |
| Viewer Path Storyboard | Artifact | Storyboards the work as a sequence of views unfolding along the routes real visitors actually take — including on wheels and with limited mobility — so the abstraction reads in motion, not just from one hero viewpoint. | |
| Viewpoint Presence Dashboard | Monitor | Tracks, period over period, which viewpoints and sources are present in the surviving output and which stay absent — turning slow filter drift toward homogeneity into something you can watch. | |
| Violation Repair and Reconsecration Review | Procedure | Determines apology, restitution, restoration, ritual repair, reinterpretation, or retirement after violation. | |
| Virtual Queue | Position Reservation | The roadmap explicitly treats virtual queue as a mechanism family under Queue Reservation rather than a standalone archetype. | |
| Visual Contrast Encoding | Method | Maps a difference onto a visual channel — size, weight, shape, orientation, position, or colour — so distinctions become perceptible at a glance, decoded through a legend. | |
| Visual Grouping Layout | Interface | Uses proximity, whitespace, common regions, borders, alignment, shape, color, or connected lines to make related elements appear together. | |
| Visual Hierarchy | Method | Ranks every element of a layout into ordered levels — through size, position, contrast, spacing, and grouping — so the whole field is read in priority order, with the focal item first, not just one element highlighted. | |
| Visual Language System | System Mechanism | ||
| Visual Metaphor Mapping Grid | Analytic Template | Maps visible source-domain elements to target-domain meanings and records which entailments are intended, excluded, or ambiguous. | |
| Visual or Spatial Cue Redesign | Interface | Changes signs, seating, layouts, imagery, maps, interface states, or spatial defaults that silently mark some people or practices as central and others as peripheral. | |
| Visual Storytelling Sequence | Method | Arranges scenes, frames, annotations, or evidence into a narrative path that builds comprehension through order and pacing. | |
| Visual-Tactile Calibration Panel | Artifact | Compares predicted and actual touch across representative texture samples | |
| Visual-Weight Mockup Comparison | Test or Assessment | Compares alternative size distributions while controlling color, position, weight, and content as far as practical. | |
| Vivid Association Prompt | Prompt | Guides creation of sensory, exaggerated, emotional, or unusual cue images that link loci to content. | |
| Vocabulary Drift Audit | Checklist | A review process that checks whether artifacts still use the approved primitive grammar. | |
| voice_mix_dashboard | Metric or Dashboard | Shows participation, prominence, conflict, coherence, and erasure risks across lines. | |
| Volatility Budget with Loss Limit | Metric or Dashboard | Allocates tolerated exposure and enforces hard loss limits so experiments remain survivable. | |
| Volunteer Contribution Rota | Protocol | Sustains a shared good through scheduled in-kind labor, assigning named people to named turns so upkeep is contributed as time and effort rather than money. | |
| Volunteer or Maintenance Rota | Workflow | Distributes recurring shared labor with swaps, accommodations, and coverage visibility. | |
| Vulnerability Index Construction | Model | Fuses several vulnerability layers into one comparable score per unit, so the places where disadvantages pile up rank above anything a single metric would reveal. | |
| Vulnerability-Based Support Workflow | Workflow | Directs additional protection, outreach, simplification, or case management toward strata with lower capacity or higher exposure to harm. | |
| Wait-For Graph Analysis | Tool | Draws every participant as a node and every 'is waiting for' as a directed edge, then finds the cycle that proves the system is deadlocked and marks where it must be cut. | |
| Wait-Time-Based Priority Boost | Procedure | Applies a boost when an item crosses a wait threshold, often through queue metadata or periodic reprioritization. | |
| Waiting Period | Policy | Imposes a delay between joining and full benefit eligibility so entrants who join specifically to cover an imminent, already-known need can't do so under pooled terms. | |
| War Room / Incident Channel | Artifact | Stands up one dedicated space — a war room or chat channel — where all incident coordination converges and extra responders plug in under controlled, on-the-record conditions. | |
| Warning Design | Method | Makes a hazard, constraint, or required action impossible to miss and hard to misread — using conspicuous cueing, redundant channels, standard symbols and signal words, plain language, and deliberate placement — even for a stressed or distracted audience. | |
| Warning Label Redesign | Procedure | Revises warning language, icons, salience, placement, and examples when hazard interpretation evidence shows mismatch. | |
| warrant_decay_review | Periodic Review | A recurring check for beliefs whose supporting evidence is stale, context-dependent, or vulnerable to drift. | |
| Warranty or Guarantee | Liability Backed Signal | ||
| Warranty or Guarantee Requirement | Rule | Requires the entrant to back their offering with a warranty or guarantee, so low quality becomes costly to the provider and only entrants confident in their own quality find entry worthwhile. | |
| Warranty, Guarantee, or Performance Bond | Artifact | Has the informed party post a forfeitable stake that pays out if the hidden quality or performance falls short, so an unverifiable claim becomes enforceable — and only a party who believes its own claim will post it. | |
| Washout and Rechallenge | Diagnostic Estimation | Removes the inhibitor to see whether the target recovers, then cautiously reapplies it, so the off-then-on toggle proves the inhibitor was doing the work. | |
| Washout Period | Protocol | Implements recovery by waiting for residual effects or carryover state to decline before a new exposure, measurement, or decision. | |
| Watch Rotation Roster | Role or Team | Assigns rotating responsibility for maintaining low-level notice capacity without exhausting one person or role. | |
| Watchdog Timer | Software or Tool | A timer that expects periodic confirmation from a controller and triggers reset, shutdown, or safe mode when confirmation stops. | |
| Watchlist Review | Ritual | Revisits signals assigned to watch or prepare status and decides whether to maintain, probe, escalate, retire, or archive them. | |
| Water or Resource Budget | Model | Balances a specific resource over a defined boundary and period — sources in versus uses and losses out, against available storage — to see whether the account closes and whether it is over-committed. | |
| Wave or Processional Motion | Ritual | Aligns a large, dispersed group through a traveling pattern in space — a wave or procession — where synchrony is a coordinated phase offset that relays section to section, often behind a shared symbol. | |
| Wave-Packet Width Shaping | Method | Adjusts localization and spread characteristics of a state so its behavior matches the required precision, sensing, propagation, or stability profile. | |
| Wavelet Multiresolution Analysis | Method | Re-expresses the signal across a ladder of scales at once, so structure living at one scale can be separated from nuisance living at another — then reconstructs the target from the scales that hold it. | |
| Wayfinding Marker | Environmental Signal | ||
| Weak Signal Log | Artifact | Records weak signals in a durable form so later evidence can be compared against the original observation rather than reconstructed from memory. | |
| Weak-Coupling Ramp Trial | Process | Brings coupling up slowly from near zero to find the threshold where the population captures into lock — and the detuning, noise, and delay it tolerates. | |
| Weak-Signal Aggregation | Method | Combines small, ambiguous local signals so a faint system-level pattern can become visible before it is obvious. | |
| Weak-Signal Recovery Test | Test or Assessment | ||
| Weakest-Link Postmortem | Method | Traces a failure to the absent or weakest necessary condition and updates the condition set. | |
| Webhook Subscription | Protocol | Delivers a subscriber's matching events by calling its own HTTPS endpoint — a signed, retried HTTP callback — so an external system can subscribe without ever holding a broker connection. | |
| Weight Sensitivity Sweep | Analysis Procedure | Tests decision outcomes across plausible alternative weight sets. | |
| Weight-Sweep Sensitivity Table | Test or Assessment | Shows how rankings or decisions change when weights vary across plausible ranges. | |
| Weighted Decoder Model | Method | Uses calibrated weights, response curves, or learned parameters to transform the joint pattern into an estimate with uncertainty. | |
| Weighted Dependency Graph | Software or Tool | Represents dependencies as weighted edges so concentrated nodes and common upstreams become visible. | |
| Weighted Fair Queue | Protocol | Serves competing requests in an order that gives each client or class a guaranteed share of capacity, so no stream is starved and none can monopolize the server. | |
| Weighted MaxSAT or Soft-Constraint Optimization | Tool | When the commitments can't all hold, splits them into hard constraints that must never break and weighted soft ones, then computes the assignment that keeps every hard constraint while sacrificing the least-valuable softs. | |
| Weighted Network Propagation Model | Simulation or Model | A graph model where nodes and ties have different propagation weights or receptivity values. | |
| Weighted Scoring Model | Method or Artifact | Combines weighted objectives into a score, ranking, or priority list. | |
| Weighted Scoring Rubric | Template | Operationalizes composite score aggregation by listing criteria, rating scales, weights, scoring anchors, and final-score calculation. | |
| Weighted Sum Objective | Implementation Mechanism | Implements a combined objective as an explicit weighted sum. | |
| What-If Analysis | Method | Uses a structured hypothetical prompt to define an alternate condition and reason through likely outcome differences. It can initiate Counterfactual Comparison but becomes the archetype only when the alternate is plausibility-checked and used for disciplined comparison. | |
| White Paper and Policy Brief Pipeline | Document | Turns a frame into portable technical language, citations, policy options, and implementation-ready arguments. | |
| White-Box Audit | Test or Assessment | An audit that inspects internal mechanisms, records, controls, or logic. | |
| Whiteboard Modeling Session | Ritual | A live collaborative session for drawing, challenging, and revising a model on a shared surface. | |
| Whitespace | Visual Cue | Uses the blank space around and between elements as an active signal — grouping what belongs together and separating what does not. | |
| Whole-System Impact Map | Artifact | Lays a control's full field of consequences — direct, indirect, delayed, and cross-boundary — on one artifact, so a local win can be netted against the system-wide effect that hides the displaced burden. | |
| Whole-System Problem Definition | Problem Definition Method | ||
| windfall_dependency_audit | Test or Assessment | Assesses which functions, behaviors, budgets, and strategic choices now depend on abundant inflow rather than earned performance. | |
| windfall_use_public_dashboard | Metric or Dashboard | Displays inflow source, allocation buckets, reserve levels, capability investment, drawdown rules, and post-windfall readiness measures. | |
| Window Drift Control Chart | Metric or Dashboard | Tracks whether the previously valid selectivity band is drifting, narrowing, widening, or moving into a reversal regime. | |
| Window Expiry Rule | Procedure | Declares when evidence, attention, permission, or readiness has aged out and the prepared action must be revised or withheld. | |
| Window Shift Retrospective | Procedure | A post-shift review that asks what moved, what evidence mattered, who gained or lost voice, and whether the boundary should expand, contract, or stabilize next. | |
| Window-Closure Review | Review | Judges whether the receptive window has closed or is about to, and applies a stop rule that halts window-dependent escalation and hands off to protected alternatives rather than pushing harder past closure. | |
| Window-Fit Checklist | Checklist | Check whether intervention form, intensity, pace, and support fit the current window phase. | |
| Window-Opening Readiness Assessment | Diagnostic Estimation | Reads readiness signals against a preset opening criterion to declare when a receiving system has actually entered its high-malleability window — separating true receptivity from a calendar date. | |
| winner_take_all_or_k_winners_competition | Method | Allows candidate units to compete so only the strongest one or few remain active. | |
| Wireframe or Layout Prototype | Template | Makes grouping cues inspectable before final implementation so perception can be tested and revised early. | |
| Withdrawal Procedure | Workflow | Operationalizes refusal, revocation, narrowing, opt-out, deletion, stopping participation, or review of existing permission. | |
| Withdrawal Rebound Drill | Procedure | Simulates or rehearses support loss to reveal rebound failure paths and needed buffers. | |
| Within-Case Process Tracing | Method | Follows the causal chain inside a single case step by step, testing whether the proposed mechanism actually left the traces it should have. | |
| Within-Case Process-Tracing Memo | Analytic Memo | Documents event sequence, mechanism evidence, actors, constraints, turning points, and rival-process evidence inside the deviant case. | |
| Within-Window Dose and Cadence Titration | Protocol | Sets and adjusts how much exposure to deliver and how often within the open window, climbing toward effect while staying under a safety ceiling that prevents overload or harm. | |
| Witness / Source Comparison | Method | Compares firsthand accounts or records by role, access, incentive, timing, memory risk, and corroboration against non-testimonial evidence. | |
| Witness Sample or Coupon Assay | Method | Uses a representative sample, coupon, or adjacent artifact to infer calibration-relevant behavior without consuming the primary item. | |
| Witness Validation Test | Protocol | Executes a claimed witness under realistic conditions to confirm it actually reaches its target — turning a recorded link into dated evidence and unmasking phantom witnesses that exist only on paper. | |
| Witnessing And Public Recognition | Protocol | A rite in which named witnesses publicly acknowledge a contribution, transition, or belonging — making recognition real by being seen, without compelling anyone into the spotlight. | |
| Wizard or Stepper Workflow | Workflow | A staged interface that reveals fields, choices, or instructions one step at a time. | |
| Wizard-of-Oz Test | Method | A test where humans manually simulate a not-yet-built capability behind the scenes. | |
| Wording Test | Review | A sender-side check that vets a question, notice, or clause before it goes out — asking whether every permitted response would concede the same buried premise, and returning a neutral rewrite when it does. | |
| Work Log or Activity Trace | Document | Records contribution activity over time, including preparation, review, coordination, support, maintenance, and handoff work that final outputs may hide. | |
| Work Sample or Audition | Method | Has the candidate perform a task close to the real work and judges the output directly, so demonstrated ability replaces claims about it. | |
| Work-in-Progress Cap | Method | Caps how many commitments may be active at once, forcing one to finish before the next can start. | |
| Work-in-Progress Limit | Flow Control Rule | ||
| work_before_metawork_ratio_dashboard | Metric or Dashboard | ||
| Workaround Inventory | Register | A structured catalog of the informal routes, side systems, and unofficial handoffs a system has accumulated — each entry logged with its context and a first-pass reading of why it exists. | |
| Workaround Observation Walkthrough | Procedure | Observes how people bypass, rename, reinterpret, or locally modify the imported artifact to infer the real friction surface. | |
| Workaround Review | Ritual | Reviews repeated unofficial adaptations and classifies them as helpful, risky, necessary, obsolete, or evidence of a broken formal process. | |
| Worked Example Variation | Artifact | Presents the same solution structure across worked examples with systematically varied surface stories, so the learner abstracts the transferable method instead of binding to one cover story. | |
| Worker Caseload Limit | Policy | Caps how many active cases one person or team carries, set at the point where taking one more degrades the quality of all the rest. | |
| Worker Cooperative Ownership | Institution | A firm owned and democratically controlled by the people who work in it — one member, one vote — so labor, not outside capital, holds the surplus and the decision rights. | |
| Workflow Automation or Macro | Tool | A reusable script or macro that executes the recurring barrier-lowering steps at near-zero marginal effort while validating each output and logging every run for audit. | |
| Workflow Diagram | Artifact | Visualizes task sequence, branches, actors, handoff points, dependencies, and feedback loops in a way that participants can inspect and update. | |
| Workflow Ethnography | Method | Observes real work in context so tacit coordination, improvised fixes, local meanings, and practical constraints become visible. | |
| Workflow Fit Analysis | Method | Maps how the design intersects with existing routines, handoffs, tools, timing, and exception paths. | |
| Workflow Orchestrator | Software or Coordination System | Enforces, routes, or recommends the next valid action based on current state and sequence rules. | |
| Workflow Rerouting | Process Redesign | Implements the archetype by changing the path that work, cases, requests, approvals, or information follow among actors or systems. | |
| Workflow Script or Pipeline | Software or Tool | Automates the steps that transform inputs into outputs, reducing hidden manual variation and making reruns observable. | |
| Workflow Swimlane | Process Diagram or Design Artifact | ||
| Workflow Transition Guard | Workflow | A workflow gate that tests relational preconditions before allowing a transition. | |
| Workflow-Integrated Tooling | Design Method | Embeds technical tools into the timing, handoffs, exceptions, and collaboration patterns of actual work. | |
| Workflow-Model Compiler | Tool | Compiles a process model — a diagram of tasks, decisions, and flows — into an executable orchestration, wiring in the failure handling, compensation, and versioning a long-running process needs but the diagram omits. | |
| Working Group or Pod Structure | Role or Team | Splits a large body of contributors into small, semi-autonomous units — each owning a slice of the work and nesting inside the whole — so cooperation stays legible and accountable as numbers grow. | |
| Workload Heatmap | Metric or Dashboard | Visualizes concentration of work, overload risk, support needs, or repeated under-contribution across roles, time periods, or work types. | |
| Workload Rebalancing Routine | Operational Routine | Periodically compares capacity and burden across teams, people, queues, or roles and moves work or support to prevent chronic overload. | |
| Workload Rebalancing Workflow | Workflow | A workflow for redistributing work, queue position, staffing, or support when burden has become destabilizing. | |
| Workload Scaling Test | Test or Assessment | Increases workload, case volume, or demand intensity in a controlled way to measure throughput, latency, backlog, error rate, and operational strain. | |
| Work–Expression–Manifestation Matrix | Template | Maps levels from abstract work to expression and concrete manifestation so identity decisions are made at the right abstraction level. | |
| Worst-Case Stack Calculation | Model | Sums every contributor's tolerance in its most harmful direction to guarantee the fit holds even if all deviations align at their extremes — buying absolute assurance at the price of the most conservative, and often most expensive, budget. | |
| Write-Ahead Vote Log | Tool | Forces every vote, promise, and term change onto durable storage before the node acts on it, so a crash-and-restart can never make a participant contradict something it already promised. | |
| Written Decision Notice | Reason Giving Mechanism | Communicates findings, standard applied, reasoning, remedy, and review options to relevant parties. | |
| Zero-Sum Framing Challenge | Checklist | Forces reviewers to test whether a zero-sum frame is structural, rhetorical, or masking a variable-sum alternative. | |
| zero_span_linearity_check | Procedure | Checks offset, scale, and selected response points without running a full destructive or laboratory calibration sequence. | |
| Zone Health Dashboard | Monitor | Brings the zone's many health signals — gradient, exchange, unique function, integrity, distribution, and harm — onto one panel so stewards can steer by the whole picture rather than one number. | |
| Zoom-In / Zoom-Out Diagnosis | Procedure | Deliberately narrows and widens the view of a problem, using each movement to ask what becomes visible, invisible, overemphasized, or actionable. |