Research gap analysis
Skill spiralcrew-ou/profilespider-agent-skills/research-gap-analysis
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.From its SKILL.md
npx -y skills add spiralcrew-ou/profilespider-agent-skills --skill research-gap-analysisAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 8 stars8 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.8 KB, 319 tokens by cl100k_base, as published. Nobody here has run it
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
- Assess gaps against the stated goal.
- Explain why each gap matters and its impact.
- Suggest a realistic research source per gap.
- Prioritize gaps by impact.
- List assumptions to verify.
Process
- Parse the goal and required fields.
- Compare records to requirements.
- List missing fields and their impact.
- Suggest sources and assign priority.
- 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.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.