From schedule-manager
Assign priorities to Todoist tasks in batch. Walks the user through each unprioritised task and applies their choice.
How this skill is triggered — by the user, by Claude, or both
Slash command
/schedule-manager:assign-prioritiesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. **Read config.** Todoist MCP alias.
Read config. Todoist MCP alias.
Get the working set. Either:
review-missing-prioritiesWalk the list interactively. For each task, present:
Support batch shortcuts: "all due this week → 2", "all in Project X → 3", etc. Build the assignment map first, then apply.
Confirm the assignment table before writing.
Apply updates serially via Todoist MCP. On per-task failure, continue and collect.
Report per-task result.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin schedule-managerGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.