What problem does it solve?
Task management in software projects often becomes scattered across notes and emails, making progress hard to track. This Skill provides a minimal, persistent store at .cleo-web/todo.json to coordinate tasks across sessions.
Core Features & Use Cases
- Create tasks with unique IDs and titles, saved atomically to a local JSON file.
- List tasks grouped by status (active, pending, done) for a quick status overview.
- Mark tasks as complete with timestamps, preserving history and enabling basic audit trails.
- Use Case: A developer assigns onboarding, bug triage, and feature work as tasks and monitors progress within a single, reusable workflow.
Quick Start
Add a new task with a concise title using /task add "Example task" to create and persist it in the local .cleo-web/todo.json.