ceos-todos

Create and track To-Dos with owners, due dates, and sources in CEOS repos.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/kevhsunami/EOS --skill ceos-todos-kevhsunami
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ceos-todos
Source: https://github.com/kevhsunami/EOS/tree/main/skills/ceos-todos
Command: npx skills add https://github.com/kevhsunami/EOS --skill ceos-todos-kevhsunami

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

To-Dos codify intentional, owner-assigned actions between meetings, ensuring that tasks move from conversation to completion with accountability and visibility.

Core Features & Use Cases

  • Create, list, and track To-Dos with a single owner, due date, and a source.
  • Review completion rates and overdue items across owners, integrated with L10s, IDS, and quarterly workflows.
  • Store each To-Do as an individual markdown file under data/todos/ with an accompanying template for new items.

Quick Start

Ask me to create a to-do and I will guide you through entering the title, owner, due date, and source, then save it to data/todos/.

Frequently Asked Questions about ceos-todos

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

FAQPage Schema
How do I track EOS To-Dos with ownership and due dates?

Track EOS To-Dos by assigning each item a single owner, a due date, and a source. The system validates required fields, generates unique IDs, and stores each To-Do as an individual markdown file under data/todos/.

Can I use this for L10 meeting To-Dos and IDS workflows?

Yes, this is built for L10s, IDS, and quarterly workflows. It maintains accountability by codifying intentional, owner-assigned actions between meetings, ensuring tasks move from conversation to completion with visibility.

How do I create a new To-Do and what fields are required?

To create a To-Do, provide a title, owner, due date, and source. The system validates these required fields, generates a unique ID, and saves the item as data/todos/todo-xxx-slug.md using an accompanying template.

Does this report on overdue items and completion rates across owners?

Yes, it computes overdue status for reporting and allows you to review completion rates and overdue items across owners, integrated with L10, IDS, and quarterly workflows.

What is the best way to maintain accountability for tasks between meetings?

Maintain accountability by codifying intentional, owner-assigned actions as To-Dos between meetings. Each To-Do requires a single owner, a due date, and a source, ensuring tasks move from conversation to completion with visibility.

Where are EOS To-Do files stored and how are they formatted?

Each To-Do is stored as an individual markdown file under data/todos/ with a filename like todo-xxx-slug.md. An accompanying template is used for creating new items, ensuring consistent formatting and required field validation.