Deep Research API Workflow
Independent PiSkill directory guide. The original prompt remains hosted by OpenAI Cookbook.
What does this prompt do?
Shows how to frame a research question, provide source access, run a deep-research workflow, and return a cited synthesis with transparent limitations.
Primary use case
Research a complex question with source citations.
Expected output
A cited research synthesis.
Inputs or variables
- research question
- scope
- source constraints
Related prompts
One-Line Research Agent
Demonstrates a compact Claude Agent SDK research workflow that delegates source gathering, preserves citations, and synthesizes results around a bounded question.
Claude Citation Workflow
Shows how to request, preserve, and validate citations so claims remain traceable to supplied source material and unsupported statements can be identified.
Autofix GitHub Actions with Codex
Demonstrates a Codex workflow that reads failed GitHub Actions evidence, identifies the responsible change or configuration, proposes a focused repair, and validates it.
Codex Prompting Guide
Provides a source-linked recipe for structuring coding tasks, context, constraints, tool use, iteration, and verification when working with Codex-oriented models.
Evaluate LLM SQL Generation
Builds an evaluation workflow for generated SQL using representative cases, execution-aware checks, correctness criteria, and reproducible comparison rather than subjective inspection alone.
Gemini Deep Research
Demonstrates a research request workflow that delegates multi-step web investigation to Gemini Deep Research.