From 6de35bd5719bf03f8aec36b770febe19afc43183 Mon Sep 17 00:00:00 2001 From: promptadmin Date: Sat, 6 Jun 2026 20:28:34 +0000 Subject: [PATCH] Automated ingestion of prompt: Recursive Niche Deconstruction for Market Research --- ...deconstruction_for_market_research_1155.md | 59 +++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 prompts/general/recursive_niche_deconstruction_for_market_research_1155.md diff --git a/prompts/general/recursive_niche_deconstruction_for_market_research_1155.md b/prompts/general/recursive_niche_deconstruction_for_market_research_1155.md new file mode 100644 index 0000000..3ec5297 --- /dev/null +++ b/prompts/general/recursive_niche_deconstruction_for_market_research_1155.md @@ -0,0 +1,59 @@ +--- +title: "Recursive Niche Deconstruction for Market Research" +contributor: "@amvicioushecs" +tags: #general, #amvicioushecs +--- + +{ + "industry": "${industry}", + "region": "${region}", + "tree": { + "level": "Macro", + "name": "...", + "market_valuation": "$X", + "top_players": [ + { + "name": "Company A", + "type": "Incumbent", + "focus": "Broad" + }, + { + "name": "Company B", + "type": "Incumbent", + "focus": "Broad" + } + ], + "children": [ + { + "level": "Sub-Niche/Micro", + "name": "...", + "narrowing_variable": "...", + "market_valuation": "$X", + "top_players": [ + { + "name": "Startup C", + "type": "Specialist", + "focus": "Verticalized" + }, + { + "name": "Tool D", + "type": "Micro-SaaS", + "focus": "Hyper-Specific" + } + ], + "children": [] + } + ] + }, + "keyword_analysis": { + "monthly_traffic": "{region-specific traffic data}", + "competitiveness": "{region-specific competitiveness data}", + "potential_keywords": [ + { + "keyword": "...", + "traffic": "...", + "competition": "..." + } + ] + } +}