consult

Route user questions to a single consult-capable subagent for direct expert advice.

1|Updated Jul 31, 2023
One-click install
npx skills add https://github.com/austintheriot/dotfiles --skill consult-austintheriot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: consult
Source: https://github.com/austintheriot/dotfiles/tree/main/.claude/skills/consult
Command: npx skills add https://github.com/austintheriot/dotfiles --skill consult-austintheriot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The consult skill helps you get high-signal guidance for a specific question from a single expert perspective instead of running a broad multi-agent review.

Core Features & Use Cases

  • Single-expert consultation: Routes your question to one consult-capable subagent in consult mode.
  • Agent-role specific answers: Matches your question to the most relevant lens (e.g., systems, Rust, product strategy, security).
  • No panel overhead: Avoids code review/spec critique and returns direct expert advice to keep token use low.

Quick Start

Ask: /consult distsys-data <your question> to receive direct expert advice from the distribution-systems data lens.

Frequently Asked Questions about consult

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get expert advice for a specific software engineering question without running a full multi-agent review?

To get expert advice without multi-agent panel overhead, you route your specific question into a single-agent consult mode. This dispatches a direct-answer output shape to the appropriate consult-capable subagent, preserving your question context.

What is single-agent consultation and when should I use it instead of panel synthesis?

Single-agent consultation provides focused guidance from one expert perspective. You should use it when your question has one dominant lens and you want direct advice rather than broad panel synthesis, code review, or spec critique.

How do I route my question to a specific domain expert like systems or security?

You route your request by explicitly selecting or inferring the target subagent role. The system matches your question to the most relevant lens, such as systems, Rust, product strategy, or security, and dispatches it to that specific consult-capable roster.

Does single-agent consultation require explicit agent selection to work?

No, single-agent consultation does not require explicit agent selection. The system accepts explicit selection but can also infer the appropriate consult-capable subagent based on the context of your submitted question.

What is the best way to reduce token usage when asking for domain expertise on a specific problem?

The best way to reduce token use is to request single-expert consultation instead of a broad multi-agent review. This avoids panel overhead and returns direct expert advice, keeping token consumption low while providing high-signal guidance.

Why use single-agent consultation instead of a multi-agent panel for a focused technical question?

You use single-agent consultation because it avoids panel overhead and returns direct expert advice. It is designed for scenarios where your question has one dominant lens, ensuring you receive focused, high-signal guidance without unnecessary token consumption.