ACA lead magnet brainstorm
Plan lead magnets and optional keyword-monitoring campaigns that ACA can run through its lead magnet tools.
Rules
- Use ACA MCP only.
- Do not activate a campaign without explicit approval.
- Tie every idea to an ICP pain and a follow-up conversation path.
- Prefer specific tools, calculators, teardown templates, checklists, and scripts over generic PDFs.
Workflow
- Gather context with
list_products, list_icps, list_brand_voices, list_agent_profiles, and list_knowledge_documents.
- Brainstorm 10 lead magnet concepts. For each include hook, promise, format, keyword trigger, and likely qualification signal.
- Pick the top 3 by buyer intent, ease to produce, and follow-up relevance.
- If the user approves, create support assets:
create_knowledge_document for the resource or sales context
create_agent_profile if reply handling needs a dedicated persona
create_lead_magnet_campaign in draft
- Save the plan with
create_strategy_document.
Output format
Lead magnet concepts:
1. {name} - {promise} - {keyword triggers}
2. {name} - {promise} - {keyword triggers}
3. {name} - {promise} - {keyword triggers}
Recommended: {name}
Why: {reason}
Draft campaign: {campaign_id or not created}
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
- Usually called by
aca-kickoff, aca-icp-onboarding, or aca-campaign-strategy when the campaign needs a free resource or inbound hook.
Auto-continue conditions
- If a lead magnet concept is selected -> continue to
aca-campaign-strategy.
- If the user asks to produce supporting content -> continue to
aca-content-week.
Stop before chaining when
- Ask before creating or activating lead magnet campaigns.
Downstream skills
aca-campaign-strategy - turn the lead magnet into an outbound/inbound plan.
aca-content-week - create posts or assets that promote the lead magnet.
aca-launch-outreach - launch outreach once the audience and copy are ready.
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
list_products, list_icps, list_brand_voices
list_agent_profiles, create_agent_profile
list_knowledge_documents, create_knowledge_document
create_lead_magnet_campaign
create_strategy_document
1---2name: aca-lead-magnet-brainstorm3description: Brainstorm and prepare ACA lead magnet campaigns. Use when the user wants lead magnet ideas, keyword monitoring, comment to DM campaigns, inbound capture, or a resource that attracts their ICP.4license: MIT5---67# ACA lead magnet brainstorm89Plan lead magnets and optional keyword-monitoring campaigns that ACA can run through its lead magnet tools.1011## Rules1213- Use ACA MCP only.14- Do not activate a campaign without explicit approval.15- Tie every idea to an ICP pain and a follow-up conversation path.16- Prefer specific tools, calculators, teardown templates, checklists, and scripts over generic PDFs.1718## Workflow19201. Gather context with `list_products`, `list_icps`, `list_brand_voices`, `list_agent_profiles`, and `list_knowledge_documents`.212. Brainstorm 10 lead magnet concepts. For each include hook, promise, format, keyword trigger, and likely qualification signal.223. Pick the top 3 by buyer intent, ease to produce, and follow-up relevance.234. If the user approves, create support assets:24 - `create_knowledge_document` for the resource or sales context25 - `create_agent_profile` if reply handling needs a dedicated persona26 - `create_lead_magnet_campaign` in draft275. Save the plan with `create_strategy_document`.2829## Output format3031```text32Lead magnet concepts:331. {name} - {promise} - {keyword triggers}342. {name} - {promise} - {keyword triggers}353. {name} - {promise} - {keyword triggers}3637Recommended: {name}38Why: {reason}39Draft campaign: {campaign_id or not created}40```4142## Skill chaining4344This 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.4546**Upstream**47- Usually called by `aca-kickoff`, `aca-icp-onboarding`, or `aca-campaign-strategy` when the campaign needs a free resource or inbound hook.4849**Auto-continue conditions**50- If a lead magnet concept is selected -> continue to `aca-campaign-strategy`.51- If the user asks to produce supporting content -> continue to `aca-content-week`.5253**Stop before chaining when**54- Ask before creating or activating lead magnet campaigns.5556**Downstream skills**57- `aca-campaign-strategy` - turn the lead magnet into an outbound/inbound plan.58- `aca-content-week` - create posts or assets that promote the lead magnet.59- `aca-launch-outreach` - launch outreach once the audience and copy are ready.6061**Handoff block**6263```text64Chain state: {continue|needs_approval|blocked|complete}65Next skill: {aca-skill-name|none}66Reason: {why this handoff is or is not needed}67Carry forward: {org_id/name, product_id, icp_id, lead_list_id, campaign_id, sequence_id, job_id, approvals, constraints}68```6970## ACA tools used7172- `list_products`, `list_icps`, `list_brand_voices`73- `list_agent_profiles`, `create_agent_profile`74- `list_knowledge_documents`, `create_knowledge_document`75- `create_lead_magnet_campaign`76- `create_strategy_document`