speckit-taskstoissues.agent

Convert design tasks into dependency-ordered GitHub issues.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/franciscosanchezn/easyfactu-es --skill speckit-taskstoissues-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-taskstoissues.agent
Source: https://github.com/franciscosanchezn/easyfactu-es/tree/main/.github/skills/speckit-taskstoissues.agent
Command: npx skills add https://github.com/franciscosanchezn/easyfactu-es --skill speckit-taskstoissues-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Convert scattered design tasks into a structured set of actionable GitHub issues, enabling teams to track work from design artifacts through to implementation with dependency awareness.

Core Features & Use Cases

  • Task extraction: Reads design artifacts and extracts actionable tasks with dependencies.
  • Issue generation: Creates GitHub issues in the target repository and preserves task order based on dependencies.
  • Use Case: When a project stores specifications in .specify/ across design docs, this skill automatically surfaces tasks as issues ready for triage and assignment.

Quick Start

Follow the user prompt to convert existing design tasks into GitHub issues for the current repository.

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 design tasks into ordered GitHub issues?

To convert design tasks into ordered GitHub issues, this Skill reads design artifacts from a .specify/ directory, extracts actionable tasks with dependencies, and posts them to the repository defined by your git remote while preserving task order.

Does converting tasks into GitHub issues require a .specify/ directory?

Yes, converting tasks into GitHub issues requires a repository containing design artifacts and a .specify/ directory, along with a prerequisites check, remote validation, and the GitHub MCP endpoint to post issues.

How does dependency-aware issue generation work with spec-kit?

Dependency-aware issue generation works by reading existing design tasks from spec-kit artifacts, evaluating their dependencies, and creating GitHub issues in the target repository that preserve the required execution order.

Can I automatically create GitHub issues from design artifacts in my current repository?

You can automatically create GitHub issues from design artifacts by running this Skill in your current repository, which validates your git remote and uses the GitHub MCP endpoint to post the extracted tasks as actionable issues.

What is the best way to surface scattered design tasks for team triage?

The best way to surface scattered design tasks for triage is converting them into a structured set of GitHub issues, which enables teams to track work from design artifacts through to implementation with dependency awareness.

Why are my tasks not converting into GitHub issues?

Tasks may not convert into GitHub issues if the prerequisites check fails, the .specify/ directory or design artifacts are missing, the git remote is invalid, or the GitHub MCP endpoint cannot access the target repository.