backlog

Extracts actionable work items from conversations and creates GitHub issues.

Updated Jul 6, 2026
One-click install
npx skills add https://github.com/duongtdn/devloop --skill backlog-duongtdn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: backlog
Source: https://github.com/duongtdn/devloop/tree/main/skills/backlog
Command: npx skills add https://github.com/duongtdn/devloop --skill backlog-duongtdn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the friction of capturing actionable tasks from brainstorming sessions, ensuring that ideas discussed in chat do not get lost and are properly tracked in GitHub.

Core Features & Use Cases

  • Conversational Extraction: Automatically identifies feature requests, bugs, and decisions from chat history.
  • Interactive Refinement: Provides a human-in-the-loop gate to review, edit, and approve items before they are created.
  • GitHub Integration: Automatically creates issues with the correct labels and formatted descriptions directly in your repository.

Quick Start

Invoke the backlog skill to scan the current conversation and create GitHub issues for all identified tasks.

Frequently Asked Questions about backlog

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

FAQPage Schema
How do I create GitHub issues from chat conversations automatically?

To create GitHub issues from chat conversations automatically, use a tool that parses dialogue to identify feature requests and bugs, then synchronizes them directly to your repository. This ensures tasks discussed in brainstorming sessions are tracked and never lost.

How does conversational extraction for sprint planning work?

Conversational extraction for sprint planning works by parsing chat history to identify actionable work items like feature requests, bugs, and decisions. It then formats these items with standardized labels for automated issue creation in your repository.

Do I need GitHub MCP integration to automate issue tracking from chat?

Yes, GitHub MCP integration is required to automate issue tracking from chat. The integration validates repository access and performs the automated creation of GitHub issues with correct labels and formatted descriptions.

Can I review and edit extracted work items before they become GitHub issues?

Yes, you can review and edit extracted work items before they become GitHub issues. The workflow includes an interactive human-in-the-loop gate to review, edit, and approve items before they are automatically created in your repository.

What is the best way to track feature requests and bugs discussed in brainstorming sessions?

The best way to track feature requests and bugs from brainstorming sessions is using an automated workflow that extracts actionable tasks from conversational context. This directly synchronizes identified work items into your issue tracking system on GitHub.

Why are my discussed tasks not showing up in GitHub for sprint planning?

Discussed tasks may not show up in GitHub for sprint planning if they are not explicitly extracted from the conversation. Parsing dialogue for actionable work items and synchronizing them as GitHub issues ensures decisions are properly tracked and formatted.