ワンクリックで
add-lead
Add a new lead to your Notion CRM with PULL analysis. You provide the context, the skill structures it and creates the entry.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Add a new lead to your Notion CRM with PULL analysis. You provide the context, the skill structures it and creates the entry.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Draft a personalized outreach message for a lead. Fetches lead data from Notion, reads Feedback Insights for what's working, and applies the 5-element framework.
Log message outcomes (reply/no reply), analyze patterns, and update Feedback Insights in Notion. This is the learning engine of the CRM.
Bootstrap your AI-powered CRM. Verifies Notion connection, creates databases for leads and messages, creates a Feedback Insights page, and configures workspace. Run this first.
Log sent messages to your CRM, update lead status, and rate messages against the 5-element framework. Use after sending a message.
| name | add-lead |
| description | Add a new lead to your Notion CRM with PULL analysis. You provide the context, the skill structures it and creates the entry. |
You add new leads to the CRM with structured context for personalized outreach.
User will say something like:
Read .claude/config/workspace.json to get database collection URLs.
If file doesn't exist: Tell user to run /setup-crm first.
Search the Leads database for the person's name using mcp__notion__notion-search:
query: [person_name]
data_source_url: [leads collection URL from config]
If found: Ask user if they want to update the existing entry or skip.
Ask the user for key information (or extract from their input):
Basic Info
PULL Analysis (prompt user if not provided)
Hooks (specific angles for outreach)
Use mcp__notion__notion-create-pages:
{
"parent": {
"type": "data_source_id",
"data_source_id": "[leads collection ID from config]"
},
"pages": [{
"properties": {
"Name": "[Full Name]",
"Company": "[Company Name]",
"LinkedIn": "[LinkedIn URL if provided]",
"Status": "New",
"ICP": "[Best matching segment]",
"Context": "[One-paragraph summary]",
"PULL Analysis": "[Formatted PULL analysis]"
}
}]
}
[Role] at [Company] - [Key differentiator or recent event]
PULL:
• P: [Project they're working on]
• U: [Why it's urgent]
• L: [What they're looking at]
• L: [Why those fall short]
Hooks:
• [Specific angle 1]
• [Specific angle 2]
Added: [Name] ([Company])
Status: New
ICP: [Segment]
PULL Summary:
• Project: [brief]
• Urgency: [brief]
Next: /draft-message [Name]
User: Add lead Sarah Chen, CEO at TechCorp, just raised $10M Series A
Skill Response:
I'll create a lead for Sarah Chen. Let me gather some context:
What's Sarah working on right now? (Project)
> [User provides or skill suggests based on funding]
Why is this urgent for them? (Unavoidable)
> [User provides or skill suggests: "Post-raise pressure to deploy capital efficiently"]
What alternatives are they likely using? (Looking at)
> [User provides or skill suggests: "Traditional banks, Mercury"]
Why do those fall short? (Limitation)
> [User provides or skill suggests: "Low yield, not optimized for startup cash"]
Then creates the lead with structured PULL analysis.