speckit-taskstoissues

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

Updated Nov 22, 2025
One-click install
npx skills add https://github.com/rcmilan/godot-scrabblerabble --skill speckit-taskstoissues-rcmilan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-taskstoissues
Source: https://github.com/rcmilan/godot-scrabblerabble/tree/main/.claude/skills/speckit-taskstoissues
Command: npx skills add https://github.com/rcmilan/godot-scrabblerabble --skill speckit-taskstoissues-rcmilan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converting scattered design-informed tasks into actionable, dependency-ordered GitHub issues simplifies planning and tracking feature work.

Core Features & Use Cases

  • Automatic conversion of existing tasks into GitHub issues with explicit dependencies.
  • Prerequisite checks and remote validation to ensure safe issue creation on the correct repository.
  • Use cases include transforming design artifacts into an issue backlog and maintaining alignment with feature design.

Quick Start

From the repository root, run the specified PowerShell prerequisites checker to identify tasks, verify the GitHub remote is a match, and generate issues for each task in the corresponding 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 existing project tasks into dependency-ordered GitHub issues?

To convert tasks into dependency-ordered GitHub issues, run the PowerShell prerequisites checker to validate your environment and publish issues via the MCP server. This ensures safe creation on the correct GitHub remote while preserving task dependencies.

Can I use this tool to create GitHub issues from spec-kit design artifacts?

Yes, you can create GitHub issues from spec-kit design artifacts if your project has a .specify/ directory. The tool extracts task paths from these artifacts and generates issues through the MCP server.

What do I need to set up before converting tasks to GitHub issues?

Before converting tasks to GitHub issues, you need a spec-kit style project with a .specify/ directory and access to the repository's GitHub remote. The PowerShell checker validates these prerequisites before generating issues.

Why are dependencies preserved when creating GitHub issues from tasks?

Dependencies are preserved when creating GitHub issues from tasks to maintain alignment with feature design and simplify planning. Explicit dependencies ensure actionable issues are executed in the correct sequence.