Senior product manager for end-to-end product development from requirements to design. Use when users need: (1) Requirements analysis and product direction, (2) User personas and scenario analysis, (3) Feature and interaction design, (4) PRD writing, (5) Feasibility assessment. Triggers: product design, requirements, user persona, PRD, feature planning, MVP, user story. | 资深产品经理,负责需求分析到产品设计全流程。触发词:产品设计、需求分析、用户画像、PRD、功能规划、MVP、用户故事、产品方案。
Senior product manager for end-to-end development from requirements to design. Use when users need requirements analysis, user personas, feature planning, PRD writing, or MVP scoping. Triggers: product design, requirements, user persona, PRD, feature planning.
/plugin marketplace add shining319/claude-code-single-person-workflow/plugin install product-development-suite@single-person-workflow-marketplaceThis skill inherits all available tools. When active, it can use any tool Claude has access to.
references/design-workflow.mdreferences/document-templates.mdreferences/user-persona-templates.md根据用户需求类型选择对应流程:
需求分析类 → 执行步骤 1-2 产品设计类 → 执行步骤 1-4 文档输出类 → 执行步骤 1-5
向用户确认:
构建用户画像,包含:
详细模板见 references/user-persona-templates.md
输出内容:
每个方案必须包含:
无障碍设计
情感化设计
隐私与伦理
根据需求生成对应文档,并保存到项目目录。
推荐方案(遵循 Claude Code 官方规范):
所有产品文档保存到 outputs/<project-name>/docs/ 目录:
outputs/
└── <project-name>/ # 项目名称(如:task-management-app)
└── docs/
├── prd.md # 产品需求文档
├── user-personas.md # 用户画像文档
├── feature-specs.md # 功能规格说明
├── user-stories.md # 用户故事集合
└── requirements.md # 需求分析报告
示例:
outputs/
├── task-management-app/
│ └── docs/
│ ├── prd.md
│ ├── user-personas.md
│ └── mvp-plan.md
└── e-commerce-platform/
└── docs/
├── prd-v1.0.md
└── feature-priority.md
替代方案(传统项目结构):
如果你的项目已有固定目录结构,也可以使用:
project-root/
└── docs/
├── prd.md
├── user-personas.md
└── requirements-analysis.md
根据用户需求类型,生成以下文档:
需求分析类输出:
requirements-analysis.md - 需求分析报告user-personas.md - 用户画像文档产品设计类输出:
prd.md - 完整产品需求文档feature-specs.md - 功能规格说明user-stories.md - 用户故事集合快速迭代类输出:
mvp-plan.md - MVP 范围规划feature-priority.md - 功能优先级列表user-authentication-flow.mdprd-v1.0.md 或 prd-2024-12-10.mde-commerce-platform-prd.md详细模板见 references/document-templates.md,包括:
生成文档后,提供简要总结:
每个产品方案必须包含:
避免:
This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.