
Pm Skills
Run portfolio, sprint, Jira, and Confluence workflows from the agent with six PM sub-skills and optional Atlassian MCP automation.
Overview
pm-skills is an agent skill most often used in Build (also Ship and Operate) that packages six Atlassian-focused PM roles with JQL, scrum, Confluence, and MCP-backed automation.
Install
npx skills add https://github.com/alirezarezvani/claude-skills --skill pm-skillsWhat is this skill?
- Bundle of 6 skills: Senior PM, Scrum Master, Jira Expert, Confluence Expert, Atlassian Admin, Atlassian Templates
- Jira Expert covers JQL, workflows, automation, and dashboards
- Scrum Master covers velocity forecasting, sprint health, and retrospectives
- MCP integration for live Jira and Confluence reads and writes from the agent
- 6 stdlib-only Python helper scripts (e.g. project health dashboard)
- 6 project management skills
- 6 stdlib-only Python scripts
- version 2.9.0
Adoption & trust: 1.8k installs on skills.sh; 17.5k GitHub stars; 2/3 security scanners passed (skills.sh audits).
What problem does it solve?
You are shipping solo but your backlog, docs, and sprint ceremonies live in Jira and Confluence without time to write JQL, dashboards, or retro notes by hand.
Who is it for?
Small SaaS or agent products already on Atlassian Cloud who want one repo of PM skills for Claude Code, Codex, Gemini CLI, Cursor, or OpenClaw.
Skip if: Builders on Linear-only or no-ticket workflows who will not connect Atlassian MCP or maintain Jira hygiene.
When should I use this skill?
User needs Jira, Confluence, scrum, or senior PM assistance with optional live Atlassian MCP.
What do I get? / Deliverables
You get role-specific PM prompts, query patterns, and optional live MCP updates plus scriptable health views for ongoing delivery control.
- JQL queries and dashboards
- Confluence page structures
- Sprint/retro artifacts
Recommended Skills
Journey fit
Spans multiple journey phases - primary shelf plus alternate fits below.
Primary shelf is Build PM because most artifacts are backlogs, sprint plans, and delivery dashboards during active product construction. Subphase pm matches Jira/Confluence expertise, scrum facilitation, and senior PM planning rather than code modules.
Where it fits
Frame MVP scope and risks with Senior PM outputs before locking the first sprint.
Generate JQL-backed boards and sprint plans via Jira Expert while implementing features.
Use Scrum Master checklists for launch sprint health and stakeholder-ready summaries.
Run retros, permission fixes, and Confluence runbooks with Atlassian Admin and Templates skills.
How it compares
Skill bundle for Atlassian delivery rituals, not a standalone issue tracker or generic markdown todo list.
Common Questions / FAQ
Who is pm-skills for?
Solo founders and indie teams who own product delivery and use Jira, Confluence, or scrum ceremonies with coding agents.
When should I use pm-skills?
Use Senior PM and Scrum Master during Build and Ship for planning and launch readiness; use Jira Expert and Atlassian Admin during Operate for backlog hygiene; use Confluence Expert when documenting decisions across Validate and Grow.
Is pm-skills safe to install?
MCP and Python scripts may access live Atlassian data—scope credentials carefully and review the Security Audits panel on this Prism page before enabling automation.
SKILL.md
READMESKILL.md - Pm Skills
# Project Management Skills 6 production-ready project management skills with Atlassian MCP integration. ## Quick Start ### Claude Code ``` /read project-management/jira-expert/SKILL.md ``` ### Codex CLI ```bash npx agent-skills-cli add alirezarezvani/claude-skills/project-management ``` ## Skills Overview | Skill | Folder | Focus | |-------|--------|-------| | Senior PM | `senior-pm/` | Portfolio management, risk analysis, resource planning | | Scrum Master | `scrum-master/` | Velocity forecasting, sprint health, retrospectives | | Jira Expert | `jira-expert/` | JQL queries, workflows, automation, dashboards | | Confluence Expert | `confluence-expert/` | Knowledge bases, page layouts, macros | | Atlassian Admin | `atlassian-admin/` | User management, permissions, integrations | | Atlassian Templates | `atlassian-templates/` | Blueprints, custom layouts, reusable content | ## Python Tools 6 scripts, all stdlib-only: ```bash python3 senior-pm/scripts/project_health_dashboard.py --help python3 scrum-master/scripts/velocity_analyzer.py --help ``` ## Rules - Load only the specific skill SKILL.md you need - Use MCP tools for live Jira/Confluence operations when available