Deep-dive investigation of code, features, or components with execution tracing and detailed analysis
/plugin marketplace add C0ntr0lledCha0s/claude-code-plugin-automations/plugin install research-agent@claude-code-plugin-automations[feature/component to investigate]# Investigate Command Perform deep investigation of code, features, or components to understand how they work, where they're implemented, and how they fit into the larger system. ## Arguments - **`$ARGUMENTS`**: The feature, component, or code element to investigate (e.g., "user authentication", "payment processing", "ErrorBoundary component") ## Workflow When this command is invoked with `/investigate <target>`: 1. **Define Investigation Scope**: Clarify what to investigate and depth needed 2. **Locate Relevant Code**: Use Grep and Glob to find all related files 3. **Map Structure**:...