【プロンプト】新規事業の壁打ちを加速させる多角的視点の質問生成プロンプト by Seed-Core
ビジネスの前提を覆し、革新的な視点を強制的に生成する高度なプロンプトエンジニアリング手法。
### [Framework: Multi-Vector Ideation Engine "Seed-Core v.0.1"] ```python """ SYSTEM DEFINITION: Seed-Core_Engine PURPOSE: Destabilize existing assumptions to accelerate business breakthrough. MODE: DESTRUCTIVE_CONSTRUCTIVE """ def generate_queries(business_concept): """ Apply the following 5-dimensional filters to the concept. The goal is not to improve the idea, but to force its evolution. """ # 1. The Frictionless Inversion (Structural Logic) # Why is this process still necessary? What if the "value" is a bug? def friction_inversion(): return [ f"If {business_concept} were a service that charged for 'time saved' vs 'time wasted', where does the profit leak?", f"Identify the 'invisible tax' your users pay to use your solution. How do you abolish it?", f"What happens if we remove the primary interface and make the service strictly peripheral?" ] # 2. The Anthropological Alien (Cultural Context) # Viewing the business as a relic of a dying civilization. def alien_view(): return [ f"An archeologist from 200 years in the future finds {business_concept}. They mistake it for a cult ritual object. What is its 'sacred' function?", f"Translate {business_concept} into a set of taboos for a society that values absolute silence.", f"How would an indigenous tribe repurpose the infrastructure of {business_concept} if they had no concept of 'monetization'?" ]