/tsh-create-jira-tasks
Agent: Business Analyst
File: .github/prompts/tsh-create-jira-tasks.prompt.md
Formats an existing extracted-tasks.md into Jira-ready structure and pushes to Jira. Can also import existing Jira tasks for local iteration.
Usage
/tsh-create-jira-tasks <extracted-tasks reference or Jira project key>
What It Does
Formatting Mode (extracted-tasks.md provided)
- Locates and reads the
extracted-tasks.mdfile. - Loads the benchmark template from the
tsh-jira-task-formattingskill. - Formats each epic and story according to the benchmark template fields and structure.
- Validates completeness — flags any tasks where required fields cannot be confidently filled.
- Presents formatted tasks for user review (Gate 2).
- Creates issues in Jira with proper epic-to-story linking after approval.
Import Mode (Jira project key provided)
- Fetches existing tasks from Jira using the Atlassian tool.
- Converts them into local
jira-tasks.mdformat. - Presents imported tasks for user review.
- After import, individual task changes trigger a "Push to Jira now?" prompt.
Skills Loaded
tsh-jira-task-formatting— Formatting process, benchmark template, Jira push guidelines, and Import Mode.
Output
jira-tasks.mdin thespecifications/<workshop-name>/directory.- Created Jira issues with linked epics and stories (after approval).