← 返回 Skills 市场
jahonn

AI PM Agent

作者 Jahonn Ding · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
147
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install ai-pm-agent
功能描述
AI-powered product management workflow agent. Use when the user wants to do product discovery, write PRDs, prioritize features, design experiments, plan laun...
使用说明 (SKILL.md)

PM Agent — AI Product Management Workflow

Four agents covering the full PM lifecycle: Research → Define → Validate → Launch. Each phase uses proven frameworks and produces structured artifacts. Human checkpoints between phases.

Phases

# Phase Agent Framework Output
1 Research Market & User Analyst JTBD + Design Thinking DISCOVERY.md
2 Define Product Strategist Opportunity Solution Tree + Amazon PRD PRD.md
3 Validate Experiment Designer Design Sprint + Lean BML EXPERIMENT.md
4 Launch Go-to-Market Lead Dual-Track Agile + OKR GTM.md

How to Use

Full Workflow

"I want to build [product idea]" → run all 4 phases
"Run pm-agent on [problem statement]"

Each phase spawns a focused subagent with the right prompt. The subagent asks questions, challenges assumptions, and produces a structured artifact.

Partial Workflow

  • "Just do a competitor analysis" → run Research only
  • "Help me prioritize my backlog" → run Define (RICE/Kano section)
  • "Write a PRD for this feature" → run Define with the feature description
  • "Plan a design sprint" → run Validate only
  • "Create a GTM plan" → run Launch only

Single Commands

  • /research — JTBD interview analysis, market sizing, competitive landscape
  • /define — Opportunity Solution Tree, PRD with Amazon Working Backwards
  • /validate — Experiment design, prototype testing plan, BML metrics
  • /launch — GTM strategy, OKRs, release checklist

Phase Details

Phase 1: Research (JTBD + Design Thinking)

Goal: Understand the problem before proposing solutions.

Spawn a subagent (Sonnet) with the Research prompt from references/prompts.md. It will:

  1. JTBD Analysis — Extract the "job" users are hiring the product for
    • Push factors (pain with current solution)
    • Pull factors (attraction of new solution)
    • Trigger event (what moment starts the search)
  2. Competitive Landscape — Map existing solutions and gaps
  3. Market Sizing — TAM/SAM/SOM with reasoning
  4. User Personas — 2-3 evidence-based personas (not fictional)
  5. Write DISCOVERY.md — Consolidated research artifact

Key question: "What job is the user hiring this product to do?"

Phase 2: Define (Opp. Tree + Amazon PRD)

Goal: Define what to build and why, before how.

Spawn a subagent (Sonnet) with the Define prompt. It reads DISCOVERY.md and produces:

  1. Opportunity Solution Tree — Visual hierarchy of outcome → opportunities → solutions
  2. Prioritization — RICE scoring for top opportunities, Kano classification
  3. Amazon PRD — Working Backwards: start with the press release, then FAQ
  4. User Stories — INVEST-compliant stories with acceptance criteria
  5. Write PRD.md — Complete product requirements document

Key rule: No solution before opportunity. No feature before user story.

Phase 3: Validate (Design Sprint + Lean)

Goal: Test assumptions before building.

Spawn a subagent (Sonnet) with the Validate prompt. It reads PRD.md and produces:

  1. Assumption Map — Classify by risk (lethality × uncertainty)
  2. Experiment Design — Lean BML cycle for riskiest assumptions
  3. Prototype Plan — What to mock up and how to test with 5 users
  4. Success Metrics — Quantitative pass/fail criteria per experiment
  5. Write EXPERIMENT.md — Validation plan with test scripts

Key rule: Test the riskiest assumption first, not the easiest.

Phase 4: Launch (GTM + OKR)

Goal: Ship and measure.

Spawn a subagent (Haiku) with the Launch prompt. It reads PRD.md and EXPERIMENT.md and produces:

  1. GTM Strategy — ICP, positioning, channel mix
  2. OKRs — 3 measurable objectives with key results
  3. Release Checklist — Pre-launch, launch day, post-launch tasks
  4. Feedback Loop — How to collect and act on user signals
  5. Write GTM.md — Launch plan with timelines

Key rule: Launch is not the end. It's the beginning of the BML cycle.

Model Selection

Phase Model Why
Research Sonnet Needs reasoning for market analysis
Define Sonnet Strategic decisions require depth
Validate Sonnet Experiment design needs critical thinking
Launch Haiku Mostly structured execution

Output Files

All phase outputs go to the project root:

  • DISCOVERY.md — Research findings (JTBD, personas, competitive landscape)
  • PRD.md — Product requirements (Opp. Tree, Amazon PRD, user stories)
  • EXPERIMENT.md — Validation plan (assumptions, experiments, metrics)
  • GTM.md — Launch plan (GTM, OKRs, checklist)

Each file is self-contained but references previous phases. You can run phases independently by providing the prerequisite context.

Frameworks Reference

For detailed framework guides (JTBD interview templates, RICE calculators, Amazon PRD templates), see references/frameworks.md.

Human-in-the-Loop

Each phase ends with a checkpoint:

  • Approve — proceed to next phase as-is
  • Edit — modify the artifact, then proceed
  • Rerun — provide feedback, regenerate the phase

This mirrors real PM work: AI drafts, humans decide.

安全使用建议
This skill appears coherent and safe in structure, but review the following before installing: (1) The agent will create and read the four project files in the workspace root — avoid running it in a directory that contains sensitive or unrelated files. (2) Don't paste secrets, API keys, or proprietary data into problem statements or supporting documents the agent will read. (3) The skill spawns subagents and chooses internal models (Sonnet/Haiku); verify those model names map to your environment's expected models and policies. (4) Because autonomous invocation is allowed by default, run an initial dry-run with non-sensitive inputs and confirm outputs and prompts behave as expected before granting broader access. (5) The skill's content promises 'evidence-based' personas and market estimates — those will be generated by the model and can be fabricated; always validate critical claims with real data.
功能分析
Type: OpenClaw Skill Name: ai-pm-agent Version: 1.0.0 The ai-pm-agent skill is a well-structured product management workflow tool that uses standard industry frameworks (JTBD, RICE, Amazon PRD) to generate documentation. The skill operates entirely within the context of product discovery and planning, with no evidence of data exfiltration, malicious execution, or unauthorized system access. All instructions in SKILL.md and references/prompts.md are aligned with the stated purpose of assisting a product manager.
能力评估
Purpose & Capability
The name/description (PM workflows: discovery, PRDs, prioritization, experiments, GTM) matches the SKILL.md and the two reference files. The skill requests no binaries, no env vars, and no install — all reasonable for an instruction-only PM drafting agent.
Instruction Scope
The SKILL.md is explicit about spawning phase-specific subagents and reading/writing four project files (DISCOVERY.md, PRD.md, EXPERIMENT.md, GTM.md). That is consistent with its purpose. Note: the instructions give subagents latitude to ask questions and 'challenge assumptions' (expected for a PM workflow), and they read/write files in the project root — if the agent has broader workspace access in your environment it could potentially read other files, but the skill itself only references the listed files.
Install Mechanism
No install spec and no code files are included (instruction-only). This is lowest-risk for installation because nothing will be downloaded or written by an installer.
Credentials
The skill declares no required environment variables, credentials, or config paths. That aligns with the described functionality (document drafting and structured PM workflows).
Persistence & Privilege
always:false (no forced inclusion). disable-model-invocation:false (agent may invoke autonomously) — this is the platform default and appropriate for an interactive workflow agent. The skill does not request persistent system-wide privileges or modify other skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ai-pm-agent
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ai-pm-agent 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: 4-agent PM lifecycle workflow using JTBD, Opportunity Solution Tree, Amazon PRD, Design Sprint, Lean BML
元数据
Slug ai-pm-agent
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

AI PM Agent 是什么?

AI-powered product management workflow agent. Use when the user wants to do product discovery, write PRDs, prioritize features, design experiments, plan laun... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 147 次。

如何安装 AI PM Agent?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ai-pm-agent」即可一键安装,无需额外配置。

AI PM Agent 是免费的吗?

是的,AI PM Agent 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

AI PM Agent 支持哪些平台?

AI PM Agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 AI PM Agent?

由 Jahonn Ding(@jahonn)开发并维护,当前版本 v1.0.0。

💬 留言讨论