PM Skills
Help agents coordinate project delivery — classify a PM request, route it to the right specialist workflow, and run a bounded goal-to-close delivery loop on live project data.
What does this skill do?
How it works
Classify the request
The agent uses a deterministic router to decide whether the goal is about project health, sprint flow, Jira, Confluence, admin, templates, meetings, or stakeholder comms.
Route to one specialist workflow
Instead of running everything, the orchestrator loads the single matching sub-skill and follows its workflow, returning a concise digest.
Run the delivery loop for goals
For delivery goals it pulls live Jira data, bridges it into flow and velocity analytics, and moves through observe, choose, act, and verify steps.
Verify before closing
Machine-checkable gates and per-sub-skill checks must pass before a goal closes, keeping humans as named owners and reviewers throughout.
Best use cases for this skill
Frequently asked questions
What is the PM Skills skill?
PM Skills is an open-source project-management orchestrator that routes a delivery request to one of eight specialist sub-skills and can run a verified goal-to-close delivery loop on live project data.
Which management skills does it cover?
It spans project and portfolio health, sprint and flow analytics, Jira and Confluence work, Atlassian administration, meeting analysis, stakeholder communication, and end-to-end delivery coordination.
Does it need Jira or Atlassian access?
The delivery loop is designed to pull live data through a bundled Atlassian MCP, but the routing and analytics workflows can also work from provided snapshots and sample inputs.
Is this an official Buda skill?
No. This is a community-authored open-source skill from Alireza Rezvani that can be used with Buda agents through the external source workflow.
Use from source
Ask your Buda agent to install this community skill.
Copy this prompt into your own Buda agent. It includes the source repository and install command so the agent can complete the setup in natural language.
Please install the "PM Skills" skill into this Buda agent. Source repository: https://github.com/alirezarezvani/claude-skills Install command: npx skills add alirezarezvani/claude-skills --skill pm-skills -y -a universal Please run the install command, verify the skill is available, and tell me any setup notes or follow-up steps from the source repository.
Install workflow
- 1Copy the prompt
- 2Send it to your Buda agent
- 3Done