speckit-taskstoissues

Convert design artifacts and tasks into prioritized GitHub issues.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts scattered design tasks and artifacts into a prioritized, dependency-ordered set of GitHub issues to drive feature implementation.

Core Features & Use Cases

  • Task conversion: Transform design artifacts and existing tasks into actionable issues.
  • Dependency ordering: Automatically order issues based on inter-task dependencies.
  • Traceability: Link issues to specs in the .specify directory to maintain traceability across the workflow.
  • Use Case: A product feature with multiple design tasks can be converted into a linked chain of GitHub issues that reflect the required execution order.

Quick Start

Run the speckit taskstoissues workflow to transform your design artifacts into a dependency-ordered set of GitHub issues.

Frequently Asked Questions about speckit-taskstoissues

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

FAQPage Schema
Can I link GitHub issues to specs in the .specify directory?

You can link GitHub issues to specs in the .specify directory using this Skill. It maintains traceability across the workflow by mapping converted issues directly back to your original specification artifacts.

Does the spec-kit workflow support automatic task mapping for issue creation?

The best way to manage interdependent feature tasks is converting them into a linked chain of GitHub issues. This Skill satisfies dependency ordering constraints defined by the spec-kit workflow, ensuring tasks are traceable and correctly sequenced.

Does the spec-kit workflow support automatic task mapping for issue creation?

The best way to manage interdependent feature tasks is converting them into a linked chain of GitHub issues. This Skill satisfies dependency ordering constraints defined by the spec-kit workflow, ensuring tasks are traceable and correctly sequenced.

Why should I use automated dependency ordering when creating GitHub issues?

Automated dependency ordering prevents execution bottlenecks by ensuring GitHub issues are created in the correct sequence. It automatically orders issues based on inter-task dependencies to drive efficient feature implementation.