backlog-task

Capture backlog items and promote selected entries into active tasks.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/hollis-labs/volon --skill backlog-task
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: backlog-task
Source: https://github.com/hollis-labs/volon/tree/main/plugins/backlog/skills/backlog-task
Command: npx skills add https://github.com/hollis-labs/volon --skill backlog-task

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a fast, low-friction way to capture ideas and work items to a repository-local backlog without committing them to execution, and to explicitly promote chosen items into the active task loop when ready.

Core Features & Use Cases

  • Fast capture: Create backlog entries with minimal input (title, priority, tags, context) and store them as structured markdown in .volon/backlog/.
  • List & inspect: Enumerate backlog items by status and surface id, title, priority for triage.
  • Controlled promotion: Promote a captured backlog item into an active task via the /task-create protocol, preserving traceability between backlog and task.
  • Use case: Quickly jot down an idea during a design review, then later promote that entry into a tracked task with priority and context for the next sprint.

Quick Start

Use the backlog-task skill to capture "Add caching to API" with priority A and tags cache,performance and later run promote BACKLOG-YYYYMMDD-001 to convert it into a task.

Frequently Asked Questions about backlog-task

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

FAQPage Schema
How do I capture project backlog items using markdown files?

To capture project backlog items, you create structured markdown files with frontmatter fields like id, title, status, priority, tags, and context. This stores your ideas locally in a .volon/backlog/ directory for later triage and execution.

What is the best way to promote a backlog item into an active task?

The best way to promote a backlog item is to use an explicit promotion command that invokes the /task-create protocol. This converts the captured markdown entry into an active task while preserving traceability and preventing automatic promotion.

Does this backlog task workflow require external project management tools?

No, this backlog task workflow operates entirely repository-local using markdown files. It provides fast, low-friction idea capture and task promotion without needing external project management integrations or databases.

Can I list and filter backlog items by priority and status?

Yes, you can enumerate backlog items by status to surface their id, title, and priority for triage. This allows you to quickly inspect captured work items and decide which ones to promote into the active task loop.

How do I prevent ideas from automatically becoming active tasks?

To prevent ideas from automatically becoming active tasks, capture them first as structured markdown entries in the backlog directory. They remain inert until you explicitly promote a selected entry into the task loop via the creation protocol.