Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:23:41 +08:00
commit 016e36f3f3
20 changed files with 4365 additions and 0 deletions

21
commands/ask.md Normal file
View 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