agentic-os-effi — Personal OS (itseffi/personal-os)
Personal OS is an agentic personal operating system designed to automate high-leverage workflows across Claude Code, Codex, Pi, OpenClaw, and other coding agent runtimes. Its central organizing metaphor is a personal productivity machine: a structured backlog of tasks tied to explicit goals, processed and prioritized by any compatible AI agent. The repo ships 47+ canonical skills following the AgentSkills open standard, with each skill exposed as a progressive-disclosure SKILL.md plus an OpenAI-compatible agents/openai.yaml metadata sidecar. Workflow automation is handled through 12 reusable workflow guides in Workflows/, covering everything from daily standups to stakeholder politics. Multi-agent support is optional and runtime-dependent; the repo itself ships no orchestration primitives but documents subagent delegation patterns. A companion System/mcp/server.py bundles custom MCP tooling for Jira, Granola, and Linear integrations.
Compared to the seeds, Personal OS is closest to agent-os (Archetype 4 — markdown scaffold) in that its core value is file-based state and behavioral guidance rather than commands or hooks. The key delta is scope: where agent-os focuses on codebase standards, Personal OS extends into full personal productivity (goals, backlog, evals, stakeholder management, product strategy) and explicitly targets multiple runtimes with per-runtime wrapper files (CLAUDE.md, CODEX.md, PI.md, OPENCLAW.md).