paseo-advisor
Spin up a single agent as an advisor — second opinion on the current task. Use when the user says "advisor", "second opinion", "what does X think", or wants an…
Form a committee of two high-reasoning agents to step back, do root cause analysis, and produce a plan. Use when stuck, looping, tunnel-visioning, or facing a hard planning problem.
$ npx -y skills add getpaseo/paseo --skill paseo-committee --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/paseo-committeeContext preview
The summary Claude sees to decide when to auto-load this skill.
Form a committee of two high-reasoning agents to step back, do root cause analysis, and produce a plan. Use when stuck, looping, tunnel-visioning, or facing a hard planning problem.
name: paseo-committee description: Form a committee of two high-reasoning agents to step back, do root cause analysis, and produce a plan. Use when stuck, looping, tunnel-visioning, or facing a hard planning problem. user-invocable: true
Two agents from contrasting profiles, fresh context, planning a solution in parallel.
**User's additional context:** $ARGUMENTS
Read the **paseo** skill. Call `list_profiles` before choosing committee members. Do not create committee agents until you have read the configured profiles and their `notes`.
Contrast is the point of a committee, so pick profiles from different provider families when possible. Materialize each profile into `create_agent`.
Two members with different reasoning styles, selected from configured Agent profiles:
If the user names profiles, use those. If fewer than two suitable profiles are configured, use Paseo's provider discovery fallback for the missing member and tell the user. Override the selection only when the user explicitly asks for different members.
This is analysis only. Do NOT edit, create, or delete any files. Do NOT write code.
1. Write a problem-level prompt 2. Create both agents in parallel via Paseo with `[Committee] <task>` titles and the same prompt 3. Wait for both responses 4. Resolve disagreements by passing their arguments between each other 5. Keep going until they converge into a response
Share the consensus with the user. Summarize where the agents diverged and how they resolved it.
Repo: getpaseo/paseo
Spin up a single agent as an advisor — second opinion on the current task. Use when the user says "advisor", "second opinion", "what does X think", or wants an…
Hand off the current task to another agent with full context. Use when the user says "handoff", "hand off", "hand this to", or wants to pass work to another…
Answer questions about the Paseo product and app, including setup, configuration, connectivity, providers, workspaces, updates, logs, and troubleshooting. Use…
Build and manage trusted local Paseo plugins. Use when the user asks to create, edit, install, reload, enable, disable, remove, or troubleshoot a Paseo plugin;…
Paseo reference for managing projects, workspaces, workspace scripts, agents, schedules, and heartbeats.