gsd-add-todo

Capture unstructured ideas as standardized todo files with git version control.

1|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/nnexai/git-stacks --skill gsd-add-todo-nnexai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-add-todo
Source: https://github.com/nnexai/git-stacks/tree/main/.github/skills/gsd-add-todo
Command: npx skills add https://github.com/nnexai/git-stacks --skill gsd-add-todo-nnexai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the problem of losing track of actionable items, ideas, or issues that arise during spontaneous brainstorming or project discussions by formalizing them into a structured todo system.

Core Features & Use Cases

  • Structured Capture: Automatically creates todo files with frontmatter and integrates them into your existing project state.
  • Contextual Inference: Intelligently infers the relevant project area based on current file paths and conversation context.
  • Workflow Integration: Handles duplicate detection, directory management, and git commits to ensure your task list remains clean and version-controlled.

Quick Start

Use the gsd-add-todo skill to capture the task of refactoring the authentication module as a new todo item.

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

To capture unstructured tasks into a todo system, this skill formalizes spontaneous ideas into standardized todo files with frontmatter. It infers the relevant project area from current file paths and conversation context to ensure proper task persistence and categorization.

How does task management integration with git workflows handle duplicate todo items?

Git workflow task management handles duplicate todo items by detecting existing tasks during the capture process. It manages directory structures and automatically commits new todo files to keep your task list clean, organized, and version-controlled within your project state.

Can I use this todo capture skill within my existing project-specific workflows?

You can use this todo capture skill within project-specific workflows by requiring integration with existing project state files. It adheres to defined workflow logic for directory and file management, ensuring new tasks are properly persisted and categorized within your established project structure.

What is the best way to organize spontaneous brainstorming ideas into version-controlled task files?

The best way to organize brainstorming ideas into version-controlled task files is to automatically create structured todo entries with frontmatter. This approach categorizes tasks by inferred project areas and commits them directly via git to prevent losing actionable items.

Do I need existing project state files to categorize tasks by project area?

Existing project state files are required to categorize tasks by project area accurately. The skill relies on these files and current file path context to intelligently infer the correct project area and adhere to defined directory management workflow logic.