--- name: lead-research-workflow-planner description: >- 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. license: MIT metadata: author: ProfileSpider version: "1.0" category: workflow-planning source: https://profilespider.com/resources/lead-research-workflow-planner --- # 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 1. Cover the full pipeline, not just sourcing. 2. Order stages logically with QC before export. 3. Tie fields to the qualification goal. 4. State risks and assumptions. 5. Keep the plan tool-agnostic unless tools are given. ## Process 1. Parse the goal and constraints. 2. Define ordered workflow stages. 3. Specify sources, fields, and enrichment. 4. Add quality-control steps. 5. 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. ## Source and license Source: https://github.com/spiralcrew-ou/profilespider-agent-skills/blob/6c65d0507687364704a180476613b72467028e87/lead-research-workflow-planner/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.