From schedule-manager
Create multiple Todoist tasks from a structured list. Confirms the table, then writes serially.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin schedule-managerThis skill uses the workspace's default tool permissions.
1. **Read config.** Todoist MCP alias and `defaults.todoist_project_id`.
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 and defaults.todoist_project_id.
Accept the batch — structured list from the user, or invoked by firehose with the task subset.
Normalise rows to the same fields as create-task. Fill default project where unspecified.
Show the table for user confirmation. Flag rows missing priority or due if they look like they should have one (heuristic: action verb + concrete deliverable). Don't auto-fill — just flag, and offer to chain assign-priorities / assign-dates after creation.
Create tasks serially via Todoist MCP. On per-row failure, continue and collect.
Report per-row result: link if created, error if failed.
assign-priorities / assign-dates on the new tasks.