feat: Add JIRA retrospective reporting to aai-pm-jira plugin#1
Merged
Conversation
Add comprehensive retrospective report generation with time tracking analysis. Features: - /jira-retro command for generating sprint/project retrospectives - Support for project-based or account-based analysis - Time tracking analysis (logged vs estimated time) - Blocker analysis with duration and patterns - Completed tickets summary with metrics - Actionable insights and recommendations - Markdown report output with detailed sections Components: - jira-retro-agent: Queries Jira, analyzes data, generates reports - jira-retro skill: Templates and patterns for retrospective reports - jira-retro command: User-invokable /jira-retro interface Plugin Updates: - Bumped aai-pm-jira version from 1.0.0 to 1.1.0 - Updated marketplace version from 1.0.2 to 1.0.3 - Added keywords: retrospective, time-tracking - Regenerated plugin-manifest.json Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Simplify retrospective functionality to focus on project-based analysis only. Changes: - Removed account/email input option from agent - Updated command to only accept project keys - Removed account-based JQL patterns from skill - Removed personal retrospective template - Simplified parameter collection workflow The tool now only generates retrospectives for Jira projects, not individual accounts. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Add ability to use saved Jira filters as alternative to project keys. Features: - Support filter ID (e.g., 12345) - Support filter name (e.g., "My Sprint Issues") - JQL patterns for filter-based queries - Filter-based retrospective template - Examples and troubleshooting for filters Usage: - /jira-retro PROJ 2024-01-01 2024-01-31 (project-based) - /jira-retro 12345 2024-01-01 2024-01-31 (filter ID) - /jira-retro "My Filter" 2024-01-01 2024-01-31 (filter name) This allows users to leverage existing saved filters for complex issue queries and cross-project retrospectives. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds comprehensive retrospective report generation capabilities to the
aai-pm-jiraplugin with time tracking and blocker analysis.Features
New Command:
/jira-retroPROJ) or account-based (e.g.,user@example.com) analysisAnalysis Includes
Components Added
Agent:
jira-retro-agent.mdSkill:
jira-retro/SKILL.mdCommand:
jira-retro.mdUsage Examples
Version Updates
aai-pm-jiraplugin:1.0.0→1.1.01.0.2→1.0.3retrospective,time-trackingTesting
✅ Plugin structure validated with
node scripts/validate-plugins.js✅ Manifests updated and regenerated
✅ All files follow Claude Code plugin standards
To Test
Prerequisites: Atlassian MCP server configured with valid Jira credentials
Files Changed
plugins/aai-pm-jira/agents/jira-retro-agent.md(new)plugins/aai-pm-jira/commands/jira-retro.md(new)plugins/aai-pm-jira/skills/jira-retro/SKILL.md(new)plugins/aai-pm-jira/.claude-plugin/plugin.json(version bump, keywords).claude-plugin/marketplace.json(version bump, description update)plugin-manifest.json(regenerated)🤖 Generated with Claude Code