speckit-taskstoissues

Convert .spec-kit design artifacts into dependency-ordered GitHub issues.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Convert design artifacts into actionable GitHub issues for feature planning, ensuring dependencies are respected and tracked.

Core Features & Use Cases

  • Automatically translate design artifacts from the .spec-kit layout into issuable tasks.
  • Order tasks by dependencies to guide implementation and planning.
  • Use design references to anchor issues and track progress across features.

Quick Start

Provide your design artifacts in a .spec-kit layout and run the speckit-taskstoissues workflow to generate 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?

To convert design artifacts into GitHub issues, provide your files in a .spec-kit layout and run the workflow to automatically translate them into prioritized, dependency-ordered actionable tasks.

How are dependencies managed when generating issues from a spec-kit layout?

Dependencies are managed by automatically ordering the generated GitHub issues based on your design artifacts, ensuring tasks are sequenced to guide implementation and respect feature dependencies.

Does this issue-tracking automation require a specific repository format?

Yes, this issue-tracking automation requires your design artifacts to be structured using the .spec-kit layout, which anchors the generated GitHub issues to your existing feature references.

Can I validate local specs before creating issues in my GitHub repository?

Yes, you can validate local specs before execution; the workflow includes local spec validation and safe issue creation against your GitHub repository to prevent invalid task generation.

What is the best way to track progress across features using design references?

The best way to track progress across features is to use your design references to anchor the generated GitHub issues, maintaining a clear link between your implementation tasks and original design artifacts.

Are there extension hooks available for customizing the issue generation workflow?

Yes, extension hooks are available for customizing the issue generation workflow; it supports both pre- and post-execution extension hooks to integrate custom logic during task creation.