pm-demand

pm-demand is a skill for Claude Code, Codex from konglong87/superPM. It costs 147 tokens per session (4,179 once invoked), scanned A, original, MIT.

A product-research workflow that gathers information about users, their problems, and a product idea before writing a research report. Brainstorming means generating and exploring possible ideas first.

In plain words
What is it for?
Use it to investigate user pain points, validate a product idea, and produce a structured requirements-research report through one-question-at-a-time interviews.
Why use it?
It prevents vague product ideas from moving straight into development without checking whether users have the problem. It also requires the brainstorming step first unless the user explicitly skips it.

Skill for Claude CodeCodex

Part of the super-pm plugin — 55 skills, 1 hook shipped together

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.

agentmods
npx agentmods add skills/konglong87/superpm/pm-demand
Any agent
npx skills add konglong87/superPM --skill pm-demand
Clone the repo
git clone --depth 1 https://github.com/konglong87/superPM

Made for: Claude Code, Codex.

Or install super-pm, the plugin that ships this one along with the rest of its 55 skills, 1 hook.

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 pm-demand

README.md
[![agentmods](https://agentmods.dev/badge/skills/konglong87/superpm/pm-demand.svg)](https://agentmods.dev/skills/konglong87/superpm/pm-demand)
Your own site
<a href="https://agentmods.dev/skills/konglong87/superpm/pm-demand"><img src="https://agentmods.dev/badge/skills/konglong87/superpm/pm-demand.svg" alt="Measured on agentmods" height="20"></a>
Per session 147 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,179 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00147 $0.04179
Opus 5 $0.00073 $0.02090
Sonnet 5 $0.00029 $0.00836
Haiku 4.5 $0.00015 $0.00418

Measured 5d ago against content hash 0adb08e6ddb6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

pm-demand scanned grade A with 0 findings 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 5d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/01-demand-insight/pm-demand/SKILL.md · 427 lines

How it starts

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

Preamble (run first)

bash "$(dirname "${BASH_SOURCE[0]}")/../../check-update.sh" 2>/dev/null || true
# 创建需求调研目录
mkdir -p docs/01-需求调研

# 检查是否已有需求调研报告
if [ -f "docs/01-需求调研/需求调研报告.md" ]; then
  echo "⚠️  检测到已有需求调研报告"
  echo ""
  echo "您可以选择:"
  echo "A) 查看现有报告"
  echo "B) 重新调研(会覆盖现有报告)"
  echo "C) 补充调研(在现有基础上补充)"
fi

前置门禁

无论从哪个入口进入,都必须执行前置文档检查:

  1. 检查 docs/01-需求调研/ 中是否有创意方案库(pm-brainstorm 的输出文档)
  2. 如果有 → 读取文档,判断是否与当前用户描述的产品相关
    • 相关 → 前置已满足,继续执行
    • 不相关 → 停止,建议先执行 /pm-brainstorm
  3. 如果没有 → 检查用户是否明确说"跳过 brainstorm / 直接需求调研 / 已完成头脑风暴"
    • 明确跳过 → 继续执行
    • 否则 → 停止,建议先执行 /pm-brainstorm

不得在门禁不满足时生成需求调研报告。


跨 Agent 交互规则

当流程要求与用户交互时:

  1. 如果当前环境支持 AskUserQuestion,使用 AskUserQuestion(最佳体验)。
  2. 如果当前环境不支持 AskUserQuestion,必须用普通聊天消息提出同样问题。
  3. 一次只问一个问题。
  4. 提问后必须停止当前回合,等待用户回答(STOP and WAIT)。
  5. 不得在用户回答前生成文档、写入 docs。
  6. 已有 docs 文件不能替代本轮用户回答。

执行流程

所有步骤均为 [MANDATORY],不得跳过任何步骤。完成当前步骤之前不得进入下一步骤。

步骤 1 [MANDATORY]: 收集产品基础信息

关键原则

  • 使用 AskUserQuestion 逐个询问
  • 每个问题清晰、聚焦
  • 等待用户回答后再问下一个

问题 1: 产品名称

使用 AskUserQuestion 询问:

请问您的产品名称是什么?

💡 提示:例如"每日优鲜"、"小红书"、"微信"

用户输入后,记录到变量 PRODUCT_NAME


问题 2: 目标用户

目标用户是谁?

A) C端用户(个人消费者) B) B端用户(企业客户) C) 双边市场(平台模式) D) 其他(请手动输入)

💡 提示:选择后请进一步细化,如"25-35岁一线城市女性"、"中小型餐饮老板"

用户回答后,记录到变量 TARGET_USER


问题 3: 核心业务目标

您希望达成的核心业务目标是什么?

A) 提升收入(如GMV、付费转化) B) 提升用户规模(如DAU、MAU) C) 提升用户留存(如复购率、日活) D) 降低成本(如人力、运营成本) E) 其他(请手动输入)

💡 提示:目标应该可量化,如"3个月内GMV达到100万"

用户回答后,记录到变量 BUSINESS_GOAL


问题 4: 核心痛点(关键验证)

关键问题:用户现在面临的最大痛点是什么?

A) 效率低下(耗时太长、步骤太多) B) 体验糟糕(难用、不友好) C) 成本过高(太贵、负担重) D) 无法解决(现有方案无法满足需求) E) 其他(请手动输入)

💡 提示:思考"用户为什么需要这个产品,而不是用竞品或维持现状?"

用户回答后,AI 立即进行痛点强度判断:

痛点验证逻辑

如果用户选择 A/B/C/D:

✅ 痛点强度:⭐⭐⭐⭐⭐(强痛点)
💡 理由:用户有明确的痛点,愿意为解决方案付费/花时间

继续收集更多信息...

如果用户选择 E(其他)且描述模糊:

⚠️ 痛点强度:⭐⭐(弱痛点)
💡 建议:痛点不够清晰,可能是伪需求

您可以选择:
A) 继续调研(我需要更深入挖掘痛点)
B) 重新思考产品定位
C) 暂停,我需要更多信息

是否继续?

记录到变量 USER_PAIN_POINTPAIN_INTENSITY

Read the full file on GitHub · 427 lines

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. 5d ago First seen · 427 lines · 147 tokens per session scan A 0adb08e6ddb6

Subscribe to this mod's changes

pm-demand is a skill published in the GitHub repository konglong87/superPM (61 stars, last pushed 2d ago), licensed MIT. It adds 147 tokens to every session and 4,179 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

multi-search

智能多引擎搜索,自动检测网络环境并按优先级切换:DuckDuckGo -> Tavily -> Bing API -> Bing爬虫。支持自动配额管理和网络缓存。Invoke when user needs web search with automatic engine selection and network adaptation.

Nex-ZMH/Agent-websearch-skill · 60 tokens

freeride

Manages free AI models from OpenRouter for OpenClaw. Automatically ranks models by quality, configures fallbacks for rate-limit handling, and updates openclaw.json. Use when the user mentions free AI, OpenRouter, model switching, rate limits, or wants to reduce AI costs.

Shaivpidadi/FreeRide · 63 tokens

deepsafe-scan

Preflight security scanner for AI coding agents — scans deployment config, skills/MCP servers, memory/sessions, and AI agent config files (hooks injection) for secrets, PII, prompt injection, and dangerous patterns. Runs 4 model behavior probes (persuasion, sandbagging, deception, hallucination). Supports LLM-enhanced…

XiaoYiWeio/deepsafe-scan · 120 tokens

mapick

Mapick — Skill recommendation & privacy protection for OpenClaw. Scans your local skills, suggests what you're missing, and keeps other skills from seeing your sensitive data.

mapick-ai/mapick · 37 tokens

douyin-upload-mcp-skill

通过抖音创作者平台(creator.douyin.com)发布视频和图文内容。首选调用 MCP 工具完成操作,MCP 无法满足时可运行 Skill 脚本兜底。禁止自行启动外部浏览器访问抖音。.

WJZ-P/douyin-upload-mcp-skill · 67 tokens

team-tasks

Coordinate multi-agent development pipelines using shared JSON task files. Use when dispatching work across dev team agents (code-agent, test-agent, docs-agent, monitor-bot), tracking pipeline progress, or running sequential/parallel workflows. Covers project init, task assignment, status tracking, agent dispatch via…

win4r/team-tasks · 88 tokens