--- name: research-gap-analysis description: >- Identifies missing information required to complete qualification, segmentation, or outreach preparation. Use when the user provides records and a goal and wants prioritized research gaps with sources. license: MIT metadata: author: ProfileSpider version: "1.0" category: analysis source: https://profilespider.com/resources/research-gap-analysis --- # Research Gap Analysis ## Purpose Identify missing information required to complete qualification, segmentation, or outreach prep. ## When to use this skill - Finding what blocks qualification or segmentation - Prioritizing enrichment work - Scoping research before outreach - Turning "incomplete data" into a task list ## When not to use this skill - You have no goal to assess gaps against - The dataset is already complete - You want the gaps filled, not identified ## Required inputs - Records - The goal (qualify, segment, or prep outreach) ## Optional inputs - Required fields for the goal - Approved research sources ## Rules 1. Assess gaps against the stated goal. 2. Explain why each gap matters and its impact. 3. Suggest a realistic research source per gap. 4. Prioritize gaps by impact. 5. List assumptions to verify. ## Process 1. Parse the goal and required fields. 2. Compare records to requirements. 3. List missing fields and their impact. 4. Suggest sources and assign priority. 5. Record unresolved assumptions. ## Output format Return one record per identified gap with the following fields: - missing_field - why_it_matters - impact_on_decision - suggested_research_source - priority - unresolved_assumptions ## Validation - Confirm gaps map to the goal. - Confirm priorities reflect impact. - Confirm assumptions are flagged. ## Limitations - It identifies gaps; it does not fill them. - Source suggestions may vary in availability. ## Source and license Source: https://github.com/spiralcrew-ou/profilespider-agent-skills/blob/6c65d0507687364704a180476613b72467028e87/research-gap-analysis/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.