What problem does it solve? Conducting deep research on many outline items one by one is slow and hard to track. This Skill automates the deep investigation phase by reading a research outline and dispatching independent web-search agents for each item, producing validated structured JSON output. ## Core Features & Use Cases - Batch Parallel Research: Groups outline items into batches and launches background web-search agents in parallel, with user approval between batches. - Resume Support: Detects already-completed JSON outputs and skips finished items, so interrupted runs can continue without rework. - Schema Validation: Each agent output is validated against a fields.yaml definition via a validation script, with uncertain values explicitly marked. - Use Case: After generating an outline of competitor products, run this Skill to research each product in parallel and collect structured JSON profiles with complete field coverage. ## Quick Start Run /research-deep in the directory containing your outline.yaml to launch deep research on all outline items.