一键导入
pm
Product management skill for PRD writing and acceptance review. Use when creating requirements documents or validating deliverables against acceptance criteria.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Product management skill for PRD writing and acceptance review. Use when creating requirements documents or validating deliverables against acceptance criteria.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Node.js + Express + MongoDB backend development for MEAN stack apps. Use when implementing server code: models, routes, controllers, middleware, config, and database connections.
Code review for MEAN stack apps. Use when reviewing backend (Express + MongoDB) and frontend (React) code for quality, security, architecture compliance, performance, and best practices.
Express.js API architecture for MEAN stack apps. Use when designing REST endpoints, middleware chains, authentication flows, error handling contracts, and request/response schemas.
React frontend development for MEAN stack apps. Use when implementing React components, pages, hooks, API integration, routing, state management, and responsive UI.
MongoDB database architecture for MEAN stack apps. Use when designing collections, schemas, indexes, relationships, and data modeling with Mongoose ODM.
Product management for MEAN stack apps. Use when writing PRDs, defining features, acceptance criteria, or reviewing deliverables for MongoDB + Express + React + Node.js projects.
| name | pm |
| description | Product management skill for PRD writing and acceptance review. Use when creating requirements documents or validating deliverables against acceptance criteria. |
This skill equips the PM agent with the knowledge and methodology to perform two critical pipeline roles:
The PRD is the contract between the user's intent and the squad's output. Every feature, every endpoint, every UI component traces back to a line in the PRD. If it is not in the PRD, it does not get built. If it is in the PRD, it must be delivered.
The PRD is consumed by every agent in the pipeline:
This means the PRD must be unambiguous, complete, and structured so that each agent can extract exactly the information it needs without interpretation.
Every user request, no matter how vague, must be decomposed into discrete, implementable features. Each feature must have:
Every acceptance criterion must be:
Bad: "User can log in" Good: "GIVEN a registered user with valid credentials, WHEN they submit the login form, THEN they receive a JWT token and are redirected to the dashboard within 2 seconds"
When writing PRDs for this stack, the PM must account for:
The PM does not design the architecture (that is the architect's job), but the PM must specify WHAT the system must do clearly enough that the architect can determine HOW.
During Phase 6, the PM systematically evaluates deliverables:
A single FAIL on a P0 criterion means REJECT. P1 failures may result in ACCEPT WITH CONDITIONS. P2 failures are noted but do not block acceptance.
See references/ for detailed examples and patterns.
docs/prd.md (or docs/prd-{feature-slug}.md for feature-specific PRDs)docs/acceptance-review.mduser-authentication, dashboard-analytics)references/. Changes to SKILL.md or scripts/ require user approval.