skills/speckit-taskstoissues/SKILL.md
Convert existing tasks into actionable, dependency-ordered GitHub issues for the feature based on available design artifacts.
npx skillsauth add dceoy/spec-kit-agent-skills speckit-taskstoissuesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
tasks.md into GitHub issues in the same repository.specs/<feature>/tasks.mdIf tasks are missing, ask the user to run speckit-tasks first.
.specify/scripts/bash/check-prerequisites.sh --json --require-tasks --include-tasks from repo root and parse FEATURE_DIR and AVAILABLE_DOCS list. All paths must be absolute. For single quotes in args like "I'm Groot", use escape syntax: e.g 'I'''m Groot' (or double-quote if possible: "I'm Groot").git config --get remote.origin.url
[!CAUTION] ONLY PROCEED TO NEXT STEPS IF THE REMOTE IS A GITHUB URL
gh issue create).[!CAUTION] UNDER NO CIRCUMSTANCES EVER CREATE ISSUES IN REPOSITORIES THAT DO NOT MATCH THE REMOTE URL
tasks.md (one per task), in the repository matching the Git remotedata-ai
Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.
testing
Create or update a feature specification from a natural language feature description.
content-media
Execute the implementation planning workflow using the plan template to generate design artifacts.
tools
Execute the implementation plan by processing and executing all tasks defined in tasks.md