--- name: persona-classification description: >- Classifies professional profiles into buyer, influencer, user, decision-maker, founder, recruiter, or other personas. Use when the user provides profiles and wants persona labels with evidence and confidence. Must not infer sensitive personal attributes. license: MIT metadata: author: ProfileSpider version: "1.0" category: segmentation source: https://profilespider.com/resources/persona-classification --- # Persona Classification ## Purpose Classify professional profiles into buyer, influencer, user, decision-maker, and other personas. ## When to use this skill - Routing contacts to the right messaging - Mapping buying committees in target accounts - Prioritizing decision-makers in a list - Tailoring sequences by persona ## When not to use this skill - Profiles lack a role or professional context - You need sensitive personal attributes (never infer these) - You want per-account scoring (use Qualification) ## Required inputs - Professional profiles with roles ## Optional inputs - Your persona definitions - The product or deal context ## Rules 1. Classify from professional role evidence only. 2. Do not infer health, religion, ethnicity, sexual orientation, political affiliation, or other sensitive personal attributes. 3. Provide an alternate persona when signal is mixed. 4. Report confidence and missing information. 5. Use the supplied persona definitions when given. ## Process 1. Parse each profile and its role. 2. Match role evidence to persona definitions. 3. Assign a primary and alternate persona. 4. Estimate the decision-process role. 5. Report confidence and gaps. ## Output format Return one record per profile with the following fields: - persona - likely_role_in_decision_process - evidence - confidence - alternate_persona - missing_information ## Validation - Confirm no sensitive attributes were used. - Confirm each persona cites role evidence. - Confirm low-confidence rows are flagged. ## Limitations - Titles do not always reflect real authority. - Personas are interpretive and should be verified in conversation. ## Source and license Source: https://github.com/spiralcrew-ou/profilespider-agent-skills/blob/6c65d0507687364704a180476613b72467028e87/persona-classification/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.