← ClaudeAtlas

jd-reviewlisted

Daily review — triage email, catch up on OmniFocus, process JD inboxes. Guided walkthrough to get on top of everything.
nelsonlove/claude-code-plugins · ★ 0 · Code & Development · score 61
Install: claude install-skill nelsonlove/claude-code-plugins
# Daily Review A guided walkthrough to get on top of email, tasks, and the filing system. Start with what's incoming, then catch up on what's overdue, then clean up. ## Tools Available **Email:** - `apple-mail unread` — unread messages - `apple-mail recent` — recent messages (default 7 days) - `apple-mail search --subject/--sender/--mailbox` — filtered search - `apple-mail body <message-id>` — full message body - `apple-mail flag <message-id>` — flag for follow-up - `apple-mail archive <message-id>` — move to archive - `apple-mail draft --to --subject --body` — create a draft reply - `apple-mail mark-read <message-id>` — mark as read **Tasks:** - `omnifocus tasks` — list tasks (`--flagged`, `--project`, `--tag`) - `omnifocus projects` — list all projects - `omnifocus create-task --name --project --tag --note --flagged --due` — create a task - `omnifocus complete <task-id>` — mark complete **Filing system:** - `jd omnifocus scan` — check OmniFocus/JD alignment - `jd triage` — show JD inbox items needing attention - `jd search` / `jd which` — find locations All commands support `--json` for structured output. Always use `--json` and parse programmatically. ## Review Flow ### 1. Email Triage (what's incoming) This is where new work arrives. Process it first. ```bash apple-mail --json unread ``` Present unread messages grouped by mailbox. For each batch: - **Actionable** — needs a reply, a task, or filing → create OmniFocus task or draft reply - **FYI** — read and arch