Deep research for current task using research sub-agent. Finds documentation, patterns, and code examples for installed versions.
Conducts deep research on current task using multiple sub-agents for specific technical topics.
/plugin marketplace add horuz-ai/claude-plugins/plugin install core@horuz[specific topics to research]workflow/Additional focus (optional): $ARGUMENTS
ls -la .tasks/ 2>/dev/null || echo "No .tasks directory"Identify the current task and read:
.tasks/{task-name}/task.md (requirements).tasks/{task-name}/explore.md (codebase context)Identify what needs to be researched based on requirements and stack
IMPORTANT: Delegate research to the research sub-agent with GRANULAR, SPECIFIC questions. Do NOT send one big research request. Instead, spawn MULTIPLE research agents for specific topics:
Example - if implementing auth:
Each agent should focus on ONE specific thing and go deep.
Aggregate all research findings into .tasks/{task-name}/research.md:
# Research: {task-name}
## Stack Reference
[Installed versions for reference]
## Topic 1: [Name]
### Summary
[What we learned]
### Code Snippets
[Copy-paste ready examples]
### Source
[Links to official docs]
## Topic 2: [Name]
...
## Key Considerations
[Important patterns, pitfalls, best practices]
Update .tasks/{task-name}/status.md activity log
Use plan mode to: