Documentation

Status: Early development — features and commands may change. Developer: David Cody.

Introduction

Chronos Engine is an intelligent life management system. It lets you compose your life as a hierarchy of items and uses a status‑aware scheduler to build optimal daily plans.

Core Concepts

Today Scheduler

The today command is the daily driver.

Status

Set your status to inform scheduling decisions. Example: status energy:high focus:good. Chronos can widen buffers, reduce high‑energy tasks, or prioritize critical items based on these values.

Data Model

Everything is YAML. Items live in the User/ directory. Templates reference sub‑items to form a navigable graph (e.g., a Day template references Routine items, which reference Subroutines, and so on).

Dashboard

The dashboard command opens a web dashboard for a quick, visual overview of time, notes, status, and today’s schedule. It complements the CLI-focused workflow.

Philosophy

Chronos favors clarity, portability, and automation: human‑readable files, smart scheduling, and a concise CLI. Keep your system simple; iterate with templates; trust the engine’s context to fill in gaps.