speckit-taskstoissues

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Convert existing tasks into actionable, dependency-ordered GitHub issues for the feature based on available design artifacts.

Core Features & Use Cases

  • Generate GitHub issues from a task list with dependency relationships to guide feature work.
  • Respect design-artifact references and optional extension hooks (.specify/extensions.yml) for pre- and post-execution steps.
  • Provide safe, audit-friendly workflow by validating tasks and outlining automated steps before issue creation.

Quick Start

Point the tool at your project root to convert tasks into ordered 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 artifacts into GitHub issues with dependency ordering?

To convert design artifacts into ordered GitHub issues, the tool parses your defined tasks and organizes them by dependency relationships before creation. It ensures issues reflect intended design dependencies for feature development workflows.

How do I generate sequenced GitHub issues from a task list for feature development?

Generating sequenced GitHub issues from a task list involves parsing the tasks and establishing dependency relationships. The tool validates tasks and outlines automated steps before creating linked issues to guide feature work.

Can I use .specify/extensions.yml to add pre and post hooks when creating GitHub issues?

Yes, you can use .specify/extensions.yml to define pre and post execution hooks when creating GitHub issues. The tool parses this file to respect design-artifact references and optional extension hooks during generation.

Does the task-to-issues conversion provide safeguards before creating GitHub issues?

Yes, the task-to-issues conversion enforces execution safeguards by validating tasks and outlining automated steps before issue creation. This provides a safe, audit-friendly workflow for generating dependency-ordered GitHub issues.

What is the best way to track feature tasks as linked GitHub issues based on design dependencies?

The best way to track feature tasks as linked GitHub issues is to translate design-artifact-backed tasks into sequenced issues. This approach organizes issues by dependency order to accurately reflect intended design relationships.