gsd-add-todo

Capture GSD session ideas as structured todos with duplicate detection.

264|11|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/rkz91/coco --skill gsd-add-todo-rkz91
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-add-todo
Source: https://github.com/rkz91/coco/tree/main/systems/gsd/skills/gsd-add-todo
Command: npx skills add https://github.com/rkz91/coco --skill gsd-add-todo-rkz91

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Capture ideas or tasks surfaced during a GSD session as structured todos for later work.

Core Features & Use Cases

  • Directory structure creation and area inference from file paths
  • Duplicate detection and slug-based file creation
  • STATE.md updates and git commits to track progress
  • Works across the Get Shit Done workflow to organize ideas into actionable items

Quick Start

Add a new todo from the current conversation context using the add-todo workflow.

Frequently Asked Questions about gsd-add-todo

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

FAQPage Schema
How do I capture tasks from a conversation and save them as structured todos?

To capture tasks from a conversation as structured todos, this skill extracts content, infers file areas, creates slug-based files, and updates state tracking automatically. It organizes conversational outputs into trackable work items within your project.

What is the best way to avoid duplicate todo files when extracting tasks from a GSD session?

Avoiding duplicate todo files is handled through built-in duplicate detection during task extraction. The system checks existing files before creating new slug-based entries to prevent redundant work items in your workflow.

Does this task management workflow automatically commit state changes to git?

Yes, this task management workflow automatically commits state changes to git. After creating todo files and updating STATE.md, it executes a git commit to track progress and maintain version control over your work items.

How do I organize conversational ideas into actionable trackable work items?

Organizing conversational ideas into trackable work items involves inferring areas from file paths and creating structured directories. The process transforms unstructured session outputs into actionable todos with slug-based file naming.

Can I automatically create directories and infer areas from file paths when adding a todo?

Yes, you can automatically create directories and infer areas from file paths when adding a todo. The workflow analyzes the file path structure to determine the correct area and generates the necessary directories.