speckit-taskstoissues

Convert design tasks into dependency-ordered GitHub issues for spec-kit projects.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Dependency-ordered issue generation maps tasks to prioritized GitHub issues so developers can follow a clear sequence.
  • Supports spec-kit project structures with a .specify directory and optional extension hooks to customize pre/post-processing.
  • Automatically links tasks to design artifacts and ensures issues reflect the intended feature scope.

Quick Start

Create the issue set from your design tasks by running the speckit tool against your spec-kit project.

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 automatically?

To convert design tasks into GitHub issues, this Skill maps spec-kit design artifacts into dependency-ordered, actionable GitHub issues ready for implementation. It uses the GitHub MCP server to post issues directly to the detected repository.

How do I generate dependency-ordered issues from a spec-kit project?

Generating dependency-ordered issues from a spec-kit project requires a .specify directory containing your design artifacts. The tool reads these artifacts and creates prioritized GitHub issues that map out a clear implementation sequence.

Can I customize pre-processing and post-processing hooks for spec-kit issue generation?

You can customize pre- and post-execution hooks for issue generation by defining them in the .specify/extensions.yml file. The process enforces these optional or mandatory hooks during the artifact-to-issue conversion workflow.

Does generating GitHub issues from spec-kit artifacts work without external dependencies?

Generating GitHub issues from spec-kit artifacts relies on the GitHub MCP server to post issues to the detected repository. However, the Skill itself has no external package dependencies and runs directly within your spec-kit project environment.

Why are my design tasks not linking to the correct feature scope in GitHub issues?

Design tasks may not link correctly if the design artifacts in your .specify directory are misconfigured. The Skill automatically links tasks to artifacts to ensure issues reflect the intended feature scope and dependency order.