Skip to content
Development
Command

/cs-pm

Top-level project-management router. Classifies a PM inquiry across 8 lanes (sprint/flow, portfolio health, Jira, Confluence, admin, templates, meetings, comms) with a deterministic script and forks context to the right sub-skill via the pm-skills orchestrator, returning a

From plugin
claude-skills
24k116 skills100 agents116 commands1 MCP
Install
$ npx -y skills add alirezarezvani/claude-skills --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/cs-pm

Context preview

What this command does when you run it.

Top-level project-management router. Classifies a PM inquiry across 8 lanes (sprint/flow, portfolio health, Jira, Confluence, admin, templates, meetings, comms) with a deterministic script and forks context to the right sub-skill via the pm-skills orchestrator, returning a

Command definition

cs-pm.md
description: Top-level project-management router. Classifies a PM inquiry across 8 lanes (sprint/flow, portfolio health, Jira, Confluence, admin, templates, meetings, comms) with a deterministic script and forks context to the right sub-skill via the pm-skills orchestrator, returning a ≤200-word digest with a named owner and one grill challenge.
argument-hint: "<PM inquiry: sprint health, project status, JQL, permissions, retro, comms, etc.>"

/cs:pm — Project Management router

Route this inquiry through the `pm-skills` orchestrator:

**$ARGUMENTS**

Routing (deterministic — run the script, don't eyeball)

python3 project-management/skills/pm-skills/scripts/pm_goal_router.py --text "$ARGUMENTS" --output json
  • Exit 0 → load `skill_path`/SKILL.md and follow that skill's own workflow in a fork.
  • Exit 2 → ask ONE clarifying question naming the listed candidates, recommended answer

first.

  • Exit 3 → ask the user to restate the goal with the deliverable named. Never guess.
  • Explore the workspace first — a saved Jira snapshot, retro log, or transcript resolves

the lane silently. Never silently chain a second sub-skill.

Output (≤200-word digest)

  • What was analyzed (with the data source — snapshot file, not memory)
  • Top 3 findings, each anchored to a canon citation
  • Top 3 next actions with a named human owner
  • Artifact path
  • One grill challenge (e.g. "Your health report is self-reported RAG — where's the

derived diff that catches watermelons?")

Hard rules

  • Flow numbers come from `jira_snapshot_bridge.py` on real snapshot data.
  • Forecasts are Monte Carlo percentile ranges, never single dates.
  • Live Jira/Confluence ops use only the tools in

`project-management/references/atlassian-mcp-tools.md` — never invent tool names.

  • Goals (not questions) go to `/cs:pm-loop` instead.

Distinct from

  • `product-team` — what to build. This domain is how to deliver it.
  • `/cs:harness` — the generic loop engine; `/cs:pm-loop` is its PM-domain adapter.
Read more
Ships withclaude-skills

362 production-ready Claude Code skills, plugins, and agent skills for 13 AI coding tools. The most comprehensive open-source library of Claude Code skills and agent plugins — also works with OpenAI Codex, Gemini CLI, Cursor, and 9 more coding agents.

Get the whole plugin, auto-invoked
Stats
24,115
Stars
1
Views
3,400
Forks
Active
Maintenance
Python
Language
MIT
License
3d ago
Last commit
9mo ago
Created

Repo: alirezarezvani/claude-skills