ワンクリックで
batch-create-tasks
Create multiple Todoist tasks from a structured list. Confirms the table, then writes serially.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create multiple Todoist tasks from a structured list. Confirms the table, then writes serially.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Manage meeting agendas as Google Docs — create, link to a calendar event description, share with attendees, or email. One skill, four sub-actions.
Assign due dates to Todoist tasks in batch. Walks the user through each undated task and applies their choice.
Assign priorities to Todoist tasks in batch. Walks the user through each unprioritised task and applies their choice.
Create multiple Google Calendar events from a structured list. Resolves attendees once across the batch, confirms the table, then writes.
Create a single Google Calendar event. Resolves attendees via the contacts MCP. Optionally links a Drive doc (agenda) into the description.
Create a single Todoist task. Sets project, due date, priority, labels per user input or sensible defaults.
| name | batch-create-tasks |
| description | Create multiple Todoist tasks from a structured list. Confirms the table, then writes serially. |
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.