Files
gh-doodledood-claude-code-p…/commands/ask.md
2025-11-29 18:23:41 +08:00

22 lines
721 B
Markdown

---
description: Single-model consultation. Sends a prompt to the consultant agent using one model. Defaults to gpt-5-pro if no model is specified.
---
Perform a consultation using the consultant agent with a single model.
## Default Model
If the user does NOT explicitly specify a model in $ARGUMENTS, use `gpt-5-pro`.
Only use a different model if the user explicitly names one (e.g., "use claude-opus-4-5-20251101 to..." or "ask gemini/gemini-3-pro-preview about...").
## Implementation Note
Use the Task tool with `subagent_type='consultant:consultant'`. Pass the user's request below as the consultant prompt, specifying single-model consultation defaulting to gpt-5-pro.
---
# Consultant Prompt
$ARGUMENTS