gsd-add-todo

Capture GSD session ideas into structured todo artifacts with deduplication.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/ArtRiv/game-topicos-especiais --skill gsd-add-todo-artriv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-add-todo
Source: https://github.com/ArtRiv/game-topicos-especiais/tree/main/.github/skills/gsd-add-todo
Command: npx skills add https://github.com/ArtRiv/game-topicos-especiais --skill gsd-add-todo-artriv

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents valuable ideas, tasks, and issues from being lost during a GSD (getting shit done) conversation by capturing them into a structured todo system automatically.

Core Features & Use Cases

  • Capture to Todo: Converts an idea or task that appears during a session into a correctly formatted todo entry with metadata.
  • Workflow Automation via Add-Todo Routing: Uses an internal add-todo workflow to create directories, extract content, infer the right area, and generate stable slugs.
  • Deduplication and State Tracking: Detects existing similar items to avoid duplicates, resolves conflicts, writes the todo file, and updates STATE.md accordingly.

Example: During a planning call, you mention a bug and a follow-up improvement; you want both captured as future work items without manually deciding filenames, folders, or formats.

Quick Start

Run the gsd-add-todo flow with an optional short description of what you want captured from the current conversation context.

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 and ideas from a conversation into a structured todo system?

To capture tasks from a conversation into a structured todo system, route an add-todo request with optional text to generate a todo artifact. The workflow extracts conversation content, infers the area, generates stable slugs, writes the todo file, and commits the update.

How does task deduplication work when capturing new todos from a session?

Task deduplication during todo capture works by detecting existing similar items before creating new files. It resolves conflicts by checking current state entries to avoid duplicate work, then updates the tracking file accordingly to maintain a single source of truth.

Can I automate todo file creation and git commits from session insights?

Yes, you can automate todo file creation and git commits from session insights by running an internal add-todo workflow. This workflow performs directory creation, slug generation, updates STATE.md, and executes Git commit operations automatically.

What's the best way to prevent losing valuable ideas and issues discussed during planning calls?

The best way to prevent losing valuable ideas and issues from planning calls is converting them into formatted todo entries with metadata. This captures future work items automatically without manually deciding filenames, folders, or formats.

Do I need specific directory structures for capturing workflow todos and state tracking?

Yes, capturing workflow todos requires a specific directory structure to store the todo files and state tracking data. The workflow automatically handles directory creation and generates stable slugs for consistent file organization and state updates.