// Extract partnership, funding, and stakeholder intelligence from meeting transcripts, emails, and conversations with real-time quality monitoring and template-based optimization
| name | Intelligence Extractor |
| description | Extract partnership, funding, and stakeholder intelligence from meeting transcripts, emails, and conversations with real-time quality monitoring and template-based optimization |
| version | 1.1.0 |
| author | 360 Social Impact Studios |
| created | "2025-03-14T00:00:00.000Z" |
| updated | "2025-11-22T00:00:00.000Z" |
| category | data-intelligence |
| complexity | medium |
| dependencies | ["Supabase (optional, for quality monitoring)","Asana (optional, for intelligence storage)","Zapier (optional, for automation)"] |
| outputs | ["JSON (structured intelligence data)","Asana tasks (if integrated)","Quality metrics (if dashboard enabled)"] |
This skill extracts structured intelligence from unstructured conversations (meeting transcripts, emails, notes) and outputs JSON data according to three specialized schemas: Partnership Intelligence, Funding Intelligence, and Stakeholder Intelligence.
Invoke this skill when the user requests:
First, determine the meeting type and select the appropriate template from templates/:
| Meeting Type | Template File | Complexity |
|---|---|---|
| New partnership exploration | 01-partnership-new.md | Medium |
| Existing partnership check-in | 02-partnership-existing.md | Low |
| Funder initial contact | 03-funder-initial.md | High |
| Grant application discussion | 04-funder-application.md | Medium |
| Board/governance meeting | 05-board-governance.md | High |
| Client sprint/planning | 06-client-sprint.md | High |
| Community stakeholder | 07-community-stakeholder.md | High |
| International/cross-cultural | 08-international-partner.md | High |
| Conference/networking | 09-conference-networking.md | Low |
| Crisis/problem-solving | 10-crisis-problem-solving.md | Medium |
Selection Logic:
Action: Read the appropriate template file to understand extraction priorities.
Before extracting, analyze the entire source:
Identify:
Cultural Context Clues:
Determine which intelligence type(s) are present:
Partnership Intelligence:
Funding Intelligence:
Stakeholder Intelligence:
Note: Sources often contain multiple types (e.g., partnership + stakeholder profiles of key contacts).
For each intelligence type found, extract according to the schema:
{
"type": "partnership",
"confidence": "high|medium|low",
"action": "create_new|update_existing|flag_for_review",
// Core identification
"organization_name": "string",
"partnership_type": "Brazilian Educational|Brazilian Corporate|US Corporate/VC|US Foundation|Asian Partner|European Impact|Government/Policy|Other",
"primary_contact": "string (name)",
"secondary_contacts": ["array of names"],
// Relationship metadata
"relationship_temperature": "Cold|Warming|Hot|Active Partner|Stalled",
"cultural_approach": "Relationship-First|Transaction-First|Hybrid|Hierarchical|Collaborative",
"decision_timeline": "Fast (<3 months)|Deliberate (3-6 months)|Glacial (>6 months)|Unclear",
"relationship_stage": "Initial Contact|Exploration|Negotiation|Active Partnership|Closed-Won|Closed-Lost",
// Strategic intelligence
"opening_opportunities": [
"Pain points or gaps they're trying to solve",
"Strategic priorities creating urgency"
],
"strategic_qualification_questions": [
"Questions that reveal decision-making authority",
"Questions that surface budget reality",
"Questions that test cultural fit"
],
"common_hesitations": [
{
"hesitation": "Their concern or objection",
"response_framework": "How to address it",
"proof_points": "Examples or data to reference (optional)"
}
],
"strategic_framing": {
"value_alignment_language": "How to frame 360's work in their terms",
"cultural_communication_adjustments": "Communication style needs",
"key_phrases": {
"alignment_signals": ["Phrases that indicate good fit"],
"misalignment_signals": ["Phrases that indicate problems"]
}
},
"walk_away_signals": [
"Red flags or deal-breakers observed or mentioned"
],
// This interaction
"interaction_notes": "Summary of this specific conversation",
"next_actions": ["Specific follow-up items"],
"relationship_owner": "Chandler|Eduardo|Felipe|Team|null"
}
{
"type": "funding",
"confidence": "high|medium|low",
"action": "create_new|update_existing|flag_for_review",
// Core identification
"funder_name": "string",
"program_name": "string or null",
"program_officer": "string or null",
"funder_type": "Foundation|Impact Investor|Government Program|Corporate Partnership|Philanthropic Family Office|Multi-lateral Org|Other",
// Opportunity details
"funding_amount_range": "<$50K|$50K-$250K|$250K-$1M|$1M-$5M|>$5M|Unclear",
"application_deadline": "YYYY-MM-DD or null",
"decision_expected": "YYYY-MM-DD or null",
"decision_timeline": "Fast (<2 months)|Standard (2-4 months)|Slow (4-6 months)|Very Slow (>6 months)|Unclear",
// Strategic intelligence
"decision_intelligence": {
"process": "Application stages, review process",
"decision_makers": "Who decides, how",
"success_rate_signals": "Competitive? High bar? Open to new grantees?",
"past_patterns": "Past funded projects, preferences"
},
"positioning_strategy": {
"how_to_frame": "How to position 360's work for this funder",
"evidence_needed": "Data? Stories? Research? Case studies?",
"differentiation": "What makes 360 stand out for this opportunity"
},
"requirements_mentioned": [
"Narrative components",
"Financial documents",
"Supporting materials"
],
"red_flags": [
"Deal-breakers or walk-away signals"
],
"success_factors": [
"What increases likelihood of funding",
"Unofficial guidance or hints",
"Relationships or connections that help"
],
"fit_assessment": {
"mission_alignment": "Excellent|Good|Moderate|Stretch|Poor",
"geographic_fit": "string describing fit",
"capacity_match": "Can we deliver what they fund?",
"values_alignment": "Any concerns or strong alignment notes"
},
// This interaction
"interaction_notes": "Summary of this specific conversation",
"next_actions": ["Follow-up items"],
"application_owner": "Chandler|Eduardo|Felipe|Team|null"
}
{
"type": "stakeholder",
"confidence": "high|medium|low",
"action": "create_new|update_existing|flag_for_review",
// Core identification
"full_name": "string",
"organization": "string",
"title_role": "string",
"stakeholder_type": "Board Member|Client Exec|Partner Leader|Community Champion|Policy Maker|Funder Contact|Academic/Researcher|Advisor|Other",
// Communication intelligence
"communication_style": "Direct & Efficient|Relational & Warm|Formal & Hierarchical|Collaborative & Inclusive|Data-Driven & Analytical|Visionary & Big-Picture|Mixed",
"communication_preferences": {
"meeting_format": "In-Person Priority|Video Comfortable|Phone Preferred|Email Primary|Flexible",
"response_time": "Very Fast (<24hrs)|Fast (1-3 days)|Moderate (3-7 days)|Slow (>1 week)|Inconsistent",
"language_preference": "English|Portuguese|Spanish|Multilingual|Other",
"preparation_needs": "How they like to prep for meetings"
},
// Cultural context
"cultural_context": "US Corporate|US Nonprofit|Brazilian|Latin American (other)|European|Asian|African|Multi-Cultural",
"cultural_communication_notes": {
"relationship_building_pace": "Fast trust|Slow cultivation|Relationship before business",
"formality_level": "Formal|Informal|Context-dependent",
"time_orientation": "Punctual|Flexible|Varies",
"decision_making_culture": "Individual|Consensus|Consultative|Hierarchical"
},
// Decision-making intelligence
"decision_authority": "Final Decision-Maker|Strong Influence|Advisory Voice|Limited Influence|Unknown",
"decision_making_intelligence": {
"decision_style": "Fast gut check|Deliberate analysis|Consensus-seeking|Consultative|Data-driven",
"information_needs": "What evidence persuades them",
"risk_tolerance": "High|Moderate|Low|Unknown",
"timeline_patterns": "Fast|Deliberate|Varies by situation"
},
// Strategic intelligence
"what_they_care_about": [
"Core values",
"Success metrics",
"Pressure points",
"Legacy questions"
],
"power_dynamics_awareness": "High (very conscious of equity/power)|Moderate (aware but inconsistent)|Low (not central to their thinking)|Unknown",
"systems_change_orientation": "Deep Systems Thinker|Open to systems thinking|Programmatic Focus|Transactional Orientation|Unknown",
// Working relationship intelligence
"relationship_stage": "New Contact|Building Trust|Established Relationship|Close Collaborator|Champion/Advocate",
"strategic_value": {
"level": "high|medium|low",
"reasoning": "Why they matter strategically"
},
"do_list": [
"Specific practices that work well with this person"
],
"dont_list": [
"Things to avoid, communication pitfalls"
],
// This interaction
"interaction_notes": "Summary of this specific interaction",
"next_actions": ["Follow-up items"],
"relationship_owner": "Chandler|Eduardo|Felipe|Team|null"
}
Assign confidence levels based on information quality:
High Confidence (70-100%):
Medium Confidence (40-69%):
Low Confidence (0-39%):
create_new:
update_existing:
flag_for_review:
CRITICAL - Always Follow:
nullIdentify and document connections between entities:
"cross_references": [
{
"type": "partnership_to_funder|stakeholder_to_partnership|etc",
"from": "Entity 1",
"to": "Entity 2",
"relationship": "Description of connection"
}
]
Common cross-references:
CRITICAL: Always output valid JSON wrapped in ```json blocks.
{
"extraction_summary": "Brief overview of what intelligence was found",
"intelligence_items": [
{
"type": "partnership|funding|stakeholder",
"confidence": "high|medium|low",
"action": "create_new|update_existing|flag_for_review",
// ... type-specific fields
}
],
"flagged_for_review": [
{
"reason": "Why human review is needed",
"context": "Relevant excerpt from source",
"entity": "Name of partnership/funder/stakeholder"
}
],
"extraction_metadata": {
"source_type": "meeting_transcript|email_thread|notes|other",
"source_date": "YYYY-MM-DD if determinable",
"participants": ["List of people involved"],
"meeting_type": "Classification if determinable",
"language": "english|portuguese|spanish|mixed",
"cultural_context": "Detected cultural context if relevant"
},
"cross_references": [
{
"type": "partnership_to_funder|stakeholder_to_partnership|etc",
"from": "Entity 1",
"to": "Entity 2",
"relationship": "Description of connection"
}
]
}
If Supabase quality monitoring is enabled, the JSON output will be logged to the database for real-time quality tracking via the dashboard at /intelligence-dashboard/.
Quality Metrics Tracked:
When a source contains multiple partnerships, funders, or stakeholders:
Handles:
Automatically flag for review:
Capture recurring patterns when observed:
{
"action": "flag_for_review",
"confidence": "low",
"flagged_for_review": [{
"reason": "Ambiguous decision authority - unclear if Maria can commit or needs board approval",
"context": "She said 'we need to discuss' but didn't specify who"
}]
}
{
"organization_name": "InovaEduK",
"primary_contact": "Maria Silva",
"opening_opportunities": null,
"strategic_qualification_questions": null,
"confidence": "low",
"action": "flag_for_review",
"flagged_for_review": [{
"reason": "Insufficient detail in source - only organization name mentioned",
"context": "Brief mention in passing, no substantive discussion"
}]
}
{
"flagged_for_review": [{
"reason": "Conflicting timeline information",
"context": "Maria said 'we need to move fast' but also 'we like to take time building trust' - unclear actual timeline expectations"
}]
}
This skill:
Always review before acting on extracted intelligence, especially for:
See .claude/skills/intelligence-extractor/ZAPIER-INTEGRATION.md for detailed automation setup.
Templates:
templates/00-template-selection-guide.md - Quick referencetemplates/01-partnership-new.md through templates/10-crisis-problem-solving.md - Specialized extraction templatesReferences:
references/intelligence-schemas.md - Complete JSON schema documentationreferences/cross-linking-architecture.md - Three-system integration guidereferences/quality-framework.md - Quality assessment frameworkreferences/cultural-intelligence.md - Cross-cultural communication guideExamples:
examples/partnership-extraction-example.mdexamples/funder-extraction-example.mdexamples/stakeholder-extraction-example.md