Agent skill
client-research
Synthesize client research from meeting recordings, website data, and other resources into a comprehensive Markdown strategy document.
Filed under Prospecting and list building.
From Ken-Technology/cold-email-skills · 10 skills · 3 · pushed 2026-08-28
What it does when it runs
Synthesize client research from meeting recordings, website data, and other resources into a comprehensive Markdown strategy document. Use when the user uploads meeting transcripts, call recordings, or scraped website data and needs a complete client research document for GTM strategy, list building, or email copywriting. Triggers on requests like "create a client research doc", "summarize this client", "build a strategy document from these resources", or when multiple client-related sources are provided for synthesis.
Read from the skill and the 2 files bundled beside it. A skill’s own description is written to be selected by an agent, so it describes the job and not the dependencies.
- Keys and connectors you must supply
- None found.
- Hosts it reaches
- No third-party host appears in the skill or its bundled files.
- Tool permissions it declares
- No
allowed-toolsin the frontmatter. It only issues instructions, so there is nothing to bound. - Actions present in the files
- None. Instructions only.
Install it
View source on GitHub ↗git clone --depth 1 --filter=blob:none --sparse https://github.com/Ken-Technology/cold-email-skills.git /tmp/cold-email-skills git -C /tmp/cold-email-skills sparse-checkout set "client-research" mkdir -p ~/.claude/skills/client-research cp -R "/tmp/cold-email-skills/client-research/." ~/.claude/skills/client-research/
Picked up without a restart. A project skill of the same name is shadowed by your personal one. For one repository only, swap ~/.claude/skills for .claude/skills. Claude Code docs ↗
The folder is the same in every client that implements the format — 46 of them — so if yours is not above, only the destination changes.
The skill
Source on GitHub ↗Reproduced in full from Ken-Technology/cold-email-skills/blob/d670f1cbcbe0bda703b630425b013e38309fae4b/client-research/SKILL.md, which is licensed MIT (repository). 833 words, 28 headings.
Client Research Skill
Synthesize multiple research sources into a comprehensive client strategy document optimized for both human review and downstream AI agents (GTM strategy, list building, email copywriting).
Required Context
Before generating the research document, load all available client sources. {workspace} = the client campaign workspace (default ./cold-email/{slug}/ under the current directory):
Directory Structure Reference:
{workspace}/
├── research.md # Existing research (preserve metadata if updating) - THIS skill's output
├── notes.md # Optional client preferences
├── research/ # Source material: scraped website content,
│ └── website/ # transcripts, documents the user dropped in
└── {plan folders}/ # Past campaign plans (note what worked)
Sources may also arrive as user uploads or paths given in the conversation - use whatever is provided.
Inputs
Expect one or more of these source types:
- Meeting recordings/transcripts (Fireflies, Otter, Gong, etc.)
- Scraped website content
- Product documentation
- Competitor analysis
- Customer testimonials or case studies
- Sales materials
Output Format
Generate ONE document, {workspace}/research.md, with a quick-reference summary on top followed by the comprehensive research. This single file is what every downstream campaign skill reads.
Part 1: Summary (top of research.md)
Quick-reference section for daily use. See references/context-template.md for the exact structure. Key sections:
- Header metadata (client slug, created date, owner)
- Elevator Pitch - Short hook answering: "If I met {ICP} in an elevator with {Company}, what should I say in a couple seconds to make them really hooked?"
- About the Company - 3-paragraph executive summary
- Target Audience - Condensed ICP (1-2 paragraphs)
- Core Problems Solved - Bulleted list (3-5 items)
- Key Assets - Top 3 lead magnets (table format)
- Case Studies - Top 3 results (table format)
- Quick Links - Website, other client links
Part 2: Comprehensive research (rest of research.md)
Full research for strategy and copywriting. Generate with these sections in order:
# [Company Name] Strategy
## Elevator Pitch
> If you met [primary ICP - role/title at company type] in an elevator with [Company], what should you say in a couple seconds to make them really hooked?
[1-3 sentences. Plain English, no buzzwords. Lead with the specific pain or outcome that hits hardest for the ICP, then the mechanism. Should feel like something you'd actually say out loud, not marketing copy.]
## About the Company
### Summary
[3 paragraphs: Business overview, Differentiation & approach, Strategic context]
## Product
### What it is
[2-3 paragraphs on core functionality, technical approach, fundamental methodology]
### Benefits & Features
[Max 3 focused paragraphs on unique capabilities - not generic features]
### Problems it solves
[3-5 problems with structure: Problem Title, The Pain, The Solution, Outbound Angle]
### Why this matters
[2-3 paragraphs: Market timing, Financial impact, Operational reality]
### Pricing
[Tiers, ACV, sales cycle if available]
### Unique Competitive Advantages
[3-5 advantages with: What Makes This Different, Outbound Angle]
## Target Market
### Filters
[Table: Filter, Value, Rationale - for company size, industry, geography, roles]
### Core Problems Solved
[Numbered list of 3-5 core problems with business impact and urgency triggers]
## Assets
### Lead Magnets
[Top 3 existing lead magnets with: Type/Format, What It Is, What It Does, Strength Assessment, Access Details, Outbound Usage Strategy]
## Case Studies
[Top 3 case studies with: Customer Type, Situation, Results Achieved (with metrics), GTM Application]
## Additional Insights
[Past outbound efforts, sales process, channel performance, decision-maker dynamics, pain point language, onboarding model, strategic context - only what exists in sources]
Section Guidelines
Read references/section-prompts.md for detailed instructions on each section before writing.
Critical Rules
-
Extract, don't invent: Only include information present in the provided sources. Never suggest new ideas or speculate.
-
Avoid generic language: Never use "innovative", "cutting-edge", "AI-powered" without explaining the actual mechanism. Be specific about how things work.
-
Quantify when possible: Include specific metrics, percentages, dollar amounts, time savings. Numbers make content actionable for outbound.
-
Include outbound angles: Every problem, advantage, and lead magnet should have a concrete question or hook for cold email usage.
-
Prioritize by ICP fit: When selecting case studies, lead magnets, or problems to highlight, prioritize those most relevant to the primary target audience.
-
Write for dual audiences: Content must be scannable by humans AND parseable by AI agents. Use consistent headers and structured formats.
Quality Checklist
Before finalizing, verify:
- All sections populated from source material (or explicitly noted as "Not found in resources")
- No speculative or suggested content
- Specific metrics included where available
- Outbound angles are concrete questions, not vague statements
- Problems describe actual pain with business impact
- Competitive advantages explain WHY they're hard to replicate
- Lead magnets include access details or links when available
Output Handling
After generating the research document, tell the user the research is saved to {workspace}/research.md. Do not push to any platform or call any external API.
Files bundled with it
These load only when the skill asks for them, so they cost nothing until it runs.
Other skills for the same job
Different authors, same problem. Matched on the words in the skill name, across every library in the catalogue except this one.
- customer-research by coreyhaines31 · 50,138
- sales-research by zubair-trabzada · 1,318
- geo-content-research by onvoyage-ai · 1,303
- reddit-opportunity-research by onvoyage-ai · 1,303
- research-brand by onvoyage-ai · 1,303
- research-keywords by onvoyage-ai · 1,303
- auto-research-public by growthenginenowoslawski · 705
- domain-research by OpenClaudia · 691
Need help setting it up?
This page tells you what client-research does and what it needs. Cheetah builds the agent setup it runs inside: data, CRM, sequencing and the guardrails.
Book a call →The directory stays free. There is nothing gated behind this.