Add Todo banner
eric-moreno eric-moreno

Add Todo

Productivity community

Description

--- name: gad:add-todo description: Capture idea or task as todo from current conversation context argument-hint: [optional description] allowed-tools: - Read - Write - Bash - AskUserQuestion --- <objective> Capture an idea, task, or issue that surfaces during a GAD session as a structured todo for later work. Routes to the add-todo workflow which handles: - Directory structure creation - Content extraction from arguments or conversation - Area inference from file paths - Duplicate det

Installation

Installs to ~/.claude/skills/eric-moreno-get-analysis-done-add-todo/SKILL.md

Terminal
mkdir -p ~/.claude/skills/eric-moreno-get-analysis-done-add-todo && curl -fsSL https://raw.githubusercontent.com/eric-moreno/get-analysis-done/HEAD/commands/add-todo.md -o ~/.claude/skills/eric-moreno-get-analysis-done-add-todo/SKILL.md

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

Full documentation available on GitHub

View Source Repository