speckit-taskstoissues

Convert design tasks into dependency-ordered GitHub issues via MCP.

Updated Jun 10, 2025
One-click install
npx skills add https://github.com/searchandrescuegg/asr --skill speckit-taskstoissues-searchandrescuegg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-taskstoissues
Source: https://github.com/searchandrescuegg/asr/tree/main/.claude/skills/speckit-taskstoissues
Command: npx skills add https://github.com/searchandrescuegg/asr --skill speckit-taskstoissues-searchandrescuegg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Design work often results in scattered tasks and ambiguous handoffs. This skill converts existing design tasks into actionable, dependency-ordered GitHub issues, ensuring traceability from artifacts to concrete work items.

Core Features & Use Cases

  • Extracts tasks from design artifacts and schedules them as issues in a target repository.
  • Orders issues by dependencies to preserve feature delivery sequence.
  • Use case: when a feature spans multiple design tasks, automatically create linked issues that reflect prerequisites and flow.

Quick Start

Provide the repository and tasks, then initiate the task-to-issues workflow to generate dependency-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 tasks into GitHub issues with dependency ordering?

To convert design tasks into GitHub issues with dependency ordering, provide your repository and tasks to initiate the workflow, which extracts tasks from design artifacts and schedules them as issues while preserving feature delivery sequence based on prerequisites.

How does dependency ordering work when creating GitHub issues from design artifacts?

Dependency ordering works by enforcing prerequisites when converting design artifacts, ensuring that generated GitHub issues reflect the correct sequence and flow required for feature delivery across multiple linked tasks.

Can I use this task-to-issues workflow for a repository with multiple Git remotes?

The task-to-issues workflow validates the Git remote before creating issues via the MCP server, applying safeguards to prevent cross-repo mistakes and ensuring issues are scheduled in the correct target repository.

What's the best way to automate GitHub issue creation from scattered design artifacts?

The best way to automate GitHub issue creation from scattered design artifacts is to use a task-to-issues workflow that extracts tasks, enforces prerequisites, and produces sequencing-aware issues to improve traceability from artifacts to concrete work items.

Do I need an MCP server to generate dependency-ordered issues from design tasks?

Yes, you need an MCP server to generate dependency-ordered issues from design tasks, as the workflow creates the issues via the MCP server while applying validation safeguards to prevent cross-repo mistakes.

Why does converting design tasks to GitHub issues improve feature delivery planning?

Converting design tasks to GitHub issues improves feature delivery planning because it extracts tasks from scattered design artifacts and orders them by dependencies, ensuring traceability from artifacts to concrete, sequencing-aware work items.