todo

Create, update, and complete todos with daily logs in memory.

26|4|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/kid0317/cc_workspace_bot --skill todo-kid0317
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: todo
Source: https://github.com/kid0317/cc_workspace_bot/tree/main/workspaces/_template/.claude/skills/todo
Command: npx skills add https://github.com/kid0317/cc_workspace_bot --skill todo-kid0317

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Daily task planning, tracking, and end-of-day logging are error-prone and time-consuming. This skill centralizes todos and daily logs, reducing context switching and enabling consistent records across sessions.

Core Features & Use Cases

  • Create, update, and complete todos with a memory-backed structure.
  • Generate daily logs summarizing completed and ongoing work.
  • Review past days or ranges to track progress and identify patterns.

Quick Start

Add a new todo for today and ask for a daily log once work is done.

Frequently Asked Questions about todo

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

FAQPage Schema
How do I automate daily task management and generate end-of-day logs?

Automating daily task management involves centralizing todos and daily logs into a memory-backed structure, allowing you to create, update, and track tasks while automatically generating end-of-day logs to reduce manual context switching.

How does memory-based task tracking work for ongoing workflows?

Memory-based task tracking uses a session-specific memory structure with deterministic write formats to store todos and daily logs, ensuring consistent records across sessions and enabling safe file locking during updates.

What is the best way to review past daily logs to track task progress?

Reviewing past daily logs is done by querying the centralized memory structure to summarize completed and ongoing work across specific past days or date ranges, helping you track progress and identify work patterns.

Can I use this daily logging approach for team workflows?

Yes, this daily logging approach suits both personal productivity and team workflows. It centralizes task creation, updates, and completion tracking within a shared memory structure to maintain consistent records.

Why does safe file locking matter when updating todos in a shared workflow?

Safe file locking prevents concurrent write conflicts when multiple users update todos or daily logs. It ensures deterministic write formats to memory paths, avoiding data corruption during team workflows.

Do I need any external dependencies to start managing todos with this approach?

No external dependencies are required. This approach uses an internal memory directory structure to manage todos and daily logs, ensuring reliable task management without needing external packages or components.