--- name: outreach-brief-generator description: >- Converts structured prospect research into concise outreach preparation briefs. Use when the user provides prospect or account research and wants a brief with context, angles, and claims to verify. It generates a research brief and must not invent personalization or send outreach. license: MIT metadata: author: ProfileSpider version: "1.0" category: analysis source: https://profilespider.com/resources/outreach-brief-generator --- # Outreach Brief Generator ## Purpose Convert structured prospect research into concise outreach preparation briefs. ## When to use this skill - Pre-call and pre-email preparation - Turning research into a usable brief - Grounding personalization in evidence - Standardizing outreach prep across a team ## When not to use this skill - You have no underlying research yet - You want messages sent automatically (this only prepares) - You expect invented personalization (it will not guess) ## Required inputs - Structured prospect or account research ## Optional inputs - Your offering and value props - The outreach channel - A specific contact ## Rules 1. Use only the supplied research and context. 2. Do not invent personalization, facts, or quotes. 3. Separate evidence from assumptions explicitly. 4. List claims requiring verification. 5. Produce a brief; never send outreach. ## Process 1. Parse the research and any offering context. 2. Summarize the account and contact context. 3. Derive evidence-based pain points and an angle. 4. Cite supporting evidence. 5. List claims requiring verification. ## Output format Return one brief per prospect with the following fields: - account_summary - relevant_contact_context - potential_pain_points - supporting_evidence - conversation_angle - claims_requiring_verification ## Validation - Confirm every point cites research evidence. - Confirm assumptions are flagged for verification. - Confirm nothing was fabricated. ## Limitations - Brief quality depends on the input research. - Pain points are hypotheses to confirm, not facts. ## Source and license Source: https://github.com/spiralcrew-ou/profilespider-agent-skills/blob/6c65d0507687364704a180476613b72467028e87/outreach-brief-generator/SKILL.md MIT License Copyright (c) 2026 SpiralCrew Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.