daily-task-manager

Sync daily tasks across sessions using clawchief/tasks.md as the source of truth.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ContractorKeith/openclaw-home --skill daily-task-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: daily-task-manager
Source: https://github.com/ContractorKeith/openclaw-home/tree/main/skills/daily-task-manager
Command: npx skills add https://github.com/ContractorKeith/openclaw-home --skill daily-task-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes and synchronizes the day-to-day task list across sessions and heartbeats, ensuring a single source of truth for all active tasks.

Core Features & Use Cases

  • Maintains a single canonical workspace file for all active tasks.
  • Archives completed tasks to clawchief/tasks-completed.md to preserve history without clutter.
  • Keeps task state up-to-date across user sessions and heartbeats, supporting add, remove, complete, defer, reprioritize, summarize, and review actions.

Quick Start

Add a new task to the canonical daily task list.

Frequently Asked Questions about daily-task-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I sync daily tasks across multiple sessions in a workspace?

Daily task synchronization across sessions is maintained by using a canonical workspace file as the single source of truth, applying in-turn updates during heartbeats and check-ins to keep the live task state current.

What is the best way to maintain a canonical task list without clutter from completed items?

The best way to maintain a canonical task list without clutter is by archiving completed items to a dedicated history file, preserving past records while keeping the active workspace clean and focused.

Can I reprioritize or defer tasks during a heartbeat check-in?

Yes, you can reprioritize or defer tasks during a heartbeat check-in, as the Skill applies live task state updates to support add, remove, complete, defer, and reprioritize actions.

How do I review and summarize my daily tasks?

You review and summarize daily tasks by reading the canonical workspace file to extract the live task state, enabling quick summaries of active items and historical reviews of archived tasks.

Do I need any external dependencies to manage a daily task list?

No external dependencies are required to manage a daily task list, as the Skill operates independently using local workspace files for active tasks and completed task archives.