speckit-taskstoissues

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

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/B0yZ4kr14/OrthoPlus-Enterprise --skill speckit-taskstoissues-b0yz4kr14
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-taskstoissues
Source: https://github.com/B0yZ4kr14/OrthoPlus-Enterprise/tree/main/.specify-backups/20260518-141826/_agents/skills/speckit-taskstoissues
Command: npx skills add https://github.com/B0yZ4kr14/OrthoPlus-Enterprise --skill speckit-taskstoissues-b0yz4kr14

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Speckit taskstoissues prevents slow, manual conversion of feature tasks into GitHub issues by generating actionable, dependency-ordered issue drafts from the design/spec artifacts available in your repo.

Core Features & Use Cases

  • Automated task-to-issue conversion: Creates GitHub issues that represent each task, using the tasks discovered from the spec-kit project structure.
  • Dependency-ordered output: Produces issues in an order that respects task dependencies for clearer execution planning.
  • Repo safety guardrails: Refuses to proceed with issue creation unless the git remote is a GitHub URL.

Quick Start

Run the command in your spec-kit repo, for example: speckit taskstoissues .

Frequently Asked Questions about speckit-taskstoissues

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

FAQPage Schema
How do I convert spec-kit tasks into GitHub issues automatically?

To convert spec-kit tasks into GitHub issues, this Skill discovers tasks from your design artifacts and generates one issue per task. It applies dependency ordering to sequence the issues for clearer execution planning.

What is dependency ordering in feature planning issue generation?

Dependency ordering in feature planning issue generation creates GitHub issues in a sequence that respects task dependencies. This ensures prerequisite tasks are tracked before dependent ones, producing clearer execution planning for repository workflows.

Do I need a GitHub remote URL to generate issues from spec-kit tasks?

Yes, you need a GitHub remote URL to generate issues from spec-kit tasks. The Skill includes repo safety guardrails and refuses to proceed with issue creation unless the git origin remote is validated as a GitHub URL.

How do I discover existing tasks in a spec-kit repository before creating issues?

To discover existing tasks in a spec-kit repository before creating issues, run the check-prerequisites script. This script discovers the available spec-kit tasks and docs within your project structure to prepare them for conversion.

Can I use spec-kit task conversion for non-GitHub repository tracking?

No, you cannot use this spec-kit task conversion for non-GitHub repository tracking. The Skill validates that the origin remote is a GitHub URL and creates issues via the GitHub MCP server, refusing to proceed otherwise.

What's the best way to automate feature planning with GitHub issues?

The best way to automate feature planning with GitHub issues is generating dependency-ordered issue drafts directly from design artifacts. This prevents slow manual conversion by creating actionable tracking items that respect task dependencies.