speckit-taskstoissues.agent

Convert local task definitions into dependency-ordered GitHub issues.

1|Updated Nov 20, 2025
One-click install
npx skills add https://github.com/stribus/pygerengastos --skill speckit-taskstoissues-agent-stribus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-taskstoissues.agent
Source: https://github.com/stribus/pygerengastos/tree/main/.github/skills/speckit-taskstoissues.agent
Command: npx skills add https://github.com/stribus/pygerengastos --skill speckit-taskstoissues-agent-stribus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Convert scattered tasks into actionable, dependency-ordered GitHub issues to streamline project planning and collaboration based on design artifacts.

Core Features & Use Cases

  • Dependency-aware issue generation: from design-artifact-driven tasks, preserving task order and relationships.
  • Artifact-driven mapping: uses the .specify/ directory to align tasks with design docs.
  • Traceability: links between issues and design artifacts for auditability.

Quick Start

Run the Speckit Taskstoissues.Agent against your repo to generate and order GitHub issues from design-artifact-driven tasks.

Frequently Asked Questions about speckit-taskstoissues.agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert project tasks into dependency-ordered GitHub issues?

To convert project tasks into dependency-ordered GitHub issues, use a tool that reads local task definitions and resolves dependencies. This Skill aligns tasks with design artifacts to create actionable GitHub issues in the correct repository.

How does artifact-driven task mapping work for generating GitHub issues?

Artifact-driven task mapping uses a .specify/ directory to align local task definitions with design documents. It reads these artifacts to determine task relationships and generates GitHub issues that preserve the correct dependency order and traceability.

Do I need a spec-kit project structure to automate GitHub issue creation?

Yes, you need a spec-kit project structure with a .specify/ directory and design artifacts. The automation relies on this specific repository layout to read local task definitions, resolve dependencies, and map them accurately to GitHub issues.

Why does my GitHub issue generation fail when the repository remote URL does not match the origin?

GitHub issue generation fails when the repository remote URL does not match the origin to ensure safe creation. The tool validates the remote URL and only creates issues in the correct GitHub repository when the remote URL matches the expected origin.

Can I preserve task dependencies and traceability when exporting to GitHub issues?

Yes, you can preserve task dependencies and traceability when exporting to GitHub issues. The tool resolves task relationships from design artifacts and creates issues that maintain dependency order while linking back to the original design documents for auditability.

What is the best way to streamline project planning from design artifacts to GitHub issues?

The best way to streamline project planning from design artifacts to GitHub issues is automating dependency-aware issue generation. This converts scattered tasks into actionable, ordered GitHub issues while maintaining links between the issues and the original design artifacts.