# Get Todos

> Collect and prioritize the user's current todos across email, Slack, task lists, meeting notes, and chat history. Use when the user asks what they need to do, what they missed, or wants a current prioritized todo view.

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

---


# Get Todos

Build one useful view of what the user should do next.

- **Collect:** Check relevant email, Slack, existing tasks, meeting notes, and chat history. Use the requested time window, or a reasonable recent window when none is given. Say which sources were unavailable.
- **Judge:** Use context to identify real user-owned actions, recognize completed work, and merge duplicates. Do not turn FYIs, tentative ideas, or other people's work into todos.
- **Prioritize:** Rank by urgency, importance, explicit commitments, dependencies, blockers, and consequences. Use judgment rather than a fixed scoring rubric.
- **Report:** Return a concise prioritized list with each task, why it matters, any deadline, and enough source context to recognize it. Call out meaningful uncertainty and coverage gaps.

Do not create or change tasks unless the user asks.

