diff --git a/Docs/User-Guide/flags.md b/Docs/User-Guide/flags.md index 8e39e0b..979b921 100644 --- a/Docs/User-Guide/flags.md +++ b/Docs/User-Guide/flags.md @@ -18,6 +18,8 @@ | `--seq` / `--sequential` | Sequential | Multi-step reasoning, debugging | Complex debugging, system design | | `--magic` | Magic | UI component generation | `/ui` commands, frontend keywords | | `--play` / `--playwright` | Playwright | Browser testing, E2E validation | Testing requests, visual validation | +| `--chrome` / `--devtools` | Chrome DevTools | Performance analysis, debugging | Performance auditing, debugging, layout issues | +| `--tavily` | Tavily | Web search, real-time info | Web search requests, research queries | | `--morph` / `--morphllm` | Morphllm | Bulk transformations, pattern edits | Bulk operations, style enforcement | | `--serena` | Serena | Project memory, symbol operations | Symbol operations, large codebases | diff --git a/SuperClaude/Core/FLAGS.md b/SuperClaude/Core/FLAGS.md index a9384e0..378be7e 100644 --- a/SuperClaude/Core/FLAGS.md +++ b/SuperClaude/Core/FLAGS.md @@ -50,6 +50,14 @@ Behavioral flags for Claude Code to enable specific execution modes and tool sel - Trigger: Browser testing, E2E scenarios, visual validation, accessibility testing - Behavior: Enable Playwright for real browser automation and testing +**--chrome / --devtools** +- Trigger: Performance auditing, debugging, layout issues, network analysis, console errors +- Behavior: Enable Chrome DevTools for real-time browser inspection and performance analysis + +**--tavily** +- Trigger: Web search requests, real-time information needs, research queries, current events +- Behavior: Enable Tavily for web search and real-time information gathering + **--all-mcp** - Trigger: Maximum complexity scenarios, multi-domain problems - Behavior: Enable all MCP servers for comprehensive capability