Proplasma Protocol
Expose direction unknowns through divergent-discard instantiation before commitment. Type: (DirectionUnrecognizable, Hybrid, PREVIEW, DirectionProspect) → DirectionalContrast.
Definition
Proplasma (πρόπλασμα): the preliminary clay model a sculptor shapes before committing to marble. A dialogical act for the moment right before a direction commitment when the candidate directions cannot be recognized from their descriptions: the AI derives the axes on which the candidates genuinely diverge, relays the drafted axes, placeholder policy, probe target set, and realization tier with the basis that chose each, instantiates two to four cheap placeholder probes that commit different values on those axes, presents them probe-first with a per-axis contrast, and the user constitutes the direction decision on recognized futures — or sends the draft back, the first send-back costing no re-fan budget. Probes are discard-committed instruments — never evidence, never promoted.
── FLOW ──
Proplasma(X) → detect(X, route) →
[¬pre_commit(X) ∨ |direction_candidates(X)| < 2] requires_fail_relay → exit (not activated)
[futures recognizable from text] no_deficit_relay → exit (not activated)
[route ∈ {①, ②, ③}] route_away_relay(matched row) → exit (not activated)
[a type guard fails (¬fake_data_sufficient ∨ ¬placeholder_fidelity) ∧ no routing row matches] unfit_relay → exit (not activated)
derive_axes(X) → Axs → draft_policy → spec_relay(Axs, policy, Tgt, tier, each with its basis) → draft_spec →
[either party, at the spec relay or at any gate: sharpened description makes the futures recognizable ∨ activation premise collapses]
dissolution: [Λ.probes ≠ ∅ (refan re-entry) → cleanup_verify first] → dissolution_relay → exit (DissolutionExit)
instantiate(∥ probes over Tgt, temp-isolated, artifact_ref registered) →
contrast(P, Axs) → (CM, EU, CC) → present(probe-first: probes → contrast map → unknowns) →
Qdir → D →
[D = Select(direction)] harvest → cleanup_verify → assemble → DirectionalContrast
[D = Synthesize(composition)] Qmicro → Gs →
[Gs = Confirm] harvest(synthesized direction) → cleanup_verify → assemble → DirectionalContrast
[Gs = Materialize] spec_relay_if_spec_revision → refan(composition) → contrast → present → Qdir
[draft sent back at Qdir ∧ ¬spec_settled] spec_relay_if_spec_revision → refan(gap; budget untouched) → contrast → present → Qdir
[contrast_insufficient ∧ refan_budget > 0] spec_relay_if_spec_revision → refan(gap) → contrast → present → Qdir
[contrast_insufficient ∧ refan_budget = 0 ∧ refan_kind = Materialization ∧ ¬insufficiency_relayed] insufficiency_after_materialization_relay → Qdir (re-present over the accumulated probes)
[contrast_insufficient ∧ refan_budget = 0 ∧ refan_kind = Materialization ∧ insufficiency_relayed] insufficiency_standdown_relay → cleanup_verify → exit (EarlyExit via insufficiency_standdown)
[contrast_insufficient ∧ refan_budget = 0 ∧ refan_kind = Gap ∧ ¬spec_settled ∧ ¬insufficiency_relayed] insufficiency_before_settlement_relay → Qdir (re-present over the accumulated probes; the draft has not reached the user yet)
[contrast_insufficient ∧ refan_budget = 0 ∧ refan_kind = Gap ∧ (spec_settled ∨ insufficiency_relayed)] misdiagnosis_exit → cleanup_verify → route_away(MisdiagnosisRoute)
-- spec_relay_if_spec_revision: a refan whose implication carries a SpecRevision — a change to any drafted element of the spec —
-- re-enters the spec relay scoped to the revision BEFORE generation
-- spec_settled: False after the relayed draft; True at the first D answer or at the first send-back of the draft — a send-back
-- while ¬spec_settled is the draft's own correction and re-fans without spending the shared budget; an insufficiency the AI
-- detects at contrast is not that correction and rides the budget as any gap refan
── MORPHISM ──
DirectionProspect
→ detect -- deficit predicate + 4-step routing (type guards: fake_data_sufficient, placeholder_fidelity)
→ derive_axes -- divergence axis candidates (where the candidate directions must commit different values)
→ set_placeholder_policy -- visible synthesis + non-evidence stamp + skeleton-faithful/data-fake split (draft)
→ relay_spec -- Extension spec relay: axes + policy + probe target set + realization tier drafted with the basis for each, relayed BEFORE any generation, and open to send-back at the direction gate
→ instantiate_probes -- transform (∥ over the drafted target set, temp-isolated, artifact_ref registered)
→ contrast -- per-axis juxtaposition → ContrastMap + ExposedUnknowns + CommonCommitments
→ present -- probe-first relay (probes one by one → contrast map → new unknowns)
→ constitute -- direction gate: options point at probe-exposed futures (Select | Synthesize)
→ harvest -- direction + deciding contrast rows + routed unknowns recorded BEFORE discard (Λ.harvest)
→ cleanup_verify -- per-probe discard verification → discard_trace
→ assemble -- terminal record built from the harvest + the completed discard trace
→ DirectionalContrast
-- primary-path codomain: the advertised result type is the primary path's. DissolutionExit — the convergent
-- stand-down — emits the enriched axes with its cited basis INSTEAD of this record: the deficit dissolved,
-- so no resolution object is owed (see CONVERGENCE)
requires: pre_commit(direction) ∧ |direction_candidates(X)| ≥ 2 -- runtime checkpoint (Phase 0)
deficit: DirectionUnrecognizable -- activation precondition (Layer 1/2)
preserves: commit_target_identity(X) -- the pending commitment itself is unchanged; probes never mutate it
invariant: Contrast over Simulation -- direction judgment rests on recognized materialized futures, not mental simulation
── TYPES ──
X = DirectionProspect: a direction decision immediately before commitment (input; carries direction_candidates, |candidates| ≥ 2;
source-agnostic: design direction, architecture fork, UX shape, plan branch — any pre-commit direction choice)
-- Input type: morphism processes X uniformly; enumeration scopes the definition, not behavioral dispatch
DirectionAxis = a declared divergence axis — a direction unknown on which the probes must commit different values
Axs = Set(DirectionAxis) drafted at the spec relay (AI derives each and relays it with the basis that chose it; the user sends any back at the direction gate — no axis commits a probe value before it was relayed with its basis)
Tgt = List(direction) — the probe target set drafted at the spec relay: which directions get probes on this fan
-- contrast fan (initial, or gap refan): Tgt ⊆ X.direction_candidates with |Tgt| ∈ 2..4. When |candidates| > 4,
-- the draft names WHICH candidates are probed and why, and an unprobed candidate stays reachable at the direction
-- gate (the cap is a presentation bound, not a silent truncation)
-- materialization refan: Tgt = [composition] — the user's own synthesis, materialized so they can see it;
-- |Tgt| ≥ 1 here: the composition is contrasted against the ACCUMULATED probes, which already carry the
-- differentiated axis values
DetectGuards (type guards, both required for activation):
fake_data_sufficient : the direction contrast holds with placeholder concreta alone — no real evidence required
placeholder_fidelity : placeholder concretization carries the differential futures on the divergence axes without distortion
PlaceholderPolicy = { visible_synthesis: artifacts are overtly placeholder (never mistakable for real data),
non_evidence_stamp: probes are evidence for no claim (pierces harvest and session remnants),
skeleton_data_split: structure/skeleton is faithful to each direction; data values are fake
-- operating rule for placeholder_fidelity: divergence must live in the skeleton, fake data must not blur it }
RealizationTier ∈ {Vignette, Mockup}
-- Vignette: text-vignette probes — concrete placeholder-filled scenario narration in session text; no file artifacts
-- Mockup: real artifacts (files) in temp isolation, optionally instantiated by parallel agents
Probe = cleanup-bound instrument { direction: String, axes_realized: Map(DirectionAxis, Value),
concretum: Concretum, artifact_ref: ArtifactRef }
Concretum = Narration(text) -- Vignette tier: the instantiated narration itself, typed ON the probe — present
-- re-presents this carrier (instantiate→present identity), never regenerates it at presentation
| AtArtifact -- Mockup tier: the concretum lives at artifact_ref; present walks the artifact through
ArtifactRef = None -- Vignette tier: session-text only, no file to destroy
| Path(temp-isolated path) -- Mockup tier: locatable file/dir under temp isolation; registered at creation
cleanup(p) = the destruction step read off p.artifact_ref (no-op for None; file/dir removal for Path)
ContrastMap = per-axis juxtaposition: for each axis ∈ Axs, the futures each probe exposes on that axis
ExposedUnknown = a direction unknown newly exposed by the contrast (or recorded at an interrogation), tagged with its
DownstreamRoute at recording — the harvest inherits the tag, it does not attach it
DownstreamRoute = PreCommit -- a pre-commit check the USER carries once the settled direction MATERIALIZES INTO A
-- COMMITTED ACTION — not at the direction decision. /inquire at that moment surfaces only what
-- the action rests on (unstated assumptions, missing facts); an unconsidered trade-off,
-- alternative, or step is the user's to raise, and this tag is what reminds them the check is theirs
| Inquire -- a factual unknown needing real evidence now (placeholders can never ground it)
GroundTag = optional annotation ON THE CONSTITUTED DIRECTION (not an ExposedUnknown route): when the surviving
-- direction maps onto a familiar domain, it is tagged at harvest for /ground
-- structural-mapping validation; the tag rides Harvest.direction into
-- DirectionalContrast.direction
CommonCommitment = a design decision forced uniformly across ALL probes during instantiation (not on a divergence axis);
must be reported at present so the user does not mistake a shared premise for a divergence axis
SpecRevision = a change to any element of the drafted spec — its divergence axes, placeholder policy, probe target set, or
realization tier, in whichever direction the correction runs — carried by a refan, whether the user sent the draft back at the
direction gate or contrast insufficiency exposed it; the spec relay re-presents scoped to it before that refan generates
anything. Which element moves and what it becomes are read from the send-back or the insufficiency, never enumerated here
-- on a MATERIALIZATION re-entry a revision reaches the axes, policy, or tier only: Tgt = [composition] is fixed
-- by the refan kind
directions(P) = {p.direction : p ∈ P} -- the directions a probe set has materialized
D = Direction gate answer ∈ {Select(direction), Synthesize(composition)}
-- Select: settle one probe-exposed direction — CONSTRAINED constructor: direction ∈ directions(Λ.probes);
-- a response naming an UNPROBED candidate is never parsed as Select — it enters the unprobed-candidate
-- free-response pathway (probed first within budget, or stand-down)
-- Synthesize: user composes/recombines the presented probes → opens micro-gate Gs
-- interrogation is NOT a D constructor: it settles no direction, and surfaces as a free-response pathway (`Direction-gate response discipline`)
Gs = Synthesis micro-gate answer ∈ {Confirm} ∪ {Materialize | refan_budget > 0}
-- Confirm: settle the synthesized direction as-is, now
-- Materialize: re-fan the synthesis into new probes (consumes the shared re-fan budget)
UserDecision = the constituted direction: Select's direction, or the synthesis settled via Confirm (either way user-constituted)
Disposition ∈ {FileDestroyed, NoFileArtifact, DiscardFailed(reason)}
-- FileDestroyed: Path artifact removed and verified absent (satisfying condition for Mockup tier)
-- NoFileArtifact: Vignette tier — nothing to destroy; discard = non-promotion, remnant text stays under the non-evidence stamp
-- DiscardFailed: destruction attempted (with one retry) and still present; declared, never silent
ProbeRef = minimal identity carrier { index: ℕ (ordinal in Λ.probes — uniqueness key), direction: String, artifact_ref: ArtifactRef }
-- what was destroyed and where it lived; axis values and probe content stay
-- session-local (`Harvest before discard`)
DiscardTrace = List<(ProbeRef, Disposition)> -- one entry per instantiated probe (re-fanned probes included)
RefanKind ∈ {Gap, Materialization} -- what the single shared budget was spent on; decides the still-insufficient branch
Harvest = { direction: UserDecision (⊕ optional GroundTag), deciding_rows: ContrastMap, unknowns: Set(ExposedUnknown) }
-- recorded BEFORE discard; carries no discard_trace — cleanup produces it
DirectionalContrast = single record { -- terminal; single-record codomain (no bare plural)
contrast_map: ContrastMap, -- restricted to the DECIDING rows at harvest (`Harvest before discard`)
exposed_unknowns: Set(ExposedUnknown), -- each tagged with its DownstreamRoute
direction: UserDecision (⊕ optional GroundTag),
discard_trace: DiscardTrace }
-- ASSEMBLED after cleanup_verify: assemble(Harvest, DiscardTrace) → DirectionalContrast
EarlyExit = user WITHDRAWAL at any gate — an explicit exit declared as a free response, a typed withdrawal the protocol
acts on (side effects require explicit answer types) — or a withdrawal by consequence (unprobed_standdown /
insufficiency_standdown, per the result equation): partial transformation trace
over completed steps + cleanup_verify enforced + residual declared (direction NOT constituted)
DissolutionExit = deficit dissolved at the spec relay or at a gate: deriving the axes, or seeing them relayed with their
basis, sharpened the description until the candidate futures became recognizable without probes, or the
activation premise itself collapsed (the fork proves false). Declared by either party. Payload: the sharpened axes as the cited
basis, any recorded unknowns with their DownstreamRoutes, and — on a refan re-entry — the per-probe
dispositions plus the pending re-fan target set (the user-authored composition on a materialization
re-entry, the revised candidate set on a gap re-fan) relayed as live candidates for the regular gate.
A success stand-down: no unresolved residual remains
RoutingRow = ① a structural mapping onto a familiar domain would carry the futures → MappingUncertain (hint: /ground)
| ② real evidence is required before the directions can be judged → ContextInsufficient (hint: /inquire)
| ③ the candidate field is thin — one or none — → CandidateFieldUnderexpanded (hint: /ideate); the frame itself is
absent → FrameworkAbsent (hint: /frame); the coordinates live implicit in externalized substrate → AbstractAporia
(hint: /elicit)
-- the rows Phase 0 and MisdiagnosisRoute dispatch on, first match wins: read after the requires checkpoint and before the type
-- guards, and what no row takes — candidates ≥ 2, evidence-free, placeholder-carriable — is this protocol's own case. Each row
-- names the sibling deficit as the binding and its command as the hint
MisdiagnosisRoute = Row(① | ② | ③) -- a sibling deficit matches (RoutingRow): hand off to the cited protocol
| NoRow -- NO row matches (the candidates may simply not genuinely diverge): declare the
-- misdiagnosis with no downstream protocol and return the decision to a regular
-- gate, residual declared. The exit is defined even when nothing downstream fits
MisdiagnosisExit = refan_budget = 0 ∧ refan_kind = Gap ∧ contrast still insufficient AT CONTRAST (Phase 3), the draft having been settled
or the direction gate already re-presented once over it — a withdrawal at that re-presented gate is EarlyExit, never this:
deficit misdiagnosis report
+ cleanup_verify enforced + route_away(MisdiagnosisRoute); no DirectionalContrast is emitted
contrast_insufficient = the presented contrast does not make the candidate futures recognizable on the axes in force
-- declared by the user (free response at the direction gate — not a D constructor; any drafted element sent back —
-- an axis, the policy, the tier, the target set — is this declaration carrying its SpecRevision) or detected at contrast (an axis with no
-- differentiated values across probes); either way surfaced, never silently self-repaired
── PHASE TRANSITIONS ──
Phase 0: X → detect(X) → route? -- deficit predicate + 4-step routing (silent analysis)
[¬pre_commit(X) ∨ |direction_candidates(X)| < 2] requires_fail_relay → exit -- the MORPHISM requires-checkpoint
[futures recognizable from text] no_deficit_relay → exit -- regular gate suffices; Proplasma not activated
[route ∈ {①, ②, ③}] route_away_relay(matched row) → exit -- the matched routing row; not activated
[a type guard fails ∧ no row matches] unfit_relay → exit -- decision stays at a regular gate; not activated
Phase 1: derive_axes(X) → Axs → draft_policy → spec_relay(axes + policy + probe target set + tier, each with its basis) → draft_spec(Λ.axes, Λ.policy, Λ.tgt, Λ.tier; Λ.spec_settled := False on the initial pass) → Phase 2 -- spec relay [Tool]
[either party, at the spec relay or at any gate: futures recognizable from the sharpened description ∨ activation premise collapsed]
[Λ.probes ≠ ∅ (refan re-entry) → cleanup_verify first] → dissolution_relay → DissolutionExit
-- the relay yields no turn: it lays the draft out whole with the standing affordance to send any of it back at the
-- direction gate, where the first send-back of the draft re-fans without spending the budget and a later one rides
-- the shared budget like any gap refan
-- |X.direction_candidates| > 4: the draft names WHICH candidates are probed and why (Λ.tgt); unprobed candidates are
-- declared at present and stay reachable at the direction gate
-- ENTERED FROM A REFAN carrying a SpecRevision (Phase 3 or Phase 4): the spec relay re-presents SCOPED TO THAT
-- REVISION before any generation. A refan that revises nothing in the spec skips this and enters Phase 2 directly
-- On a materialization re-entry a revision cannot replace Λ.tgt: the target stays [composition] (fixed by Λ.refan_kind)
Phase 2: instantiate(∥ over Λ.tgt, temp-isolated, artifact_ref registered) → P → Λ.probes := Λ.probes ++ P -- transform [Tool]
[Mockup tier, conditional] instantiate_delegate(∥ one probe per agent, temp-isolated) [Tool]
-- contrast fan (initial | gap refan): |P| ∈ 2..4 — one probe per target direction
-- materialization refan: |P| ≥ 1 — the composition itself; it is contrasted against Λ.probes (cumulative), which
-- already carry the differentiated values on the axes ALREADY RELAYED. A NEW axis relayed on this refan
-- predates the prior probes: contrast re-derives their positions on it analytically where their artifacts
-- carry them, and declares the cell undifferentiated where they do not — surfaced, never fabricated
-- each probe records its concretum at instantiation (Vignette: the narration text; Mockup: AtArtifact)
-- forced common design decisions are what contrast extracts as CC (Phase 3)
Phase 3: contrast(Λ.probes, Λ.axes) → (CM, EU, CC) → Λ.contrast_map := CM; Λ.exposed_unknowns ∪= EU;
Λ.common_commitments := CC → present -- probe-first order: probes one by one → contrast map
-- (with CommonCommitments declared) → new unknowns [Tool]
-- CC is RECOMPUTED over ALL accumulated probes at every contrast and REPLACES the set (:=, never ∪=):
-- a re-fan can break an earlier fan's shared premise
[contrast_insufficient ∧ Λ.refan_budget > 0] refan(gap) → Λ.refan_kind := Gap → decrement budget
→ [SpecRevision] Phase 1 (spec relay scoped to the revision — insufficiency rooted in realization fidelity
escalates the tier here, never silently; every revised element is relayed with its basis before
generation) | [no spec revision] Phase 2
[contrast_insufficient ∧ Λ.refan_budget = 0 ∧ Λ.refan_kind = Materialization ∧ ¬Λ.insufficiency_relayed]
insufficiency_after_materialization_relay → Λ.insufficiency_relayed := True → Phase 4 (re-present Qdir over Λ.probes; one-shot)
[contrast_insufficient ∧ Λ.refan_budget = 0 ∧ Λ.refan_kind = Materialization ∧ Λ.insufficiency_relayed]
insufficiency_standdown_relay → Phase 5 (EarlyExit arm via insufficiency_standdown — a withdrawal by consequence)
[contrast_insufficient ∧ Λ.refan_budget = 0 ∧ Λ.refan_kind = Gap ∧ ¬Λ.spec_settled ∧ ¬Λ.insufficiency_relayed]
insufficiency_before_settlement_relay → Λ.insufficiency_relayed := True → Phase 4 (re-present Qdir over Λ.probes; one-shot — the AI's own detections spent the budget before the user saw any gate, so the draft's first send-back stays reachable)
[contrast_insufficient ∧ Λ.refan_budget = 0 ∧ Λ.refan_kind = Gap ∧ (Λ.spec_settled ∨ Λ.insufficiency_relayed)] → Phase 5 (MisdiagnosisExit arm)
Phase 4: Qdir(probe-exposed futures) → Stop → D -- direction gate [Tool]
-- pre-gate text declares the free-response pathways: interrogate a probe, declare the contrast insufficient, name an unprobed candidate, or withdraw
[D = Select(direction) ∧ direction ∈ directions(Λ.probes)] Λ.spec_settled := True → Λ.direction := direction → Phase 5
-- a named UNPROBED candidate never parses as Select: it enters the unprobed-candidate free response below
[D = Synthesize(composition)] Λ.spec_settled := True → Qmicro(composition) → Stop → Gs -- synthesis micro-gate [Tool]
[Gs = Confirm] Λ.direction := composition → Phase 5
[Gs = Materialize] refan(composition) → Λ.refan_kind := Materialization → Λ.tgt := [composition] → decrement budget
→ [SpecRevision — a target-set revision cannot arise here: Tgt is fixed to [composition] by the refan
kind] Phase 1 (spec relay scoped to the revision) | [no spec revision] Phase 2
[free response: interrogation] -- not a D constructor; the gate is re-presented unchanged
[design-intent] answer within placeholder discipline → re-present Qdir
[factual unknown] record as ExposedUnknown (route: Inquire) → re-present Qdir
[free response: draft sent back — a SpecRevision named — ∧ ¬Λ.spec_settled] refan(gap) → Λ.spec_settled := True -- the draft's own correction: budget and refan_kind untouched
→ Phase 1 (spec relay scoped to the revision)
[free response: contrast_insufficient — a send-back once Λ.spec_settled included] → Phase 3 insufficiency arms (same guards)
[free response: unprobed candidate named (whenever ∃ c ∈ X.direction_candidates: c ∉ directions(Λ.probes) —
judged on ACCUMULATED probe coverage, not on Λ.tgt, which a materialization overwrites)]
[¬Λ.spec_settled] refan(gap over the named candidate) → Λ.spec_settled := True -- the draft's own correction: budget untouched
→ Phase 1 (spec relay scoped to the revised target set) — the named candidate is probed before it is settled
[Λ.spec_settled ∧ Λ.refan_budget > 0] refan(gap over the named candidate) → Λ.refan_kind := Gap → decrement budget
→ Phase 1 (spec relay scoped to the revised target set)
[Λ.spec_settled ∧ Λ.refan_budget = 0] stand_down_relay → cleanup_verify → unprobed_standdown → EarlyExit
(a withdrawal by consequence: the choice moved outside the materialized set)
Phase 5: three entry arms; cleanup_verify runs on all of them, harvest only where a direction was constituted [Tool]
[from Phase 4 — direction constituted] harvest → cleanup_verify → assemble → DirectionalContrast -- harvest BEFORE discard
harvest = (direction, deciding contrast rows, inherited unknowns with DownstreamRoutes) → Λ.harvest
assemble(Λ.harvest, Λ.discard_trace) → the terminal record -- built after the trace exists; harvest carries no trace
[from Phase 3 misdiagnosis arm — no direction constituted; Harvest is NOT attempted]
misdiagnosis report (+ any exposed unknowns with their routes) → cleanup_verify → MisdiagnosisExit(route_away(MisdiagnosisRoute))
[no row matches] route = NoRow → declare the misdiagnosis with no downstream protocol; the decision returns to a
regular gate with the residual declared -- the exit is defined even when nothing downstream fits
[user withdrawal at any gate, or a withdrawal by consequence (unprobed_standdown / insufficiency_standdown) —
no direction constituted; Harvest is NOT attempted]
partial transformation trace → cleanup_verify → EarlyExit (residual declared)
cleanup_verify (all arms): per probe, execute cleanup(p) → verify absence → Disposition → Λ.discard_trace
[DiscardFailed] retry once → still present → declare DiscardFailed(reason) in discard_trace (visible, never silent)
── LOOP ──
Probe target set 2–4 for a contrast fan (drafted at the spec relay; when candidates exceed 4, the draft names which are probed and why, and an unprobed candidate stays reachable at the direction gate).
Re-fan bound: at most 1 budgeted re-fan per activation — contrast-insufficiency re-fan and synthesis materialization SHARE this
single budget (no separate budgets), and what it was spent on decides the still-insufficient branch (`One shared re-fan`).
Interrogation and a contrast-insufficiency declaration do not consume the re-fan budget (they generate no probes); the first send-back of the relayed draft re-fans without spending it (the draft's own correction), and a later one rides the shared budget.
User can withdraw at any gate (an explicit exit, free response): EarlyExit — cleanup_verify runs; partial trace
presented; residual declared.
Continue until: DirectionalContrast (direction constituted + harvest recorded + discard declared) OR EarlyExit OR MisdiagnosisExit
OR DissolutionExit (deficit dissolved at the spec relay or at a gate — the cheapest success).
Convergence evidence: at terminal, present the transformation trace over the steps actually completed — at
DirectionalContrast, each axis in force mapped to the contrast rows that made its futures recognizable, the constituted
direction, each exposed unknown with its downstream route, and the per-probe discard disposition; each other terminal
presents its own relay payload (TOOL GROUNDING). Demonstrated, not asserted.
── CONVERGENCE ──
converged(Λ) = (Λ.harvest ≠ None ∧ discard_declared(Λ)) -- primary success: DirectionalContrast
-- (harvest recorded before discard — assemble needs it)
∨ ((futures_recognizable(sharpened description) ∨ premise_collapsed) ∧ discard_declared(Λ))
-- success stand-down: DissolutionExit is convergent;
-- EarlyExit / MisdiagnosisExit are not
discard_declared(Λ) = ∀ p ∈ Λ.probes: ∃ d: (ref(p), d) ∈ Λ.discard_trace -- every probe has a declared Disposition,
-- keyed by ref(p) = {index(p), p.direction,
-- p.artifact_ref}
-- (DiscardFailed is declared, not converged-silently)
result equations:
DirectionalContrast ⇔ Λ.harvest ≠ None ∧ discard_declared(Λ)
EarlyExit ⇔ (user_withdraw ∨ unprobed_standdown ∨ insufficiency_standdown) ∧ discard_declared(Λ)
-- non-convergent exit; unprobed_standdown (budget-spent naming of an unprobed candidate) and
-- insufficiency_standdown (repeated insufficiency at the re-presented gate with the budget spent
-- on Materialization) are withdrawals by consequence — the user exits the materialized decision space
MisdiagnosisExit ⇔ misdiagnosis_taken ∧ discard_declared(Λ)
-- non-convergent exit; misdiagnosis_taken = the Phase 3 arm [contrast_insufficient ∧ Λ.refan_budget = 0 ∧ Λ.refan_kind = Gap
-- ∧ (Λ.spec_settled ∨ Λ.insufficiency_relayed)] fired at contrast — a withdrawal at the gate that arm's sibling relay
-- re-presented is user_withdraw, which keeps the two exits disjoint
DissolutionExit ⇔ (futures_recognizable(sharpened description) ∨ premise_collapsed) ∧ discard_declared(Λ)
-- convergent success stand-down (see converged)
framing readout: the surfaced state names the work in play (axes being drafted, probes under contrast, direction being
constituted, discard being verified) — never a completion tally.
── TOOL GROUNDING ──
-- Realization: Constitution → TextPresent+Stop; Extension → TextPresent+Proceed
Phase 0 detect (sense) → Internal analysis (deficit predicate + 4-step routing; no external tool)
Phase 0 no_deficit_relay (extension) → TextPresent+Proceed (futures recognizable from text: present the finding with reasoning; regular gate suffices; not activated)
Phase 0 route_away_relay (extension) → TextPresent+Proceed (routing rows ①–③: present the matched row with its basis; hand off to the cited protocol; not activated)
Phase 0 unfit_relay (extension) → TextPresent+Proceed (a type guard fails and no routing row matches: state the failed guard and why; the decision stays at a regular gate; not activated)
Phase 0 requires_fail_relay (extension) → TextPresent+Proceed (no imminent commitment, or fewer than two candidates: state the failed requirement; one or zero candidates is handed to row ③'s targets — /ideate primary for the thin field, /frame · /elicit for their own narrower cases (frame absent; substrate-implicit coordinates); not activated)
Phase 1 derive_axes (sense) → Internal analysis (divergence axis candidates from the candidate directions)
Phase 1 draft_policy (sense) → Internal analysis (placeholder policy draft: visible synthesis, non-evidence stamp, skeleton-data split)
Phase 1 spec_relay (extension) → TextPresent+Proceed (the drafted spec whole — divergence axes, placeholder policy, probe target set, realization tier — each with the basis that chose it and, where the target set leaves a candidate unprobed, why; fires BEFORE any probe generation, so no axis commits a probe value before it was relayed with its basis; yields no turn, and carries the standing affordance to send any of it back at the direction gate, the first send-back riding no budget; RE-ENTERED from a refan carrying a SpecRevision — whichever drafted element it changes — scoped to that revision, before that refan generates anything)
Phase 1 dissolution_relay (extension) → TextPresent+Proceed (either party, at the spec relay or at any gate: the sharpened description made the futures recognizable without probes, or the activation premise collapsed; state the basis — the sharpened axes themselves — and hand to the regular gate the enriched axes together with any exposed unknowns already recorded (each with its route) and, on a refan re-entry, the per-probe dispositions from the preceding cleanup_verify plus the pending re-fan target set — the user-authored composition on a materialization re-entry, the revised candidate set on a gap re-fan — relayed as live candidates (a user-constituted candidate never dies with the stand-down); stand down as DissolutionExit — a success, not an abandonment)
Phase 1 revise (track) → Internal state update (a refan's SpecRevision: Λ axes/policy/target-set/tier revised before the spec relay re-presents scoped to it; on a materialization re-entry the target set is fixed to the composition and is not adjustable)
Phase 1 draft_spec (track) → Internal state update (the relayed draft committed to Λ — axes, policy, probe target set, tier — with Λ.spec_settled := False on the initial pass; the spec every downstream transform is bound to until a send-back revises it)
Phase 2 instantiate (transform) → artifact write, environment run (temp-isolated placeholder artifacts, artifact_ref registered at creation; existing project files never modified; Vignette tier emits session text only — no file artifact; each probe's concretum is recorded on the Probe at instantiation — Vignette: the narration text, Mockup: at its artifact_ref)
Phase 2 instantiate_delegate (dispatch) → delegate (conditional, Mockup tier; parallel topology: one probe per agent, each temp-isolated with its artifact_ref registered; delegation subordinate to the active runtime/tool policy)
Phase 3 contrast (sense) → Internal analysis (per-axis juxtaposition; CommonCommitment extraction)
Phase 3 present (extension) → TextPresent+Proceed (probe-first order: probes one by one, each from its typed concretum — the Vignette narration re-presented as instantiated, the Mockup artifact walked through, never regenerated at presentation → per-axis contrast map with common commitments declared → newly exposed unknowns; table-first re-abstracts and reproduces the deficit)
Phase 4 Qdir (constitution) → present (mandatory direction gate: each option points at the probe-exposed future it settles — recognition, not label simulation; presented as one concrete Select per probe-exposed direction (type-preserving materialization of the Select constructor) plus Synthesize. The free-response pathways — interrogate a probe, declare the contrast insufficient or send back any drafted element — an axis, the policy, the tier, the target set, name an unprobed candidate, withdraw — are declared in the pre-gate text, never as peer options: they commit no downstream action on the decision axis)
Phase 4 Qmicro (constitution) → present (conditional: fires on Synthesize; Confirm settles the synthesis now, Materialize re-fans it into new probes consuming the shared budget; only the user can judge whether the synthesis is already recognized. Presents the option set currently defined by Gs — with the budget spent that set is {Confirm})
Phase 4 interrogate_answer (extension) → TextPresent+Proceed (free-response pathway, not a gate option: design-intent answers within placeholder discipline; factual unknowns recorded as ExposedUnknowns with the Inquire route; the gate is re-presented unchanged)
Phase 4 materialize_unavailable_relay (extension) → TextPresent+Proceed (Materialize requested with the shared re-fan budget spent: state the exhaustion with its basis; Qmicro presents {Confirm})
Phase 3 insufficiency_after_materialization_relay (extension) → TextPresent+Proceed (budget spent on the user's own materialization and the contrast is still insufficient: state it with its basis and re-present the direction gate over the accumulated probes — the standing synthesis is Selectable there, since its probe now exists among the accumulated probes (type-preserving materialization of Select), and the original directions stay Selectable; one-shot, marked by Λ.insufficiency_relayed)
Phase 3 insufficiency_before_settlement_relay (extension) → TextPresent+Proceed (the AI's own contrast detections spent the shared budget before the user answered any gate: state the insufficiency with its basis and re-present the direction gate over the accumulated probes, so the draft's first send-back — free, since ¬spec_settled — a Select, or a Synthesize stays reachable before any stand-down; one-shot, marked by Λ.insufficiency_relayed; a repeated insufficiency after it takes the MisdiagnosisExit arm)
Phase 3 insufficiency_standdown_relay (extension) → TextPresent+Proceed (repeated insufficiency at the re-presented gate with the budget spent on Materialization: state that the accumulated contrast cannot make the futures recognizable and no re-fan remains; relay the contrast harvest as context to the regular gate; cleanup_verify enforced; terminate as EarlyExit via insufficiency_standdown)
Phase 5 harvest (track) → Internal state update (direction, deciding contrast rows, routed unknowns recorded before discard; the discard trace does not exist yet)
Phase 5 cleanup (transform) → environment run (the DESTRUCTION step inside cleanup_verify's typed sequence — per-probe artifact destruction, retry once on failure; every transition that names cleanup_verify runs this step first)
Phase 5 cleanup_verify (observe) → environment run, artifact read (the VERIFICATION step closing the same sequence: verify absence of each Path artifact after its destruction step; Disposition recorded per probe)
Phase 5 assemble (track) → Internal state update (terminal record built from the harvest and the completed discard trace — after cleanup, never before)
converge (extension) → TextPresent+Proceed (transformation trace: axes → deciding contrast rows → direction; unknowns with routes; per-probe discard disposition)
withdraw (extension) → TextPresent+Proceed (explicit free-response exit: partial transformation trace + residual declaration; cleanup_verify enforced; terminate as EarlyExit. A hard esc — tool-level escape — yields no turn, so cleanup cannot run: temp isolation's bounded scratch lifecycle is the backstop)
Phase 4 stand_down_relay (extension) → TextPresent+Proceed (budget-spent naming of an unprobed candidate: state that its future was never materialized and the remaining decision belongs to a regular gate; relay the contrast harvest as context; cleanup_verify enforced; terminate as EarlyExit via unprobed_standdown — a withdrawal by consequence)
misdiagnosis (extension) → TextPresent+Proceed (deficit misdiagnosis report + route_away handoff per routing table; when no row matches, declare the misdiagnosis with no downstream protocol and return the decision to a regular gate with the residual declared; cleanup_verify enforced; terminate as MisdiagnosisExit)
seam (extension) → TextPresent+Proceed (fires at deactivation: a user-declared chain naming the next protocol, or the composition edge this SKILL.md declares — a harvested GroundTag to `/ground`, a post-convergence annotation on the constituted direction — settles the next move; proceed directly to it, citing that settling source. The routing-precedence table's ①–③ rows are MisdiagnosisRoute handoffs — a non-convergent out-of-scope exit, not this post-terminal seam. Every Constitution gate inside this protocol and inside the next protocol fires unchanged)
── MODE STATE ──
Λ = { phase: Phase, X: DirectionProspect,
axes: Set(DirectionAxis), -- drafted at the spec relay; extended only via a refan's SpecRevision, relayed before generation
policy: PlaceholderPolicy, tier: RealizationTier,
tgt: List(direction), -- probe target set drafted at the spec relay; := [composition] on a materialization refan
probes: List(Probe), -- cumulative across refan (discarded probes remain listed for the trace)
contrast_map: Option(ContrastMap),
exposed_unknowns: Set(ExposedUnknown), -- each carries a DownstreamRoute (PreCommit | Inquire)
common_commitments: Set(CommonCommitment),
refan_budget: ℕ, -- init 1; decremented by refan (insufficiency or materialization, shared)
refan_kind: Option(RefanKind), -- what the budget was spent on; None until the single refan is taken
insufficiency_relayed: Bool, -- init False; set when insufficiency_after_materialization_relay or insufficiency_before_settlement_relay fires
spec_settled: Bool, -- init False at the relayed draft; True at the first D answer or the first send-back of the draft
direction: Option(UserDecision),
harvest: Option(Harvest), -- recorded before discard; carries no discard trace
discard_trace: DiscardTrace, -- one entry per probe by terminal (invariant: discard_declared)
history: List<(Q, A)>,
active: Bool, cause_tag: String }
-- Guard: no probe commits a value on an axis before the spec relay presented that axis with its basis — on the initial pass,
-- phase < 2 ⇒ probes = ∅; a refan re-entry to Phase 1 HOLDS prior probes but generates nothing until the spec relay has
-- gone out scoped to the revision (whichever drafted element it changes)
-- Guard: ∀ a ∈ axes: relayed_with_basis(a) — a refan carrying a new axis re-enters Phase 1 before generating
── COMPOSITION ──
*: product — (D₁ × D₂) → (R₁ × R₂). Direction resolution emergent via session context.
Core Principle
Contrast over Simulation: materialize cheap, discard-bound futures when labels cannot carry their differences. A Vignette is a concrete placeholder narration; when that carrier lacks fidelity, Mockup materializes the same contrast as temp-isolated artifacts.
Mode Activation
Activation
/preview is user-invocable. On the Hybrid path, the AI may propose it from a live direction gate only with cited evidence of DirectionUnrecognizable; the drafted spec is relayed with its basis before generation, and the user sends it back at the direction gate. Prior-session indices may seed detection, never the constitutive judgment.
Priority
<system-reminder> When Proplasma is active:Supersedes: Direct execution patterns in loaded instructions (No direction commitment proceeds while the contrast loop is unconverged)
Retained: Safety boundaries, tool restrictions, user explicit instructions
Action: At Phase 1 relay the drafted spec with its basis before any generation; at Phase 4 present the direction gate whose options point at probe-exposed futures. </system-reminder>
Trigger Signals
Heuristic signals are delegation of a direction choice to a principle, reconstruction outside the offered options, and a request to see something concrete before choosing. They establish grounds to run Phase 0, not activation by themselves.
Mode Deactivation
Use the Definition's result equations and TOOL GROUNDING payloads for every terminal; cleanup disposition remains mandatory wherever probes exist.
Protocol
Phase 0: Detection + Routing (Silent)
Apply PHASE TRANSITIONS Phase 0 in its stated precedence and cite the matched relay basis.
Phase 1: Spec Relay
Lay the drafted spec out whole before anything is built — each axis with the basis that chose it, the placeholder policy, which candidates get probes and why any does not, and the tier — then proceed to generation without yielding the turn. Say in one line that any of it can be sent back at the direction gate and that the first send-back costs no re-fan budget. On materialization re-entry, Tgt = [composition] remains fixed as TYPES specifies.
Phase 2: Instantiation (Transform)
Vignettes create session text only. Mockups write only beneath temp isolation, register cleanup at creation, and leave existing project files unchanged. Both carry the non-evidence stamp.
Phase 3: Contrast Presentation (Relay)
Present each recorded concretum first, then the per-axis contrast with common commitments marked as shared premises, then exposed unknowns. Re-present Vignette narration from its recorded carrier; walk a Mockup at its artifact reference.
Phase 4: Direction Gate (Constitution)
Render Qdir from the accumulated probes after the contrast summary:
Which direction do you settle?
Options:
1…N. **Select: {probed direction}** — {the deciding axis values its probe exposed}
N+1. **Synthesize** — compose from the probes; then confirm, or materialize when the shared budget permits
Name the free-response paths from Direction-gate response discipline before this gate; they are not numbered direction options.
Phase 5: Harvest → Discard (in this order)
Accept the constituted direction before cleanup: a DiscardFailed disposition triggers the manual-cleanup handoff but does not revoke that direction. Persist only the Definition's terminal record; probe detail remains session-local.
UX Safeguards
Keep placeholder status visible in every probe and contrast. A Mockup is sandbox matter, not a project edit; cleanup disposition reports artifact survival, not whether the user's direction was accepted.
Rules
- Direction-gate response discipline:
Selectaccepts only an accumulated probe direction; an unprobed candidate follows the typed free-response branch. Name probe questions, insufficiency, a send-back of the drafted spec, withdrawal, and unprobed candidates beforeQdir, not as peer options. Answer design-intent questions within placeholder discipline, record factual unknowns for/inquire, and state which axis an analogy weights. Route the pre-commit check to/inquireas well once the direction becomes committed; attach/groundas a tag on a familiar-domain direction. - Draft relayed with its basis: relay every axis, the policy, the target set, and the tier with the basis that chose it and the affordance to send it back, then generate; the first send-back of the draft re-fans without spending the shared budget, and a later one rides it.
- One shared re-fan: gap repair and synthesis materialization consume the same budget. Its recorded
RefanKinddetermines the exhausted-budget ending exactly as LOOP and PHASE TRANSITIONS specify; a materialized synthesis remains among the accumulated selectable probes. - Harvest before discard: retain only the constituted direction, deciding contrast rows, and routed unknowns before cleanup. Cleanup produces the discard trace; assemble the durable record afterward, leaving probe detail session-local.
- Round composition: use everyday language, put evidence and differential implications before the gate, and leave the gate to the question and options. Read
references/round-composition.mdbefore composing when wording must persist across rounds or phase placement is material. - Form feedback: choose each round's density from the current request; carry an explicit form preference until countermanded. Change the open aspects of form directly, preserve content, order, cadence, and turn boundaries fixed elsewhere, and state both the adjustment and any overlapping constraint that remains.