User Stories And Workflows
User Stories, Workflow Compositions, Precious Properties
This surface formalizes operational intent as executable stories: each story has persona, control objective, bounded steps, and evidence expectations.
Select Story
Pick the persona/objective that matches current operational pressure.
Run Bounded Steps
Execute the story’s route and command sequence with explicit gates.
Publish Evidence
Persist run outputs and deltas into workspace run artifacts.
Architecturally Precious Properties
Boundedness FirstCapacity and time budgets are not operational afterthoughts; they are a design primitive that keeps truth surfaces responsive.
- Use gated routes for heavy APIs.
- Apply time budgets and explicit failures.
- Prefer deterministic fallback over silent degradation.
Preferred strategy: rapid-revalidate
Traceable IsomorphismUI entities map to cybernetic entities (observe/plan/act/verify), so navigation and intervention reflect actual control semantics.
- Preserve typed step lattice in orchestration.
- Keep state-space map aligned with veridicity model.
- Expose capability topology as inspectable API.
Preferred strategy: xanadu-backtest
Replayable WorkflowsRuns should be regenerable as evidence artifacts, not one-off interactions.
- Prearranged workspace strategies.
- Timestamped run output directories.
- Guided scripts producing deterministic logs.
Preferred strategy: xanadu-backtest
Reader/Operator DualityThe same routes support comprehension and intervention via mode switch, reducing context fragmentation.
- Reader mode for scan-first narrative.
- Operator mode for dense control affordances.
- Shared truth ribbons across routes.
Preferred strategy: rapid-revalidate
Major User Stories
incident-triage-to-applyPersona: Operator on degraded veridicity
Intent: Restore truthful control loop and perform safe intervention.
- Observe control truth /api/health/control-loop
expect: readiness ok or explicit degraded flags
- Run observatory triage /observatory
expect: ledger + state-space update
- Dry orchestration pass /api/orchestration/run?mode=dry
expect: step results and control-quality deltas
- Apply with gate /api/orchestration/run?mode=apply
expect: bounded intervention, request-id, evidence
Workspace: xanadu-ops-loop / rapid-revalidate
corpus-rescrape-and-rerankPersona: Research operator rebuilding prompt corpus
Intent: Rescrape, normalize, and validate high-value prompt surfaces.
- Run corpus rebuild strategy
./scripts/workspaces.sh run corpus-mining-lab rescrape-rerunexpect: new corpus artifacts
- Inspect explorer and intensity /corpus/explorer
expect: windowed prompt slices
- Validate exploration APIs /api/corpus/explorations?top=60
expect: stable exploration payload
Workspace: corpus-mining-lab / rescrape-rerun
xanadu-loop-backtestPersona: System designer iterating autopoietic loops
Intent: Backtest design loop continuity across contexts.
- Run guided workflow
./scripts/workspaces.sh run xanadu-ops-loop xanadu-backtestexpect: guided/autopoiesis/reiterate logs
- Inspect reiterated matrix log /sessions/metaautopoetic
expect: phase/context continuity
- Re-enter helix/workbench /xanadu/helix
expect: node topology plus actionable links
Workspace: xanadu-ops-loop / xanadu-backtest