원클릭으로
todo
Quick task capture with priority detection and batch support
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Quick task capture with priority detection and batch support
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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)