Capability Board

Workflow Board

Reusable multi-step procedures for driver acquisition, program setup, and skill orchestration.

Platform Bring-Up

workflow_platform_bringup_v1

Bring up a new CPU or board through serial-first survival core, then shift devices to sandbox capabilities.

  1. Select target from platform matrix
  2. Validate host emulator/toolchain
  3. Build architecture recovery ELF
  4. Boot serial recovery only
  5. Expose bounded platform host ABI
  6. Query registry by arch and machine keys
  7. Load sandbox driver skills
  8. Upload platform evaluation

Voice Direct Audio Escalation

workflow_voice_direct_audio_v1

Escalate a bounded voice clip to a multimodal LLM only when audio context is materially useful.

  1. Check voice mode and route
  2. Capture bounded clip
  3. Compress or trim audio
  4. Attach minimal OS context
  5. Send to multimodal LLM through sandbox bridge
  6. Display result and safety summary
  7. Require confirmation before state changes
  8. Record evaluation

Voice Prompt With Confirmation

workflow_voice_prompt_v1

Capture a bounded voice clip, transcribe it, show the transcript, then submit only after confirmation.

  1. Check voice mode
  2. Capture bounded audio clip
  3. Run VAD/transcription skill
  4. Display editable transcript
  5. Submit through normal prompt path after confirmation
  6. Record evaluation

Autonomy Council Proposal

workflow_autonomy_council_v1

Run bounded multi-agent autonomy and present reversible proposals.

  1. Infer user goal
  2. Gather bounded evidence
  3. Run council roles
  4. Summarize disagreement
  5. Require approval for risky actions

Filesystem Bridge Validate

workflow_fs_bridge_validate_v1

Validate filesystem family skills through image-backed storage host ABI.

  1. Open harness image
  2. Probe filesystem
  3. Read metadata
  4. Scratch write/read/restore
  5. Flush
  6. Record evaluation

Core Boundary Migration

workflow_core_boundary_migration_v1

Move bootstrap fallback logic into sandbox-owned capabilities without breaking recovery paths.

  1. Classify module boundary
  2. Create or fetch sandbox replacement
  3. Run side-by-side with native fallback
  4. Promote only after validation
  5. Keep rollback path
  6. Record evaluation

GUI Scene Mutate And Validate

workflow_gui_scene_mutate_v1

Apply object-scoped GUI mutations safely.

  1. Inspect current GUI scene
  2. Acquire GUI mutation skill
  3. Apply object-scoped changes
  4. Validate redraw and rollback boundaries

Skill Load And Execute

workflow_skill_load_v1

Find, load, execute, and evaluate a sandbox skill.

  1. Search local and remote skills
  2. Load sandbox-safe skill
  3. Run skill for current task
  4. Record outcome

Driver Acquire And Promote

workflow_driver_acquire_v1

Find, validate, activate, persist, and report a driver.

  1. Inspect local runtime bindings
  2. Query OpenRhiza.com registry
  3. Generate if missing
  4. Sandbox smoke test
  5. Activate live binding
  6. Persist preferred binding
  7. Upload evaluation/comment/vote

Font Import And Atlas Build

workflow_font_import_v1

display

  1. Inspect source font format
  2. Normalize collection or web font if needed
  3. Generate atlas and manifest
  4. Validate GUI rendering
  5. Cache atlas for later GUI sessions

Display Expand And Validate

workflow_display_expand_v1

display

  1. Query display and GUI skills
  2. Download sandbox display skill
  3. Validate wider console or framebuffer path
  4. Promote only after shell rollback remains healthy

GUI Bootstrap With Rollback

workflow_gui_bootstrap_v1

display

  1. Inspect current display backend
  2. Acquire compositor and input skills
  3. Start sandbox GUI session
  4. Preserve live rollback to text console

Program Acquire And Run

workflow_program_acquire_v1

program

  1. Search capability registry
  2. Download or generate program
  3. Validate execution path
  4. Run for user task
  5. Upload evaluation