From schedule-manager
Audit Todoist for tasks lacking a priority. Read-only — produces a list and recommends running assign-priorities.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin schedule-managerThis skill uses the workspace's default tool permissions.
1. **Read config.** Todoist MCP alias.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
Read config. Todoist MCP alias.
Define scope. Ask the user (or accept arguments):
Query Todoist for tasks in scope. Filter to those with priority 4 (Todoist's "no priority").
Present the list as a table grouped by project: | Project | Task | Due | Created |
Suggest next step. Offer to run assign-priorities over the listed tasks, or hand off the list to the user for manual review.