speckit-taskstoissues

Convert design tasks into dependency-ordered GitHub issues via the GitHub MCP server.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/miloswrath/iproj-final --skill speckit-taskstoissues-miloswrath
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: speckit-taskstoissues
Source: https://github.com/miloswrath/iproj-final/tree/main/.agents/skills/speckit-taskstoissues
Command: npx skills add https://github.com/miloswrath/iproj-final --skill speckit-taskstoissues-miloswrath

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts existing design tasks into actionable, dependency-ordered GitHub issues to streamline project tracking and implementation planning.

Core Features & Use Cases

  • Dependency-ordered issue generation from design artifacts in spec-kit projects.
  • Automatic mapping of design tasks to GitHub issues with metadata and labels.
  • Use Case: In a feature sprint, convert design artifacts stored in .specify/ into a backlog of linked issues ready for assignment.

Quick Start

Provide your design tasks to speckit-taskstoissues to generate a structured set of GitHub issues in your repo.

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 tasks into GitHub issues automatically?▼

To convert design tasks into GitHub issues, this Skill validates task lists from your project and creates issues via the GitHub MCP server. It automatically maps design artifacts stored in a .specify/ directory into a structured, dependency-ordered backlog.

How does dependency-ordered issue generation work for spec-kit projects?▼

Dependency-ordered issue generation works by reading existing design tasks from the .specify/ structure and sequencing the output GitHub issues based on their relationships. This ensures that linked issues are created in the correct order for implementation planning.

Do I need the GitHub MCP server to generate issues from .specify/ artifacts?▼

Yes, you need the GitHub MCP server configured to generate issues from .specify/ artifacts. The Skill relies on this server connection to validate your task lists and automatically publish the dependency-ordered issues directly to your repository.

What is the best way to create a linked GitHub issue backlog from design artifacts?▼

The best way to create a linked backlog from design artifacts is using a project automation Skill that maps tasks to issues with metadata and labels. It processes multiple tasks from your .specify/ directory and generates ready-to-assign items with dependency ordering.

Can I add custom hooks when generating GitHub issues from spec-kit tasks?▼

Yes, you can add custom hooks when generating GitHub issues from spec-kit tasks. The Skill includes pre- and post-execution extension hooks, allowing you to inject custom logic before the task validation begins and after the issues are successfully created.

Why are my spec-kit design tasks not converting into GitHub issues?▼

If your spec-kit design tasks are not converting into GitHub issues, ensure your project uses the required .specify/ structure and that the GitHub MCP server is properly configured. The Skill validates task lists from this specific directory before creating issues.