deep-research
Deep Research(深度调研编排工作流)
把“深度调研”当作一个可复用、可并行的生产流程来执行:主控负责澄清目标、拆解子目标、调度子进程、聚合与精修;子进程负责采集/抽取/局部分析并输出结构化 Markdown 素材;最终交付物必须是独立成品文件而不是聊天贴文。
关键约束(必须遵守)
- 保持默认模型与配置不变:不要显式覆盖
--model或用额外-c覆写默认模型/推理设置;只有在用户明确授权时才调整相关配置。 - 默认最小权限:子进程默认在
--sandbox workspace-write下运行;仅在必要时启用网络等权限。若子任务必须执行“需要 shell 联网”的命令(例如curl/wget),在codex exec中添加-c sandbox_workspace_write.network_access=true。 - 联网优先走 skills,其次 MCP:优先使用已安装 skills;若必须使用 MCP,则优先
firecrawl,其次tavily;确实无法满足时再考虑curl/wget。 - 非交互式友好:子进程不使用 plan 工具,不与用户“等确认/等反馈”式互动;以文件落地、日志可追溯为主。
- 文件交付优先:最终交付物必须落地为独立文件,禁止在聊天中贴出完整成稿。
- 每一步输出决策与进度日志:尤其在拆分、调度、聚合、精修、交付前。
任务目标
More from feiskyer/codex-settings
autonomous-skill
Use when work must continue across multiple Codex sessions with `.autonomous/` tracking, resumable execution, or autonomous handoff. Use for long-running, multi-session, or resume-later tasks.
93claude-skill
Use when work should be delegated to Claude Code CLI, especially headless `claude -p` runs, automation scripts, CI jobs, resumable sessions, or requests to use Claude/Claude Code for a task.
92nanobanana-skill
Generate, remix, or edit images with Nanobanana / Nano Banana 2 through the bundled Gemini CLI wrapper. Use this whenever the user wants AI image generation or editing, especially for reference-image composition, character consistency, grounded visuals that may need live web search, style transfer, marketing graphics, product mockups, social assets, or when they explicitly mention Nanobanana, Gemini image models, Google image generation, AI drawing, 图片生成, AI绘图, 图片编辑, or 生成图片.
85spec-kit-skill
GitHub Spec-Kit integration for constitution-based spec-driven development. 7-phase workflow (constitution, specify, clarify, plan, tasks, analyze, implement). Use when working with spec-kit CLI, .specify/ directories, or creating specifications with constitution-driven development. Triggered by "spec-kit", "speckit", "constitution", "specify", references to .specify/ directory, or spec-kit commands.
80kiro-skill
Interactive feature development workflow from idea to implementation. Creates requirements (EARS format), design documents, and implementation task lists. Use when creating feature specs, requirements documents, design documents, or implementation plans. Triggered by "kiro" or references to .kiro/specs/ directory.
69youtube-transcribe-skill
Extract subtitles/transcripts from a YouTube video URL and save as a local file. Use when you need to extract subtitles from a YouTube video.
66