Turning my life into a Sims character using AI.
UltimateCulitvationSystem is a documentation-first personal AI system for running day-to-day life with tighter feedback loops, better planning, and clearer decision support. It combines a central orchestration layer, structured health and lifestyle data, and task-capable tools into a single operating model that helps with planning, reflection, execution, and course correction.
This repository is not a product and not a consumer app. It is a documented system: a record of how multiple AI components, data feeds, and human judgment can be organized into a practical LifeOps workflow.
- aggregates signals from health, tasks, notes, and schedules
- routes work to specialized agents based on intent and risk
- keeps a human in the loop for judgment, approval, and accountability
- uses recurring loops to turn daily behavior into a managed system
Most personal productivity systems are fragmented. Tasks live in one place, health data in another, and reflection somewhere else entirely. This project treats life management as a systems problem: collect state, interpret state, decide, act, review, and adjust.
Hermes: the planning and orchestration layerOpenHealth: structured personal state and health inputTools: the execution surface for tasks, notes, scheduling, and automationHuman: the final authority for approvals, interpretation, and values
ARCHITECTURE.md: system layers, boundaries, and information flowAGENTS.md: functional agent roles and responsibilitiesWORKFLOWS.md: example operating flowsDAILY_LOOP.md: day-scale execution loopWEEKLY_LOOP.md: review and adjustment loopDATA_SOURCES.md: core inputs and data categoriesAUTOMATIONS.md: scheduled jobs and event-driven triggersNOTES.md: design principles, constraints, and open questions
- this repository intentionally stays at the architecture and workflow level
- sensitive implementation details, hidden heuristics, and proprietary prompting are abstracted
- the goal is to show systems thinking, not expose the full operating stack