speckit-taskstoissues

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Convert existing design-driven tasks into actionable GitHub issues ordered by dependencies.

Core Features & Use Cases

  • Transform design-driven tasks into prioritized issues for a feature.
  • Respect task dependencies to determine issue sequencing and prerequisites.
  • Use design artifacts to shape issue descriptions, labels, and acceptance criteria.

Quick Start

Provide the design artifact set and task list to generate GitHub issues in dependency order.

Frequently Asked Questions about speckit-taskstoissues

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

FAQPage Schema
How do I turn design tasks into ordered GitHub issues automatically?

To convert design tasks into GitHub issues, provide your design artifacts and task list. The tool reads dependencies and generates actionable GitHub issues in a deterministic order for spec-kit project automation.

What are GitHub issue dependencies and how does task sequencing work?

GitHub issue dependencies determine prerequisite sequencing. The tool resolves existing task dependencies to order issues, ensuring foundational design tasks become GitHub issues before their dependent tasks.

Can I use design artifacts to generate GitHub issue descriptions and acceptance criteria?

Yes, you can use design artifacts to shape GitHub issue descriptions, labels, and acceptance criteria. The tool reads provided design artifacts to populate the generated GitHub issues with relevant project management details.

Do I need a spec-kit project and repository conventions to map tasks to GitHub issues?

Yes, you need a spec-kit project environment with established repository conventions for task-to-issue mapping. The tool applies to feature development workflows where design artifacts are available and dependency conventions are in place.

What is the best way to automate GitHub issue creation from a task list with dependencies?

The best way to automate GitHub issue creation is providing a task list and design artifacts to the tool. It resolves dependencies and outputs ordered GitHub issues, ensuring deterministic sequencing suitable for project-management automation.

Limitations of automating GitHub issue generation from design artifacts?

A limitation is that the tool requires existing design artifacts and clear task dependencies to function. Without established repository conventions for task-to-issue mapping, the deterministic ordering of GitHub issues may not suit your project.