mover-os
v4.7.10
Published
Your AI co-founder. Remembers your goals, pushes back when you drift. Works with 15 AI agents.
Maintainers
Readme
Mover OS
The Agentic Operating System for Obsidian.
Most productivity systems are passive storage. This one talks back.
Mover OS turns Obsidian into an AI-powered execution engine. It audits your behavior against your stated strategy, extracts reusable knowledge from daily work, and evolves based on your corrections.
Works best with Claude Code. Supports 15 AI agents.
Version: 4.7.10 | Status: Production
What It Does
- Active Accountability — AI reads your daily logs and detects drift, procrastination, and scope creep.
- Strategic Validation — Acts as an intellectual opponent, testing your logic before you invest time.
- Knowledge Compounding — Automatically refines ephemeral notes into a permanent, linked library.
- Three Domains — Identity covers Work, Vitality, and Faith/Purpose. Not just productivity.
- Pattern Detection — Tracks behavioral patterns with confidence scores. Surfaces them when they matter.
- Escalating Friction — 4 levels of pushback when you drift from your plan. Speed bumps, not walls.
- Correction Lifecycle — Correct the AI and it proposes a fix, waits for approval, and updates its own rules.
- Entity Memory — Remembers people, organizations, and decisions across sessions.
- 25 Connected Workflows — Each one hands off to the next. You never wonder what to do next.
Install
Prerequisites
- Obsidian (your vault interface)
- A AI agent (any of the supported ones below)
- Git
Quick Start
npx mover-osThe interactive installer will:
- Ask where your Obsidian vault is (auto-detects common locations)
- Detect which AI agents you have installed
- Let you choose which agents to configure
- Let you select skill categories (dev, marketing, CRO, strategy, SEO, design, obsidian)
- Install vault structure, rules, workflows, skills, and hooks
Requires: Node.js 18+ (zero dependencies).
After Install
The installer opens your dashboard automatically — setup starts there. It runs a short interview and builds your Identity, Strategy, Dossier, and Goals, showing you everything before it writes a single file.
Come back to the dashboard anytime with:
npx mover-os(Just moveros if you installed globally with npm i -g mover-os.)
Want a Desktop icon? Run moveros shortcut to create a double-clickable launcher (macOS app, Windows shortcut, or Linux desktop entry) that opens your dashboard.
On a Mac? Run moveros menubar for a native menu-bar status app (zero third-party dependencies) that shows your next action at a glance.
Prefer the terminal? Open your vault in your AI agent and run /setup instead — same interview, same files. Obsidian is optional: it's the nicest way to read what the system writes.
Migrating an Existing Vault?
If you have an existing Obsidian vault with content you want to organize into the PARA structure:
/migrateThis scans your folders, suggests where everything should go, and copies files into place. Originals are never deleted.
Already Installed?
Update without losing your Engine data:
npx mover-osChoose "Update" mode. Your Engine files (Identity, Strategy, Dossier, etc.) are never overwritten.
Then run /update inside your vault to migrate any new Engine sections.
Or re-link hard links after any git operation:
bash src/install/link.shSupported Agents
Works with 15 AI agents. The installer auto-detects and configures each one:
| Agent | What Gets Installed | |-------|---------------------| | Claude Code | Rules + 25 commands + 71 skills + 18 hooks | | Cursor | Rules + 25 commands + 71 skills + hooks | | Cline | Rules + 71 skills | | Windsurf | Rules + 25 workflows + 71 skills + hooks | | Gemini CLI | Rules + 25 workflows + 71 skills + 5 hooks | | Antigravity | Rules + 25 workflows + 71 skills | | GitHub Copilot | Rules + 25 prompts + 71 skills | | Codex | Rules + 71 skills + 13 hooks | | Amazon Q Developer | Rules + 25 commands | | OpenCode | Rules + 71 skills | | Kilo Code | Rules + 25 commands + 71 skills | | Amp (Sourcegraph) | Rules + 71 skills | | Roo Code | Rules + 25 commands + 71 skills | | Continue.dev | Rules + 25 prompts | | Aider | Rules |
Claude Code gets the deepest integration — hooks, native slash commands, and the full correction lifecycle. Every other agent gets the core system.
How It Works
The Engine
Your 02_Areas/Engine/ folder is the brain. Core files that the AI reads before every operation:
| File | Purpose |
|------|---------|
| Identity_Prime.md | Who you are — psychology, values, anti-identity |
| Strategy.md | What you're testing — hypotheses, metrics, pivot criteria |
| Active_Context.md | Where you are NOW — blockers, energy, commitments, waiting-for |
| Mover_Dossier.md | What you have — skills, assets, network, capital |
| Auto_Learnings.md | What the AI has learned about you — patterns with confidence scores |
| Goals.md | Where you're going — 90-day, 1-year, 10-year targets |
| Metrics_Log.md | 30-day rolling performance data |
The Daily Rhythm
/morning → [WORK] → /log → /analyse-day → /plan-tomorrow| Workflow | When | Duration |
|----------|------|----------|
| /morning | Start of session | 5 min |
| /log | End of session | 5 min |
| /analyse-day | End of day | 10 min |
| /plan-tomorrow | Every evening | 5 min |
| /review-week | Weekly (configurable day) | 30 min |
All Workflows
Daily Flow:
| Command | Purpose |
|---------|---------|
| /morning | Session primer — identity, energy check, pattern alerts |
| /log | Session capture — sync plan, extract wisdom |
| /analyse-day | Brutal daily audit — strategy alignment, pattern detection |
| /plan-tomorrow | Battle plan for tomorrow |
| /review-week | Weekly + monthly + quarterly review |
Project Flow:
| Command | Purpose |
|---------|---------|
| /ignite | Start a new project |
| /ignite --feature | Add a feature to an existing project |
| /ignite --monetize | Monetize a project (market validation pipeline) |
| /overview | Refresh context on a project |
| /refactor-plan | Update roadmap after a pivot |
| /debrief | Post-meeting/call capture — actions, decisions, commitments |
System Flow:
| Command | Purpose |
|---------|---------|
| /setup | Onboarding interview (Identity + Strategy + Dossier + Goals) |
| /walkthrough | Interactive guided tour after setup |
| /update | Update Mover OS and migrate Engine files |
| /history | View how your Engine files evolved over time |
| /migrate | Import existing vault content into PARA structure |
Recovery & Strategy:
| Command | Purpose |
|---------|---------|
| /reboot | Recovery after 3+ days away |
| /debug-resistance | Diagnose procrastination and avoidance |
| /pivot-strategy | Formal strategy change with logging |
| /harvest | Extract knowledge to Library |
| /capture | Quick capture and route — links, tasks, ideas, brain dumps |
| /mover-report | Generate progress report or submit feedback |
| /mover-ideas | Vault-wide brainstorm from full Engine context |
| /mover-check | Verify installation integrity |
Architecture
Mover OS Bundle/
src/
workflows/ # 25 AI command handlers (markdown)
system/ # Global Rules + Install Manifest
hooks/ # 22 hook files (18 registered in settings.json)
skills/ # 71 curated skill packs
install/ # link.sh (hard-link re-linker)
structure/ # Vault template (PARA + Engine)Hard-link architecture: One file, multiple paths. Edit workflows from your editor or from src/workflows/ — same file on disk. link.sh re-establishes links after git operations.
Documentation
- System Architecture — Deep technical documentation
- Install Manifest — Complete file inventory
Built by Asmir.
