Jira Issue Orchestration
Jira Issue Orchestration from langadventurellc/claude-marketplace.
Skills in this plugin
7- ▌ Create Jira Issue · langadventurellcCreates a Jira issue in the project's configured Jira instance from a free-form description. Use when the user says "create a Jira ticket", "file a Jira issue", "open a Jira ticket", "log a bug in Jira", "make a new Jira ticket", or "report this in Jira". Drafts an outcome-focused summary and a structured description, humanizes the prose sections, shows the draft, and waits for explicit user confirmation before submitting.
- ▌ Manage Planning Team · langadventurellcInternal skill. Runs inside the planning sub-session. Spawns a single-teammate investigation team to run investigate-jira-issue, then invokes create-trellis-issues to create Trellis issues from the artifact. Signals completion to the conductor when done.
- ▌ Investigate Jira Issue · langadventurellcInvestigate a Jira issue and turn it into a requirements or discovery document ready for implementation or Trellis issue creation. Use when the user asks to "investigate", "analyze", "look into", "scope", "break down", or "plan work for" a Jira ticket by key (e.g. ACME-1234). The skill fetches the ticket, pulls relevant linked context, then routes automatically to `planning:requirements-creation` (for ambiguous/underspecified tickets) or `planning:discovery` (for well-specified work needing research and analysis).
- ▌ Orchestrate Jira Issue · langadventurellcGiven a Jira issue key (e.g. ACME-1234), validates the issue then runs a planning sub-session (producing Trellis issues) followed by an implementation sub-session (opening a PR). Use when the user says "orchestrate", "run orchestration on", or "implement" a Jira issue via this plugin.
- ▌ Conduct Orchestration Team · langadventurellcInternal skill. Manages the full lifecycle of one planning or implementation sub-session. Takes --team-type <planning|implementation>. Launches the sub, waits for hello handshake, sends instructions, waits for done signal from the manage-*-team skill, tears down.
- ▌ Manage Implementation Team · langadventurellcInternal skill. Runs inside the implementation sub-session. Invokes implement-trellis-issues to implement all open Trellis tasks, then invokes create-pr to open a draft GitHub PR. Signals completion to the conductor when done.
- ▌ Configure Jira Orchestration · langadventurellcConfigure the Jira orchestration plugin's per-project settings — Atlassian base URL, cloud ID, and Jira project key. Use when the user says "configure jira orchestration", "set up jira orchestration", "set jira config", "update jira config", "change atlassian base url", "change cloud id", "change jira project key", or hits the missing-config pointer from /orchestrate-jira-issue, /create-jira-issue, or /create-pr. Loads the current values, lets the user fill in or update each one, and persists everything in a single write.