speckit-taskstoissues

Convert spec-kit project tasks into dependency-ordered GitHub issues.

48|3|Updated Oct 13, 2025
One-click install
npx skills add https://github.com/kalamdb/KalamDB --skill speckit-taskstoissues-kalamdb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-taskstoissues
Source: https://github.com/kalamdb/KalamDB/tree/main/.cursor/skills/speckit-taskstoissues
Command: npx skills add https://github.com/kalamdb/KalamDB --skill speckit-taskstoissues-kalamdb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the friction of manually translating project tasks into tracked work items, ensuring that design artifacts and task lists are synchronized with your GitHub repository.

Core Features & Use Cases

  • Dependency-Ordered Issues: Automatically creates GitHub issues based on task dependencies defined in your project structure.
  • Extension Hooks: Supports pre- and post-execution hooks to integrate custom workflows like git commits or validation checks.
  • Use Case: When a feature design is finalized in your spec-kit project, use this skill to instantly generate a sequence of GitHub issues for your development team, ensuring all requirements are captured and linked correctly.

Quick Start

Run the speckit-taskstoissues skill to convert all pending tasks in the current project into tracked 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 spec-kit tasks into GitHub issues automatically?

To convert spec-kit tasks into GitHub issues automatically, run the skill within your spec-kit project structure to parse local specification directories and generate dependency-ordered issues using validated task lists and remote repository configuration.

Does converting tasks to GitHub issues require GitHub MCP server access?

Yes, converting tasks to GitHub issues requires GitHub MCP server access and local bash execution capabilities to verify prerequisites and manage the issue lifecycle.

How are task dependencies handled when generating GitHub issues from a spec-kit project?

GitHub issues are generated in a dependency-ordered sequence based on the task dependencies defined within your spec-kit project structure, ensuring all requirements are captured and linked correctly.

Can I run custom validation checks when creating GitHub issues from project tasks?

Yes, you can run custom validation checks when creating GitHub issues from project tasks by using pre- and post-execution extension hooks to integrate custom workflows like git commits.

What is the best way to synchronize feature design artifacts with a GitHub repository?

The best way to synchronize feature design artifacts with a GitHub repository is to automate issue creation from finalized spec-kit designs, instantly generating a tracked sequence of issues for your development team.