gsd-add-todo

Converts conversational ideas into structured todo files with metadata and state tracking.

1|Updated Aug 17, 2025
One-click install
npx skills add https://github.com/DuySeu/StockMind --skill gsd-add-todo-duyseu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-add-todo
Source: https://github.com/DuySeu/StockMind/tree/main/.agent/skills/gsd-add-todo
Command: npx skills add https://github.com/DuySeu/StockMind --skill gsd-add-todo-duyseu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Capture ideas from conversations and turn them into tracked tasks with area inference and STATE updates.
  • Create new todo files with frontmatter, handle duplicates, and commit changes to version control.
  • Use cases: during brainstorming or standups where actions must be captured and organized.

Quick Start

Capture the next idea from this chat as a new structured todo.

Frequently Asked Questions about gsd-add-todo

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

FAQPage Schema
How do I convert chat ideas into structured todo items for task tracking?

You can convert chat ideas into structured todo items by using a task capture workflow that extracts content from conversations, infers areas, checks for duplicates, and saves tasks as files with frontmatter. It then updates state tracking and commits changes to version control.

What is area inference and how does it work when capturing brainstorming tasks?

Area inference automatically categorizes captured tasks into relevant project areas during idea extraction. When you save a todo from a brainstorming session, the system analyzes the conversation context to assign the task to the correct area, ensuring structured organization without manual sorting.

How do I automate todo file creation with frontmatter and state tracking?

Automating todo file creation involves generating new files with YAML frontmatter containing task metadata, updating a central STATE.md file to reflect current task status, and committing these changes via git. This ensures all captured ideas are version-controlled and tracked.

Can I use this task management workflow for collaborative planning sessions?

Yes, this task management workflow is designed for collaborative planning sessions and standups. It captures ideas and issues surfaced during team conversations, structures them into tracked todos with area inference, and commits the organized tasks to version control for shared visibility.

Does capturing todos from conversations handle duplicate task checks?

Yes, capturing todos from conversations includes duplicate checks as a core step. Before creating a new todo file and updating the state tracking, the workflow verifies whether the idea or task already exists in the system to prevent redundant entries.

What are the limitations of using chat-based task management for software engineering workflows?

This chat-based task management workflow is limited to capturing ideas and tasks surfaced during GSD sessions, brainstorming chats, and collaborative planning. It requires a version control environment to commit changes and does not manage external project boards or non-text-based issue tracking.