speckit-taskstoissues

Convert repository tasks into GitHub issues with dependencies and acceptance criteria.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically convert repository tasks into actionable, dependency-ordered GitHub issues from available design artifacts, enabling traceable work items.

Core Features & Use Cases

  • Convert tasks into issue bodies that reference design artifacts and runtime context
  • Order work by dependencies to ensure coherent, traceable progress
  • Integrate with spec-kit workflows to bootstrap issue boards from project artifacts

Quick Start

Run the speckit-taskstoissues workflow to generate GitHub issues from the repository's tasks and 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 project tasks into GitHub issues automatically?

You can convert project tasks into GitHub issues by running a workflow that reads repository design artifacts and translates them into organized, dependency-ordered issue bodies with context and acceptance criteria.

What are design artifacts in a spec-kit workflow and when do I need them?

Design artifacts in a spec-kit workflow are predefined project documents required to populate GitHub issue content with dependencies and acceptance criteria. You need them before generating traceable work items from your tasks.

Do I need a valid GitHub repository remote URL to generate issues from tasks?

Yes, generating GitHub issues from tasks requires a valid repository remote URL, access to GitHub, and predefined design artifacts to ensure the resulting issues are properly linked and populated with context.

How do I order GitHub issues by dependencies from existing project artifacts?

To order GitHub issues by dependencies, run the task conversion workflow against your spec-kit structure. It analyzes design artifacts and sequences the generated issues to ensure coherent, traceable project progress.

Can I bootstrap an entire GitHub issue board from spec-kit design documents?

Yes, you can bootstrap a GitHub issue board from spec-kit design documents by running the workflow that translates repository tasks into fully populated issue bodies with runtime context and dependency ordering.

Why are my generated GitHub issues missing acceptance criteria and context?

Generated GitHub issues will lack acceptance criteria and context if predefined design artifacts are missing or inaccessible. The workflow requires these artifacts to populate issue bodies with traceable dependencies and runtime information.