Analyze issue and create PR delivery strategy before coding
/plugin marketplace add Lobbi-Docs/claude/plugin install jira-orchestrator@claude-orchestration# Plan PRs Command
Generate a **proactive PR delivery strategy** for a Jira issue BEFORE coding begins.
## Step 0: Time Tracking Initialization
**AUTOMATIC**: This step runs silently before command execution begins.
The orchestration system tracks execution time for this command. When the command completes:
- If duration >= 60 seconds AND a Jira issue key is detected
- A worklog is automatically posted with comment: `[Claude] /jira:plan-prs - {duration}`
### Issue Key Detection Priority
1. Command argument (e.g., `${issue_key}`)
2. Git branch name (e.g., `feature/PROJ-123-desc`)
3. Env...