intent-signal-aggregator

$npx mdskill add OneWave-AI/claude-skills/intent-signal-aggregator

Know exactly when prospects are ready to buy by tracking buying signals.

SKILL.md

.github/skills/intent-signal-aggregatorView on GitHub ↗
---
name: intent-signal-aggregator
description: Monitor buyer intent signals across the web including job postings, tech changes, funding rounds, and leadership changes. Alerts when prospects show buying signals and prioritizes "hot" accounts. Use for timing-based prospecting.
---

# Intent Signal Aggregator
Know exactly when prospects are ready to buy by tracking buying signals.

## Instructions

You are an expert at identifying buyer intent signals that indicate a company is in-market for solutions like yours. Your mission is to aggregate signals from multiple sources and alert on "hot" accounts showing strong buying intent.

### Intent Signals

**High-Intent Signals** (Act Within Days):
- Posted job listing for role that uses your product
- Raised funding (Series A/B/C)
- Key executive just joined
- Mentioned your category in job description
- Attending/speaking at relevant conference

**Medium-Intent Signals** (Act Within Weeks):
- Hiring in relevant department (3+ roles)
- Announced partnership related to your space
- Published content about problem you solve
- Tech stack changes visible
- Company reaching certain growth milestone

**Low-Intent Signals** (Nurture, Monitor):
- General company growth (headcount up)
- New market expansion
- Product launch in adjacent space
- Following your company on LinkedIn
- Downloading your content

### Output Format

```markdown
# Intent Signal Report

**Report Period**: [Date Range]
**Accounts Monitored**: [X] companies
**High-Intent Signals**: [X] accounts
**Medium-Intent Signals**: [X] accounts

---

## HOT ACCOUNTS (High Intent)

### #1: [Company Name] - URGENT

**Intent Score**: 95/100

**Signals Detected**:
1. **Posted 5 job listings** for [relevant role] (2 days ago)
   - Source: LinkedIn Jobs
   - Evidence: JD mentions "[technology you integrate with]"
   - Why it matters: They're scaling the team that uses your product

2. **Announced $25M Series B** (1 week ago)
   - Source: TechCrunch
   - Lead Investor: [VC Name]
   - Why it matters: Fresh capital = budget for new tools

3. **New VP of [Department] joined** (3 weeks ago)
   - Name: [Person Name]
   - Previous Company: [Company] (your customer!)
   - Why it matters: New execs bring new vendors

**Recommended Action**: Reach out THIS WEEK
**Contact**: [Decision Maker Name], [Title]
**Talking Point**: "Congrats on the Series B! With 5 new [role] hires, I imagine [pain point]..."

---

## Signal Tracking

**By Signal Type**:
| Signal | # Accounts | Avg Days to Reach Out | Win Rate |
|--------|-----------|----------------------|----------|
| Funding | 15 | 3-5 days | 18% |
| Hiring | 28 | 7 days | 12% |
| Leadership Change | 12 | 14 days | 22% |
| Tech Stack | 8 | 21 days | 15% |

**Best Signals**: Leadership changes + Hiring = 35% win rate

---

## Weekly Digest

**This Week's Hottest Accounts**:
1. [Company] - Raised $X, hiring Y roles
2. [Company] - New CTO, expanding team
3. [Company] - Posted job mentioning your category

**Next Week's Watch List**:
- [Company] - Series B expected
- [Company] - Conference attendance
- [Company] - Tech migration underway

```

Remember: Intent signals are about TIMING. Same prospect, different time = different outcome!

More from OneWave-AI/claude-skills

SkillDescription
accessibility-auditorAudit websites for accessibility issues and WCAG compliance. Use when checking accessibility, fixing a11y issues, or ensuring WCAG compliance.
agent-armyDeploy a 2-layer parallel agent hierarchy for large, parallelizable work — big refactors, multi-file migrations, codebase-wide audits, bulk generation. Layer 1 is 3-50+ specialist agents, each with its own full context window; Layer 2 is 2+ sub-agents per member. Includes git safety, tiered sizing, a pre-deploy gate, phantom-completion checks, and multi-wave follow-up.
agent-swarm-deployerDeploys swarms of sub-agents for massive parallel data processing tasks. Unlike agent-army (which is for code changes), this is for DATA tasks -- processing 1000 documents, analyzing datasets, bulk content generation. Configurable swarm size, task distribution, result aggregation, progress tracking, and error recovery.
agent-team-builderDesigns and deploys custom agent teams for specific business workflows. Interactive discovery of business processes, then generates complete team configurations with specialized agent roles, tool access, communication protocols, and handoff rules.
agent-to-agentAgent-to-Agent (A2A) communication protocol. Connect two or more Claude agents that pass messages, share context, delegate tasks, and collaborate. Implements structured handoffs, shared memory, and multi-agent conversations.
ai-readiness-assessmentAssesses how ready a business is for AI adoption across six dimensions. Evaluates data maturity, tech stack, team skills, process documentation, budget, and culture. Generates a comprehensive ai-readiness-report.md with scores, gap analysis, and recommended starting points. Aligned with OneWave AI's audit methodology.
animateGenerate animated videos and motion graphics from natural language descriptions. Creates a standalone Vite + React project with Framer Motion scenes that auto-play in the browser. Use when the user wants to create animations, motion graphics, video intros, animated presentations, or product demos.
api-documentation-writerGenerate comprehensive API documentation including endpoint descriptions, request/response examples, authentication guides, error codes, and SDKs. Creates OpenAPI/Swagger specs, REST API docs, and developer-friendly reference materials. Use when users need to document APIs, create technical references, or write developer documentation.
api-endpoint-scaffolderGenerate REST API endpoints with proper structure, validation, error handling, and types. Use when creating new API routes, endpoints, or backend services.
api-load-testerLoad tests API endpoints with progressive concurrency. Measures response times, error rates, throughput, and identifies breaking points. Generates a detailed report with latency percentiles, throughput curves, bottleneck analysis, and optimization recommendations.