J

AI Agent Role Playbooks

Jira Cloud Roles for agentic MCP

1 agentic playbook for AI coding agents on Jira Cloud.

Available free v1.0.2 Browser LLM
$ sidebutton install jira
Download ZIP

Software Engineer playbooks for Jira Cloud agents

1

Jira Cloud role playbooks run on the SideButton MCP server. Install sidebutton install jira to enable these agent role playbooks for any coding agent.

Software Engineer

se

This role describes how a Software Engineer agent operates inside Jira Cloud. It supplements the general Software Engineer role with Jira-specific mechanics — which browser workflows to reach for, how to shape tickets so they are easy to implement, how to behave on a sprint board, and which quirks of Jira frequently trip up contributors coming from simpler issue trackers. The agent should treat Jira as both a task queue and a durable record of engineering decisions. Every ticket interaction either moves work forward or improves the historical trail; avoid interactions that do neither. Most engineering actions in Jira start from the same small set of browser workflows: finding the right ticket, reading it in full, creating one when needed, and transitioning it cleanly through the project's workflow states as work progresses. Picking the wrong primitive for the step at hand is the most common cause of stale or half-updated tickets. Use jira_browser_search to find issues by status, sprint, or assigneeUse jira_browser_view_issue to read full issue details and commentsUse jira_browser_create_issue to file new ticketsTransition issues through workflow states as work progresses Ticket quality directly affects implementation quality. A well-written ticket converges the team on a shared understanding before code is written; a poorly written ticket guarantees rework. Hold the bar on these conventions even when the ticket is yours. Summary: imperative, concise (Add password reset flow)Description: problem statement, acceptance criteria, technical notesAlways set: type (Bug/Story/Task), priority, sprint, assigneeLink related issues — blocks, is blocked by, relates to