gsd-capture

Route ideas, tasks, notes, and seeds to GSD planning files.

1|Updated Sep 6, 2015
One-click install
npx skills add https://github.com/deerawan/dotfiles --skill gsd-capture-deerawan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-capture
Source: https://github.com/deerawan/dotfiles/tree/main/claude/skills/gsd-capture
Command: npx skills add https://github.com/deerawan/dotfiles --skill gsd-capture-deerawan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Capturing thoughts quickly while keeping them organized later is hard, especially when you need to route different kinds of inputs (ideas, tasks, notes, seeds) to the right place in your GSD workflow.

Core Features & Use Cases

  • Mode routing by intent: Send the same command to different capture destinations depending on whether you’re creating a todo, a note, a backlog item, a seed, or browsing existing todos.
  • Structured planning outputs: Create or update files in the planning areas (todos, backlog sections, seeds) so future work is easy to find and act on.
  • Interactive review loop: List pending todos and then select one to work on through an action router.

Quick Start

Capture a structured todo by asking: gsd-capture "Buy groceries for next week".

Frequently Asked Questions about gsd-capture

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

FAQPage Schema
How do I capture tasks and notes quickly into a personal productivity backlog?

The system applies mode routing to send captured inputs to specific destinations like todos, notes, backlog sections, and seed files. It achieves this by matching command flags to the correct workflow intent and loading corresponding markdown files.

How do I route a captured idea to the correct planning file in my system?

You route captured ideas by applying specific flags like --note, --backlog, or --seed to your command. This mode routing matches the correct workflow intent and sends the input to the appropriate planning destination file.

Can I list and review pending todos directly from the capture workflow?

Yes, you can use the --list flag to browse existing todos. The system provides an interactive review loop that lists pending items and allows you to select one to work on through an action router.

Does the capture workflow preserve duplicate detection when adding new backlog items?

Yes, the workflow preserves gates, commits, and duplicate detection. It achieves this by loading the corresponding workflow markdown files and executing the specified end-to-end workflow during the capture process.

What is the best way to manage seed ideas alongside daily tasks and notes?

The best way is to use a unified capture system that routes inputs to separate planning areas for seeds, notes, and todos. This structured output ensures future work and ideas remain easy to find and act on.