Skip to main content

Intro

This wiki is the Ops execution console within the larger Office-governed operating loop.

Default top-level sequence: Office compiles -> Principal decides (as needed) -> Ops executes -> Office reingests. This page covers the Ops-side quick entry points inside that loop.

If you have 2 minutes, follow Re-entry (prefer Office artifacts if available; otherwise use intake/direct fallback). If you have 10 minutes, run BOOT + Daily Compiler Lite on the accepted compile subset when available. If you have 60–90 minutes, follow First Focus Block on nominated work objects.

Jump


Re-entry (2–6 min)

Use this when you skipped a day or you feel resistance. Goal is continuity, not productivity.

If your starting point is messy human input (voice dump, mixed fronts, scattered notes), take the intake route first:

  • Run CaptureIntake to store raw context.
  • Run SessionCondense to extract decisions/unknowns.
  • Run NextPointerFromCapture to choose one executable next move.
  1. Refresh truth (no fixing)
  • Open your frontier snapshot (PASS/WARN/FAIL).
  • Identify the top 1 FAIL or top 1 cheap WARN.
  1. Choose one block
  • Block type: MAINT (default for re-entry)
  • Mode: pick one mode only.
  1. Do one cheap operator Examples:
  • Create a missing runbook stub
  • Add a prereq scaffold file
  • Run a smoke check
  • Write a DebugPacket title and minimal repro line
  1. Write the next pointer One line: what the next session will do.

Exit. That counts.

Next: see Day Clock and Selection.


Safe Mode / Low Judgment (6–25 min)

Use this branch when judgment quality is degraded or volatility is high.
Goal is containment and continuity, not optimization.

Triggers

  • late-night activation
  • poor sleep
  • recent substance use
  • emotional overload
  • impulse to reopen too many fronts

Moves allowed

  • yes capture (CaptureIntake)
  • yes condense (SessionCondense)
  • yes cheap MAINT
  • yes packaging / lock-in (LockInSession)
  • yes bounded triage (PrepareBlockQueue, ContactQueueGroom, inventory-first tasks)
  • yes next pointer

Moves forbidden

  • no refactors
  • no irreversible decisions
  • no opening new major fronts
  • no unbounded debugging
  • no high-stakes sends without a brief

Protocol (minimum)

  1. Declare Safe Mode for this block.
  2. Run one capture/condense operator.
  3. Do one inventory-first or queue-groom move.
  4. Write next pointer + when to reassess in normal mode.

If state remains volatile, repeat Safe Mode once more instead of escalating scope.

Next: see Safe mode branch.


BOOT (10–20 min)

Use this at the start of Ops execution for the day. Goal is to make the next block executable with low choice.

If BOOT input is not project-clean (speech + context blend), do a short intake pass first (10–20 min total still valid):

  1. CaptureIntake

  2. SessionCondense

  3. NextPointerFromCapture Then continue with project/mode selection below.

  4. Open the Office-compiled execution spine (default)

  • accepted today_compile
  • block_candidates
  • support brief/context
  • current carry posture

If compile artifacts are missing or stale, use fallback inputs:

  • frontier snapshot (PASS/WARN/FAIL)
  • due check-ins (cadence list)
  1. Open the execution references
  1. Pick today’s first mode (one only) Use your default: if uncertain, choose MAINT + GOVERNANCE.

Mode reference:

  1. Select one work object (project or lightweight unit)
  • If you have a clear active project, pick that.
  • If work is short/situational, pick a Case, Batch, Sprint, or Encounter.
  • By default, select from the Office-nominated subset; select directly from raw universe only in fallback/manual mode.
  • Prefer FAIL/WARN cleanup for projects; prefer tight objective + bounded horizon for lightweight units.
  1. Pre-write the operator run Write a single planned OpRun line:
  • work_object_id + operator + expected evidence + stop rule
  1. Set the stop rule (anti-drift) If you are not closer to evidence by ~40 minutes:
  • create a DebugPacket and stop.

Next: see Selection policy.


BOOT output contract

By the end of BOOT, you should have one compact chain:

  • Frontier: top FAIL or cheap WARN selected
  • Decision label: PARK / PLAN_ONLY / NUDGE / RESCUE / KILL
  • Allowed work: one FOCUS stream + bounded MAINT
  • Session design: one first OpRun with evidence + stop rule
  • Closure hook: one line for end-of-day update

This chain comes from the Daily Plan Compiler. BOOT is now the short Ops-side entry route into that compiler.

Daily Compiler Lite (6–10 min)

Use this right after BOOT on normal days. By default, this is Ops-side narrowing on the accepted Office compile. If Office artifacts are unavailable, use it as a legacy/direct compile path.

  1. Candidate pick (60–90 seconds)
  • From accepted compile/block candidates, select top 1 FAIL or top 1 cheap WARN.
  • Fallback/manual mode: pick directly from frontier snapshot.
  • Keep everything else parked for now.
  1. Decision labels (2–3 minutes)
  • Tag candidate items with: PARK / PLAN_ONLY / NUDGE / RESCUE / KILL.
  • If uncertain, downgrade to PLAN_ONLY.
  1. Allowed work (1 minute)
  • Allow exactly one deep FOCUS stream (core unlock).
  • Allow at most one extra wiring move (usually PLAN_ONLY or NUDGE).
  • Route anxiety/comms/admin to MAINT.
  1. Session design (2–3 minutes)
  • Write one OpRun line: work_object + operator + evidence + stop rule.
  • Confirm mode is one of Modes v1.
  1. Closure hook (30 seconds)
  • Pre-write a one-line close: “evidence shipped, frontier updated, next pointer written”.

If day complexity is high (many overrides, many due check-ins), run the full compiler: Daily Plan Compiler (Full).


First focus block (60–90 min)

Use this when you want real movement.

  1. Confirm the mode One block, one mode.

  2. Choose one operator that can flip an endpoint

  • Find one endpoint in FAIL or WARN that is realistically flippable in the timebox.
  • Choose an operator that produces evidence for it.
  1. Execute with gates
  • Run the check (smoke or bounded live)
  • Emit evidence (log + manifest + artifacts as needed)
  • Update frontier status
  • Write next pointer

If you hit a deep failure:

  • Stop at 40 minutes and create a DebugPacket.

References:


If you are lost

Do not browse docs. Use the spine.

  1. Read the top-level loop:
  1. Read the execution ontology:
  1. If you need a schedule:
  1. If you need truth objects:
  1. If you need legal moves:
  1. If you need proof rules:

Minimal navigation

The only path you need to remember:

If you want the guided start: