todo-creation

Installation
SKILL.md

todo-creation

Create a new todo file in the configured todos directory (default: docs/agent-todos/) with proper sequential numbering and YAML frontmatter.

Workflow

1. Gather Input

Collect the category and title. These may come from skill arguments or by asking the user.

  • Category — The subdirectory name under the todos directory (e.g., data, misc, agent-todos). If the directory does not exist, it will be created.
  • Title — A human-readable title for the todo (e.g., "Fix soft 404 errors").

If both values are provided as arguments (e.g., /todo-creation data Fix soft 404 errors), parse the first word as the category and the rest as the title.

If arguments are missing, ask the user using AskUserQuestion.

2. Create the File

Installs
2
First Seen
Mar 12, 2026
todo-creation — erich3000/ji-agent-skills