project-management
💡 Summary
This collection offers expert skills for project management using Jira and Confluence, enhancing agile delivery.
🎯 Target Audience
🤖 AI Roast: “A project management toolkit that’s almost as organized as my sock drawer.”
The README suggests integration with external APIs, which could expose sensitive data if not properly secured. Implement OAuth for secure API access.
Project Management Skills Collection
Complete suite of 6 world-class Atlassian expert skills for project and agile delivery teams using Jira and Confluence.
📚 Table of Contents
- Installation
- Overview
- Skills Catalog
- Atlassian MCP Integration
- Quick Start Guide
- Team Structure Recommendations
- Common Workflows
- Real-World Scenarios
⚡ Installation
Quick Install (Recommended)
Install all project management skills with one command:
# Install all PM skills to all supported agents npx ai-agent-skills install alirezarezvani/claude-skills/project-management # Install to Claude Code only npx ai-agent-skills install alirezarezvani/claude-skills/project-management --agent claude # Install to Cursor only npx ai-agent-skills install alirezarezvani/claude-skills/project-management --agent cursor
Install Individual Skills
# Senior Project Manager Expert npx ai-agent-skills install alirezarezvani/claude-skills/project-management/senior-pm # Scrum Master Expert npx ai-agent-skills install alirezarezvani/claude-skills/project-management/scrum-master # Atlassian Jira Expert npx ai-agent-skills install alirezarezvani/claude-skills/project-management/jira-expert # Atlassian Confluence Expert npx ai-agent-skills install alirezarezvani/claude-skills/project-management/confluence-expert # Atlassian Administrator npx ai-agent-skills install alirezarezvani/claude-skills/project-management/atlassian-admin # Atlassian Template Creator npx ai-agent-skills install alirezarezvani/claude-skills/project-management/atlassian-templates
Supported Agents: Claude Code, Cursor, VS Code, Copilot, Goose, Amp, Codex
Complete Installation Guide: See ../INSTALLATION.md for detailed instructions, troubleshooting, and manual installation.
🎯 Overview
This project management skills collection provides world-class Atlassian expertise for teams using Jira and Confluence to deliver software projects and agile initiatives.
What's Included:
- 6 expert-level skills covering PM, agile, Jira, Confluence, administration, and templates
- Atlassian MCP integration for direct Jira/Confluence operations
- Comprehensive frameworks for project management, agile ceremonies, and documentation
- 15+ ready-to-use templates for sprints, retrospectives, project charters, and more
Ideal For:
- Project managers at software companies
- Scrum Masters and agile coaches
- Atlassian administrators
- DevOps and engineering teams using Jira/Confluence
Key Benefits:
- ⚡ 70% time savings on Jira/Confluence operations with automation
- 🎯 Consistent processes with proven agile frameworks and templates
- 📊 Better visibility with optimized dashboards and reports
- 🚀 Faster onboarding with standardized templates and documentation
📦 Skills Catalog
1. Senior Project Manager Expert
Status: ✅ Production Ready | Version: 1.0
Purpose: Strategic project management for software, SaaS, and digital applications.
Key Capabilities:
- Portfolio management and strategic planning
- Stakeholder alignment and executive reporting
- Risk management and budget oversight
- Cross-functional team leadership
- Roadmap development and project charters
- Atlassian MCP integration for metrics and reporting
Use When:
- Managing complex multi-team projects
- Coordinating cross-functional initiatives
- Executive stakeholder reporting
- Portfolio-level planning and prioritization
Learn More: See packaged-skills/senior-pm/ for details
2. Scrum Master Expert
Status: ✅ Production Ready | Version: 1.0
Purpose: Agile facilitation for software development teams.
Key Capabilities:
- Sprint planning and execution
- Daily standups and retrospectives
- Backlog refinement and grooming
- Velocity tracking and metrics
- Impediment removal and escalation
- Team coaching on agile practices
- Atlassian MCP integration for sprint management
Use When:
- Facilitating agile ceremonies
- Coaching teams on Scrum practices
- Removing team impediments
- Tracking sprint velocity and burndown
Learn More: scrum-master-agent/SKILL.md
3. Atlassian Jira Expert
Status: ✅ Production Ready | Version: 1.0
Purpose: Jira configuration, JQL mastery, and technical operations.
Key Capabilities:
- Advanced JQL query writing
- Project and workflow configuration
- Custom fields and automation rules
- Dashboards and reporting
- Integration setup and optimization
- Performance tuning
- Atlassian MCP integration for all Jira operations
Use When:
- Configuring Jira projects and workflows
- Writing complex JQL queries
- Creating automation rules
- Building custom dashboards
- Optimizing Jira performance
Learn More: See packaged-skills/jira-expert/ for details
4. Atlassian Confluence Expert
Status: ✅ Production Ready | Version: 1.0
Purpose: Knowledge management and documentation architecture.
Key Capabilities:
- Space architecture and organization
- Page templates and macro implementation
- Documentation strategy and governance
- Content collaboration workflows
- Jira integration and linking
- Search optimization and findability
- Atlassian MCP integration for documentation
Use When:
- Designing Confluence space structures
- Creating page templates
- Establishing documentation standards
- Improving content findability
- Integrating with Jira
Learn More: See packaged-skills/confluence-expert/ for details
5. Atlassian Administrator
Status: ✅ Production Ready | Version: 1.0
Purpose: System administration for Atlassian suite.
Key Capabilities:
- User provisioning and access management
- Global configuration and governance
- Security and compliance setup
- SSO and integration deployment
- Performance optimization
- Disaster recovery and license management
- Atlassian MCP integration for system administration
Use When:
- Managing users and permissions
- Configuring SSO/SAML
- Installing and managing apps
- Monitoring system performance
- Planning disaster recovery
Learn More: See packaged-skills/atlassian-admin/ for details
6. Atlassian Template Creator Expert
Status: ✅ Production Ready | Version: 1.0
Purpose: Template and file creation/modification specialist.
Key Capabilities:
- Confluence page template design (15+ templates)
- Jira issue template creation
- Blueprint development for complex structures
- Standardized content and governance
- Dynamic content and automation
- Template lifecycle management
- Atlassian MCP integration for template deployment
Available Templates:
- Sprint planning template
- Retrospective formats (Start-Stop-Continue, 4Ls, Mad-Sad-Glad)
- Project charter
- Risk register
- Decision log
- Meeting notes
- Technical documentation
- And more...
Use When:
- Creating reusable Confluence templates
- Standardizing Jira issue templates
- Building documentation blueprints
- Establishing content governance
Learn More: See packaged-skills/atlassian-templates/ for details
🔌 Atlassian MCP Integration
Model Context Protocol (MCP) enables direct integration with Jira and Confluence from Claude Code.
Key Features
- Direct API Access: Create, read, update, delete Jira issues and Confluence pages
- Bulk Operations: Process multiple issues or pages efficiently
- Automation: Workflow transitions, status updates, comment additions
- Reporting: Generate custom reports and dashboards
- Search: Advanced JQL queries and Confluence searches
Setup
Configure Atlassian MCP server in your Claude Code settings with:
- Jira/Confluence instance URL
- API token or OAuth credentials
- Project/space access permissions
Example Operations
# Create Jira issue mcp__atlassian__create_issue project="PROJ" summary="New feature" type="Story" # Update issue status mcp__atlassian__transition_issue key="PROJ-123" status="In Progress" # Create Confluence page mcp__atlassian__create_page space="TEAM" title="Sprint Retrospective" content="..." # Run JQL query mcp__atlassian__search_issues jql="project = PROJ AND status = 'In Progress'"
Learn More: See IMPLEMENTATION_SUMMARY.md for MCP integration details
🚀 Quick Start Guide
For Project Managers
-
Install Senior PM Expert:
npx ai-agent-skills install alirezarezvani/claude-skills/project-management/senior-pm -
Use project charter template from Atlassian Templates skill
-
Set up portfolio dashboard using Jira Expert skill
-
Create stakeholder reports using MCP integration
For Scrum Masters
-
Install Scrum Master Expert:
npx ai-agent-skills install alirezarezvani/claude-skills/project-management/scrum-master -
Use sprint planning template for next sprint
-
Set up velocity tracking dashboard
-
Facilitate retrospective using retro templates
For Jira Administrators
-
Install Jira Expert:
npx ai-agent-skills install alirezarezvani/claude-skills/project-management/jira-expert -
Configure custom workflows for your team
-
Create automation rules for common operations
-
Build team dashboards with relevant metrics
For Confluence Administrators
-
Install Confluence Expert:
npx ai-agent-skills install alirezarezvani/claude-skills/project-management/confluence-expert -
Design space architecture for your organization
-
Create page templates for common documentation
-
Implement search optimization strategies
👥 Team Structure Recommendations
Pros
- Comprehensive suite of skills for various roles.
- Significant time savings through automation.
- Integration with Atlassian tools for seamless operations.
Cons
- Requires familiarity with Atlassian tools.
- Potentially overwhelming for new users.
- Dependency on external integrations.
Related Skills
building-secure-contracts
A“Powerful, but the setup might scare off the impatient.”
deno-debug-skill
A“Powerful, but the setup might scare off the impatient.”
Disclaimer: This content is sourced from GitHub open source projects for display and rating purposes only.
Copyright belongs to the original author alirezarezvani.
