great-pm

great-pm is a plugin for Claude Code from VandanaAjayDubey111/great-pm. Its manifest loads nothing; the 10 commands, 48 agents it bundles cost 3,595 tokens per session together, scanned A, original, MIT.

A group of specialist AI assistants for product management, the work of discovering customer needs, planning products, choosing priorities, preparing launches, and measuring results.

In plain words
What is it for?
Use it for product discovery, strategy, prioritization, writing specifications, launch planning, and measurement.
Why use it?
It gives a solo product manager or founder support across the product process while leaving selected decisions for the human to confirm.

Plugin for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT variable.

Good fit Use it for product discovery, strategy, prioritization, writing specifications, launch planning, and measurement.

Compare 6 plugins from other repositories ↓
Install in Claude Code
/plugin marketplace add VandanaAjayDubey111/great-pm/plugin install great-pm
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/VandanaAjayDubey111/great-pm

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for great-pm

README.md
[![agentmods](https://agentmods.dev/badge/plugins/vandanaajaydubey111/great-pm/great-pm/github.svg)](https://agentmods.dev/plugins/vandanaajaydubey111/great-pm/great-pm)
Your own site
<a href="https://agentmods.dev/plugins/vandanaajaydubey111/great-pm/great-pm"><img src="https://agentmods.dev/badge/plugins/vandanaajaydubey111/great-pm/great-pm/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for great-pm

Your own site · 80×15
<a href="https://agentmods.dev/plugins/vandanaajaydubey111/great-pm/great-pm"><img src="https://agentmods.dev/badge/plugins/vandanaajaydubey111/great-pm/great-pm.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session not measured What this adds to a session before it is invoked.
When invoked not measured The manifest loads nothing itself; its 10 commands, 48 agents cost 3,595 tokens a session between them.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

great-pm scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

"command": "INPUT=$(cat 2>/dev/null); if [ -z \"$INPUT\" ]; then exit 0; fi; CMD=$(echo \"$INPUT\" | python3 -c \"import sys,json; d=json.load(sys.stdin); print(d.get('tool_input',{}).get('command',''))\" 2>/dev/null); i
.claude-plugin/plugin.json · 87 lines

How it starts

The opening of the file, as written. The whole thing — 87 lines — stays where its author put it; the contents beside it link to each section on GitHub.

{
  "name": "great-pm",
  "description": "A full product team for a solo PM or founder. Specialist agents run the product loop — discovery, strategy, prioritization, specs, launch, measurement — while the human confirms a small number of gates.",
  "version": "1.0.0",
  "author": { "name": "Vandana Dubey", "url": "https://github.com/VandanaAjayDubey111" },
  "license": "MIT",
  "keywords": ["product-management", "ai-pm", "multi-agent", "orchestration", "claude-code-plugin"],
  "hooks": {
    "SessionStart": [
      {
        "matcher": null,
        "hooks": [
          {
            "type": "command",
            "command": "bash \"${CLAUDE_PLUGIN_ROOT:-$HOME/great-pm}/scripts/great-pm-session-start.sh\"",
            "timeout": 20,
            "statusMessage": "Loading great-pm context..."
          }
        ]
      }
    ],
    "SubagentStart": [
      {
        "matcher": null,
        "hooks": [
          {
            "type": "command",
            "command": "if [ -f .great-pm/PROJECT.md ]; then echo '=== PROJECT.md (top) ==='; head -25 .great-pm/PROJECT.md; fi; if [ -f .great-pm/brain.md ]; then echo ''; echo '=== brain.md (last 40 lines — recent synthesis) ==='; tail -40 .great-pm/brain.md; fi; if [ -f .great-pm/HANDOFF.md ]; then echo ''; echo '=== HANDOFF.md (recent) ==='; tail -20 .great-pm/HANDOFF.md; fi; if [ -d .great-pm/verdicts ]; then echo ''; echo '=== Latest verdicts (3 most recent files) ==='; ls -t .great-pm/verdicts/*.log 2>/dev/null | head -3 | xargs tail -2 2>/dev/null | head -10; fi; exit 0",
            "timeout": 5,
            "statusMessage": "Injecting great-pm brain context..."
          }
        ]
      }
    ],
    "PreCompact": [
      {
        "matcher": null,
        "hooks": [
          {
            "type": "command",
            "command": "mkdir -p .great-pm; BRANCH=$(git branch --show-current 2>/dev/null || echo unknown); LAST_COMMIT=$(git log --oneline -1 2>/dev/null || echo none); UNCOMMITTED=$(git status --short 2>/dev

Read the full file on GitHub · 87 lines

Contents

What it installs

The manifest is a name and a version. 10 commands, 48 agents travel with it, and installing the plugin installs all of them — 3,595 tokens a session between them. Each is measured on its own page, and each can be installed alone.

Files

What ships with it

1 file beside plugin.json in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 87 lines scan A 2c7aedd6c6f2

Subscribe to this mod's changes

great-pm is a plugin published in the GitHub repository VandanaAjayDubey111/great-pm (3 stars, last pushed 1mo ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other plugins, from other repositories

arrow-maintenance

Scaling layer for linked-intent-dev. Tracks spec-to-code coherence across large projects via docs/arrows/ index. Includes brownfield bootstrap for mapping existing codebases.

jszmajda/lid · not measured

pm

GitHub issue lifecycle: brainstorm design approaches, create structured issues for LLM agent teams, triage and recommend next issues, audit and clean up stale backlogs, and deep-validate individual issues against the codebase.

rube-de/cc-skills · not measured

debt-ops

Every shortcut your coding agent takes, saved to your repo as it happens. Fix them when you're ready.

bcanfield/agentic-tech-debt · not measured

polisade

Polisade Orchestrator — autonomous development framework by Polisade. Claude operates as a full dev team: implement → test → PR → review → merge. (Technical id: polisade).

cryndoc/polisade-orchestrator · not measured

agent-traffic-control

Coordination toolkit for parallel Claude Code sessions sharing one repo — issue-pickup claim protocol (assignee + wip label), worktree & session-isolation pitfalls, parallel-PR conflict recovery, subagent-integrity edge cases, and squash/merge mechanics for parallel-PR workflows. Plus resume-gate, an opt-in hook that…

wan-huiyan/agent-traffic-control · not measured

milestone-driver

Drives a GitHub milestone to completion: triages each issue for design gaps + dependency order up front, then for each buildable issue finds the root cause (or parks it), dispatches a TDD implementer subagent, runs unit + E2E tests + code review, opens a PR, and auto-merges issues on CI green. The whole loop sits…

kenmulford/milestone-driver · not measured