speckit-taskstoissues

Converts spec tasks into dependency-ordered GitHub issues with prerequisite checks and hooks.

60|12|Updated Aug 1, 2013
One-click install
npx skills add https://github.com/vtex/front.phone --skill speckit-taskstoissues-vtex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-taskstoissues
Source: https://github.com/vtex/front.phone/tree/main/.agents/skills/speckit-taskstoissues
Command: npx skills add https://github.com/vtex/front.phone --skill speckit-taskstoissues-vtex

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Speckit task-to-issues conversion helps teams translate existing spec tasks into ready-to-action GitHub issues in a consistent, dependency-ordered way.

Core Features & Use Cases

  • Pre-hook and post-hook extensibility: Runs optional or mandatory extension hooks around the conversion workflow based on .specify/extensions.yml.
  • Prerequisite-driven conversion: Validates the repository state by running the check-prerequisites script before creating issues.
  • GitHub-only safety guardrail: Detects the origin remote and only proceeds when it is a GitHub URL to prevent accidental issue creation elsewhere.

Quick Start

Ask the AI to run speckit-taskstoissues to convert the spec tasks into dependency-ordered GitHub issues, optionally limiting by a label or filter argument.

Frequently Asked Questions about speckit-taskstoissues

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

FAQPage Schema
How do I convert spec-kit tasks into GitHub issues with dependency ordering?

Spec-kit task conversion translates tasks into dependency-ordered GitHub issues by deriving the task list from the spec-kit structure and validating repository prerequisites before creating issues.

Does spec-kit task conversion work with non-GitHub remote repositories?

Spec-kit task conversion only proceeds when the Git remote is a GitHub URL, acting as a safety guardrail to prevent accidental issue creation on other platforms.

Can I run custom scripts before or after converting spec tasks to GitHub issues?

Spec-kit task conversion supports optional before and after extension hooks loaded from .specify/extensions.yml, allowing custom scripts to execute around the conversion workflow without interpreting hook conditions.

What prerequisites are validated before generating GitHub issues from spec tasks?

Spec-kit task conversion validates the repository state by running the check-prerequisites script before creating issues, ensuring the environment meets operational and safety requirements.

How can I filter which spec tasks are converted into GitHub issues?

Spec-kit task conversion allows limiting the issues created by passing a label or filter argument during the conversion process to target specific tasks.