task

Manage per-project to-do lists with project- and branch-scoped filtering using dstask.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/dczmer/skill-issues --skill task-dczmer
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: task
Source: https://github.com/dczmer/skill-issues/tree/main/skills/task
Command: npx skills add https://github.com/dczmer/skill-issues --skill task-dczmer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage a per-project to-do list with project- and branch-scoped filtering using dstask.

Core Features & Use Cases

  • Branch-aware task scoping: Assign tasks to a project and optional branch so teammates see relevant work.
  • Common task operations: Add, view, complete, modify, and display active or paused tasks with simple, intent-driven commands.
  • Real-world scenario: Track branch-specific tasks while preserving a global project backlog.

Quick Start

Add a new task to the current project's TODO list from the active branch.

Frequently Asked Questions about task

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

FAQPage Schema
How do I manage a project TODO list scoped to my current git branch?▼

You can manage per-project to-do lists with branch-aware filtering using dstask, which automatically scopes task viewing, adding, and completion to your active git branch.

Do I need dstask installed to track branch-specific tasks in my git repository?▼

Yes, dstask must be installed and executed within a git repository context to enable branch-aware task scoping and intent-driven command mapping.

What's the best way to separate branch-specific tasks from a global project backlog?▼

Assign tasks to a project and an optional branch using branch-filtering, allowing teammates to view relevant branch-scoped work while preserving the global project backlog.

How does branch-aware task scoping work for project management workflows?▼

Branch-aware task scoping filters your TODO list based on the current git branch, ensuring you only view, add, or modify tasks relevant to the active development context.

Can I modify and complete active or paused tasks using simple intent-driven commands?▼

Yes, dstask supports common task operations like adding, viewing, completing, and modifying active or paused tasks through intent parsing and command mapping.

Why are my project tasks not filtering correctly when I switch git branches?▼

Task filtering requires dstask to be running inside a valid git repository context; if scope determination fails, ensure dstask is installed and your current branch is correctly detected.