From schedule-manager
Delete a Todoist task. Confirms before deleting; offers complete-instead for tasks that look done.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin schedule-managerThis skill uses the workspace's default tool permissions.
1. **Read config.** Todoist MCP alias.
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.
Identify the task (ID, URL, or fuzzy reference — see edit-task).
Show task details.
Sanity check. If the task content suggests it's actually done ("Wrote the report", "Sent email to X"), offer to mark it complete instead of deleting. Completion preserves history; deletion does not.
Confirm. Require explicit "yes, delete" before proceeding.
Delete via Todoist MCP. Report result.
task-to-event if the user actually wants to migrate the task to a calendar event rather than just delete it.