← ClaudeAtlas

landscape-researcherlisted

Market Landscape Researcher: orchestrates a full end-to-end landscape research workflow for any software solution category. Builds a research prompt from a proven template, runs it across 7 AI platforms in parallel (via the orchestrator skill), synthesises the responses into a structured 9-section Market Landscape Report, and auto-launches an interactive HTML report viewer. USE THIS SKILL whenever the user wants any of: a market landscape report, competitive landscape analysis, market overview, vendor landscape, category survey, ecosystem analysis, or industry landscape for any software category. Also trigger when the user says things like "map the market for X", "give me a Gartner-style analysis of X", "which tools are leaders in X", "compare all the tools in X", "landscape for X", or "research the X market". This skill is also invoked by the orchestrator skill's routing logic when it detects landscape-research intent. DEEP mode is the default — landscape reports benefit from deep, multi-source research.
alo-exp/multai · ★ 2 · AI & Automation · score 63
Install: claude install-skill alo-exp/multai
# Landscape Researcher Skill This skill produces a world-class, analyst-grade Market Landscape Report for any software solution category by running your prompt across 7 AI platforms and synthesising the results. Follow the phases below in order. --- ## Phase 0 — Extract Inputs Extract from the user's request (ask if missing): - **Solution category** *(required)* — e.g., "Platform Engineering Solutions", "Project Management SaaS", "Customer Data Platforms" - **Target audience** *(optional, default: "CTOs, Heads of Engineering/Operations/Product, and senior procurement leads at SMBs")* - **Scope modifiers** *(optional)* — e.g., "focus on open-source options", "exclude enterprise-only tools", "SMB focus only" - **Domain** *(optional)* — infer from the category if possible (e.g., "devops-platforms"). Check if `domains/{domain}.md` exists. - **Mode** — default is `DEEP`. Override to `REGULAR` only if the user explicitly asks for a faster/lighter run. --- ## Phase 1 — Build Prompt ### Step 1: Load the prompt template Read `skills/landscape-researcher/prompt-template.md`. Extract the prompt from inside the fenced code block (between the ``` markers). ### Step 2: Fill placeholders Replace these placeholders in the extracted prompt: - `[SOLUTION_CATEGORY]` → the solution category from Phase 0 - `[TARGET_AUDIENCE]` → the target audience (use the default if not specified) - `[SCOPE_MODIFIERS]` → any scope modifiers, or **remove the entire `[SCOPE MODIFIERS]` line** if none #