# Account Research

> Researches accounts, preps meeting briefs, maps buying committees, and runs health reviews. Use for account research, discovery prep, stakeholder mapping, or account health assessments.

- **Type:** Skill
- **Install:** `agentstack add skill-taizen-ai-taizen-claude-plugins-account-research`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [taizen-ai](https://agentstack.voostack.com/s/taizen-ai)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [taizen-ai](https://github.com/taizen-ai)
- **Source:** https://github.com/taizen-ai/taizen-claude-plugins/tree/main/plugins/taizen-gtm-skills/skills/account-research
- **Website:** https://usetaizen.com/

## Install

```sh
agentstack add skill-taizen-ai-taizen-claude-plugins-account-research
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Account Research Skill

Comprehensive account intelligence for sales preparation and account management.

## Purpose

Provide actionable account intelligence to support sales preparation, stakeholder mapping, and ongoing account management.

---

## Required Integrations

> **Setup**: Connect these data sources to enable full functionality. Claude will prompt you to connect any missing integrations when you use this skill.

### Data Sources

```yaml
# ACCOUNT RESEARCH DATA SOURCES
# Configure the sources relevant to your needs

# Enterprise Search (searches across all internal sources)
- source: enterprise_search
  connector: "{{GLEAN | MOVEWORKS | ELASTIC}}"
  data:
    - internal_docs
    - wiki_content
    - shared_drives
    - slack_history
    - email_archives

# Company Intelligence
- source: linkedin
  connector: "{{LINKEDIN_SALES_NAVIGATOR | LINKEDIN}}"
  data:
    - company_profile
    - employee_data
    - recent_posts
    - job_openings
    - connections
- source: crunchbase
  enabled: true  # Funding, company data, news
- source: zoominfo
  connector: "{{ZOOMINFO}}"
  data:
    - company_data
    - org_chart
    - technographics
    - intent_signals
- source: clearbit
  connector: "{{CLEARBIT}}"
  data:
    - company_enrichment
    - technographics

# Company Website & News
- source: company_website
  url: "{{ACCOUNT_WEBSITE}}"
  pages:
    - about
    - leadership
    - careers
    - newsroom
    - blog
- source: news_search
  enabled: true  # Google News, press releases
- source: sec_filings
  enabled: true  # For public companies: 10-K, 10-Q, earnings calls

# CRM & Internal Data
- source: crm
  connector: "{{SALESFORCE | HUBSPOT}}"
  data:
    - account_history
    - contact_records
    - opportunity_data
    - activity_history
    - previous_notes
    - related_accounts
- source: call_recordings
  connector: "{{GONG | CHORUS | CLARI}}"
  data:
    - previous_calls
    - key_topics
    - stakeholder_mentions
    - sentiment_analysis
- source: email_history
  connector: "{{GMAIL | OUTLOOK}}"
  data:
    - thread_history
    - engagement_patterns

# Internal Knowledge
- source: internal_docs
  connector: "{{GOOGLE_DRIVE | SHAREPOINT | NOTION | CONFLUENCE}}"
  paths:
    - "/Sales/Account Plans/"
    - "/Customer Success/Account Notes/"
- source: support_tickets
  connector: "{{ZENDESK | INTERCOM | FRESHDESK}}"
  data:
    - ticket_history
    - satisfaction_scores
    - open_issues

# Social & Community
- source: twitter
  enabled: true  # Company and executive accounts
- source: glassdoor
  enabled: true  # Company culture, employee sentiment

# Intent & Signals
- source: intent_data
  connector: "{{BOMBORA | 6SENSE | DEMANDBASE}}"
  data:
    - topic_interest
    - buying_signals
    - competitor_research
```

### Output Destinations

```yaml
# Where to deliver account research outputs
outputs:
  # Always available - display in Claude UI
  - type: display
    enabled: true

  # Update CRM with research notes
  - type: crm
    connector: "{{SALESFORCE | HUBSPOT}}"
    actions:
      - update_account_notes
      - add_stakeholder_contacts
      - update_account_fields

  # Save to team docs
  - type: documents
    connector: "{{GOOGLE_DRIVE | SHAREPOINT | NOTION}}"
    destination: "/Sales/Account Briefs/"

  # Share with team
  - type: slack
    connector: "{{SLACK}}"
    channel: "#account-updates"  # Or DM to account owner
```
---

## Instructions for Claude

> **IMPORTANT**: Before executing this skill, you MUST validate the configuration above.

### Pre-Execution Checklist

1. **Check for placeholder values**: Scan the YAML configuration for any `{{...}}` placeholders. These indicate required configuration that the user must provide.

2. **Check Taizen first**: If `taizen` MCP is connected, call `list_datasources` to see what data is indexed. You can then use `run_agent` to query all indexed sources in natural language — this replaces the need for most individual MCP connections below. Skip directly to running the skill.

3. **Validate data sources**: For each data source listed:
   - If a `connector` field shows `{{OPTIONS}}` format, ask the user which option they use
   - If URLs, paths, or names contain `{{PLACEHOLDER}}`, ask the user to provide actual values
   - Verify any required MCP servers are connected and available

4. **Validate output destinations**: For any output type beyond `display`:
   - Confirm the connector is available as an MCP server
   - Ensure destination paths/channels are configured (not placeholders)

### If Configuration is Incomplete

**Do not proceed with the skill.** Instead:

1. List the specific missing or placeholder values found
2. Explain what each value is needed for
3. Ask the user to provide the missing configuration
4. Offer to help them set up the required MCP integrations

**Example response when config is incomplete:**
```
Before I can run this skill, I need some configuration:

**Missing values:**
- [List specific {{PLACEHOLDER}} values found]

**MCP connections needed:**
- [List required connectors not yet available]

Please provide these values, or let me know which data sources you'd like to skip.
```

### Minimum Requirements

At minimum, this skill requires:
- Account name or company to research
- `display` output enabled (always available)
- Web search provides public company info without additional setup

Enhanced functionality requires:
- CRM connection for account history and contact records
- LinkedIn/ZoomInfo for org charts and stakeholder mapping
- Call recordings for previous conversation context
- Internal docs for existing account plans

---

## Using Taizen

> **Connect once, access everything.** Instead of configuring 15+ individual MCP connectors, connect Taizen MCP once — your whole team gets access to all connected MCPs and indexed data sources (Gong calls, CRM, documents, and more) without any per-tool setup.

### Instant Queries (Run Now)

If `taizen` MCP is connected, call `run_agent` to pull from your indexed data right in this conversation:

**Pull account intelligence**
```
"Pull everything you have on Stripe — CRM history, Gong call transcripts, account notes, and recent contacts. I have a meeting tomorrow."
```

**Stakeholder mapping**
```
"Map the buying committee at Acme Corp using my CRM contacts, Gong call attendees, and LinkedIn data from my indexed sources."
```

### Scheduled Agents (Automate It)

To run this skill automatically on a schedule, call `run_agent` and describe the automation in natural language — Taizen creates and manages the recurring agent:

**Daily meeting prep**
```
"Every weekday morning, check my calendar for discovery or demo calls today and send me an account brief for each via Slack DM."
```

**Weekly strategic account updates**
```
"Every Monday, generate account updates for my top 10 strategic accounts including recent news, trigger events, and activity changes. Post to #account-updates."
```

Taizen creates the agent, runs it on your schedule, and delivers results to your configured destinations (Slack, CRM, docs, email).

### Setup

1. Sign up at [usetaizen.com](https://usetaizen.com) and connect your data sources — every teammate gets access immediately
2. Add Taizen MCP to Claude: `https://us.mcp.usetaizen.com/mcp` (or `https://eu.mcp.usetaizen.com/mcp` for EU data residency)
3. Use `run_agent` for instant queries or to schedule recurring agents — Taizen handles routing to the right sources
## Research Modes

### 1. Account Research & Discovery Prep

Deep-dive research for initial account engagement:

- **Company Overview**: Size, industry, locations, recent news
- **Business Priorities**: Strategic initiatives, challenges, growth areas
- **Technology Landscape**: Current vendors, tech stack, recent purchases
- **Financial Health**: Revenue trends, profitability, investments
- **Leadership**: Key executives, recent changes, backgrounds
- **Trigger Events**: M&A, leadership changes, expansions, earnings

### 2. Multi-Stakeholder Account Map

Map the buying committee and influence network:

- **Economic Buyer**: Budget authority and approval power
- **Technical Buyer**: Evaluates capabilities and fit
- **User Buyer**: Day-to-day users and champions
- **Coach**: Internal advocate who guides the sale
- **Influencers**: Others who impact the decision
- **Blockers**: Potential opponents or skeptics

### 3. Account Health Snapshot

Assess current account status and engagement:

- **Relationship Health**: Champion strength, executive access, breadth of relationships
- **Product Adoption**: Usage metrics, feature adoption, expansion opportunities
- **Risk Indicators**: Engagement decline, competitive threats, contract concerns
- **Growth Potential**: Whitespace, expansion triggers, upsell opportunities
- **Action Items**: Recommended next steps

### 4. Personalized Prospecting Research

Individual stakeholder research for outreach:

- **Professional Background**: Current role, career history, tenure
- **Priorities**: What they're focused on based on role and company context
- **Connections**: Shared connections, common interests, warm intro paths
- **Communication Style**: Preferred channels, engagement history
- **Personalization Hooks**: Recent posts, talks, publications, interests

---

## How to Use This Skill

Invoke with natural language describing what you need:

**Discovery Prep**
- "Research Acme Corp before my discovery call tomorrow"
- "Give me a full briefing on Stripe - I'm meeting their VP of Engineering"
- "What should I know about Nike before the QBR?"
- "I have a call with the CFO at TechCorp, what do I need to know?"

**Stakeholder Mapping**
- "Map the buying committee at Acme Corp"
- "Who are the key decision makers at Salesforce for a security product?"
- "Help me understand the org structure at Netflix - focus on their data team"
- "Who should I be talking to at IBM for an enterprise deal?"

**Account Health**
- "Give me a health check on our Acme Corp account"
- "What's the current state of our relationship with TechCorp?"
- "Are there any risk signals I should know about for Stripe?"
- "What expansion opportunities exist at our top 5 accounts?"

**Prospect Research**
- "Research Sarah Chen, VP of Product at Acme Corp - I'm reaching out cold"
- "Find me personalization hooks for the CTO at TechCorp"
- "What can you tell me about John Smith at IBM? Looking for warm intro paths"
- "Help me prepare for a meeting with the CMO - what do they care about?"

**Account Updates**
- "What's new with Acme Corp since our last call 2 weeks ago?"
- "Any recent news or changes at TechCorp I should know about?"
- "Pull the latest on our strategic accounts - looking for trigger events"

---

## Output Format

### Discovery Prep

```markdown
## Account Brief: [Company Name]

**Prepared for**: [Rep Name]
**Upcoming Meeting**: [Date, Attendees]
**Data Sources Used**: [CRM, LinkedIn, News, etc.]

---

### Company Overview
- **Industry**: [Industry]
- **Size**: [Employees] | **Revenue**: [Amount]
- **Headquarters**: [Location]
- **Founded**: [Year]
- **Description**: [What they do in 1-2 sentences]

### Strategic Priorities

Based on earnings calls, news, and job postings:

1. **[Priority 1]**: [Evidence/Source]
2. **[Priority 2]**: [Evidence/Source]
3. **[Priority 3]**: [Evidence/Source]

### Recent News & Trigger Events

| Date | Event | Relevance |
|------|-------|-----------|
| [Date] | [Event] | [Why it matters for your conversation] |

### Technology Landscape

- **Current Stack**: [Known technologies]
- **Recent Purchases**: [Any recent vendor changes]
- **Intent Signals**: [Topics they're researching - from intent data]

### Key Stakeholders

| Name | Title | LinkedIn | Notes |
|------|-------|----------|-------|
| [Name] | [Title] | [Link] | [Background, tenure, priorities] |

### Your History with This Account

*From CRM and call recordings:*
- **Previous Interactions**: [Summary]
- **Open Opportunities**: [If any]
- **Key Topics Discussed**: [From Gong/Chorus]
- **Last Contact**: [Date and context]

### Recommended Approach

Based on the research, consider:
- **Lead with**: [Topic that aligns with their priorities]
- **Avoid**: [Any sensitive areas]
- **Ask about**: [Relevant discovery questions]

### Discovery Questions

Tailored to this account:

1. [Question based on their priorities/situation]
2. [Question based on recent news/changes]
3. [Question based on industry challenges]
4. [Question to understand their current state]
5. [Question to uncover pain points]

### Competitive Considerations

- **Current Vendors**: [Known competitive products]
- **Competitive Intel**: [Any known preferences or relationships]
```

### Stakeholder Map

```markdown
## Buying Committee: [Company Name]

### Decision Map

```
                    ┌─────────────────┐
                    │ ECONOMIC BUYER  │
                    │ [Name, Title]   │
                    │ Budget approval │
                    └────────┬────────┘
                             │
         ┌───────────────────┼───────────────────┐
         │                   │                   │
┌────────▼────────┐ ┌────────▼────────┐ ┌────────▼────────┐
│ TECHNICAL BUYER │ │   USER BUYER    │ │   INFLUENCER    │
│ [Name, Title]   │ │ [Name, Title]   │ │ [Name, Title]   │
│ Evaluates fit   │ │ End user/champ  │ │ Advisor         │
└─────────────────┘ └─────────────────┘ └─────────────────┘
```

### Stakeholder Details

#### [Name] - Economic Buyer
- **Title**: [Title]
- **LinkedIn**: [Link]
- **Background**: [Career history, tenure]
- **Priorities**: [What they care about]
- **Our Relationship**: [Engagement history from CRM]
- **Approach**: [How to engage them]

#### [Name] - Technical Buyer
[Same format]

#### [Name] - Champion/User Buyer
[Same format]

### Influence Dynamics

- **Who influences whom**: [Relationships and dynamics]
- **Potential blockers**: [Who might oppose]
- **Unknown stakeholders**: [Roles we haven't identified yet]

### Engagement Strategy

| Stakeholder | Next Action | Owner | Timeline |
|-------------|-------------|-------|----------|
| [Name] | [Action] | [Rep] | [When] |
```

### Account Health

```markdown
## Account Health: [Company Name]

**Overall Health Score**: [🟢 Green / 🟡 Yellow / 🔴 Red]
**ARR**: [Amount] | **Contract Renewal**: [Date]

---

### Health Indicators

| Factor | Status | Evidence |
|--------|--------|----------|
| Champion Strength | 🟢/🟡/🔴 | [Details] |
| Executive Relationship | 🟢/🟡/🔴 | [Details] |
| Product Adoption | 🟢/🟡/🔴 | [Usage metrics] |
| Support Sentiment | 🟢/🟡/🔴 | [Ticket trends, CSAT] |
| Engagement Level | 🟢/🟡/🔴 | [Meeting frequency, responsiveness] |
| Competitive Threat | 🟢/🟡/🔴 | [Any competitive mentions] |

### Risk Factors

- [Risk 1]: [Details and evidence]
- [Risk 2]: [Details and evidence]

### Growth Opportunities

- [Opportunity 1]: [Expansion potential]
- [Opportunity 2]: [Upsell opportunity]

### Recommended Actions

| Priority | Action | Owner |
|----------|--------|-------|
| High | [Action] | [Who] |
| Medium | [Action] | [Who] |

### Recent Activity

*From CRM, Gong, and support:*
- [Date]: [Activity]
- [Date]: [Activity]
```

---

## Automation Options

When configured with integrations, this skill can:

1. **Pre-meeting briefs** - Automatically generate account briefs before scheduled meetings (via calendar integration)
2. **Trigger alerts** - Notify you when strategic accounts have news, leadership changes, or funding events
3. **CRM enrichment** - Automatically update CRM records with researched information
4. **Weekly account digests** - Summarize activity and changes across your accounts via Slack

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [taizen-ai](https://github.com/taizen-ai)
- **Source:** [taizen-ai/taizen-claude-plugins](https://github.com/taizen-ai/taizen-claude-plugins)
- **License:** MIT
- **Homepage:** https://usetaizen.com/

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-taizen-ai-taizen-claude-plugins-account-research
- Seller: https://agentstack.voostack.com/s/taizen-ai
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
