pm-skills
alirezarezvani/claude-skills
Router for 8 bundled PM skills: pick the right one for sprint health, Jira workflows, Confluence, admin, templates, meetings, or comms.
What is pm-skills?
A meta-skill that routes project management requests to the appropriate specialized skill (senior PM, scrum master, Jira expert, Confluence expert, Atlassian admin, templates, meeting analyzer, or team communications). Use this when a PM request doesn't clearly map to one skill, or to understand which skill handles which scenario. Includes live Jira/Confluence access via Atlassian Remote MCP.
- Routes PM requests to the correct specialized skill based on request signals
- Provides a routing table matching request types to 8 dedicated PM skills
- Bundles Atlassian Remote MCP configuration for live Jira and Confluence operations
- Clarifies which skill handles sprint health, Jira workflows, Confluence content, admin tasks, templates, meetings, and communications
- Supports camelCase Atlassian MCP tools (createJiraIssue, searchJiraIssuesUsingJql, createConfluencePage)
- Directs admin operations to admin.atlassian.com or REST API when needed
How to install pm-skills
npx skills add https://github.com/alirezarezvani/claude-skills --skill pm-skills- Claude Code, Codex CLI, or OpenClaw agent
- Atlassian OAuth credentials (handled by Claude Code)
- Access to Jira and/or Confluence instances
How to use pm-skills
- 1.Describe your PM request to the router
- 2.The router matches your request against the routing table (sprint velocity → scrum-master, JQL queries → jira-expert, etc.)
- 3.If multiple skills match, ask a clarifying question to narrow down
- 4.Load the matched skill's SKILL.md from project-management/skills/<skill>/
- 5.Follow that skill's specific workflow and use its tools
Use cases
- A PM says 'our sprints feel off'—route to scrum-master for velocity and retro analysis
- A request comes in to 'audit our Jira permissions'—route to atlassian-admin
- Someone asks to 'set up reusable Confluence templates'—route to atlassian-templates
- A PM needs 'project health and risk analysis'—route to senior-pm for EMV and three-point estimates
- A meeting transcript arrives with 'extract action items and talk-time'—route to meeting-analyzer
- Project managers deciding which specialized skill to use
- Scrum masters and agile coaches
- Jira and Confluence administrators
- Teams needing PM workflow automation
- Stakeholders managing project health and communications
pm-skills FAQ
Ask one clarifying question to narrow it down. For example, if a request involves both Jira workflows and permissions, clarify whether the focus is workflow design (jira-expert) or access control (atlassian-admin).
No. This router ships no tools of its own. Once routed to a specific skill (e.g., jira-expert), that skill provides the actual Jira/Confluence operations via the Atlassian Remote MCP.
The bundled .mcp.json configures the Atlassian Remote MCP endpoint. OAuth is handled by Claude Code. Tools use camelCase names like createJiraIssue and searchJiraIssuesUsingJql.
No. User/permission/scheme administration is not covered by the Atlassian Remote MCP. Use admin.atlassian.com or the REST API per the atlassian-admin skill.
Version 2.9.0. Install via: npx skills add https://github.com/alirezarezvani/claude-skills --skill pm-skills
Full instructions (SKILL.md)
Source of truth, from alirezarezvani/claude-skills.
name: "pm-skills" description: "Router/index for the 8 project-management skills bundled in this plugin (senior PM quant toolkit, scrum master, Jira/JQL, Confluence, Atlassian admin, Atlassian templates, meeting analyzer, team communications). Use when a PM request doesn't obviously match one skill and you need to pick the right one (e.g., 'our sprints feel off', 'audit our Jira permissions'). Bundles an Atlassian Remote MCP config (.mcp.json) for live Jira/Confluence access." version: 2.9.0 author: Alireza Rezvani license: MIT tags:
- project-management
- jira
- confluence
- atlassian
- scrum
- agile agents:
- claude-code
- codex-cli
- openclaw
Project Management Skills — Router
This plugin bundles 8 PM skills (this router is the 9th folder under project-management/skills/). Each skill is self-contained. The bundled .mcp.json wires the Atlassian Remote MCP (https://mcp.atlassian.com/v1/sse, OAuth handled by Claude Code).
Routing table
Match the request, then load project-management/skills/<skill>/SKILL.md. If multiple rows match, ask one clarifying question first.
| Request signals | Skill | Path |
|---|---|---|
| Project health, risk EMV, three-point estimates | senior-pm | skills/senior-pm/ |
| Sprint velocity, retro analysis, ceremony health | scrum-master | skills/scrum-master/ |
| JQL queries, Jira workflows, boards | jira-expert | skills/jira-expert/ |
| Confluence spaces, page structure, content audits | confluence-expert | skills/confluence-expert/ |
| User/permission/scheme administration | atlassian-admin | skills/atlassian-admin/ |
| Reusable Confluence/Jira templates | atlassian-templates | skills/atlassian-templates/ |
| Meeting transcripts, talk-time, action items | meeting-analyzer | skills/meeting-analyzer/ |
| Status updates, 3P updates, stakeholder comms | team-communications | skills/team-communications/ |
Quick start
# Example: route a sprint-health request
cat project-management/skills/scrum-master/SKILL.md
ls project-management/skills/scrum-master/scripts/
Rules
- Live Jira/Confluence operations go through the Atlassian Remote MCP (camelCase tool names such as
createJiraIssue,searchJiraIssuesUsingJql,createConfluencePage— canonical list inproject-management/references/atlassian-mcp-tools.md). Admin operations are NOT covered by the MCP — use admin.atlassian.com or the REST API per atlassian-admin. - Route to exactly one skill, then follow that skill's workflow. This router ships no tools of its own.
Related skills
More from alirezarezvani/claude-skills and the wider catalog.

postmortem
Blameless 5-Whys analysis to extract learning from failures and build a change register.

product-manager-toolkit
Comprehensive toolkit for product managers including RICE prioritization, customer interview analysis, PRD templates, discovery frameworks, and go-to-market strategies. Use when prioritizing features, synthesizing user research, writing requirement documentation, or developing product strategy.

product-skills
Router for 12 product skills: prioritization, OKRs, UX research, design, analytics, experiments, discovery, roadmaps, and scaffolding.

product-strategist
Strategic product leadership toolkit for Head of Product covering OKR cascade generation, quarterly planning, competitive landscape analysis, product vision documents, and team scaling proposals. Use when creating quarterly OKR documents, defining product goals or KPIs, building product roadmaps, running competitive analysis, drafting team structure or hiring plans, aligning product strategy across engineering and design, or generating cascaded goal hierarchies from company to team level.

promote
Graduate proven patterns from auto-memory to permanent project rules.

qms-audit-expert
ISO 13485 internal audit expertise for medical device QMS. Covers audit planning, execution, nonconformity classification, and CAPA verification. Use when planning internal audits, executing audits, classifying findings, preparing for external audits, or managing an audit program.