speckit-taskstoissues

Convert existing tasks into dependency-ordered GitHub issues.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Pre-execution hooks processing and validation based on configuration
  • Dependency-ordered issue creation from task lists and design artifacts
  • Post-execution reporting and traceability

Quick Start

Provide your project tasks and design artifacts 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 feature tasks into GitHub issues with correct dependency ordering?

This process converts existing tasks into dependency-ordered GitHub issues by validating Git remotes and processing pre-execution hooks. You provide your project tasks and design artifacts to generate actionable issues in GitHub organized by their dependencies.

Can I use design artifacts to generate GitHub issues for feature teams?

Yes, you can use design artifacts to generate GitHub issues for feature teams. The system processes available design artifacts and task lists to create dependency-ordered issues across multiple repositories for feature team coordination.

What is dependency-ordered issue creation and when do I need it for GitHub workflows?

Dependency-ordered issue creation organizes GitHub issues based on their sequential dependencies. You need it for GitHub workflows when feature teams coordinate design artifacts and task lists across repositories to ensure tasks execute in the correct order.

Does creating GitHub issues from tasks require validating Git remotes?

Yes, creating GitHub issues from tasks requires validating Git remotes. The system implements Git remote validation and extension hook checks during pre-execution to ensure issues are created correctly within the intended repository workflows.

Are there limitations when converting tasks to GitHub issues across multiple repositories?

Limitations when converting tasks to GitHub issues include reliance on pre-execution hook configurations and Git remote validation. If extension hooks fail or remotes are invalid, dependency-ordered issue creation across repositories will not complete successfully.