From schedule-manager
Assign due dates to Todoist tasks in batch. Walks the user through each undated task and applies their choice.
How this skill is triggered — by the user, by Claude, or both
Slash command
/schedule-manager:assign-datesThe 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 handed in from review-missing-dates, or freshly queried (default: all open undated tasks).
Walk the list interactively. For each task, prompt for:
Support batch shortcuts: "all in Project X → next Friday", "all priority 1 → tomorrow".
Confirm the assignment table.
Apply serially via Todoist MCP. Collect failures.
Report per-task result.
defaults.timezone for date interpretation.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.