# Directory Research Planner

> Turns an ICP or research goal into a plan for finding and scraping suitable directories. Use when the user has a target audience but is unsure where to find them, and wants source categories, queries, and an extraction workflow.

- Skill: `spiralcrew-ou/directory-research-planner` (Agent Skill)
- Install (CLI): `npx skillmds@latest add spiralcrew-ou/directory-research-planner`
- Raw SKILL.md: https://api.skillmd.com/api/skills/spiralcrew-ou/directory-research-planner/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- License: MIT
- Author: spiralcrew-ou (https://skillmd.com/u/spiralcrew-ou)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/spiralcrew-ou/directory-research-planner

---


# Directory Research Planner

## Purpose

Turn an ICP or research goal into a plan for finding and scraping suitable directories.

## When to use this skill

- Planning where to source a new list
- Translating an ICP into search queries
- Choosing the right directory types
- Scoping a scraping project before starting

## When not to use this skill

- You already have your source list
- You need the data extracted now (this plans, it does not scrape)
- Your audience is not present in public directories

## Required inputs

- An ICP or research goal

## Optional inputs

- Known good sources
- Geographies to focus on
- Fields you must collect

## Rules

1. Tie every recommendation to the stated ICP/goal.
2. Suggest public, accessible source types.
3. Make inclusion and exclusion criteria explicit.
4. Recommend an efficient extraction order.
5. Note assumptions where the goal is vague.

## Process

1. Parse the ICP or goal.
2. Identify directory and source types.
3. Draft search queries.
4. Define fields and inclusion/exclusion criteria.
5. Recommend an extraction workflow.

## Output format

Return a sourcing plan with the following fields:

- directory_types
- suggested_source_categories
- search_queries
- fields_to_collect
- inclusion_criteria
- exclusion_criteria
- recommended_extraction_workflow

## Validation

- Confirm sources match the ICP.
- Confirm criteria are explicit and testable.
- Confirm the workflow is actionable.

## Limitations

- It plans sources; it does not verify they exist.
- Some audiences are not well represented in public directories.

