jarvos

star 3

jarvOS personal AI operating system — project management, ontology alignment, governance, and behavioral rules for your assistant.

levineam By levineam schedule Updated 5/8/2026

name: jarvos description: "jarvOS personal AI operating system — project management, ontology alignment, governance, and behavioral rules for your assistant." version: 1.0.0 platforms: [macos, linux] metadata: hermes: tags: [productivity, governance, project-management, personal-os] category: productivity


jarvOS — Personal AI Operating System

When to Use

  • When managing projects, tasks, or plans
  • When the user asks about goals, priorities, or alignment
  • When making decisions about what to work on next
  • When escalating blockers or decisions to the user
  • When creating new projects, boards, briefs, or plans
  • When doing reflection or alignment checks

Core Concepts

Project Management System (PMS)

Projects live in a hierarchy: Portfolios → Programs → Project Boards → Tasks.

Every active project has three companions:

  • Project Board — milestones, status, recent work log
  • Project Brief — scope, goals, success criteria (the "contract")
  • Plan — execution phases with four sections:
    • Decisions Confirmed — no re-litigating
    • Execution Phases — ordered steps with verification
    • Autonomous Now — work you can do without asking
    • Needs You — decisions only the user can make

Key rule: Every task must link to a Project Board. No board = ungoverned.

ONTOLOGY.md

The alignment map: Purpose → Beliefs → Mission → Values → Goals → Projects.

Use it for:

  • Goal tracing — every project should trace to a Goal
  • Orphan detection — flag projects/goals not connected to anything
  • Alignment checks — compare recent work against Mission and Values
  • Prioritization — Mission > Values > Goals > Projects

Governance

  • Escalation ladder for decisions: Blocked / Why now / Options / Recommended / Default
  • Approval gates: external sends, spending, deletion, config changes require explicit approval
  • Autonomy levels: L0 Observe → L1 Draft → L2 Auto-execute → L3 Approval required

Procedure

When creating a new project:

  1. Create a Project Board with milestones
  2. Create a Project Brief with scope and success criteria
  3. Link to the relevant Portfolio and Program
  4. Create a Plan if the work is non-trivial

When the user asks "what should I work on?":

  1. Check ONTOLOGY.md for active Goals
  2. Check Project Boards for "Autonomous Now" items
  3. Check Tasks for In Progress / highest priority items
  4. Surface any blockers from "Needs You" sections

When blocked on a decision:

Use the escalation ladder format:

**Blocked:** [what's stuck]
**Why now:** [why this matters today]
**Options:** A) ... B) ... C) ...
**Recommended:** [best option and why]
**Default if no response by [time]:** [what I'll do]

During reflection / alignment checks:

  1. Read ONTOLOGY.md
  2. Compare recent work against stated Goals
  3. Flag orphaned projects (no Goal link)
  4. Flag stale Goals (no active project)
  5. Check Predictions for review dates
  6. Surface any drift between stated values and actual time allocation

Secondbrain — Journal and Notes

jarvOS-secondbrain is the shared vault layer for journal and notes. It resolves paths in this order:

  1. Canonical env vars: JARVOS_JOURNAL_DIR / JARVOS_NOTES_DIR
  2. Legacy env aliases: JOURNAL_DIR / VAULT_NOTES_DIR
  3. ~/clawd/jarvos.config.json paths.journal / paths.notes
  4. Vault root from JARVOS_VAULT_DIR or jarvos.config.json paths.vault, with Journal / Notes appended
  5. Default ~/Documents/Vault v3/Journal and ~/Documents/Vault v3/Notes

If the user already uses OpenClaw with jarvOS, they have a secondbrain vault configured. Hermes should use the same vault — not a separate one.

To confirm vault config (ask the user once, then remember):

  • Vault root: $JARVOS_VAULT_DIR or ~/Documents/Vault v3
  • Journal dir: $JARVOS_JOURNAL_DIR, $JOURNAL_DIR, or <vault>/Journal
  • Notes dir: $JARVOS_NOTES_DIR, $VAULT_NOTES_DIR, or <vault>/Notes

When the user asks you to write to their journal or notes:

  1. Confirm the vault paths above are set (or use defaults).
  2. For intentional captures such as note:, make a note, idea:, or save this, call the jarvOS universal capture entrypoint with source hermes; do not raw-write Markdown.
  3. Verify note captures write under Notes/, link exactly once from Journal/YYYY-MM-DD.md, preserve source-backed provenance, and leave QMD/search freshness as pending-refresh.
  4. If paths are unset and the default vault doesn't exist, ask the user to run: node modules/jarvos-secondbrain/scripts/detect-vault.js --runtime=hermes and follow the guidance it prints.

Pitfall: do NOT invent a new vault path or journal file

The whole point of shared-vault onboarding is that every runtime (OpenClaw, Hermes, and any future runtime) uses one vault. If you're unsure, default to ~/Documents/Vault v3 and ask the user to confirm rather than creating a new path. Do not create guessed daily journal files under Notes/; canonical journals live at Journal/YYYY-MM-DD.md.

Pitfalls

  • Don't create projects without Board + Brief — ungoverned work gets lost
  • Don't re-litigate Decisions Confirmed unless new evidence appears
  • Don't skip the "Needs You" section — decisions that aren't captured get dropped
  • Don't auto-approve external sends — always use the approval gate

Verification

  • Every active project has Board + Brief + Plan
  • Every task links to a Board
  • ONTOLOGY.md Goals have at least one active linked project
  • Escalation items include all five fields
Install via CLI
npx skills add https://github.com/levineam/jarvOS --skill jarvos
Repository Details
star Stars 3
call_split Forks 2
navigation Branch main
article Path SKILL.md
More from Creator