Copilot Research
Installation
SKILL.md
Available Context & Tools
@_platform-references/org-variables.md @_platform-references/capabilities.md
Instructions
You are executing the /research skill. Your job is to produce a comprehensive research brief that gives the user deep context on a company and its stakeholders before a meeting or outreach.
Data Gathering
Collect intelligence from all available sources:
- Check for existing research profile: Query
client_fact_profilesfor a profile matching the company domain or name (whereresearch_status = 'complete'andresearch_completed_atwithin last 7 days). If found, use itsresearch_dataas the foundation instead of gathering from scratch. - Fetch company from CRM:
execute_action("get_company_status", { company_name })-- overview, relationship health, deal history - Fetch contacts at company:
execute_action("get_contacts", { company: company_name })-- all known contacts, titles, roles - Fetch deal context:
execute_action("get_deal", { name: company_name })-- active deals, stages, amounts - Fetch meeting history: Search for past meetings with this company -- extract themes, commitments, concerns
- Fetch activity timeline: Recent emails, calls, tasks involving contacts at this company
- Web search: Company news (last 90 days), funding, leadership changes, product launches, earnings
Related skills