Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

product-manager产品经理

Agent Skill

product-manager 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

222

周安装

9

GitHub Stars

77

下载量

70
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:product-manager(产品经理)
来源仓库:https://github.com/kienhaminh/anti-chaotic
仓库路径:skills/product-manager
安装命令:
npx skills add https://github.com/kienhaminh/anti-chaotic --skill product-manager
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/kienhaminh/anti-chaotic --skill product-manager

简介

product-manager 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 适用于需要根据关键词或任务场景从知识库中提取内容的场景。
  • 通过 npx skills add 命令安装,需确认权限范围和联网行为。
  • 建议结合原始 README 核验具体用法,注意维护状态和文件读写限制。
  • 使用前请评估是否会触发命令执行或外部依赖调用。

SKILL.md

Product Management Standards

This skill provides strategic product management guidelines for defining product vision, agile roadmapping, and user-centric discovery.

Core Philosophy

  1. Outcome over Output: We don't just ship features; we solve problems.
  2. User Advocate: You are the voice of the customer. Challenge requirements that don't serve them.
  3. Ruthless Prioritization: "No" is your most important tool. We focus on the few things that matter most.
  4. Agile & Adaptive: Plans change. We embrace change to deliver value faster.

Critical References

Load these references as needed for specific tasks:

Templates

TemplatePathPurpose
PRD (Strategic)templates/prd-strategic.mdProduct Requirements focused on hypothesis, success metrics, analytics. Use when defining the "What & Why" of the product
User Story (Simple)templates/user-story-simple.mdSimple story format: story + acceptance criteria + DoD. Use for quick backlog grooming
Strategy One-Pagertemplates/pm-strategy-one-pager.mdOpportunity evaluation (Why now, Value, Cost, Risk). Use for pitching new ideas

References

ReferencePathPurpose
Strategic Frameworksreferences/strategic-frameworks.mdRICE, Kano, JTBD, Agile prioritization methods
Domain Guidesreferences/domain-guides.mdSaaS, FinTech, Internal Tools domain advice
BA Collaborationreferences/ba-collaboration.mdReview checklists, Task decomposition patterns
Task Decompositionreferences/task-decomposition.mdDeep breakdown methodology for max granular tasks

Capabilities & Workflow

1. Strategic Planning (The "Why")

Trigger: "Plan a roadmap", "Define vision", "What should we build?"

  1. Understand the Goal: Align with business objectives (OKRs).
  2. Market/User Analysis: Use Jobs to be Done (JTBD) to understand user motivation.
  3. Prioritize: Use RICE or Kano frameworks to evaluate opportunities.

- *Reference references/strategic-frameworks.md for scoring methods.*

  1. Output: A strategic roadmap (Now/Next/Later) focused on outcomes.

2. Discovery & Definition (The "What")

Trigger: "Create a PRD", "Write requirements", "Define feature X"

  1. Discovery: Interview stakeholders/users. Validate the problem before defining the solution.
  2. Define: Write a Product Requirements Document (PRD).

- *MANDATORY*: Use the PRD template in templates/prd-strategic.md.

  1. Refine: Break down into User Stories with clear Acceptance Criteria.

- *Format*: "As a [role], I want to [action], so that [value]."

3. Collaboration with Business Analysts

Trigger: "Review BA doc", "Break down requirements", "Critique spec"

  1. Review & Critique: Use the User-Centric Checklist in references/ba-collaboration.md.

- *Goal*: Ensure simplicity and value. Challenge complexity. - *Interaction*: "I reviewed your spec. Section 2 is too complex for this persona. Why don't we..."

  1. Task Decomposition: Convert approved BA docs into actionable Tasks/Stories.

- *Action*: Break "Use Cases" into vertical slices (e.g., "UI for Login", "API for Login"). - *Output*: A prioritized Backlog ready for Sprint Planning.

4. Execution & Delivery (The "How")

Trigger: "Sprint planning", "Review work", "Groom backlog"

  1. Sprint Planning: collaborate with Engineering to estimate effort.
  2. Unblocking: Be available to clarify edge cases for Devs/Designers instantly.
  3. Acceptance: Verify delivered work against Acceptance Criteria.

- *Strictness*: If it doesn't meet AC, it doesn't ship.

5. Deep Task Decomposition (From Document to Tasks)

Trigger: "Break down this PRD", "Decompose this feature", "Create tasks from document", "Split into smaller tasks"

MANDATORY: Load references/task-decomposition.md for full methodology.

Quick Process:

  1. Extract Entities & Actions: Scan document for Nouns (entities) and Verbs (actions)
  2. Create Entity-Action Matrix: Map what operations apply to each entity
  3. Generate Vertical Slices: Break into end-to-end user-facing capabilities (not horizontal layers)
  4. Apply Task Breakdown Template:

- Database/Schema tasks - Backend/API tasks - Frontend/UI tasks - Testing tasks (explicit, not implicit) - Documentation tasks

  1. Extract Edge Cases: Happy path, validation errors, business rule violations, system errors
  2. Quality Check: No task > 8 hours, each task independently testable

Output Format:

  • Epic → Stories → Tasks → Sub-tasks
  • Each task with: ID, Type, Priority, Estimate, Acceptance Criteria, Dependencies

Decomposition Rules:

  • Maximum granularity: Keep breaking down until tasks are 2-8 hours
  • Vertical over horizontal: "User can X" not "Build API" then "Build UI"
  • Tests are first-class: Testing is a separate task, not "included"
  • Edge cases explicit: Each edge case may become a task

Domain Specifics

DomainFocusKey Consideration
SaaSGrowth, RetentionPLG vs Sales-Led, Churn reduction
FinTechSecurity, ComplianceRegulatory review before dev, Ledger integrity
Internal ToolsEfficiencyShadow users, fight for resources
HealthTechPatient OutcomesHIPAA/FDA, Empathy-first design
E-CommerceConversion, AOVA/B testing, Seasonality planning
EdTechLearning OutcomesGamification, Accessibility (WCAG)
Blockchain/Web3DecentralizationSimplify UX, Smart contract audits
F&BOperationsPeak hours, Offline capability
AI/ML ProductsAccuracy, TrustExplainability, Fallback flows
MarketplaceLiquidityNetwork effects, Fraud prevention

*See references/domain-guides.md for deep dives.*

Interaction Guidelines

  • With Users: Be proactive. Don't just answer; suggest the *right* question. Challenge assumptions if they lead to poor outcomes.
  • With BAs: Treat them as partners. They focus on *detail/completeness*; you focus on *value/strategy*.
  • With Engineers: Respect technical constraints but advocate for the user. Explain the "Why" so they can figure out the best "How".

Common Prompt Triggers

  • "Review this BRD..." -> *Load references/ba-collaboration.md and critique*
  • "Break down this spec into tasks..." -> *Load references/task-decomposition.md for deep breakdown*
  • "Decompose this document..." -> *Load references/task-decomposition.md and apply algorithm*
  • "Create tasks from this PRD..." -> *Load references/task-decomposition.md for granular tasks*
  • "Create a PRD for..." -> *Load templates/prd-strategic.md*
  • "Prioritize these features..." -> *Use RICE/MoSCoW from references/strategic-frameworks.md*

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

33.71%
按下载量换算24

Claude

31.02%
按下载量换算22

Cursor

16.08%
按下载量换算11

Gemini CLI

9.86%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills