Initial commit
This commit is contained in:
21
commands/ask.md
Normal file
21
commands/ask.md
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
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
|
||||
Reference in New Issue
Block a user