SkillsEngineering › Tech Stack Intelligence

Tech Stack Intelligence

Research what technology stack a company uses — for competitive analysis, hiring planning, or integration scoping.

Superpowers: handler_intel · handler_research · handler_generate

When to use: You need to know what tech stack a company or competitor is running before a sales call, partnership, or integration.

Steps

Get company tech stack from enrichment data

Superpower: handler_intellive API reference →

POST /v2/superpowers/handler_intel
{
  "task": "company_enrich",
  "domain": "target-company.com"
}

Returns tech_stack field with detected technologies.

Research their engineering blog and job postings

Superpower: handler_researchlive API reference →

POST /v2/superpowers/handler_research
{
  "task": "answer",
  "query": "What does [Company]'s engineering team use? Look at their engineering blog, job postings, and open source contributions."
}

From previous step: result.name from step 1 → inject as [Company]

Produce a tech stack brief

Superpower: handler_generatelive API reference →

POST /v2/superpowers/handler_generate
{
  "task": "chat",
  "prompt": "Produce a tech stack brief for [Company]. Sections: (1) Frontend — frameworks and languages, (2) Backend — services and languages, (3) Infrastructure — cloud provider, CI/CD, databases, (4) Data & Analytics, (5) What this tells us about their engineering maturity and scale. Data: [steps 1-2]"
}

From previous step: enrichment data (step 1) + research (step 2) → inject

Outcome: Tech stack brief: frontend, backend, infrastructure, data stack, and engineering maturity assessment.

Fetch this skill via API

GET /v2/skills/tech-stack-intel
Authorization: Bearer sk-hndlr-...