qsd-add-todo

Extract conversation ideas into structured todos with frontmatter and git commits.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/thecomputer07/qsd --skill qsd-add-todo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qsd-add-todo
Source: https://github.com/thecomputer07/qsd/tree/main/skills/qsd-add-todo
Command: npx skills add https://github.com/thecomputer07/qsd --skill qsd-add-todo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Capture ideas, tasks, or issues that surface during a QSD session and turn them into structured todos for later work, ensuring nothing important is forgotten.

Core Features & Use Cases

  • Directory structure creation for organizing todos by project or area.
  • Content extraction from arguments or the current conversation to populate todo details.
  • Area inference from file paths to assign todos to the right context.
  • Duplicate detection and resolution to avoid repeated entries.
  • Todo file creation with frontmatter to enable rich metadata and searchability.
  • STATE.md updates to track progress and status history.
  • Git commits to version-control changes and ensure reproducibility.

Quick Start

Provide the idea or task as an argument to the add-todo workflow to create a new todo.

Frequently Asked Questions about qsd-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 turn them into structured todos?

It extracts ideas or issues directly from conversation arguments and structures them into project-ready todos, adding frontmatter metadata for searchability and tracking during your workflow session.

How does todo management handle duplicate tasks across multiple projects?

Duplicate detection and resolution prevents repeated todo entries by checking existing files across multiple projects. It infers the correct area from file paths to assign new todos to the right project context.

Can I use git commits to version-control todo file creation and track progress?

Yes, the workflow encodes git commits to version-control todo changes and ensure end-to-end reproducibility. It also updates STATE.md files to track progress and status history alongside the git commit.

Do I need a specific directory structure before adding a todo with frontmatter?

No, the workflow handles directory structure creation automatically to organize todos by project or area. It infers the correct area from file paths and creates the necessary directories before writing the todo file with frontmatter.

What is the best way to ensure end-to-end reproducibility when capturing workflow todos?

To ensure end-to-end reproducibility, the workflow encodes requirements like directory creation, Todo entries with frontmatter, STATE.md updates, and git commits, capturing context and resolving duplicates across projects.