speckit-taskstoissues

Convert design-spec tasks into dependency-ordered GitHub issues.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/jineyne/qt-mcp --skill speckit-taskstoissues-jineyne
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: speckit-taskstoissues
Source: https://github.com/jineyne/qt-mcp/tree/main/.claude/skills/speckit-taskstoissues
Command: npx skills add https://github.com/jineyne/qt-mcp --skill speckit-taskstoissues-jineyne

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Convert existing design-spec tasks into actionable GitHub issues, ordered by their dependencies to streamline feature work.

Core Features & Use Cases

  • Automatically transform tasks into GitHub issues following design-artifact based dependencies.
  • Maintains dependency order to enable coherent issue workflows across the feature.
  • Use Case: When you have a set of design artifacts outlining tasks, this tool creates a linked, prioritized issue set in the repository.

Quick Start

Run the SpeckKit taskstoissues workflow to convert design-spec tasks into GitHub issues in the target repository.

Frequently Asked Questions about speckit-taskstoissues

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

FAQPage Schema
How do I convert design-spec tasks into GitHub issues ordered by dependencies?▼

To convert design-spec tasks into GitHub issues in dependency order, you need a SpeckKit project structure with a GitHub remote URL to automatically post sequenced issues to your repository. This maps design-artifact task relationships into linked GitHub issues.

What are the prerequisites for automating GitHub issue creation from design artifacts?▼

Automating GitHub issue creation from design artifacts requires a SpeckKit project structure containing a .specify directory and access to a valid GitHub remote URL to safely post the generated issues.

How does dependency-ordered issue creation work for software feature workflows?▼

Dependency-ordered issue creation works by reading task relationships from existing design artifacts and posting them to GitHub as linked, prioritized issues, ensuring coherent workflows across a software feature without manual sequencing.

Can I use design artifacts to generate linked GitHub issues for an entire feature?▼

Yes, you can use design artifacts to generate linked GitHub issues for an entire feature by running the SpeckKit taskstoissues workflow, which transforms task definitions into a prioritized issue set in the target repository.

What is the best way to manage task sequencing when converting specs to GitHub issues?▼

The best way to manage task sequencing when converting specs to GitHub issues is using a tool that reads design-artifact based dependencies directly, automatically maintaining the correct dependency order during automated issue creation.

Does converting tasks to GitHub issues work without a SpeckKit project structure?▼

No, converting tasks to GitHub issues in dependency order requires a SpeckKit project structure containing the .specify directory, as the workflow relies on these design artifacts to define task relationships and sequencing before posting to GitHub.