speckit-taskstoissues

Convert design tasks into dependency-ordered GitHub issues.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts existing design tasks into actionable, dependency-ordered GitHub issues to drive implementation workflows based on available design artifacts.

Core Features & Use Cases

  • Convert design artifacts into GitHub issues with explicit dependencies to ensure proper sequencing.
  • Automatically order and organize issues according to task dependencies for coherent sprints.
  • Create issues in the target repository, preserving context from design artifacts for better handoffs.

Quick Start

Run the speckit taskstoissues process to convert design artifacts into a prioritized set of GitHub issues.

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?

To convert design tasks into GitHub issues, apply this Skill to your feature development workflow; it maps existing spec-kit design artifacts to your repository, creating ordered issues while preserving context and dependencies for systematic implementation.

How are GitHub issues ordered based on task dependencies?

GitHub issues are ordered by mapping task dependencies from your design artifacts, ensuring explicit sequencing. This dependency ordering organizes issues into coherent sprints for proper implementation flow across repositories.

Do I need a spec-kit project structure to map tasks to GitHub issues?

Yes, a spec-kit project structure is required to map tasks to GitHub issues. The process relies on this structure to validate input, read design artifacts, and accurately generate dependency-ordered issues in your target repository.

What is validated when creating GitHub issues from design artifacts?

When creating GitHub issues from design artifacts, input validation and repository remote URL validation are performed. This ensures the target repository is correctly configured before mapping your spec-kit tasks into ordered issues.

Can I create GitHub issues across multiple repositories from spec-kit tasks?

Yes, this process enables systematic issue creation across repositories. By validating the repository remote URL and applying the spec-kit project structure, it generates dependency-ordered issues in the target repository for your feature workflow.