speckit-taskstoissues

Convert design tasks into dependency-ordered GitHub issues.

Updated Dec 26, 2025
One-click install
npx skills add https://github.com/BOUROUIS-MOHAMED/monclub_access_python --skill speckit-taskstoissues-bourouis-mohamed
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-taskstoissues
Source: https://github.com/BOUROUIS-MOHAMED/monclub_access_python/tree/main/.agents/skills/speckit-taskstoissues
Command: npx skills add https://github.com/BOUROUIS-MOHAMED/monclub_access_python --skill speckit-taskstoissues-bourouis-mohamed

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Convert existing design tasks into actionable, dependency-ordered GitHub issues to streamline feature development and tracking.

Core Features & Use Cases

  • Transforms design artifacts into a structured backlog by creating issues in the target repository.
  • Orders tasks by dependency and priority to align engineering work with design intent.
  • Use Case: A feature team feeds design specs into the kit and automatically generates a prioritized issue list for sprint planning.

Quick Start

Run the spec-kit task-toissues workflow to generate prioritized GitHub issues from design artifacts.

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

To convert design artifacts into GitHub issues automatically, use a workflow that reads your spec-kit project structure and transforms design tasks into dependency-ordered issues for sprint planning.

What is a dependency-ordered GitHub issue backlog?

A dependency-ordered GitHub issue backlog is a prioritized list of issues generated from design tasks, sorted by their dependencies and priority to align engineering work with the original design intent.

Does generating GitHub issues from spec-kit require a specific project structure?

Yes, generating GitHub issues from spec-kit requires a validated project structure containing a .specify/ directory. The workflow also uses the Git remote URL to determine the target repository for issue creation.

How do I prioritize GitHub issues for sprint planning from design specs?

To prioritize GitHub issues for sprint planning from design specs, run a task-to-issues workflow that orders tasks by dependency and priority, automatically generating a structured backlog in the target repository.

Can I create GitHub issues across multiple repositories from a spec-kit?

Yes, you can create GitHub issues across repositories by using the Git remote URL to determine the target repository. The workflow validates the spec-kit structure and creates issues directly in the identified remote location.