con un clic
todo
Quick task capture with priority detection and batch support
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Quick task capture with priority detection and batch support
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Midday progress check — compare morning plan to actual work, surface pivots, refocus the afternoon
Multi-persona code review with Architect and Nitpicker perspectives
Review your day, compare plan to outcomes, identify carry-forwards, and prep tomorrow
Quick journal entries with mood detection, tagged and linked to your daily page
Gather docs, previous notes, related tickets, and context for an upcoming meeting
Create your daily page with calendar events, task priorities, and yesterday's carry-forwards
| name | todo |
| description | Quick task capture with priority detection and batch support |
Capture tasks fast. One task or many, with smart priority and due date detection.
Extract task(s) from the user's message. Handle both single and batch input.
todo: buy groceries → one tasktodo: buy groceries, call dentist, review PR → three tasksScan each task for priority signals:
| Signal | Priority |
|---|---|
| "urgent", "asap", "critical", "today" | High |
| "soon", "this week", "important" | Medium |
| Everything else | Low |
Strip priority keywords from the task text after detection.
Look for date references:
Add task(s) to the user's task system.
Using {{notes}}: Create or append to a tasks page/database with fields: Task, Priority, Due Date, Status (default: Open).
Markdown fallback: Append to ~/.ai-workflow/todos.md:
- [ ] Buy groceries | Priority: Low | Due: —
- [ ] Call dentist | Priority: Medium | Due: 2026-03-21
Respond with a single confirmation line per task:
Added: "Buy groceries" (low)
Added: "Call dentist" (medium, due Fri Mar 21)
Added: "Review PR" (low)
Keep it to one line per task. No extra commentary.
Single task:
todo: schedule haircut
Added: "Schedule haircut" (low)
With priority signal:
remind me to file taxes asap
Added: "File taxes" (high)
Batch:
todo: buy groceries, call dentist by Friday, review PR
Added: "Buy groceries" (low)
Added: "Call dentist" (medium, due Fri Mar 21)
Added: "Review PR" (low)
With due date:
don't forget to renew passport by next month
Added: "Renew passport" (low, due Apr 19)