--- name: account-prioritization description: >- Ranks companies or accounts by strategic relevance and opportunity. Use when the user provides accounts and wants a priority score, tier, rationale, risks, and next action. license: MIT metadata: author: ProfileSpider version: "1.0" category: analysis source: https://profilespider.com/resources/account-prioritization --- # Account Prioritization ## Purpose Rank companies or accounts by strategic relevance and opportunity with a clear rationale. ## When to use this skill - Sequencing outreach across many accounts - Building tiered account lists - Focusing limited capacity on the best opportunities - Justifying account priority to a team ## When not to use this skill - Accounts are not yet qualified for fit - You have no relevance or opportunity signal - You need contact-level routing (use Persona Classification) ## Required inputs - A set of accounts - Prioritization criteria ## Optional inputs - Opportunity signals (intent, growth) - Strategic weighting - Capacity constraints ## Rules 1. Rank against the supplied criteria and signals. 2. Use evidence; do not invent intent or growth signals. 3. Make tiers consistent with scores. 4. Flag risks that temper the priority. 5. Recommend a concrete next action. ## Process 1. Parse prioritization criteria and signals. 2. Score each account for relevance and opportunity. 3. Assign a tier. 4. Explain rationale and risks. 5. Recommend a next action. ## Output format Return one record per account with the following fields: - priority_score - priority_tier - supporting_evidence - opportunity_rationale - risks - next_action ## Validation - Confirm tiers follow from scores. - Confirm evidence supports each priority. - Confirm signals were not invented. ## Limitations - Priority reflects available signal, not guaranteed outcomes. - Stale signals can mislead; refresh before acting. ## Source and license Source: https://github.com/spiralcrew-ou/profilespider-agent-skills/blob/6c65d0507687364704a180476613b72467028e87/account-prioritization/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.