Claude Panel
claude_panelRun multiple independent Claude analyses on the same task through different expert lenses, returning a single aggregated review report.
Instructions
Run a multi-perspective Claude review panel in ONE call: several independent Claude analyses of the same task, each through a different expert lens (correctness, security, performance, simplicity, architecture, testing), returned as one aggregated report. Use this when the user asks for verification or review from multiple perspectives or with sub-agents - Claude acts as an independent cross-model panel alongside your own work. Each perspective is a separate full Claude run, so usage and latency scale with the number of perspectives (they run concurrently). Provide absolute paths when the panel should read code from disk. Claude only advises; it never modifies files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | What the panel should analyze. | |
| model | No | Claude model override: opus, sonnet, haiku, or a full model id. Omit for the configured default. | |
| paths | No | Absolute paths of files or directories every panelist should read (1-32). | |
| context | No | Background context for every panelist. | |
| perspectives | No | Fixed expert lenses to run, defaulting to correctness, security, and simplicity. | |
| workspace_dir | No | Absolute path to the project this relates to; becomes Claude's working directory. Reuse the same value when continuing a session. |