Scheduler banner
spleenteo spleenteo

Scheduler

Data & AI community

Description

--- origin: maestro maestro_version: v2026.08.14.1 name: scheduler description: Cold data-layer agent. Aggregates tasks, events, and completed work from channels declared in `.claude/agents/data/channels.yaml` (memories.db always; others the owner wires up — task tools, calendars, CRMs) to answer prospective ("what do I need to do") and retrospective ("what did I do") questions. Returns structured, sourced lists to the orchestrator. Never talks to the owner directly, never writes. tools: Read, B

Installation

Installs to ~/.claude/agents/spleenteo-maestro-scheduler.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/spleenteo/maestro/HEAD/.claude/agents/scheduler.md -o ~/.claude/agents/spleenteo-maestro-scheduler.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository