backlog

Consolidate backlog items from trackers, code comments, and manual entries.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/phoenixvc/agentkit-forge --skill backlog-phoenixvc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: backlog
Source: https://github.com/phoenixvc/agentkit-forge/tree/main/.agents/skills/backlog
Command: npx skills add https://github.com/phoenixvc/agentkit-forge --skill backlog-phoenixvc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the challenge of scattered information by consolidating backlog items from various sources into a single, manageable view.

Core Features & Use Cases

  • Unified Backlog: Aggregates tasks from external trackers, code TODOs, and manual entries.
  • Filtering Capabilities: Allows users to narrow down the backlog based on specific criteria.
  • Multiple Output Formats: Supports consumption by both CLI and future UI interfaces.
  • Use Case: A project manager can use this skill to get a complete overview of all outstanding tasks across different systems before a sprint planning meeting.

Quick Start

Display all backlog items related to the 'authentication' feature.

Frequently Asked Questions about backlog

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

FAQPage Schema
How do I consolidate backlog items from code comments and external trackers?

To consolidate backlog items, this Skill parses relevant files and adjacent documentation, aggregating tasks from external trackers and code TODOs into a single, manageable view.

What is the best way to get a unified view of project TODOs and outstanding tasks?

A unified view of project TODOs is achieved by aggregating scattered manual entries, code comments, and issue tracking data, allowing project managers to review outstanding tasks before sprint planning.

Can I filter aggregated backlog items by specific files or project scope?

Yes, you can filter the aggregated backlog items by specific scope and file, enabling you to narrow down the consolidated task list to only display actionable tasks relevant to a particular feature.

Does this backlog aggregation tool support CLI consumption for developer workflows?

Yes, the backlog aggregation tool supports multiple output formats specifically designed for CLI consumption, ensuring developers can integrate the consolidated task view directly into their existing terminal workflows.

How do I display all backlog items related to a specific feature like authentication?

To display backlog items related to a specific feature, you use the filtering capabilities to narrow the scope, which parses relevant files to present only actionable tasks matching that feature criteria.

Do I need external dependencies to track code TODOs in a consolidated backlog view?

No external dependencies are required to track code TODOs, as the Skill independently parses relevant files and adjacent documentation to identify and consolidate actionable tasks from manual entries and code comments.