speckit.taskstoissues

Convert design artifact tasks into dependency-aware GitHub issues.

2|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/JaimeJunr/context-mode --skill speckit-taskstoissues-jaimejunr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit.taskstoissues
Source: https://github.com/JaimeJunr/context-mode/tree/main/.claude/skills/speckit/speckit.taskstoissues
Command: npx skills add https://github.com/JaimeJunr/context-mode --skill speckit-taskstoissues-jaimejunr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts design-originated tasks into actionable, dependency-ordered GitHub issues, ensuring work is tracked and sequenced correctly.

Core Features & Use Cases

  • Dependency-aware issue creation: generates GitHub issues that reflect task order and dependencies.
  • Design-to-issue mapping: reads available design artifacts and translates them into trackable issues.
  • Safety checks & scope validation: validates the Git remote is a GitHub URL and prevents cross-repo issue creation.
  • Automation-ready: produces issues in the correct repository with proper context for developers.

Quick Start

Run the speckit taskstoissues workflow to convert the tracked tasks into dependency-ordered 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 document tasks into GitHub issues automatically?

To convert design document tasks into GitHub issues automatically, this Skill parses actionable tasks and constraints from design artifacts, verifies the Git remote is a GitHub URL, and creates dependency-aware issues via GitHub MCP in the target repository.

Can I create dependency-ordered GitHub issues from a feature development workflow?

Yes, you can create dependency-ordered GitHub issues from a feature development workflow by reading tracked tasks from design artifacts, parsing their prerequisites, and sequencing the generated issues to reflect task order and dependencies.

Does this tool prevent creating issues across multiple repositories?

Yes, this tool prevents cross-repo issue creation by applying safety checks and scope validation that verify the Git remote URL before generating issues, ensuring all tasks map exclusively to the single target GitHub repository.

What is needed to map design artifacts to trackable GitHub issues?

To map design artifacts to trackable GitHub issues, you need available design documents enumerating actionable tasks, a verified GitHub Git remote, and the speckit taskstoissues workflow to parse prerequisites and generate the issues.

How does dependency-aware issue creation handle task prerequisites?

Dependency-aware issue creation handles task prerequisites by parsing constraints from design artifacts and translating them into trackable GitHub issues that reflect the correct sequencing and task dependencies for developers.

Are there limitations when generating GitHub issues from tasks?

Limitations when generating GitHub issues from tasks include requiring the Git remote to be a verified GitHub URL and enforcing scope validation that strictly prevents any cross-repo issue creation outside the target repository.