What problem does it solve?
Speckit projects often have tasks defined in a way that is not directly actionable for tracking and collaboration, so this Skill converts existing tasks into ready-to-work GitHub issues with dependency-ordered execution.
Core Features & Use Cases
- Dependency-ordered issue creation: Converts tasks into GitHub issues in the correct order based on their dependencies so downstream work is unblocked.
- Spec-artifact driven mapping: Uses the available design artifacts from the .specify/ structure to determine what to create and how to represent it.
- Guardrails via repo/remote validation: Ensures issues are created only when the detected GitHub remote matches the expected GitHub URL constraints.
- Extension hooks support (optional and mandatory): Executes before/after hooks from .specify/extensions.yml when present, without attempting to interpret hook conditions itself.
Quick Start
Run speckit-taskstoissues in your spec-kit project root to convert the discovered tasks into GitHub issues for the configured remote.