gsd-add-todo

Parse tasks into Type, Priority, and Context and append them to .planning/BACKLOG.md.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the capture of tasks, ideas, and reminders, ensuring nothing gets lost in your project backlog.

Core Features & Use Cases

  • Capture: Quick notes and reminders are turned into backlog entries.
  • Backlog Organization: Automatically formats items for .planning/BACKLOG.md with priority and context.
  • Use Case: You remember a task during a meeting and want it added to the backlog for later prioritization.

Quick Start

Add a new task with title Implement login and Priority HIGH to the project's backlog.

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 reminders into a project backlog?

To capture tasks into a backlog, you can input task details like title, priority, and context. The system parses the input and appends the formatted entry directly to your project's .planning/BACKLOG.md file for later prioritization.

What is the best way to organize a project backlog with priority and context?

Organizing a project backlog is best handled by parsing task input into Type, Priority, and Context attributes. This structured data is then written to the backlog file, ensuring ideas and action items are formatted for later prioritization.

Can I use this backlog capture method for both personal and team projects?

Yes, you can use this backlog capture method for both personal and team projects. It is designed to capture ideas, notes, and action items, appending them to the shared or individual .planning/BACKLOG.md file regardless of project scale.

How do I quickly add a high priority task to my planning file?

To quickly add a high priority task to your planning file, provide the task title and specify the priority level. The system parses these details and appends the action item to the .planning/BACKLOG.md file, confirming the addition.

Does adding a task to the backlog automatically schedule it for development?

No, adding a task to the backlog does not automatically schedule it for development. The system captures the task details and appends them to the .planning/BACKLOG.md file specifically for later prioritization and planning.