원클릭으로
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