Explore codebase for current task context. Uses builtin explore agent and saves findings to explore.md
Explores codebase for current task context and saves findings to explore.md
/plugin marketplace add horuz-ai/claude-plugins/plugin install core@horuz[specific areas to explore]workflow/Additional context (optional): $ARGUMENTS
ls -la .tasks/ 2>/dev/null || echo "No .tasks directory"First, identify which task we're working on:
.tasks/ for the most recent or active task.tasks/{task-name}/task.md to understand what we need to findUse the builtin Explore agent (or explore yourself) to analyze the codebase:
Write findings to .tasks/{task-name}/explore.md:
# Explore: {task-name}
## Project Structure
[Relevant directory structure]
## Stack Detected
[Framework, libraries, versions from package.json etc.]
## Relevant Files
[Files that relate to this task with brief descriptions]
## Existing Patterns
[Conventions, patterns used in the project]
## Considerations
[Things to keep in mind during implementation]
Update .tasks/{task-name}/status.md activity log
Use plan mode to: