From consultant
Have AI agents debate a topic through multiple rounds of critique and refinement
How this skill is triggered — by the user, by Claude, or both
Slash command
/consultant:deliberateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Agents critique each other's answers and refine through peer review.
Agents critique each other's answers and refine through peer review.
/consultant:deliberate Should we use REST or GraphQL for our API?
/consultant:deliberate What's the best state management approach for this app?
Deliberation runs in 4 rounds:
Round 1: Launch 5 agents in parallel using Task tool:
consultant:codex-researcherconsultant:gemini-researcherconsultant:grok-researcherconsultant:perplexity-researcherconsultant:claude-researcherPrompt each: "Provide your initial analysis on: $ARGUMENTS"
Round 2: Launch 5 agents again with all Round 1 responses. Prompt: "Review these perspectives and critique them. Point out errors, gaps, and strong points."
Round 3: Launch 5 agents with all prior responses. Prompt: "Based on the critiques, refine your position. Acknowledge valid points, defend or modify your stance."
Round 4: Synthesize in the main session — identify convergence, note disagreements, provide confidence rating.
npx claudepluginhub tinetti/claude-plugins --plugin consultantGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Implements work from a spec or tickets using TDD at agreed seams, with regular typechecking and test runs, followed by code review.