Lead research workflow planner
Skill spiralcrew-ou/profilespider-agent-skills/lead-research-workflow-planner
24 free SKILL.md skills for Claude Code & compatible agents: qualify leads, research companies, clean lists.
npx -y skills add spiralcrew-ou/profilespider-agent-skills --skill lead-research-workflow-plannerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 6 stars6 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 author says it does
Copied from the file, not written here
Designs an end-to-end process for finding, extracting, enriching, qualifying, and exporting leads. Use when the user wants a repeatable lead workflow plan rather than a single source plan.
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.9 KB, as published. Nobody here has run it
Lead Research Workflow Planner
Purpose
Design an end-to-end process for finding, extracting, enriching, qualifying, and exporting leads.
When to use this skill
- Standing up a repeatable lead process
- Documenting a pipeline for a team
- Scoping a list-build project end to end
- Aligning sourcing, enrichment, and QC
When not to use this skill
- You only need to choose sources (use Directory Research Planner)
- You want the work executed now (this plans it)
- The goal is undefined
Required inputs
- A lead-generation goal or ICP
Optional inputs
- Tools available
- Output/CRM requirements
- Volume targets
Rules
- Cover the full pipeline, not just sourcing.
- Order stages logically with QC before export.
- Tie fields to the qualification goal.
- State risks and assumptions.
- Keep the plan tool-agnostic unless tools are given.
Process
- Parse the goal and constraints.
- Define ordered workflow stages.
- Specify sources, fields, and enrichment.
- Add quality-control steps.
- Define output and list risks.
Output format
Return a workflow plan with the following fields:
- workflow_stages
- source_types
- extraction_fields
- enrichment_steps
- quality_control_steps
- output_format
- risks_and_assumptions
Validation
- Confirm stages are ordered and complete.
- Confirm QC precedes export.
- Confirm fields support qualification.
Limitations
- A plan is not execution; results depend on tooling.
- Volume targets may need source validation.