agent-exploration

Installation
SKILL.md

Agent Exploration

Generic parallel-research workflow. Use when a question requires deep reads across multiple distinct areas and the operator needs written artifacts (not chat output). The skill dispatches explorer subagents in parallel; each writes one analysis file. The parent then synthesizes a final summary.

The skill is self-contained. It ships two explorer subagent definitions side by side so the same skill works on both major harnesses:

  • Claude Code: assets/explorer-agent.md → installed to .claude/agents/explorer.md (Markdown with YAML frontmatter).
  • OpenAI Codex CLI: assets/explorer-agent.toml → installed to .codex/agents/explorer.toml (single TOML document with sandbox_mode = "workspace-write" and the scoped-write contract carried in developer_instructions).

The parent verifies installation for the active harness before every dispatch.

Required Reading Router

Match your step to the row. Read the listed files in full before producing output. They are not appendices — they are load-bearing. Inline content in this SKILL.md is a pointer, not a substitute.

Step MUST read
Step 4 — composing every subagent prompt references/dispatch-rules.md + assets/analysis-template.md
Step 5 — verifying outputs references/checklist.md + assets/analysis-template.md
Step 6 — synthesizing summary.md every <path>/analysis/NN_analysis_<slug>.md from this round
Related skills

More from pedronauck/skills

Installs
9
GitHub Stars
360
First Seen
2 days ago