One-click install
npx skills add https://github.com/peancharoen/lcbp3 --skill speckit-taskstoissues-peancharoen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit.taskstoissues
Source: https://github.com/peancharoen/lcbp3/tree/main/.agents/skills/speckit.taskstoissues
Command: npx skills add https://github.com/peancharoen/lcbp3 --skill speckit-taskstoissues-peancharoen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Convert a collection of design and task notes into a structured, dependency-aware set of issues to drive implementation.

Core Features & Use Cases

  • Convert tasks listed in tasks.md into properly formatted issues on GitHub or Gitea, preserving dependency order and phase grouping.
  • Map tasks to requirements in spec.md/plan.md when available, enabling richer traceability.
  • Generate task bodies with context, and apply labels for quick filtering and progress tracking.

Quick Start

Run speckit.taskstoissues to convert tasks.md into a dependency-ordered set of issues across your platform.

Frequently Asked Questions about speckit.taskstoissues

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

FAQPage Schema
How do I convert a tasks.md file into ordered GitHub issues with dependencies?

To convert tasks.md into ordered GitHub issues, this Skill parses your task list and applies platform-aware mapping to preserve dependency order and phase grouping. It generates issue bodies with enriched context and applies labels for reliable progress tracking.

Can I generate Gitea issues from a markdown task list while preserving phase grouping?

Yes, you can generate Gitea issues from a markdown task list while preserving phase grouping. The Skill supports platform detection for Gitea, mapping your tasks into structured issues that maintain their original dependency order and phase boundaries.

How do I map tasks to requirements in spec.md for better issue traceability?

To map tasks to requirements in spec.md for better issue traceability, the Skill automatically cross-references your tasks.md with spec.md and plan.md when available. It enriches each generated issue with this context, ensuring clear links between implementation tasks and original requirements.

Does converting markdown tasks to issues support idempotent creation and failure handling?

Yes, converting markdown tasks to issues supports idempotent creation and failure handling. The Skill validates inputs before creation, prevents duplicate issues on repeated runs, and provides clear failure handling to support reliable production use.

What is the best way to automate task tracking by turning design notes into structured issues?

The best way to automate task tracking by turning design notes into structured issues is using a dependency-aware converter. This Skill transforms your notes into platform-specific issues, applying labels and context enrichment to maintain traceability across your project phases.