Skills › Research & Intel › Industry Landscape Brief
Industry Landscape Brief
Build a comprehensive picture of an industry: key players, recent developments, and what the community is discussing.
Superpowers: handler_research · handler_monitor · handler_intel · handler_generate
When to use: You're entering a new market, preparing a board deck, or briefing leadership on an industry.
Steps
Get a synthesised overview of the industry
Superpower: handler_research — live API reference →
POST /v2/superpowers/handler_research
{
"task": "answer",
"query": "What is the current state of the [industry] market in 2026? Who are the main players and what are the key trends?"
}
Replace [industry] with your target sector.
Monitor what the community is actively discussing
Superpower: handler_monitor — live API reference →
POST /v2/superpowers/handler_monitor
{
"task": "trending",
"query": "[industry] market trends disruption",
"days": 30
}
Enrich the top company in the space
Superpower: handler_intel — live API reference →
POST /v2/superpowers/handler_intel
{
"task": "company_enrich",
"domain": "leading-company.com"
}
Use the leading company identified in step 1 to get data points for sizing the market.
Write the landscape brief
Superpower: handler_generate — live API reference →
POST /v2/superpowers/handler_generate
{
"task": "chat",
"prompt": "You are a strategy consultant. Write a 2-page industry landscape brief on [industry]. Sections: (1) Market overview and size, (2) Key players (with differentiators), (3) Recent developments and signals, (4) Emerging trends to watch, (5) Strategic implications. Data: [steps 1-3 results]"
}
From previous step: research answer (step 1) + trending data (step 2) + company data (step 3) → inject into prompt
Fetch this skill via API
GET /v2/skills/industry-landscape-brief
Authorization: Bearer sk-hndlr-...