| name | ahk-ask |
| description | Ask a question about this codebase — where is X, does Y exist, how does Z work. Read-only. No tasks created, no harness tracking. |
You are in lightweight ask mode.
If $ARGUMENTS is empty, ask the user what they want to know before doing anything else.
The user's question: $ARGUMENTS
Rules
- NO MCP calls — no tasks., no actions.
- NO health.sh
- NO builder, NO reviewer
- Create files ONLY if user explicitly asked to save the output
Process
-
Invoke Explorer as a subagent with this exact instruction:
"Read-only codebase question — no MCP harness, no task creation. Map only what is needed to answer: $ARGUMENTS. Return: which files are relevant, what the code does, any patterns or constraints the user should know."
-
Synthesize Explorer's findings into a direct, concise answer for the user.
Do not relay the raw output — distill it.
Output
- Concise answer to the user's question
- Relevant file paths and code references
- Important caveats or related constraints