Dispatch Spec Synthesis Operator language into governed sigil sequences
Arcanum Dispatch

Turn spell-talk into a route graph.

Dispatch Spec is the small contract that lets an operator chain sigils by intent, validate the order, and preserve every handoff as evidence.

"Use dialectics to explore, distill the winner, x-ray the architecture, test it with toy games, then gate the choice."
dialectic distill x-ray toy game decision gate
The Gap

Arcanum has powerful sigils. It needs a shared sequence contract.

A user can already name a sequence in living language. The missing part is the inspectable middle object: what runs, why that order, what each step consumes, what each step emits, and which gate stops unsafe promotion.

InputOperator sentenceNatural Arcanum command.
RouteChoice menuBounded candidates, no full internals.
ContractDispatch documentSteps, frames, handles, gates.
OwnerSigil or spellExecution stays with lifecycle owners.
MemoryTrace and residueLearning can be reflected later.
How It Works

The dispatch machine has five chambers.

Necronomicon can interpret route intent. Dispatch Spec validates the shape. Spellcraft makes recurring routes reusable. Invoke authors define/design/plan artifacts. Observability binds the run together with `dispatch_id`.

Necronomicon
routes
Dispatch Spec
validates
Owners
execute
Trace
learns
dispatch_id
Example Route

Abstraction research as a spell candidate.

This is a route you can say out loud, then validate as a graph before letting it become a spell or execution plan.

1
Recover contextNecronomicon loads memory, vocabulary, open gaps.
route
2
Build evidenceContext Builder creates a bounded source frame.
frame
3
Explore tensionsRobot-Talks or dialectic lanes expose disagreements.
fanout
4
Select abstractionDistill tournament chooses a recomposable SCU.
tournament
5
Make it visiblex-ray produces a navigable explanation surface.
xray
6
Test and gateToy games, residuality stressors, Pareto decision.
gate
Composition Taxonomy

Patterns are verbs for sigils.

Dispatch Spec does not flatten Arcanum into generic workflow steps. It preserves the operator's method language while giving validators something concrete to check.

Sequence

One frame feeds the next. Best when lifecycle order is obvious.

Zig Zag

Alternate exploration and critique until a stop condition is met.

Dialectic

Roles debate a tension while preserving stable disagreement.

Tournament

Multiple proposal tracks compete under explicit elimination criteria.

SCU/SWU

Reduce to the smallest coherent unit before planning or execution.

X-Ray

Expose hidden actors, flows, transformations, and relationships.

Toy Game

Test a selected abstraction in a small controlled scenario.

Validation Loop

Run examples, capture evidence, observe, reflect, revise.

Memory Loop

Checkpoint useful residue without promoting it into truth.

Creative Engine

Tournament mode keeps options alive long enough to learn.

Dispatch can describe parallel proposal lanes without letting them drift into unrelated work. Every lane names assumptions, evidence, and the condition that would eliminate it.

Schema-first laneBest if interoperability is the core risk.
Runtime-first laneBest if route execution behavior is unknown.
Observability-first laneBest if learning from failures matters most.
Pareto joinNo lane wins by elegance alone. It wins by option value, lower irreversible cost, and recomposition proof.
Selected frameSmallest coherent abstraction with proof of recomposition.
Residue ledgerRejected candidates and unresolved tensions stay visible.
Next ownerInvoke, Spellcraft, Task Session, or deferred.
The Contract

A dispatch document is small on purpose.

It names enough to validate route shape and handoffs. It does not copy sigil internals, decide promotion, or execute anything by itself.

// dispatch.schema.yml, concept shape
{
  "dispatch_id": "dispatch-abstraction-research-001",
  "intent": {
    "raw": "dialectic -> distill -> x-ray -> toy games",
    "objective": "find the best abstraction"
  },
  "steps": [
    {
      "capability_ref": "distill",
      "pattern": "tournament",
      "inputs": ["tension-ledger"],
      "outputs": ["optimization-frame"],
      "join_policy": "pareto"
    }
  ],
  "gates": ["promotion_guardrail"],
  "observability": { "signal_grouping": "dispatch_id" }
}
Owner Boundaries

The validator never steals the lifecycle.

Dispatch Spec is useful because it stays humble. It validates the graph so the right owner can do the real work.

Necronomicon

Recovers repository memory, extracts vocabulary, suggests route menus, records gaps, and preserves no-promotion guardrails.

Spellcraft

Turns repeated, validated dispatches into reusable spell contracts with phases, gates, handoffs, and observability.

Invoke

Authors define, design, plan, handoff, and refresh artifacts when the route needs lifecycle documents.

Distill

Finds the smallest coherent unit and proves it recomposes into the larger problem.

Task Session

Executes one bounded SWU after the route and plan are ready enough to act.

Experiment Harness

Runs controlled examples, toy games, fixtures, and validation evidence before promotion.

Route Quality

Before execution, ask if the order deserves trust.

A dispatch sequence is not good because it sounds impressive. It is good when uncertainty is reduced before commitment, critique happens before promotion, and every output has a named consumer.

Good order

Context first, then exploration, then selection, then explanation, then controlled tests, then decision.

Bad order

Execution first, hidden assumptions, no frame handoffs, no gate, and no residue ledger.

Promotion rule

Session output can become candidate evidence. It does not become canonical truth without the owner route.

The Shape

Dispatch is the grammar of composed agency.

It lets the operator speak in Arcanum vocabulary, lets the system validate the sequence, and lets future reflection understand what actually happened.

Working sentence

"Recover vocabulary, run dialectic lanes, distill the SCU, x-ray the winning model, toy-test the abstraction, gate the decision, then hand off to Invoke or Spellcraft."

That sentence is no longer just prose. It is a route candidate.