用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/mjrtl/pm-agent-skills --skill setup-initiative命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
Full Continuous Discovery Habits pipeline: create interview snapshots, synthesize patterns, create opportunities, generate solutions, and identify and test assumptions.
ICE-based idea prioritization with evidence-guided confidence scoring. Score ideas on Impact, Confidence, and Ease to propose execution priority.
Expert product coach and advisor mode. You are a strategic copilot for a Product Manager, proactively guiding, challenging, and sharpening their thinking in product strategy, execution, and stakeholder management.
正在显示 SKILL.md
| name | Setup Initiative |
| description | Scaffold a new initiative folder with standardized structure and customized templates for PM workflows. |
Create a new initiative folder with standardized structure and populate with customized templates. This automates the tedious setup process while ensuring consistency across all initiatives.
Gather initiative details
mobile-app-redesign)Create initiative folder structure
initiatives/[initiative-name]/ folderCustomize README.md
[Initiative Name] with the actual initiative name[Product Manager Name] with the owner's nameInitialize placeholder files
.gitkeep files in empty folders to preserve structureIf you have shell access, run:
./scripts/setup-initiative.sh <initiative-name> "<Owner Name>" "<Goal description>"
This creates the full folder structure with all templates.
Create the following structure manually using file creation tools:
initiatives/[initiative-name]/
├── README.md
├── user-interviews/
│ ├── README.md
│ ├── snapshots/
│ ├── synthesis/
│ └── transcripts/
├── opportunities/
│ └── README.md
├── assumptions/
│ └── README.md
├── solutions/
│ └── README.md
├── design/
│ └── README.md
├── product-analytics/
│ └── README.md
├── prd/
│ └── README.md
└── tasks/
└── README.md
Use the templates in templates/ as the content for each README.md, replacing placeholders with actual initiative details.
mobile-app-redesign, checkout-optimization)2024q1-mobile-redesign)After creating the initiative structure, remind the user about these workflow integrations:
user-interviews/snapshots/user-interviews/synthesis/opportunities/assumptions/solutions/design/design/prd/tasks/After creation, verify:
After successful creation, provide:
User: "Create a new initiative for mobile app redesign, owned by Sarah Kim"
Agent:
- Creates: initiatives/mobile-app-redesign/
- Customizes README with "Mobile App Redesign" and "Sarah Kim"
- Provides next steps for user research, design brief creation, and PRD creation