From schedule-manager
Create multiple Todoist tasks from a structured list. Confirms the table, then writes serially.
How this skill is triggered — by the user, by Claude, or both
Slash command
/schedule-manager:batch-create-tasksThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. **Read config.** Todoist MCP alias and `defaults.todoist_project_id`.
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.Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin schedule-manager