# Create Todos

> Add contextual TODO comments for future development work

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

---


# Create Smart TODOs

I'll analyze recent operations and create contextual TODO comments in your code.

## Token Optimization

**Expected range**: 400–1,200 tokens (initial), 100 tokens (early exit)

**Caching**: Caches TODO format template in `.claude/cache/create-todos/format.json` for 7 days.

**Early exit**: Returns immediately if the scope already has sufficient TODOs.

**Patterns used**: Grep-before-Read, early exit, git diff scope default

