Overview
CORE’s task system is the unit of delegated work. When you write a[ ] in the Scratchpad, send a message, or set up a recurring job, CORE creates a task — loads context from memory and connected apps, drafts a plan, runs the work through the gateway, handles blockers where it can, and comes back when judgment is needed.
A CORE task is a work item that:
- Has a clear objective
- Can be tracked to completion
- May be linked to external systems (GitHub, Linear, etc.)
- Contains context relevant to the work needed
- Can be one-shot or recurring on a schedule
Task sources
Tasks in CORE can be created from multiple sources:- Scratchpad — Type
[ ]on your daily page. CORE picks it up within 3 minutes and starts working. - Chat — Created from a conversation with CORE directly.
- Messaging — Sent via WhatsApp, Slack, Telegram, or email.
- Automation — Triggered automatically from connected apps (a Sentry alert fires, a Linear issue is assigned, a GitHub PR is opened).
- Recurring — Scheduled to run at a set time, daily, weekly, or any cron pattern.
Task anatomy
Each task in CORE consists of:- Title — Clear description of the work to be done
- Status — Current state (Todo, In Progress, Done)
- Scheduled date — When the task is set to run
- Description — Spec, related links, and background context
- Plan — CORE’s proposed steps, presented for your approval before execution
- Subtasks — Smaller steps broken out during planning
- Sessions — Coding, browser, or terminal sessions spawned to execute the work
- Activity — Full history of actions, decisions, and changes
- Chat thread — A dedicated conversation scoped to this task for follow-up
How a task runs
Task is created
You write a
[ ], send a message, or a trigger fires. CORE creates the task and loads context from memory and connected apps.Plan is drafted
CORE drafts a step-by-step plan and presents it for your approval. You can edit, approve, or reject it.
Work executes
CORE runs the plan — taking direct actions in your apps, spawning Claude Code or Codex sessions via the gateway, or driving the browser. Skills fire automatically based on context.
Blockers are handled or escalated
If CORE hits something it can resolve, it does. If it needs your judgment, it comes back with a tight question — not a stalled tab.
Recurring tasks
Tasks can be scheduled to run on a recurring basis. Set a time and CORE runs the full loop — gathering fresh context, executing the work, and reporting back — on every cycle. Examples:Every morning at 8am, pull from email, GitHub, and Slack and surface what needs attentionEvery Monday, find 10 new leads matching our ICP on LinkedIn and add them to the Leads sheetEvery night at 11pm, work through the backlog
