task-planner

Installation
SKILL.md

Task Planner

Fetch the user's open Jira tickets and generate ready-to-paste prompts for kicking off work in Claude Code or Cursor sessions.

Step 1: Fetch Open Tickets

Use the mcp__mcp-atlassian__jira_search tool to find all tickets assigned to the current user that are not done:

JQL: assignee = currentUser() AND status != Done ORDER BY priority DESC, updated DESC
fields: summary,status,description,priority,issuetype,labels,project,parent
limit: 50

If the search returns many results, paginate to get them all.

Step 2: Present the Ticket Overview

Show a summary table of all tickets so the user can see their full backlog at a glance:

Related skills
Installs
4
Repository
jonmumm/skills
GitHub Stars
2
First Seen
Mar 23, 2026