ワンクリックで
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 職業分類に基づく
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.
| 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.