Start Todoist Task banner
diegovogel diegovogel

Start Todoist Task

Productivity community

Description

Kick off work on a Todoist task: fetch the task and all its context, explore the codebase, ask clarifying questions if needed, then present a plan in plan mode. Does NOT implement — stops at the plan. ## Usage ``` /start-todoist-task <url> [short summary] ``` - `<url>` (required) — Todoist task URL. The task ID is the alphanumeric segment at the end of the URL (after the slug, e.g. `6gVHc8c2MmGxGGcP`). - `[short summary]` (optional) — A few words describing the work. Used only to give the ses

Installation

Installs to ~/.claude/skills/diegovogel-claude-code-tools-start-todoist-task/SKILL.md

Terminal
mkdir -p ~/.claude/skills/diegovogel-claude-code-tools-start-todoist-task && curl -fsSL https://raw.githubusercontent.com/diegovogel/claude-code-tools/HEAD/commands/start-todoist-task.md -o ~/.claude/skills/diegovogel-claude-code-tools-start-todoist-task/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository