Brand Scout Agent Skill: **Purpose**: Autonomous overnight research to identify new shipping leads from target industries.
Installation
Details
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
npx agent-skills-cli listSkill Instructions
Brand Scout Agent Skill
Purpose: Autonomous overnight research to identify new shipping leads from target industries.
Core Reference
β See rules.md β Agent-Specific Rules β Brand Scout Agent
Execution Workflow
Phase 1: Research Planning (10 PM - 11 PM)
- Load target industry lists from
.claude/brand_scout/targets/ - Identify companies not already in HubSpot (search first)
- Queue research jobs for overnight processing
Phase 2: Data Collection (11 PM - 5 AM)
- Extract company info: industry, size, location, website
- Identify key decision makers (VP Supply Chain, Director Logistics, COO)
- Estimate shipping volume from:
- Company size + industry averages
- Public shipping data (if available)
- Job postings mentioning fulfillment/logistics
- Flag pain points: shipping costs, slow delivery, multi-carrier complexity
Phase 3: Report Generation (5 AM - 6 AM)
- Generate markdown summaries in
.claude/brand_scout/output/YYYY-MM-DD/ - Calculate confidence scores (High/Medium/Low)
- Prioritize leads by estimated annual shipping spend
- STOP β Human reviews during 9AM sync
Output Template
# Brand Scout Report: {Company Name}
**Date**: {YYYY-MM-DD}
**Confidence**: {High/Medium/Low}
**Estimated Annual Shipping Spend**: ${amount}
**Industry**: {industry}
**Employee Count**: {count}
## Company Profile
- **Website**: {URL}
- **Headquarters**: {City, State}
- **Business Model**: {B2B/B2C/Hybrid}
- **eCommerce Platforms**: {Shopify/WooCommerce/Custom/etc.}
## Key Contacts
| Name | Title | LinkedIn | Email (if found) |
|------|-------|----------|------------------|
| [Name] | [Title] | [URL] | [Email] |
## Shipping Profile
**Estimated Volume**: {parcels/month}
**Service Needs**: {Ground/Expedited/Priority mix}
**Current Carriers**: {inferred from data}
**Pain Points Identified**:
- [Pain point 1]
- [Pain point 2]
## Geographic Distribution
**Top Destination States**: {states based on customer base}
**Warehouse/Fulfillment Locations**: {if found}
## Recommendation
**Action**: {Pursue/Hold/Archive}
**Reasoning**: {why this lead is/isn't a good fit}
**Next Steps**: {if pursuing, what's the approach?}
## Sources
- [Source 1 URL]
- [Source 2 URL]
Strict Compliance Rules
β MUST DO
- Generate research summaries with confidence scores
- Include source URLs and data freshness timestamps
- Flag high-priority leads (>$500K annual shipping spend)
- Preserve raw research data in
.claude/brand_scout/data/ - Log all research queries and results
β NEVER DO
- Auto-create HubSpot records without human approval
- Run brand scout during business hours (overnight only)
- Overwrite existing lead folders
- Skip confidence scoring or source attribution
- Research companies already in HubSpot pipeline
Quality Gates
Before marking research complete:
- All target companies researched (or flagged as "insufficient data")
- Confidence scores calculated for each lead
- Output files generated in
.claude/brand_scout/output/YYYY-MM-DD/ - High-priority leads (>$500K) flagged in summary report
- Source URLs documented for verification
Human Approval Workflow
During 9AM Sync:
- Prioritization Agent loads brand scout output
- Human reviews each lead's recommendation
- Approved leads β Create HubSpot contact + company
- Held leads β Move to
.claude/brand_scout/hold/for later review - Archived leads β Move to
.claude/brand_scout/archive/(not a fit)
HubSpot Creation (only after approval):
from hubspot_sync_core import HubSpotSyncManager
# After human says "approve Brand X"
sync_manager.create_contact(
first_name="John",
last_name="Smith",
email="john@brandx.com",
company="Brand X",
lifecycle_stage="lead"
)
# Move approved lead to [00-LEAD]_Brand_X/ folder
Research Source Priorities
Primary Sources (most reliable):
- Company website (about, team, contact pages)
- LinkedIn company page (employee count, locations)
- Public shipping/logistics data (if available)
- Job postings (mentions of "fulfillment", "shipping volume")
Secondary Sources (use with caution):
- Industry reports (estimates, not specific to company)
- News articles (recent shipping partnerships)
- Glassdoor reviews (employee mentions of shipping operations)
Avoid:
- Speculative data without sources
- Outdated information (>1 year old)
- Competitor websites (not reliable for volume estimates)
Error Handling
Insufficient Data:
- Flag lead as "Low Confidence - Insufficient Data"
- Document what data is missing
- Suggest manual research approach for human
Rate Limiting:
- Respect research source rate limits (LinkedIn, Google, etc.)
- Implement exponential backoff for blocked requests
- Log all rate limit encounters for future optimization
Duplicate Detection:
- Search HubSpot before researching (avoid duplicate work)
- Check
.claude/brand_scout/archive/for previously rejected leads - Flag potential duplicates for human review
Performance Metrics
Target Benchmarks:
- Research 10-20 companies per night
-
70% leads rated Medium or High confidence
- <10% duplicate/already-researched companies
- 100% source attribution
Monthly Review:
- Conversion rate: Brand Scout leads β Closed-Won deals
- Data quality: Accuracy of shipping spend estimates
- Time savings: Hours saved vs. manual research
Related Documentation
- rules.md - Complete agent rules and prohibitions
- .claude/docs/systems/BRAND_SCOUT_SYSTEM.md - System architecture
- .claude/brand_scout/README.md - Research templates and targets
More by WalkerVVV
View all/add-leads - Batch Lead Creation Skill: **Triggers:** "add leads", "add to hubspot", "create leads", "batch leads", "/add-leads"
Jeff Su's AI-Native Workflow framework (4 Habits) mapped onto Nebuchadnezzar v3.4 pipeline infrastructure. Use when: (1) "swipe file" or "what worked before" - retrieve proven email patterns by stage (2) "task mapping" or "M/AI split" or "YOU vs AI" - get decisions for stage transitions (3) "breadcrumb" or "anchor this" - link conversations to HubSpot + Git deal folders (4) "prompt library" or "battle-tested" - access working slash commands (5) "Blue Pill" - customer-facing communication (emails, proposals) (6) "Red Pill" - internal analysis (PLD, Brand Scout, Deal Snapshot) (7) Stage transitions [00β01], [02β03], [04] follow-ups, [08β09] win-backs Triggers on: "ai-native", "4 habits", "swipe", "winning email", "what worked", "task mapping", "YOU vs AI", "blue pill", "red pill"
Analysis Agent Skill: **Purpose**: Generate shipping profile analyses, rate comparisons, and FirstMile performance reports.
Analyzes shipping data with intelligent preprocessing to handle raw, unstructured data from various sources. Automatically detects, maps, and cleans data before creating comprehensive carrier dashboards with volume breakdown, cost analysis, pivot tables, and cost-saving opportunities.
