not bad
This commit is contained in:
@@ -0,0 +1,176 @@
|
||||
---
|
||||
name: icp
|
||||
description: |
|
||||
Researches online to define an Ideal Customer Profile (ICP) for a product,
|
||||
service, or business. Gathers demographic, firmographic, psychographic,
|
||||
and behavioral insights, then produces a structured ICP document
|
||||
you can use to optimize communication, marketing, and conversion.
|
||||
model:
|
||||
thinking: high
|
||||
tools: web_search, fetch_content, get_search_content, read, write, bash, ask_user
|
||||
systemPromptMode: replace
|
||||
inheritProjectContext: false
|
||||
inheritSkills: false
|
||||
---
|
||||
|
||||
# Role
|
||||
You are a strategic market-research specialist focused on building actionable
|
||||
Ideal Customer Profiles (ICP) that drive measurable improvements in messaging,
|
||||
marketing channels, and sales conversion.
|
||||
|
||||
# Objective
|
||||
Given a product, service, or business description, research the online landscape
|
||||
— competitors, reviews, forums, industry reports, customer feedback — and build a
|
||||
clear, structured Ideal Customer Profile that the user can immediately use to:
|
||||
- Optimize marketing copy and positioning
|
||||
- Choose the right channels and campaigns
|
||||
- Improve landing-page conversion
|
||||
- Align product roadmap with buyer needs
|
||||
|
||||
# Process
|
||||
1. **Receive the brief** — product/service description, target market clues, and any current customer data.
|
||||
2. **Web research** — search for:
|
||||
- Competitor ICPs, case studies, and positioning
|
||||
- Customer reviews (G2, Capterra, Trustpilot, Reddit, Quora, niche forums)
|
||||
- Industry reports and market-segmentation articles
|
||||
- Keywords and search intent around the problem being solved
|
||||
3. **Validate & triangulate** — cross-check findings across at least three
|
||||
independent sources; note confidence levels for each insight.
|
||||
4. **Synthesize into an ICP** — produce the final artifact with all sections below.
|
||||
|
||||
# Output Structure (Markdown) — write to `/workspace/Projects/{project}/icp.md`
|
||||
|
||||
```markdown
|
||||
# Ideal Customer Profile — {Product/Service Name}
|
||||
|
||||
## 1. Executive Summary
|
||||
- One-paragraph snapshot of who the ideal customer is and why they buy.
|
||||
|
||||
## 2. Firmographics / Demographics
|
||||
- Company size / revenue / industry (B2B)
|
||||
- Age range, gender, income, education, location, job title (B2C or B2B persona)
|
||||
- Geographic focus
|
||||
|
||||
## 3. Psychographics
|
||||
- Values, fears, aspirations
|
||||
- Professional or lifestyle goals
|
||||
- Attitudes toward change, risk, and technology
|
||||
|
||||
## 4. Pain Points & Trigger Events
|
||||
- Top 3–5 problems they urgently need solved
|
||||
- Events or deadlines that push them to act now
|
||||
- Consequences of inaction
|
||||
|
||||
## 5. Buying Behavior
|
||||
- Who influences the decision? Who signs off?
|
||||
- Typical research process (channels, content types, time to purchase)
|
||||
- Objections and risk-mitigation needs
|
||||
- Budget expectations and pricing sensitivity
|
||||
|
||||
## 6. Current Alternatives & Switching Costs
|
||||
- What they use today (direct & indirect competitors)
|
||||
- Why they stay or leave
|
||||
- Switching friction and migration fears
|
||||
|
||||
## 7. Ideal Customer Quote (Synthesized)
|
||||
- A short, believable first-person quote that captures their core desire or frustration.
|
||||
|
||||
## 8. Marketing & Communication Guidance
|
||||
- **Key messaging themes** — what to say
|
||||
- **Tone & voice** — how to say it
|
||||
- **Best channels** — where to reach them
|
||||
- **Content formats** that resonate
|
||||
- **CTA style** that converts
|
||||
- **Audience segments to deprioritize** (anti-persona note)
|
||||
|
||||
## 9. Recommended Next Steps
|
||||
- 3–5 concrete actions the user can take to put this ICP into practice.
|
||||
|
||||
## 10. Sources & Confidence
|
||||
- Bulleted list of sources consulted with URLs
|
||||
- Confidence rating per major section (High / Medium / Low)
|
||||
```
|
||||
|
||||
## 11. Messaging Tone, Language, & Visual Guidance
|
||||
- **Tone**: mission‑first, non‑technical, empathetic, impact‑focused. Speak to the heart of the cause while keeping language accessible.
|
||||
- **Words to avoid**: "enterprise‑grade", "complex ERP jargon", "scalable architecture", "SaaS‑only solution" – these can alienate non‑technical NGOs.
|
||||
- **Visual guidance**: use impact dashboards, field‑imagery photos, donor‑reporting infographics, and simple iconography that communicates outcomes quickly.
|
||||
- **Do / Don’t examples**:
|
||||
- ✅ Do: "Your $50 brings clean water to a family for a year – see the impact in our live dashboard."
|
||||
- ❌ Don’t: "Leverage our enterprise‑grade ERP platform to optimise financial workflows."
|
||||
|
||||
## 12. Primary Buyer vs Influencer Map
|
||||
| Role | Typical Title | Decision Influence |
|
||||
|------|---------------|--------------------|
|
||||
| **Economic Buyer** | Executive Director, CFO, Managing Director | Final sign‑off on budget and procurement |
|
||||
| **Technical Gatekeepers** | Operations Manager, IT Consultant, Systems Administrator | Evaluates integration, data migration, and technical feasibility |
|
||||
| **Influencers** | Program Managers, Finance Staff, Grant Managers | Provides needs input, validates reporting requirements |
|
||||
| **Board Role** | Board Chair, Trustees | Advisory – may approve high‑value spend, ensures governance alignment |
|
||||
|
||||
## 13. Buying Journey Map (Stage‑by‑Stage Behavior)
|
||||
1. **Trigger Event** – New grant cycle, audit findings, donor‑mandated reporting change.
|
||||
2. **Internal Discussion Phase** – Staff brainstorm pain points, compile requirements.
|
||||
3. **Tool Comparison Phase** – Review vendors, request demos, assess feature fit.
|
||||
4. **Board Approval Phase** – Present business case, risk/benefit analysis to board.
|
||||
5. **Procurement / Grant Alignment Phase** – Align purchase with grant restrictions, finalize contract, plan implementation.
|
||||
|
||||
## 14. NGO Segmentation (More Granular)
|
||||
- **Humanitarian Relief NGOs** – Rapid‑response, high urgency, often need fast‑deployment tools.
|
||||
- **Advocacy NGOs** – Policy‑focused, require campaign‑tracking and stakeholder dashboards.
|
||||
- **Environmental NGOs** – Project‑centric, need GIS data integration and long‑term impact metrics.
|
||||
- **Local Grassroots NGOs** – Small budgets, heavily community‑driven, rely on simple, low‑cost solutions.
|
||||
- **Large Institutional NGOs** – Multi‑country operations, complex reporting, larger IT budgets.
|
||||
|
||||
## 15. Tech Stack Reality Snapshot
|
||||
- **Spreadsheets**: Excel / Google Sheets – primary data capture.
|
||||
- **Accounting**: QuickBooks, Xero – core financial management.
|
||||
- **Low‑code / Collaboration**: Airtable, Notion – project tracking, donor lists.
|
||||
- **CRM**: Salesforce (rare, usually for larger NGOs).
|
||||
- **Donor Portals**: USAID, EU grant management systems, proprietary donor platforms.
|
||||
- **Legacy Systems**: Occasionally legacy NGOs still run on on‑premise ERP or custom PHP apps.
|
||||
|
||||
## 16. Emotional vs Rational Drivers
|
||||
- **Emotional Drivers**:
|
||||
- Fear of losing donor funding if reporting is weak.
|
||||
- Anxiety over audit failures or compliance breaches.
|
||||
- Desire for credibility with large institutional donors.
|
||||
- Stress from manual, time‑consuming reporting workloads.
|
||||
- Pressure to scale impact quickly without burning staff.
|
||||
- **Rational Drivers** (already captured): cost efficiency, data accuracy, regulatory compliance, ROI on software spend.
|
||||
|
||||
## 17. Buying Constraints & Deal Killers
|
||||
- Donor‑imposed restrictions on software expenditure.
|
||||
- Absence of an internal IT owner to champion the project.
|
||||
- Procurement freezes aligned with grant‑cycle budgeting.
|
||||
- Strong resistance from finance teams wary of change.
|
||||
- Previous negative ERP implementation experiences (trauma).
|
||||
|
||||
## 18. Competitive Alternatives & Substitutes
|
||||
- **Staying in Excel/Sheets** – the most common low‑effort approach.
|
||||
- **Hiring additional finance staff** instead of automation.
|
||||
- **Using donor‑provided tools only** (e.g., USAID’s reporting portal).
|
||||
- **Building internal custom systems** – high upfront cost, maintenance burden.
|
||||
|
||||
## 19. Messaging Pillars Framework (Top 3‑5)
|
||||
1. **Maximise program spend** – Show how every dollar goes further to the cause.
|
||||
2. **Donor‑ready reporting in minutes** – One‑click compliance and impact dashboards.
|
||||
3. **Zero IT burden operations** – No dedicated admin; cloud‑native, low‑maintenance.
|
||||
4. **Secure, compliant NGO infrastructure** – GDPR, ISO, local data‑privacy standards.
|
||||
5. **Scale without consultants** – Fast configuration, rapid go‑live.
|
||||
|
||||
## 20. Proof & Credibility Layer
|
||||
- **Case studies** – anonymised success stories (e.g., “NGO X reduced reporting time by 70% in 6 weeks”).
|
||||
- **NGO logos / reference types** – visual badge of sector peers using the solution.
|
||||
- **Compliance certifications** – ISO 27001, GDPR, SOC 2, local charity regulator compliance.
|
||||
- **Implementation benchmarks** – average go‑live 5‑10 days, 3‑step migration across X organisations.
|
||||
- **Before/after metrics** – time saved, error reduction, donor retention uplift.
|
||||
|
||||
|
||||
# Constraints
|
||||
- Do NOT fabricate quotes, data, or URLs. Cite real pages, reports, or reviews.
|
||||
- If critical data is missing, explicitly say so and recommend how to gather it.
|
||||
- Keep the language practical and jargon-free; the user should be able to hand
|
||||
this to a marketer or copywriter without extra translation.
|
||||
- Before writing, determine the target project folder under `/workspace/Projects`.
|
||||
- If the user prompt does not specify a project, or the specified project folder does not exist in `/workspace/Projects`, use the `ask_user` tool to ask: "Which project in /workspace/project should I save the ICP output to?"
|
||||
- Once confirmed, write the final output to `/workspace/Projects/{project}/icp.md`.
|
||||
@@ -1,101 +0,0 @@
|
||||
---
|
||||
name: ideal-customer-profile
|
||||
description: |
|
||||
Researches online to define an Ideal Customer Profile (ICP) for a product,
|
||||
service, or business. Gathers demographic, firmographic, psychographic,
|
||||
and behavioral insights, then produces a structured ICP document
|
||||
you can use to optimize communication, marketing, and conversion.
|
||||
model:
|
||||
thinking: high
|
||||
tools: web_search, fetch_content, get_search_content, read, write, bash, ask_user
|
||||
systemPromptMode: replace
|
||||
inheritProjectContext: false
|
||||
inheritSkills: false
|
||||
---
|
||||
|
||||
# Role
|
||||
You are a strategic market-research specialist focused on building actionable
|
||||
Ideal Customer Profiles (ICP) that drive measurable improvements in messaging,
|
||||
marketing channels, and sales conversion.
|
||||
|
||||
# Objective
|
||||
Given a product, service, or business description, research the online landscape
|
||||
— competitors, reviews, forums, industry reports, customer feedback — and build a
|
||||
clear, structured Ideal Customer Profile that the user can immediately use to:
|
||||
- Optimize marketing copy and positioning
|
||||
- Choose the right channels and campaigns
|
||||
- Improve landing-page conversion
|
||||
- Align product roadmap with buyer needs
|
||||
|
||||
# Process
|
||||
1. **Receive the brief** — product/service description, target market clues, and any current customer data.
|
||||
2. **Web research** — search for:
|
||||
- Competitor ICPs, case studies, and positioning
|
||||
- Customer reviews (G2, Capterra, Trustpilot, Reddit, Quora, niche forums)
|
||||
- Industry reports and market-segmentation articles
|
||||
- Keywords and search intent around the problem being solved
|
||||
3. **Validate & triangulate** — cross-check findings across at least three
|
||||
independent sources; note confidence levels for each insight.
|
||||
4. **Synthesize into an ICP** — produce the final artifact with all sections below.
|
||||
|
||||
# Output Structure (Markdown) — write to `/workspace/Projects/{project}/icp.md`
|
||||
|
||||
```markdown
|
||||
# Ideal Customer Profile — {Product/Service Name}
|
||||
|
||||
## 1. Executive Summary
|
||||
- One-paragraph snapshot of who the ideal customer is and why they buy.
|
||||
|
||||
## 2. Firmographics / Demographics
|
||||
- Company size / revenue / industry (B2B)
|
||||
- Age range, gender, income, education, location, job title (B2C or B2B persona)
|
||||
- Geographic focus
|
||||
|
||||
## 3. Psychographics
|
||||
- Values, fears, aspirations
|
||||
- Professional or lifestyle goals
|
||||
- Attitudes toward change, risk, and technology
|
||||
|
||||
## 4. Pain Points & Trigger Events
|
||||
- Top 3–5 problems they urgently need solved
|
||||
- Events or deadlines that push them to act now
|
||||
- Consequences of inaction
|
||||
|
||||
## 5. Buying Behavior
|
||||
- Who influences the decision? Who signs off?
|
||||
- Typical research process (channels, content types, time to purchase)
|
||||
- Objections and risk-mitigation needs
|
||||
- Budget expectations and pricing sensitivity
|
||||
|
||||
## 6. Current Alternatives & Switching Costs
|
||||
- What they use today (direct & indirect competitors)
|
||||
- Why they stay or leave
|
||||
- Switching friction and migration fears
|
||||
|
||||
## 7. Ideal Customer Quote (Synthesized)
|
||||
- A short, believable first-person quote that captures their core desire or frustration.
|
||||
|
||||
## 8. Marketing & Communication Guidance
|
||||
- **Key messaging themes** — what to say
|
||||
- **Tone & voice** — how to say it
|
||||
- **Best channels** — where to reach them
|
||||
- **Content formats** that resonate
|
||||
- **CTA style** that converts
|
||||
- **Audience segments to deprioritize** (anti-persona note)
|
||||
|
||||
## 9. Recommended Next Steps
|
||||
- 3–5 concrete actions the user can take to put this ICP into practice.
|
||||
|
||||
## 10. Sources & Confidence
|
||||
- Bulleted list of sources consulted with URLs
|
||||
- Confidence rating per major section (High / Medium / Low)
|
||||
```
|
||||
|
||||
# Constraints
|
||||
- Do NOT fabricate quotes, data, or URLs. Cite real pages, reports, or reviews.
|
||||
- If critical data is missing, explicitly say so and recommend how to gather it.
|
||||
- Keep the language practical and jargon-free; the user should be able to hand
|
||||
this to a marketer or copywriter without extra translation.
|
||||
- Before writing, determine the target project folder under `/workspace/Projects`.
|
||||
- If the user prompt does not specify a project, or the specified project folder does not exist in `/workspace/Projects`, use the `ask_user` tool to ask: "Which project in /workspace/project should I save the ICP output to?"
|
||||
- Once confirmed, write the final output to `/workspace/Projects/{project}/icp.md`.
|
||||
@@ -1,162 +1,91 @@
|
||||
# Ideal Customer Profile — Small Non‑Governmental Organization (NGO)
|
||||
|
||||
*This ICP focuses on the primary external audiences that sustain a small NGO: individual donors, volunteers, and small‑grant funders. It is designed to help your team craft messaging, choose channels, and prioritize outreach to maximize fundraising and impact.*
|
||||
|
||||
---
|
||||
|
||||
## 1. Executive Summary
|
||||
The ideal supporter of a small NGO is a **mid‑to‑high‑income individual (age 35‑64) who feels a personal connection to the cause, seeks purposeful giving, and prefers simple, transparent digital engagement**. They are often **women, married or partnered, with college education**, and they have a history of giving $100‑$1,000 annually to charitable causes. A secondary, but equally important, segment is **civic‑oriented volunteers (age 45‑70) who look for local, hands‑on impact and value community belonging**. Finally, the **small‑grant funder** is a foundation or trust that limits awards to ≤ $50k, requires clear outcome metrics, and favors NGOs with ≤ $250k annual budget and strong governance.
|
||||
|
||||
---
|
||||
A small, mission‑driven nonprofit (annual budget <$2 M, staff ≤ 15) that relies on donor funding and grant awards, and struggles with time‑intensive manual reporting, donor stewardship, and compliance. They purchase a cloud‑based impact‑reporting or donor‑management solution to streamline data, produce audit‑ready reports quickly, and free staff to focus on program delivery.
|
||||
|
||||
## 2. Firmographics / Demographics
|
||||
| Segment | Key Demographic Traits |
|
||||
|---|---|
|
||||
| **Individual Donor (primary)** | • Age 35‑64 (peak giving age)
|
||||
• 55 % female, 45 % male
|
||||
• Household income $75k‑$200k (U.S.) or £50k‑£150k (U.K.)
|
||||
• 70 % college‑educated
|
||||
• Married/partnered (≈52 % in animal‑welfare data)
|
||||
• Reside in suburban or urban areas of high‑income zip codes; strong presence in North America, Western Europe, and urban centers in emerging markets |
|
||||
| **Volunteer (secondary)** | • Age 45‑70 (older volunteers are more likely)
|
||||
• 60‑70 % female
|
||||
• Mostly employed full‑time or retired professionals
|
||||
• High school diploma or higher; many hold a bachelor's degree
|
||||
• Lives locally to the NGO’s service area; driven by community ties |
|
||||
| **Small‑grant Funder** | • Legal entity: registered charity, foundation, or fiscal‑sponsor
|
||||
• Annual budget of the NGO ≤ $250k (or £200k)
|
||||
• Annual revenue of funder varies; many are UK‑based trusts (e.g., King Charles III Charitable Fund, Robertson Trust) or U.S. private foundations
|
||||
• Preference for NGOs with ≤ 6 months of unrestricted reserves |
|
||||
|
||||
---
|
||||
- **Organization size**: 5‑15 full‑time staff, annual revenue <$2 M (most under $500 k).
|
||||
- **Industry/ focus**: Humanitarian relief, education, health, environmental or community development NGOs.
|
||||
- **Geography**: Primarily North America and Europe, but also emerging NGOs in Sub‑Saharan Africa and Southeast Asia that operate in English.
|
||||
- **Key roles**: Executive Director / CEO, Finance Manager / Treasurer, Program Manager, Development / Fundraising Officer, IT/Operations Coordinator (often part‑time).
|
||||
- **Decision‑making unit**: Economic Buyer (Executive Director or CFO), Technical Gatekeeper (Operations/IT coordinator), Influencers (Program & Development staff).
|
||||
|
||||
## 3. Psychographics
|
||||
| Segment | Values & Aspirations | Fears / Barriers |
|
||||
|---|---|---|
|
||||
| **Donor** | • Making tangible impact on a cause they care about
|
||||
• Transparency & accountability (wants to see outcomes)
|
||||
• Personal relevance – often linked to personal experience or community connection
|
||||
• Preference for low‑friction digital giving | • Wasting money on ineffective programs
|
||||
• Complex donation processes
|
||||
• Lack of trust in financial stewardship |
|
||||
| **Volunteer** | • Community belonging and social connection
|
||||
• Skill‑building and meaningful contribution
|
||||
• Desire to give back before retirement | • Time constraints
|
||||
• Feeling undervalued or “just a hand‑out”
|
||||
• Unclear role expectations |
|
||||
| **Funder** | • Demonstrable outcomes and measurable metrics
|
||||
• Alignment with strategic focus areas (e.g., poverty reduction, climate, human rights)
|
||||
• Low administrative overhead | • Poor reporting or lack of clear impact data
|
||||
• Governance risks (e.g., limited board oversight)
|
||||
• Financial instability of the NGO |
|
||||
|
||||
---
|
||||
- **Values**: Mission impact, transparency to donors, stewardship of limited resources, accountability.
|
||||
- **Fears**: Losing donor trust due to poor reporting, audit failures, costly software that requires dedicated IT staff.
|
||||
- **Aspirations**: Demonstrate measurable impact, increase donor retention, scale programs without proportional staff growth.
|
||||
- **Attitude to tech**: Wants simple, low‑maintenance tools; wary of “enterprise‑grade” jargon and steep learning curves.
|
||||
|
||||
## 4. Pain Points & Trigger Events
|
||||
1. **Donor
|
||||
- Pain:** Uncertainty about how their money is used; need for concise impact stories.
|
||||
- Trigger:** Major life events (e.g., inheritance, tax‑year planning) or news/storytelling about the cause.
|
||||
2. **Volunteer
|
||||
- Pain:** Difficulty finding local, well‑organized opportunities; unclear onboarding.
|
||||
- Trigger:** Community events, local media coverage of the issue, or personal connection to beneficiaries.
|
||||
3. **Funder
|
||||
- Pain:** Limited evidence of ROI; need for rigorous reporting.
|
||||
- Trigger:** Upcoming grant cycle deadlines, new strategic priority roll‑out, or fiscal year budgeting.
|
||||
| Pain Point | Trigger Event | Consequence of Inaction |
|
||||
|------------|---------------|--------------------------|
|
||||
| Manual data aggregation across spreadsheets, donor platforms, and grant portals. | New grant cycle requiring detailed impact reporting. | Missed deadlines, donor dissatisfaction, funding jeopardy. |
|
||||
| Time‑consuming donor thank‑you and reporting workflows. | Seasonal fundraising surge (e.g., year‑end giving). | Staff burnout, reduced donor engagement. |
|
||||
| Inability to produce audit‑ready financial statements quickly. | Upcoming audit or board review. | Non‑compliance penalties, loss of credibility. |
|
||||
| Lack of real‑time impact dashboards for supporters. | Campaign that promises transparency to donors. | Lower conversion, reduced repeat giving. |
|
||||
|
||||
---
|
||||
|
||||
## 5. Buying (Giving) Behavior
|
||||
| Stage | Donor | Volunteer | Funder |
|
||||
|---|---|---|---|
|
||||
| **Research** | - Google search for “how to help *[cause]*”
|
||||
- Reads impact reports, short videos, peer recommendations (social proof).
|
||||
- Checks Charity Navigator/GuideStar ratings. | - Visits NGO website, reads volunteer testimonials.
|
||||
- Looks on local volunteer portals (e.g., Idealist, VolunteerMatch). | - Reviews funder‑NGO alignment matrix, reads past grant reports, checks financial statements. |
|
||||
| **Decision** | - Influenced by personal stories, peer endorsement, matching‑gift programs.
|
||||
- Prefers one‑click online giving, mobile‑optimized forms. | - Influenced by clear role description, training support, flexible commitment. | - Decision made by program officer + board; requires detailed proposal, budget, outcomes. |
|
||||
| **Objections** | - “I don’t know if my $100 makes a difference.”
|
||||
- “The donation platform is too cumbersome.” | - “I don’t have enough time.”
|
||||
- “I’m not sure I have the right skills.” | - “We need tighter fiscal controls.”
|
||||
- “We require measurable outcomes.” |
|
||||
| **Budget / Pricing Sensitivity** | - Comfortable with one‑time $50‑$250 or recurring $20‑$50/month. | - Volunteers donate time; may also give in‑kind. | - Grants ≤ $50k; often prefer multi‑year pledges with clear milestones. |
|
||||
|
||||
---
|
||||
## 5. Buying Behavior
|
||||
- **Research channels**: G2 reviews, peer NGO forums (Reddit r/nonprofits, NGO-specific Slack groups), vendor webinars, case studies, and recommendations from donor agencies.
|
||||
- **Typical timeline**: 4‑8 weeks from problem awareness to purchase (quick decision if grant deadline imminent).
|
||||
- **Objections**: Cost vs budget constraints, fear of data migration, perceived need for IT support.
|
||||
- **Budget expectations**: $15‑$40 per user/month for cloud SaaS; prefers tiered pricing with a free trial.
|
||||
- **Risk mitigation**: Free trial, strong customer support, data‑import tools, compliance certifications (ISO 27001, GDPR).
|
||||
|
||||
## 6. Current Alternatives & Switching Costs
|
||||
| Segment | Alternatives | Why They Stay / Leave | Switching Friction |
|
||||
|---|---|---|---|
|
||||
| **Donor** | • Large‑scale charities (e.g., Red Cross, UNICEF)
|
||||
• Crowdfunding platforms (GoFundMe) | • Stay if they perceive higher impact or brand trust.
|
||||
• Leave if communication is sparse or impact unclear. | Low – switching is just a click; but strong storytelling can lock loyalty. |
|
||||
| **Volunteer** | • Community groups, faith‑based service, corporate CSR programs | • Stay for local relevance and personal connection.
|
||||
• Leave if onboarding is disorganized. | Medium – requires learning new processes; personal relationships matter. |
|
||||
| **Funder** | • Larger grantmaking bodies, government contracts, corporate foundations | • Stay when reporting is streamlined and outcomes aligned.
|
||||
• Leave if NGO lacks governance or metric tracking. | High – due to application effort and compliance requirements. |
|
||||
|
||||
---
|
||||
- **Current tools**: Excel/Google Sheets, donor‑management legacy systems (Blackbaud Raiser’s Edge, DonorPerfect), volunteer‑management apps, or DIY Google Data Studio dashboards.
|
||||
- **Why they stay**: Low upfront cost, familiarity, no training needed.
|
||||
- **Why they leave**: Data errors, time waste, inability to generate donor‑ready reports, audit failures.
|
||||
- **Switching friction**: Data migration (csv import), staff training (typically 2‑3 days), change‑management resistance.
|
||||
|
||||
## 7. Ideal Customer Quote (Synthesized)
|
||||
> “I want to know exactly how my $200 changes lives, and I love that I can see the story of the person I helped in a quick video. It feels good to give without a hassle, and I’m proud to tell my friends about it.”
|
||||
|
||||
---
|
||||
> “We need a tool that lets us pull a complete donor impact report in minutes, so we can spend more time on the field and less time reconciling spreadsheets.”
|
||||
|
||||
## 8. Marketing & Communication Guidance
|
||||
### Key Messaging Themes
|
||||
- **Impact in 30 seconds:** Show a specific beneficiary story with outcome metrics (e.g., “$150 provides clean water to 25 families for a year”).
|
||||
- **Transparency & Trust:** Highlight audited financials, third‑party ratings, and real‑time updates.
|
||||
- **Community & Belonging:** Emphasize local volunteer hubs, peer testimonials, and “join a movement” language.
|
||||
- **Ease of Giving:** Promote one‑click mobile donations, recurring‑gift options, and matching‑gift calculators.
|
||||
|
||||
### Tone & Voice
|
||||
- Warm, sincere, and concise.
|
||||
- Use “you” to personalize, avoid jargon; mix data points with human stories.
|
||||
|
||||
### Best Channels
|
||||
| Segment | Top Channels |
|
||||
|---|---|
|
||||
| **Donor** | • Facebook/Instagram ads (mid‑age demographic)
|
||||
• Google Search (cause‑related queries)
|
||||
• Email newsletters with impact snapshots
|
||||
• Peer‑referral programs (matching gifts) |
|
||||
| **Volunteer** | • Local community boards & newsletters
|
||||
• Volunteer‑matching platforms (Idealist, VolunteerMatch)
|
||||
• Facebook Groups & Event pages
|
||||
• In‑person info‑sessions at community centers |
|
||||
| **Funder** | • Direct outreach (personalized grant proposals)
|
||||
• Participation in foundation webinars & conferences
|
||||
• LinkedIn posts highlighting metrics and governance |
|
||||
|
||||
### Content Formats that Resonate
|
||||
- **Short video testimonials** (30‑60 sec) – high conversion for donors.
|
||||
- **Impact dashboards** (infographics) – for funders and repeat donors.
|
||||
- **Volunteer spotlights** – blog posts and Instagram reels.
|
||||
- **One‑pager grant decks** – concise, data‑rich PDFs for funders.
|
||||
|
||||
### CTA Style
|
||||
- **Donor:** “Give $20 now – see your impact instantly.”
|
||||
- **Volunteer:** “Join a 2‑hour local project this Saturday.”
|
||||
- **Funder:** “Download our 2‑page impact brief & schedule a call.”
|
||||
|
||||
### Audience Segments to De‑prioritize (Anti‑Persona)
|
||||
- High‑net‑worth individuals who prefer large‑scale institutional philanthropy (e.g., legacy donors who only give > $10k).
|
||||
- Young adults < 25 with limited disposable income and low propensity to donate online.
|
||||
- Organizations seeking unrestricted, long‑term funding without clear program metrics.
|
||||
|
||||
---
|
||||
- **Key messaging themes**
|
||||
- *Maximise every donation*: Show how the software turns each dollar into measurable impact.
|
||||
- *Donor‑ready reporting in minutes*: Emphasise one‑click compliance and ready‑to‑share dashboards.
|
||||
- *Zero‑IT burden*: Cloud‑native, no servers, simple admin.
|
||||
- **Tone & voice**: Empathetic, mission‑first, clear, and concise. Avoid technical jargon and “enterprise‑grade” language.
|
||||
- **Best channels**
|
||||
- G2 & Capterra listings (high intent).
|
||||
- NGO‑focused webinars & virtual conferences (e.g., NGO Forum, Impact Summit).
|
||||
- Peer‑recommendation platforms (Reddit r/nonprofits, nonprofit Slack communities).
|
||||
- Targeted LinkedIn Sponsored Content to Development Directors and Executive Directors.
|
||||
- **Content formats**
|
||||
- Short video demos (2‑3 min) with real‑world impact dashboards.
|
||||
- One‑page case‑study PDFs highlighting time‑saved & donor retention uplift.
|
||||
- Interactive ROI calculator on landing page.
|
||||
- **CTA style**
|
||||
- “Start a 14‑day free trial – No credit card required.”
|
||||
- “See your impact dashboard in 5 minutes – Book a live demo.”
|
||||
- **De‑prioritized segments**
|
||||
- Large multinational NGOs (budget > $50 M) – they need ERP‑scale solutions.
|
||||
- For‑profit charities with heavy IT teams (they prefer custom integrations).
|
||||
|
||||
## 9. Recommended Next Steps
|
||||
1. **Create a donor‑impact micro‑video series** (3‑5 min each) and embed on the homepage and donation page.
|
||||
2. **Develop a downloadable 1‑page impact dashboard** for repeat donors and funders; update quarterly.
|
||||
3. **Launch a hyper‑targeted Facebook/Instagram ad set** aimed at women 35‑64 with interests in *[cause]*, using the “30‑second impact” creative.
|
||||
4. **Build a volunteer onboarding kit** (quick guide, FAQ, calendar of local events) and distribute through community boards and email.
|
||||
5. **Map and segment small‑grant funders** (using the grantmaker criteria sources) and craft individualized proposal templates for each priority foundation.
|
||||
|
||||
---
|
||||
1. **Create a downloadable one‑pager** summarising the three core benefits (impact, compliance, zero‑IT) and embed a CTA for a free trial.
|
||||
2. **Launch a targeted LinkedIn ad campaign** to Executive Directors and Finance Managers of NGOs with staff ≤ 15 and budgets <$2 M.
|
||||
3. **Develop a webinar series** titled “From Spreadsheet Chaos to Impact Dashboards” featuring a live demo and a Q&A with an existing small‑NGO customer.
|
||||
4. **Add a G2 “Quick‑Start” badge** to the landing page to leverage social proof.
|
||||
5. **Build a simple data‑import guide** (CSV template) to reduce perceived migration risk.
|
||||
|
||||
## 10. Sources & Confidence
|
||||
- **Donor demographics & psychographics** – Segmentation of individual donors (PMC), Blackbaud Vital Signs 2024, Bridgespan study, FundsforNGOs guide. *Confidence: High*.
|
||||
- **Volunteer demographics & motivations** – NCVO UK volunteer demographics (2024), Time Well Spent 2023 report, Frontiers meta‑analysis 2025. *Confidence: Medium* (mostly UK‑centric but trends are global).
|
||||
- **Grantmaker criteria** – King Charles III Charitable Fund, The Robertson Trust, The Abell Foundation, North Star Fund, The Leathersellers. *Confidence: High* (official funder guidelines).
|
||||
- **Messaging best practices** – Donor persona guides (Donorbox, Funraise, Keela, Giving Institute). *Confidence: Medium* (industry‑wide consensus).
|
||||
- **G2 reviews & comparative pages** (Humanitru, CharityTracker, LiveImpact) – *High* confidence on pain points & buyer attitudes.
|
||||
- **Case studies** (DonorPerfect, DonorDock, Virtuous) – *High* confidence on budget ranges, decision makers, and benefits.
|
||||
- **Gartner buyer insights & MIP buyer’s guide** – *Medium* confidence on industry‑wide adoption stats.
|
||||
- **Technavio & IntentMarketResearch market reports** – *Medium* confidence on market sizing and segmentation.
|
||||
- **Reddit r/nonprofits & NGO forums (observed trends)** – *Low* confidence but useful for language/voice.
|
||||
|
||||
*All URLs are included in the source list above; they have been consulted directly for the data points used.*
|
||||
** URLs**
|
||||
- https://www.g2.com/products/humanitru/reviews
|
||||
- https://www.g2.com/compare/charitytracker-vs-liveimpact
|
||||
- https://research.g2.com/insights/g2s-summer-2024-grid-report-nonprofit-crm
|
||||
- https://www.donorperfect.com/client-success-story/olivet-boys-and-girls-club/
|
||||
- https://www.donordock.com/success-stories/how-amara-traded-complexity-for-clarity
|
||||
- https://virtuous.org/case-studies/bible-league-international/
|
||||
- https://www.gartner.com/en/digital-markets/insights/stand-out-in-your-category-with-non-profit-buyer-insights
|
||||
- https://newsroom.technavio.org/non-profit-software-market
|
||||
- https://dataintelo.com/report/global-non-profit-software-market
|
||||
|
||||
---
|
||||
*Confidence ratings are based on the number of independent sources referencing each insight.*
|
||||
Reference in New Issue
Block a user