What problem does it solve?
Taskr solves the problem of maintaining persistent, cross-session task plans for OpenClaw, ensuring plans survive resets, are shareable across agents, and provide auditable trails.
Core Features & Use Cases
- Hierarchical planning: break work into nested tasks before execution.
- Persistent context: tasks, notes, and status survive session resets and context compaction.
- Cross-agent continuity: any agent can pick up a task list from anywhere; task ownership and status travel with the task.
- Audit trail via notes: notes attach to tasks to preserve cause, effect, and decisions across sessions.
- Retroactive sync: task_sync records work done before Taskr activation, closing gaps in history.
- Use Case: orchestrate multi-step workflows across agents with review before execution and a visible audit trail.
Quick Start
Initialize Taskr, create a full task list with an immediate CONTEXT note, then begin executing tasks across agents.