specification · five phases

The protocol, in operational form.

Each phase is non-negotiable and must execute in order. No phase may be skipped. No compression allowed between phases.

A₀ Assumption Vacuum Scan
Rule: No unstated condition is assumed true. Unknown ≠ optional. Unknown ≠ resolved.

Latent Condition Scan (mandatory)

  • Environmental exposure — presence, concentration, boundary
  • Material interaction — surface, chemical, mechanical contact
  • Human contact vectors — direct, indirect, proximate exposure paths
  • Temporal degradation — decay, drift, phase change over time
  • Ambient interference — EM, thermal, acoustic, vibrational

Per latent condition attach

  • Determinability — determinable from source · conditionally determinable · not determinable
  • Sensitivity — Low / Moderate / High impact on system behavior
  • Uncertainty Propagation Path — which downstream units inherit the uncertainty

Resolution protocol

  • Resolve deterministically only when forced by constraints
  • Otherwise preserve as explicit unresolved variable
  • Mark blocking conditions where behavior cannot be determined
  • Absence of specification is not license to synthesize specification
A System Extraction

A₁ — Hierarchical Component Extraction (Recursive)

  • Extraction is recursive — no flat parsing
  • Identify subcomponents → internal relationships → repeat until no further decomposition exists
  • Preserve: parent-child linkage · dependency direction · activation relationships · state transitions
  • Failure to recurse = flat-loss compression (hard fail)

Unit classes (completeness domains)

  • Structural units · Functional units · Relational units · Mechanical units
  • Constraint units · State units · Evaluation units · Context units
  • Interface units · Feedback units · Degradation units · Adaptive units (conditional)

A₂ — Context / Substrate Layer Scan

  • Instantiate only if evidenced or behaviorally required
  • Classes: Environmental · Atmospheric · Medium/Substrate · Energetic · Envelope · Saturation/Density · Submersion/Immersion
  • Inclusion requires: observability classification + effect traceability + confidence level. If any missing → exclude

A₃ — Mechanism Scan (Verb Decomposition)

  • When implicit verbs appear (works, drives, ensures, maps, handles, integrates…) interrogate: by what mechanism? through what path? under what conditions? what changes state? what dependencies exist?
  • No mechanism may remain implied

A₄ — Completeness Ledger (Pre-Assembly)

  • Components/subcomponents (hierarchical) · Functions · Mechanisms · Dependencies · Dependents
  • Constraints · Triggers · Edge cases · Latent conditions (with determinability, sensitivity, propagation)
  • Interface definitions · Feedback structures · Degradation modes · Adaptive capacity (if present)
  • Observability class · Detection confidence level · Measurement boundaries · Error propagation paths
  • Explicit user exclusions · Explicit user priorities · Information preservation flags · Unresolved ambiguities
Rule: Ledger precedes output. Output must trace to ledger.
B Deterministic Classification

Categories (non-subjective)

  • Required — must be present for system function
  • Dependency — prerequisite for another unit
  • Dependent — relies on dependency to function
  • Support — non-load-bearing but structurally coherent
  • Constraint — bounds behavior or output range
  • State / Trigger — governs transitions or conditions for activation
Rule: Preserve Required + Dependency + Dependent + Constraint + State. Support preserved unless explicitly authorized for reduction.

Uncertainty classification (per unit)

  • Explicit — must preserve
  • Strong inference — allowed if labeled or grounded
  • Weak inference — not presented as fact
  • Unresolved — surfaced, not patched

Metrologist layer (mandatory per unit)

  • Detection confidence: High / Moderate / Low
  • Observability: Direct / Indirect / Non-observable
  • Measurement boundary: hard limits of knowability
  • Error propagation: downstream inheritance of uncertainty. If a dependency is uncertain → all dependents inherit uncertainty

Anti-synonym collapse rule

  • Before merging two items verify no difference in: identity · function · mechanism · constraint · activation condition
  • If difference exists → remain separate
C Output Assembly

Invariant lock (pre-wording)

  • What cannot be omitted · What cannot be altered · What cannot be assumed · What cannot be expanded without authorization
  • Only then assemble wording

Structural ordering rules

  • Dependencies precede dependents
  • Constraints adjacent to governed units
  • Mechanisms co-located with components
  • No size/prominence weighting · No aesthetic hierarchy

Information preservation constraint

  • No reduction of distinguishable states
  • Distinct states remain distinct

Two-way accountability

  • Every output sentence traces to ledger
  • Every essential ledger item appears in output
  • No unsupported additions

Adversarial omission checks (post-draft)

  • Omission test · Compression corruption test · False completeness test
  • Assumption injection test · Dependency severance test · Semantic invariance test

Coverage scoring + bidirectional validation

  • Verify: component coverage · relation coverage · mechanism coverage · constraint coverage · boundary integrity · compression safety
  • Forward: Source → Extracted System → Output
  • Reverse: Output → Reconstructed System → Compare. If reconstructed system is flatter, simpler, or thinner → fail
D System Evolution & Import Protocol
Purpose: Enable intake of new conversations and revision-bearing material without flattening prior logic.

D₁ — Line-by-line ingestion

  • Read in exact order. No skipping. No summarizing during ingestion
  • Mark lines containing: corrections · overrides · rejections · replacements · added constraints · removed constraints

D₂ — Revision ledger update

  • Per revision: record ID · source location · original rule · revised rule · invalidation status · carry-forward rule
  • Later corrections override earlier ones. Invalidated rules remain archived but marked inactive

D₃ — Conflict detection during import

  • If new revision conflicts with active rule: flag exact conflict · identify competing rules · check for explicit override
  • If none → state no authorized resolution rule exists. Do not silently reconcile

D₄ — Hierarchical integration

  • New rules inserted into correct phase layer (A₀, A, B, C, D)
  • No flattening into miscellaneous appendices

D₅ — Structural revalidation after integration

  • Re-run: completeness ledger audit · anti-collapse check · error propagation mapping · coverage scoring · reverse reconstruction test
  • If structural degradation detected → reject integration
instrument · interactive phase walkthrough

Run a system through the OCS.

Paste the system description below, then step through each phase to build a structured completeness ledger. Client-side only — nothing transmitted.

System description

The text stays in your browser. Nothing is sent anywhere. Proceed to tab ② when ready.

Environmental exposure
Presence, concentration, boundary conditions
Material interaction
Surface, chemical, mechanical contact
Human contact vectors
Direct, indirect, proximate exposure paths
Temporal degradation
Decay, drift, phase change over time
Ambient interference
EM, thermal, acoustic, vibrational
A₀ coverage0%
Structural units
Components and their physical/logical arrangement
Functional units
What the system does, what each part does
Relational units
Dependencies, flows, connections between parts
Mechanical units
The specific how — verbs, mechanisms, pathways
Constraint units
Bounds, limits, thresholds, invariants
State units
Modes, conditions, phase transitions
Interface units
Boundary definitions between components
Feedback units
Loops, correction signals, adaptive paths
Degradation units
Failure modes, decay paths, edge conditions
Phase A coverage0%

For each unit found in Phase A, mark its classification and confidence. The five mandatory preservations are: Required, Dependency, Dependent, Constraint, State.

Required units identified
System cannot function without these
Dependencies mapped
Prerequisite chains established
Uncertainty typed
Each unit marked: Explicit / Strong / Weak / Unresolved
Metrologist layer applied
Confidence · Observability · Measurement boundary · Error propagation
Synonym collapse checked
No false merges — separate if identity/function/mechanism differ
Invariant lock applied
What cannot be omitted/altered locked before wording
Structural ordering correct
Dependencies before dependents · constraints adjacent · no prominence weighting
Omission test
No required units absent from output
Compression corruption test
No structural loss in brevity
Assumption injection test
No unsourced content synthesized in output
Bidirectional validation
Reverse reconstruction not flatter/simpler than source
Two-way ledger accountability
Every output sentence traces to ledger · every ledger essential appears in output

Completeness ledger

Run through all five phases, then click "Build ledger" in Phase C to generate output.
failure taxonomy · consolidated

What the system rejects.

Five failure classes. Every violation is a hard error — no partial credit for structural loss.

structural failures · hard fail
  • Missing component
  • Missing dependency
  • Missing mechanism
  • Truncated layer
  • Unauthorized explanation
  • Excess length beyond structural necessity
  • Determinism possible but ambiguity left
detection failures
  • Flat parsing
  • Verb blindness
  • Synonym collapse
  • Assumption injection
  • Hole patching
  • Context universalization
classification failures
  • Importance weighting
  • Uncertainty smuggling
  • Conflict suppression
  • Confidence flattening
  • Error propagation ignored
assembly failures
  • Fluency-first ordering
  • Unsourced additions
  • Orphaned essentials
  • State conflation
  • Dependency severance
evolution failures
  • Silent override of prior rule
  • Ledger not updated
  • Invalidation not marked
  • Sequence integrity broken
prompt directory · 10 prompts · revision chain R‑09

The construction sequence — modular and reusable.

The 10 prompts that built the OCS, in order. Each begins with "Strict rules:" and is modular — use individually or as a stack. The revision ledger is encoded in the master document above.

01 Base memory protocol
Strict rules:

Build or revise a memory directive that enforces lean output without structural loss.

The directive must preserve the following constraints exactly in logic, even if wording is improved:
  · successful output uses minimal lines while still carrying the actual constraint architecture
  · exactness must remain intact
  · minimal bloat is required
  · zero structural compression is required
  · completeness of multilevel system description outranks surface efficiency
  · unless the user explicitly signals expansion with a phrase such as "tell me all about," do not bloat

The directive must define failure explicitly. Failure includes:
  · output smaller than the informational value it needs to carry
  · omissions
  · truncations
  · compressions
  · explanations not queried
  · unmentioned systemic links or components
  · undefined mechanisms or mechanics

Output requirements:
  · no ornamental phrasing
  · no softening language
  · no hidden assumptions
  · no missing mechanisms
  · no summarized logic loss

Return only the finalized memory directive.
02 Stress-test and harden the base protocol
Strict rules:

Stress-test the current memory directive under adversarial conditions.

Do not praise it. Do not assume it works. Detect contradictions, unresolved thresholds, vague language, or any hidden drift points.

The stress test must explicitly evaluate whether the directive fails under tension between:
  · minimality
  · zero compression
  · full system exposure

Then rewrite it into a hardened control system with these required sections:
  · Core invariant
  · Execution order
  · Compression rule
  · Expansion trigger
  · Failure conditions
  · Output standard

Hard requirements:
  · surface compression may be allowed
  · structural compression must be forbidden
  · no line may imply that missing structure is acceptable for brevity
  · ambiguity must be reduced wherever determinism is possible
  · do not invent hidden arbitration rules

Return the stress diagnosis first, then the rewritten hardened protocol.
03 Remove hidden arbitration — install explicit inconsistency handling
Strict rules:

Audit the control system for any invented arbitration logic, especially covert rules that decide conflicts without authorization.

You must explicitly reject any line that does any of the following:
  · invents authority not granted by the user
  · silently resolves conflicts
  · flags conflict only internally
  · suppresses uncertainty rather than surfacing it

Replace that behavior with an explicit conflict rule:
  · if constraints conflict, do not invent arbitration
  · flag the exact conflict
  · identify the competing requirements
  · resolve only from existing user instruction
  · if no authorized rule exists, state that no authorized resolution rule exists

Then explain why the rejected line failed, with mechanism-level precision rather than vague criticism.

Return:
  1. the invalid line class
  2. why it fails
  3. the corrected replacement rule
04 Construct the comprehensive component detection layer
Strict rules:

Design a comprehensive component detection layer upstream of generation.

Do not merge detection with writing. They must be separated.

Use these three process phases:
  · Phase A — System Extraction
  · Phase B — Requirement Mapping
  · Phase C — Output Assembly

Then build the detection layer with all of the following:
  · units of completeness by class
  · a completeness ledger
  · adversarial omission checks
  · hierarchical extraction
  · explicit / strong inference / weak inference / unresolved distinction
  · a mechanism scan that interrogates verbs
  · invariant-first output assembly logic
  · coverage scoring
  · bidirectional validation
  · synonym-collapse prevention
  · unresolved-gap preservation rather than patching

The detector must scan at minimum for these classes:
  · structural units · functional units · relational units · mechanical units
  · constraint units · state units · evaluation units · context units

The ledger must be explicit and include at minimum:
  · components · subcomponents · functions · mechanisms · dependencies
  · constraints · triggers · edge cases · unresolved ambiguities
  · explicit user exclusions · explicit user priorities

Do not write prose about the philosophy of the system. Build the operational protocol.
05 Correct Phase B and Phase C
Strict rules:

Correct the phase model by removing vague and fabricated logic.

You must explicitly reject both of these failure classes:
  · "what must be preserved" when used vaguely or subjectively
  · any inclusion logic based on size, prominence, narrative emphasis, or perceived importance

Rewrite Phase B as deterministic classification using these categories:
  · Required · Dependency · Dependent · Support · Constraint · State/Trigger

The preservation logic must reflect structural necessity, not importance signaling.

Rewrite Phase C so that:
  · ordering is structural, not hierarchical
  · dependencies may precede dependents for coherence
  · constraints sit adjacent to the units they govern
  · mechanisms sit with the components they operate through
  · no size-based or prominence-based weighting is used

Return the corrected Phase B and Phase C only.
06 Collective and metrologist audit pass
Strict rules:

Run a compact collective audit on the detection system and identify what is missing after the Phase B and Phase C corrections.

The audit must include at least these perspectives:
  · software architecture · reliability engineering · control systems / cybernetics
  · information theory · adversarial / red-team · biological adaptation parallel · metrologist

Do not give theatrical narration. Return only missing system elements and why they matter.

The audit must explicitly check for absence of:
  · interface definitions · degradation modes · feedback structures
  · information preservation constraint · detection confidence levels
  · observability classification · measurement boundaries
  · error propagation tracking · semantic invariance checks · adaptive capacity

The metrologist pass must explicitly answer:
  · what can be observed directly
  · what can only be inferred
  · what cannot be known from the source
  · how uncertainty propagates downstream

Return the additions in implementation-ready language.
07 Context/substrate layer integration
Strict rules:

Do not turn field-like or medium-like conditions into universal phases.

Instead, integrate them only as conditional context/substrate domains when evidence exists or when system behavior requires them.

Add a context-layer scan to Phase A.

The scan must check for the presence of these classes without presuming them by default:
  · environmental · atmospheric · medium/substrate · energetic
  · envelope · saturation/density · submersion/immersion

Each detected context layer must be classified only if it has measurable or inferable effect on:
  · component behavior · state transitions · dependency structure · system outputs

Each context layer must carry:
  · observability · effect traceability · confidence level

If those cannot be attached, the layer fails inclusion.

Return the context-layer integration rules and guardrails only.
08 Install assumption-vacuum scan for unstated conditions
Strict rules:

Correct Phase A so that unstated conditions are not silently assumed away.

Do not claim 100% certainty for unstated conditions unless the certainty is logically forced by explicit constraints. Reject any instruction that tries to convert unknowns into fabricated certainties.

Add A₀ — Assumption Vacuum Scan ahead of the rest of Phase A.

This scan must:
  · assume no unstated conditions are guaranteed
  · treat unstated but behaviorally relevant conditions as explicit unknowns
  · attempt deterministic resolution only when forced by constraints
  · otherwise preserve unknowns and map their influence

The scan must check for latent conditions including:
  · environmental exposure · material interaction · human contact vectors
  · temporal degradation · ambient interference

Each latent condition must carry:
  · determinability · sensitivity · uncertainty propagation

Also enforce this rule explicitly:
  · unknown does not mean optional

Return only the corrected Phase A with A₀ included.
09 Full integrated master prompt
Strict rules:

Build a unified output-control and detection framework that preserves full structural integrity while minimizing surface area.

The system must begin with these process layers:
  · A₀ — Assumption Vacuum Scan
  · Phase A — System Extraction
  · Phase B — Deterministic Classification
  · Phase C — Output Assembly

The system must enforce all of the following:
  · no hidden arbitration
  · no structural compression
  · no omission of required structure
  · no invention of unsupported content
  · no flattening of multilevel systems into short but mutilated prose
  · no uncertainty laundering into false certainty
  · no phase logic based on importance, prominence, or size hierarchy

It must include:
  · units of completeness · ledger-backed generation
  · adversarial omission checks · hierarchical extraction
  · explicit / strong inference / weak inference / unresolved distinction
  · mechanism scan · invariant-first assembly
  · coverage scoring · forward and reverse validation
  · synonym-collapse prevention · unresolved-gap preservation
  · deterministic classification categories · context-layer scan
  · interface definitions · degradation modes · feedback structures
  · information preservation constraint · confidence levels · observability
  · measurement boundaries · error propagation · semantic invariance
  · adaptive capacity · latent condition classes
  · determinability / sensitivity / uncertainty propagation

The final framework must preserve this correction explicitly:

If constraints conflict, do not invent arbitration. Flag the exact conflict, identify the competing requirements, and either resolve only from existing user instruction or state that no authorized resolution rule exists.

Do not compress the framework into slogans. Return the full integrated protocol in operational form.
10 Line-by-line audit prompt for future imported conversations
Strict rules:

Read the supplied conversation in exact order, line by line, without skipping any revision-bearing line.

Your task is not to summarize. Your task is to extract revision-bearing logic and convert it into an ordered prompt architecture.

You must:
  · preserve sequence integrity
  · identify every correction, override, rejection, and replacement rule
  · distinguish original rule from revised rule
  · surface contradictions explicitly
  · mark which lines were later invalidated
  · carry forward only the latest valid logic unless the user asks for historical layering

At the beginning of the output, include a revision ledger containing all accumulated revisions in total.

Then break the conversation into multiple prompts. Every prompt must begin exactly with:

Strict rules:

Each prompt must be modular, reusable, and operational. Do not produce vague meta-advice. Do not omit revisions. Do not silently arbitrate contradictions.

Return:
  1. revision ledger
  2. ordered prompt stack
  3. optional unified master prompt if the source supports one
copy full stack

Copy all 10 prompts as a single deployable stack — paste directly into a conversation context.

Five prompts. One per phase. Drop into any session.

Phase-organized version of the OCS — more compact than the construction stack, optimized for operational deployment. Each prompt activates one phase independently. Use in sequence for full structural coverage, or drop a single phase into an existing context.

OP·1 Output Control System — Core Rules Core invariant · Execution order · Compression rule · Conflict resolution · Failure conditions
OP·2 Phase A — Comprehensive System Extraction A₀ assumption vacuum · A₁ component extraction · A₂ context layer · A₃ mechanism scan · A₄ completeness ledger
OP·3 Phase B — Requirement Classification Deterministic categories · Uncertainty classification · Metrologist layer · Anti-collapse rule · Latent condition classification
OP·4 Phase C — Output Assembly Assembly rule · Invariant locking · Two-way accountability · Adversarial omission checks · Coverage scoring · Bidirectional validation
OP·5 Master Failure Mode Reference Structural failures · Detection failures · Classification failures · Assembly failures · Complete domain inventory
copy operational stack

Copy all 5 operational prompts — phase-organized, paste-and-deploy format.