Research
Run validated search processes from ./references/research-processes/. Each process has been tested across 25 companies, 4 tiers, 3,357+ searches with 90%+ accuracy.
Input
company_name - required
domain - required (used for site: searches)
category - what they do in 2-3 words (optional but improves accuracy for ambiguous names)
mode - which processes to run (default: profiles)
Modes
| Mode |
Processes |
Searches |
Use Case |
profiles |
find-profiles |
3-6 |
Quick company overview |
competitors |
find-competitors |
2-5 |
Competitive landscape |
growth |
find-growth-signals |
3-8 |
Marketing maturity assessment |
hiring |
find-hiring |
2-4 |
Growth trajectory via jobs |
reviews |
find-reviews |
3-6 |
Customer and employee sentiment |
news |
find-news |
2-5 |
Recent events and announcements |
negativity |
find-negativity |
3-6 |
Complaints and pain points |
founders |
find-founders |
2-4 |
Founder/CEO identification |
c-suite |
find-c-suite |
3-6 |
Executive team mapping |
full |
profiles + competitors + growth + hiring |
10-23 |
Core company intelligence |
deep |
All 9 company processes |
25-50 |
Comprehensive company research |
people |
founders + c-suite + directors + vp-leadership + department-heads + specialist-roles + people-creative |
20-40 |
Full org chart discovery |
Execution Flow
- User provides company_name, domain, and optional category/mode
- Read the process file(s) from
./references/research-processes/
- Fill
{{variable}} placeholders:
{{company_name}} - from input
{{domain}} - from input
{{category}} - from input (omit from query if not provided)
{{current_year}} - current year
- Execute searches using Serper (web search API) following each process's step order
- Follow stop conditions - skip remaining steps when conditions are met
- Respect kill lists - never run queries marked as KILL or in "do not search"
- Extract data points specified in each step's "extract from results" section
- Format output using the process file's output template
Key Rules
- Follow stop conditions - don't waste searches when you already have the data
- Respect kill lists - these queries are validated as ineffective or misleading
- Use the PRIMARY query pattern first - it's the highest-accuracy pattern per validation
- Category qualifier improves accuracy for ambiguous company names (Clay, Stripe, etc.)
- Tier awareness - T3/T4 (smaller companies) have thinner data for news, media, specialized roles. Don't chase what doesn't exist.
- Rate limit - pause 150ms between searches
Process Files Reference
Company processes:
find-profiles.md - company overview, funding, size, category
find-competitors.md - competitive landscape, alternatives, positioning
find-growth-signals.md - marketing infrastructure, content, social, community
find-hiring.md - careers page, ATS boards, hiring velocity
find-news.md - recent announcements, events, launches
find-negativity.md - complaints, criticism, pain points
find-reviews.md - customer and employee reviews, sentiment
find-pr-releases.md - press releases, official communications
People processes:
find-founders.md - CEO, founders, co-founders
find-c-suite.md - CTO, CMO, CRO, CPO, CISO, CFO, COO
find-vp-leadership.md - VP Sales, VP Marketing, VP Engineering
find-directors.md - Director-level across Sales, Marketing, Engineering
find-department-heads.md - Head of Growth, RevOps, Customer Success
find-specialist-roles.md - HR, Finance/Legal, Technical ICs
find-people-creative.md - people via media, platforms, authored content
find-job-role-insights.md - deep dive on specific job postings (companion to find-hiring)
Output
Use each process file's output template verbatim. For multi-process modes (full, deep, people), concatenate outputs with --- separators.
After outputting, offer to save to client folder: ./clients/{client}/research-{date}.md
Cost
- Serper: ~$0.001/search
profiles mode: ~$0.005
full mode: ~$0.02
deep mode: ~$0.05
people mode: ~$0.04
1---2name: research3description: Run validated search processes against a company or person. USE WHEN user says "research" OR "research [company]" OR "deep research" OR "find info on" OR "company research" OR "people research" OR wants structured company intelligence.4---56# Research78Run validated search processes from `./references/research-processes/`. Each process has been tested across 25 companies, 4 tiers, 3,357+ searches with 90%+ accuracy.910## Input1112- `company_name` - required13- `domain` - required (used for site: searches)14- `category` - what they do in 2-3 words (optional but improves accuracy for ambiguous names)15- `mode` - which processes to run (default: `profiles`)1617## Modes1819| Mode | Processes | Searches | Use Case |20|------|-----------|----------|----------|21| `profiles` | find-profiles | 3-6 | Quick company overview |22| `competitors` | find-competitors | 2-5 | Competitive landscape |23| `growth` | find-growth-signals | 3-8 | Marketing maturity assessment |24| `hiring` | find-hiring | 2-4 | Growth trajectory via jobs |25| `reviews` | find-reviews | 3-6 | Customer and employee sentiment |26| `news` | find-news | 2-5 | Recent events and announcements |27| `negativity` | find-negativity | 3-6 | Complaints and pain points |28| `founders` | find-founders | 2-4 | Founder/CEO identification |29| `c-suite` | find-c-suite | 3-6 | Executive team mapping |30| `full` | profiles + competitors + growth + hiring | 10-23 | Core company intelligence |31| `deep` | All 9 company processes | 25-50 | Comprehensive company research |32| `people` | founders + c-suite + directors + vp-leadership + department-heads + specialist-roles + people-creative | 20-40 | Full org chart discovery |3334## Execution Flow35361. User provides company_name, domain, and optional category/mode372. Read the process file(s) from `./references/research-processes/`383. Fill `{{variable}}` placeholders:39 - `{{company_name}}` - from input40 - `{{domain}}` - from input41 - `{{category}}` - from input (omit from query if not provided)42 - `{{current_year}}` - current year434. Execute searches using Serper (web search API) following each process's step order445. Follow **stop conditions** - skip remaining steps when conditions are met456. Respect **kill lists** - never run queries marked as KILL or in "do not search"467. Extract data points specified in each step's "extract from results" section478. Format output using the process file's output template4849## Key Rules5051- **Follow stop conditions** - don't waste searches when you already have the data52- **Respect kill lists** - these queries are validated as ineffective or misleading53- **Use the PRIMARY query pattern first** - it's the highest-accuracy pattern per validation54- **Category qualifier improves accuracy** for ambiguous company names (Clay, Stripe, etc.)55- **Tier awareness** - T3/T4 (smaller companies) have thinner data for news, media, specialized roles. Don't chase what doesn't exist.56- **Rate limit** - pause 150ms between searches5758## Process Files Reference5960**Company processes:**61- `find-profiles.md` - company overview, funding, size, category62- `find-competitors.md` - competitive landscape, alternatives, positioning63- `find-growth-signals.md` - marketing infrastructure, content, social, community64- `find-hiring.md` - careers page, ATS boards, hiring velocity65- `find-news.md` - recent announcements, events, launches66- `find-negativity.md` - complaints, criticism, pain points67- `find-reviews.md` - customer and employee reviews, sentiment68- `find-pr-releases.md` - press releases, official communications6970**People processes:**71- `find-founders.md` - CEO, founders, co-founders72- `find-c-suite.md` - CTO, CMO, CRO, CPO, CISO, CFO, COO73- `find-vp-leadership.md` - VP Sales, VP Marketing, VP Engineering74- `find-directors.md` - Director-level across Sales, Marketing, Engineering75- `find-department-heads.md` - Head of Growth, RevOps, Customer Success76- `find-specialist-roles.md` - HR, Finance/Legal, Technical ICs77- `find-people-creative.md` - people via media, platforms, authored content78- `find-job-role-insights.md` - deep dive on specific job postings (companion to find-hiring)7980## Output8182Use each process file's output template verbatim. For multi-process modes (`full`, `deep`, `people`), concatenate outputs with `---` separators.8384After outputting, offer to save to client folder: `./clients/{client}/research-{date}.md`8586## Cost8788- Serper: ~$0.001/search89- `profiles` mode: ~$0.00590- `full` mode: ~$0.0291- `deep` mode: ~$0.0592- `people` mode: ~$0.04