mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-09 02:24:11 +08:00
- Add extensive pre_analysis examples organized by category: - Required context loading steps - Project structure analysis - Local codebase exploration (bash/rg/find) - Gemini CLI analysis (architecture, execution flow) - Qwen CLI analysis (code quality, fallback) - MCP tools integration - Tech-specific searches (React, database, etc.) - Add "举一反三" (draw inferences) principle with detailed guidance: - Dynamic step selection based on task type - Tool selection strategy (Gemini/Qwen/Bash/MCP) - Task-specific adaptation examples (security, performance, API) - Command composition patterns - Emphasize that examples are reference templates, not fixed requirements - Agent must dynamically select and adapt steps based on actual task needs - Provide clear guidelines for when to use each type of analysis tool 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>