# Todos

> Handle the agent personal todos.md file

- Skill: `desplega-ai/todos` (Agent Skill)
- Install (CLI): `npx skillmds@latest add desplega-ai/todos`
- Raw SKILL.md: https://api.skillmd.com/api/skills/desplega-ai/todos/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: desplega-ai (https://skillmd.com/u/desplega-ai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/desplega-ai/todos

---


# Agent Personal Todos

File location: `/workspace/personal/todos.md`

## Format

```
# My TODOs

## Current

- [ ] Task 1
- [x] Task 2
- [ ] Task 3

## <YYYY-MM-DD>

- [ ] Task 4
- [ ] Task 5
```

`## Current` contains ongoing tasks related to your active work — what you should be focusing on right now. Once done, move completed tasks to a section with the completion date (create it if it doesn't exist).

## Keep it tidy

Regularly review and clean up: remove completed tasks from `## Current` and archive them under the appropriate date section.

## Fallback

If this skill is used without a clear action, provide a summary of how to use the todos.md file, including the format above.

