todo

Append todo items to a queue and bulk-plan them via Gemini.

1|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/kelsi-andrewss/claude-multi-agent-pipeline --skill todo-kelsi-andrewss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: todo
Source: https://github.com/kelsi-andrewss/claude-multi-agent-pipeline/tree/main/skills/todo
Command: npx skills add https://github.com/kelsi-andrewss/claude-multi-agent-pipeline --skill todo-kelsi-andrewss

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams manage small tasks by delaying bulk planning until ready, preventing scattered work and enabling batch execution.

Core Features & Use Cases

  • Append raw todo items to a centralized queue at .claude/todos.md.
  • Bulk-plan items using Gemini's pm_plan_items to generate epics/stories/tasks.
  • Use cases include daily task capture, sprint backlog intake, and triage planning.

Quick Start

Add items to .claude/todos.md and then run /todo plan to bulk-plan.

Frequently Asked Questions about todo

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I queue todos and bulk-plan them with Gemini?

You can queue todos by appending raw items to a local `.claude/todos.md` store and then run `/todo plan` to bulk-plan them using Gemini's pm_plan_items to generate epics, stories, and tasks.

What is two-phase todo queue management for DevOps workflows?

Two-phase todo queue management separates task capture from execution, allowing you to append raw items to a centralized backlog and delay bulk planning until ready, preventing scattered work and enabling batch execution.

Can I use Gemini to generate epics and stories from a markdown task list?

Yes, the skill reads appended items from a markdown file and uses Gemini's pm_plan_items to automatically generate structured epics, stories, and tasks for sprint backlog intake and triage planning.

Do I need a local file to store todos for pipeline planning?

Yes, the skill requires a local `.claude/todos.md` store to safely read and write raw todo items across ongoing sessions before applying bulk-planning operations.

What commands are available for task capture and backlog triage?

The skill supports four commands across ongoing sessions: `/todo <items>` to append raw tasks, `/todo plan` to bulk-plan them, `/todo list` to view the queue, and `/todo clear` to empty it.

When should I not use a centralized todo queue for sprint planning?

You should avoid this approach if your workflow requires immediate task execution rather than delayed batch planning, as the two-phase queue is designed specifically to defer bulk planning until a set of items is ready.