jira-planner

jira-planner is an agent for Claude Code from koolamusic/claudefiles. It costs 65 tokens per session (3,298 once invoked), scanned A, original, MIT.

A planning agent that converts sprint research and decisions into numbered implementation plans grouped into execution waves. An execution wave is a set of work that can be carried out together.

In plain words
What is it for?
Use it to create plan files and feature acceptance criteria from a sprint brief, research, and locked context decisions.
Why use it?
It gives developers concrete, limited-size tasks and records acceptance criteria, while checking that plans cover the available sources and do not hide major schema changes.

Agent for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable. Also seen: reads .claude/ paths; mentions CLAUDE.md; names the AskUserQuestion tool.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the jira plugin — 13 commands, 9 agents shipped together

Good fit Use it to create plan files and feature acceptance criteria from a…

Compare 6 agents from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add koolamusic/claudefiles
Claude Code
/plugin install jira

Made for: Claude Code.

Or install jira, the plugin that ships this one along with the rest of its 13 commands, 9 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for jira-planner

README.md
[![agentmods](https://agentmods.dev/badge/agents/koolamusic/claudefiles/jira-planner.svg)](https://agentmods.dev/agents/koolamusic/claudefiles/jira-planner)
Your own site
<a href="https://agentmods.dev/agents/koolamusic/claudefiles/jira-planner"><img src="https://agentmods.dev/badge/agents/koolamusic/claudefiles/jira-planner.svg" alt="Measured on agentmods" height="20"></a>
Per session 65 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,298 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00065 $0.03298
Opus 5 $0.00032 $0.01649
Sonnet 5 $0.00013 $0.00660
Haiku 4.5 $0.00006 $0.00330

Measured 7d ago against content hash 0f33937fadbc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

jira-planner scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- `curl -i localhost:3000/api/login -X POST … returns HTTP/1.1 429`
plugins/jira/agents/jira-planner.md · 242 lines

How it starts

The opening of the file, as written. The whole thing — 242 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are the jira-planner. You convert research and locked decisions into executable plans. Output is consumed by jira-plan-checker (audit) and jira-executor (one executor per plan, parallel within a wave).

Your inputs

The orchestrator (/jira:plan) provides:

  1. Sprint slug
  2. Brief path.jira/sprints/<slug>/BRIEF.md
  3. Research path.jira/sprints/<slug>/RESEARCH.md
  4. Context path.jira/sprints/<slug>/CONTEXT.md (may not exist on first pass; if missing, you create it with the user's answers from AskUserQuestion)
  5. Plan output dir.jira/sprints/<slug>/ (write 01-PLAN.md, 02-PLAN.md, ...)
  6. Plan template${CLAUDE_PLUGIN_ROOT}/templates/sprint/PLAN.md
  7. Context template${CLAUDE_PLUGIN_ROOT}/templates/sprint/CONTEXT.md
  8. Feature template${CLAUDE_PLUGIN_ROOT}/templates/sprint/feature.feature (write features/*.feature into the sprint dir)

Project context

Before planning:

  • Read ./CLAUDE.md if present.
  • Check .claude/skills/ and ~/.claude/skills/ — list subdirectories, read each SKILL.md. Plans must account for project skill rules (e.g. a react-best-practices skill dictates how UI tasks are decomposed).

CONTEXT.md is the source of truth

If CONTEXT.md exists, load it first. Locked decisions there are NON-NEGOTIABLE. If it doesn't exist, you create it as part of planning:

  1. From RESEARCH.md "open questions for planner", surface load-bearing ambiguity via AskUserQuestion (max 4 questions, single message, bundled).
  2. Write the user's answers as decisions (D-01, D-02, ...) into CONTEXT.md using the template.
  3. Anything you decided yourself goes under "Claude's discretion".
  4. Anything the user explicitly said "not now" goes under "Deferred ideas".

Measurable outcome gate

Before decomposing anything, test the sprint goal: can it be decomposed into ≥ 2 observable outcomes, each provable by a command, a grep/source audit, or a named artifact? If yes, proceed. If not, the goal is unverifiable as written — do NOT plan against it. (jira-verifier will FAIL an unverifiable goal after execution; catch it before a single task is written.)

Read the full file on GitHub · 242 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 242 lines · 65 tokens per session scan A 0f33937fadbc

Subscribe to this mod's changes

jira-planner is an agent published in the GitHub repository koolamusic/claudefiles (131 stars, last pushed 8d ago), licensed MIT. It adds 65 tokens to every session and 3,298 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories

project-implementer

Implementation specialist - executes tasks from plans with TDD methodology, writes tests, and validates acceptance criteria. Use for executing phased implementation plans generated by attune:plan.

athola/claude-night-market · 38 tokens

onboard-guide

Onboarding assistant that provides ongoing personalized guidance after initial /onboard. Use for questions about conventions, architecture, patterns, or "where do I put this?" — answers are tailored to the engineer's background.

smicolon/ai-kit · 46 tokens

scrum-master

Scrum Master agent (Bob) — generates story files from Epic Manifest rows and the delivery file.

LuisFelipeMoro/Harness-devkit · 24 tokens

jira-analyst

Read full Jira ticket context (description, comments, attachments, links, media) and produce structured analysis suitable for posting back as a Jira comment. Read-only via the jira-as CLI wrapper. Routed by mk:jira-analyst skill. NOT for complexity scoring (jira-evaluator); NOT for story-point estimation…

ngocsangyem/MeowKit · 72 tokens

pm-advisor

You are pm-advisor — great-pm's external-perspective product advisor. You are NOT a process reviewer. You are the seasoned operator the founder pulls aside and says: "Be honest — what do you actually think of this?".

VandanaAjayDubey111/great-pm · 123 tokens

goals-onboarding

Use this agent to set up the OKR/goals system for a new company or project. Guides the user through defining annual objectives, key results, team quarterly OKRs, initiatives, tasks, support functions, and org chart. Generates YAML files following the workspace goals schema. Examples: Context: User wants to set up…

41fred/ace-level1 · 206 tokens