원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
Extract and prioritize opportunities from interview snapshots and synthesis using the Opportunity Solution Tree framework.
Generate consistent design briefs with machine-readable JSON for Figma/Make and stakeholder-friendly Markdown summaries, integrated with your design system.
Full Continuous Discovery Habits pipeline orchestrator. Walks through all stages from initiative setup through assumptions testing, picking up where you left off.
Generate Figma Make-ready prompts from design briefs. Outputs optimized JSON within the 5000-character limit with proper component and token mapping.
Generate multiple solutions for identified opportunities through structured AI-human collaborative ideation, then evaluate and select the top 3.
Create a detailed, step-by-step task list from requirements or a PRD. Generates parent tasks first for review, then breaks down into sub-tasks.
SOC 직업 분류 기준
| name | Setup Initiative |
| description | Scaffold a new initiative folder with standardized structure and customized templates for PM workflows. |
| argument-hint | <initiative-name> |
Create a new initiative folder with standardized structure and populate with customized templates.
Gather initiative details
mobile-app-redesign)Create initiative folder structure
initiatives/[initiative-name]/ folderCustomize README.md
Initialize placeholder files
.gitkeep files in empty folders./scripts/setup-initiative.sh <initiative-name> "<Owner Name>" "<Goal description>"
Create the folder structure manually:
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
After creation, the user can use these skills in the initiative:
| Skill | Location |
|---|---|
/interview-snapshot | user-interviews/snapshots/ |
/synthesize-interviews | user-interviews/synthesis/ |
/create-opportunities | opportunities/ |
/generate-solutions | solutions/ |
/test-assumptions | assumptions/ |
/design-brief | design/ |
/figma-prompt | design/ |
/prd | prd/ |
/generate-tasks | tasks/ |
/process-tasks | tasks/ |
Follow the writing standards in _shared/writing-standards.md for all outputs.