ACA competitor engagers
Build an audience around competitor signals without requiring separate scraping credentials in the skill.
Rules
- Be explicit when exact post-engager scraping is unavailable through the current ACA MCP toolset.
- Prefer category keywords, competitor company names, role filters, and LinkedIn imports.
- Confirm before fresh imports.
- Avoid hostile competitor messaging.
Workflow
- Clarify competitor names, category terms, geography, target roles, and exclusion terms.
- Search ACA lead pool with competitor/category
keyword and relevant filters.
- If needed, use:
search_linkedin_parameters
build_linkedin_search_url
start_linkedin_import
start_apify_leads_import
- Create or verify the list.
- Route to
aca-campaign-strategy for a respectful "alternative to" angle.
Output format
Competitor audience:
Competitors/categories: {terms}
Source path: {lead_pool/linkedin/apify}
Preview: {count}
List: {list_id}
Recommended angle: {angle}
Skill chaining
This skill participates in the ACA chain. Preserve the selected ACA org, relevant IDs, user brief, approval state, and any generated artifacts when continuing into another ACA skill. If the user asked for execution and a downstream condition is met, continue into the next skill automatically; otherwise end with the handoff block.
Upstream
- Called by
aca-find-leads or campaign planning for competitor/category audiences.
Auto-continue conditions
- After audience creation -> continue to
aca-lead-quality.
- After quality scoring -> continue to
aca-campaign-strategy for a respectful alternative angle.
Stop before chaining when
- Ask before fresh imports and avoid hostile competitor messaging.
Downstream skills
aca-lead-quality - clean the competitor/category audience.
aca-campaign-strategy - build the alternative-to campaign.
aca-campaign-copywriting - write non-hostile copy.
Handoff block
Chain state: {continue|needs_approval|blocked|complete}
Next skill: {aca-skill-name|none}
Reason: {why this handoff is or is not needed}
Carry forward: {org_id/name, product_id, icp_id, lead_list_id, campaign_id, sequence_id, job_id, approvals, constraints}
ACA tools used
search_lead_pool, build_lead_pool_list, get_lead_pool_build_job
search_linkedin_parameters, build_linkedin_search_url, start_linkedin_import, get_linkedin_import_job
start_apify_leads_import, get_apify_leads_import_job
get_lead_list
1---2name: aca-competitor-engagers3description: Source prospects around competitors, alternatives, and category keywords using ACA-native lead sources. Use when the user asks for competitor engagers, users of competitor tools, people talking about a competitor, or alternative-to campaigns.4license: MIT5---67# ACA competitor engagers89Build an audience around competitor signals without requiring separate scraping credentials in the skill.1011## Rules1213- Be explicit when exact post-engager scraping is unavailable through the current ACA MCP toolset.14- Prefer category keywords, competitor company names, role filters, and LinkedIn imports.15- Confirm before fresh imports.16- Avoid hostile competitor messaging.1718## Workflow19201. Clarify competitor names, category terms, geography, target roles, and exclusion terms.212. Search ACA lead pool with competitor/category `keyword` and relevant filters.223. If needed, use:23 - `search_linkedin_parameters`24 - `build_linkedin_search_url`25 - `start_linkedin_import`26 - `start_apify_leads_import`274. Create or verify the list.285. Route to `aca-campaign-strategy` for a respectful "alternative to" angle.2930## Output format3132```text33Competitor audience:34Competitors/categories: {terms}35Source path: {lead_pool/linkedin/apify}36Preview: {count}37List: {list_id}38Recommended angle: {angle}39```4041## Skill chaining4243This skill participates in the ACA chain. Preserve the selected ACA org, relevant IDs, user brief, approval state, and any generated artifacts when continuing into another ACA skill. If the user asked for execution and a downstream condition is met, continue into the next skill automatically; otherwise end with the handoff block.4445**Upstream**46- Called by `aca-find-leads` or campaign planning for competitor/category audiences.4748**Auto-continue conditions**49- After audience creation -> continue to `aca-lead-quality`.50- After quality scoring -> continue to `aca-campaign-strategy` for a respectful alternative angle.5152**Stop before chaining when**53- Ask before fresh imports and avoid hostile competitor messaging.5455**Downstream skills**56- `aca-lead-quality` - clean the competitor/category audience.57- `aca-campaign-strategy` - build the alternative-to campaign.58- `aca-campaign-copywriting` - write non-hostile copy.5960**Handoff block**6162```text63Chain state: {continue|needs_approval|blocked|complete}64Next skill: {aca-skill-name|none}65Reason: {why this handoff is or is not needed}66Carry forward: {org_id/name, product_id, icp_id, lead_list_id, campaign_id, sequence_id, job_id, approvals, constraints}67```6869## ACA tools used7071- `search_lead_pool`, `build_lead_pool_list`, `get_lead_pool_build_job`72- `search_linkedin_parameters`, `build_linkedin_search_url`, `start_linkedin_import`, `get_linkedin_import_job`73- `start_apify_leads_import`, `get_apify_leads_import_job`74- `get_lead_list`