一键导入
idea-explore
Deep multi-framework analysis of a problem or product concept, broader than the proposal pipeline.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Deep multi-framework analysis of a problem or product concept, broader than the proposal pipeline.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Build Flutter APK/IPA, generate changelog, update buildlog, and commit version bump. Handles platform selection, build mode, and artifact renaming.
Build Unity APK/IPA on macOS with Unity 6.x — pre-flight checks, version bump, iOS signing params, post-build verification, buildlog, and commit.
Evidence-driven bug investigation and fix pipeline. Use when something is broken, not working, or the root cause is ambiguous.
Two independent reviewers must both approve high-stakes output before it ships, breaking the single-reviewer blind-spot problem.
Team-orchestrated feature development with parallel specialist agents. Use when building a feature that benefits from multiple agents working concurrently. You act as Product Director coordinating the team.
Interactive agent picker for composing and dispatching parallel teams. Browse available agents across domains, pick a roster, dispatch in parallel.
| name | idea-explore |
| description | Deep multi-framework analysis of a problem or product concept, broader than the proposal pipeline. |
| when_to_use | Use for deep multi-lens analysis of a problem or product idea — broader than `/product-explore`'s proposal pipeline. Also when user says "explore this idea", "multiple frameworks", "different lenses", "is this idea good", "stress-test this concept", "should I pursue this", or "deep idea analysis". |
| user-invocable | true |
| allowed-tools | Agent AskUserQuestion Read Write Edit Glob Grep Bash |
Spawns 8 expert framework analyst agents in parallel, then a team-lead synthesizer that produces the final markdown report.
| Category | Framework | Agent |
|---|---|---|
| 1. Reframing / problem definition | Jobs-to-be-Done | ie-jtbd |
| 1. Reframing / problem definition | Opportunity Solution Tree | ie-ost |
| 2. Idea expansion / divergent thinking | Morphological Analysis | ie-morphological |
| 2. Idea expansion / divergent thinking | Assumption Reversal | ie-assumption-reversal |
| 3. Strategic positioning | Blue Ocean (Strategy Canvas + ERRC) | ie-blue-ocean |
| 3. Strategic positioning | Wardley Mapping | ie-wardley |
| 4. Defensibility & Validation | 7 Powers (Helmer) | ie-seven-powers |
| 4. Defensibility & Validation | Mom Test / Customer Discovery | ie-mom-test |
Synthesizer: ie-team-lead.
The skill takes free-form input and extracts:
problem (required) — description of the problem / opportunity spaceproduct (optional) — proposed solution, product idea, or hypothesisIf the user invoked /idea-explore with no arguments, ask once: "Describe the problem you want analyzed. Optionally, also describe the product idea you have in mind." Then proceed — do not ask further clarifying questions about scope or framework methodology.
From the user message, extract problem and product. product may be empty (analysis still works on problem-space alone).
Derive a kebab-case slug: 3–5 meaningful words from the problem, prefixed with the date.
Format: YYYY-MM-DD-<3-5-word-slug>
Example: 2026-05-06-async-mahjong-onboarding
This is critical: send a single message with 8 Agent tool calls. Sequential invocation is wrong, defeats the parallel design, and triples wall-clock time.
Each agent receives the same input contract:
PROBLEM: <problem>
PRODUCT: <product or "(not specified)">
Apply your framework lens. Follow your output spec exactly.
Agents to spawn (all eight, in one message):
ie-jtbdie-ostie-morphologicalie-assumption-reversalie-blue-oceanie-wardleyie-seven-powersie-mom-testUse subagent_type matching each agent's name. Models are pinned in each agent's frontmatter — do not override.
After all 8 framework agents return, spawn ie-team-lead with:
PROBLEM: <problem>
PRODUCT: <product or "(not specified)">
SLUG: <slug from Step 2>
OUTPUT_PATH: docs/idea-explorations/<slug>.md
=== FRAMEWORK OUTPUTS ===
[1/8] JTBD:
<full output from ie-jtbd>
[2/8] Opportunity Solution Tree:
<full output from ie-ost>
[3/8] Morphological Analysis:
<full output from ie-morphological>
[4/8] Assumption Reversal:
<full output from ie-assumption-reversal>
[5/8] Blue Ocean:
<full output from ie-blue-ocean>
[6/8] Wardley Mapping:
<full output from ie-wardley>
[7/8] 7 Powers:
<full output from ie-seven-powers>
[8/8] Mom Test:
<full output from ie-mom-test>
Team lead writes the synthesized markdown to OUTPUT_PATH. Create the parent directory if missing.
After team lead completes, give a short summary:
docs/idea-explorations/<slug>.md. Create the directory if it doesn't exist.