一键导入
setup-initiative
Scaffold a new initiative folder with standardized structure and customized templates for PM workflows.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Scaffold a new initiative folder with standardized structure and customized templates for PM workflows.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 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.
Generate product documents: PRDs, 1-pagers, design briefs, and Figma Make prompts. Each document type has its own reference with detailed structure and process.
Review product strategy, vision, and OKRs using the PRISM framework, vision scoring, OKR sparring, and team structure guidance.
Generate implementation task lists from requirements, then process them one at a time with completion tracking and commit protocols.
| 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