ask
Ask Skill
Purpose: Answer questions about the codebase by orchestrating parallel exploration agents.
User Question: "${ARGUMENTS}"
Strategy
-
Analyze: Determine if the question is simple or complex.
- Simple (targeted query): Launch 1-3 parallel agents.
- Complex (broad/architectural): Launch >3 parallel agents.
-
Orchestrate:
- Break the question into distinct search angles (e.g., "Find definitions", "Check usage", "Search config", "Check tests").
- Use the
Tasktool to launch multiple agents in parallel. - Set
subagent_typeto"Explore"for each task (builtin agent). - If Explore agent is unavailable, use
subagent_type="general-purpose"as fallback. - Include the search directory scope in each agent's prompt (e.g., "Search in /path/to/module for...").
- Pass specific, distinct instructions to each agent.
-
Synthesize:
- Review the findings from all agents.
- Provide a comprehensive answer to the user's question.
- Reference specific file paths found.
Execution
Perform the analysis and launch the parallel tasks now.
More from vitadynamics/vita-cc-market
hook-creator
Expert guidance for creating Claude Code hooks. Use when configuring hooks in settings files, creating hook scripts, or implementing hook-based workflows for tool interception, validation, or automation.
14review
Perform exhaustive code reviews using multi-agent analysis across 13+ specialized reviewer agents
13medium-plan
Transform feature descriptions into well-structured project plans following conventions
13deepen-plan
Enhance existing plans with parallel research agents for maximum depth and grounding
13heal-skill
Fix incorrect SKILL.md files when a skill has wrong instructions or outdated API references
13pr-summary-cn
Generate concise Chinese PR summary from git changes
13