feat: Add intelligent tool selection strategy and simplify plan.md analysis

- Create intelligent-tools.md as strategic guide for tool selection
- Reference intelligent-tools.md from CLAUDE.md for global access
- Add three analysis levels to plan.md (quick/standard/deep)
- Separate tool selection strategy from plan command implementation
- Maintain clear separation of concerns between strategy and execution

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
catlog22
2025-09-14 20:10:31 +08:00
parent 8a823920bf
commit 845925dffb
3 changed files with 115 additions and 2 deletions

View File

@@ -6,7 +6,8 @@ This document defines project-specific coding standards and development principl
### CLI Tool Context Protocols
For all CLI tool usage, command syntax, and integration guidelines:
- **Gemini (Analysis)**: @~/.claude/workflows/gemini-unified.md
- **Codex (Analysis)**: @~/.claude/workflows/codex-unified.md
- **Codex (Development)**: @~/.claude/workflows/codex-unified.md
- **Tool Selection Strategy**: @~/.claude/workflows/intelligent-tools.md
### Intelligent Context Acquisition
@@ -25,7 +26,7 @@ Bash(codex --full-auto exec "analyze [scope] architecture")
- Identify 3+ existing similar patterns before implementation
- Map dependencies and integration points
- Understand testing framework and coding conventions
- Use Task agents for parallel context gathering when needed
## Philosophy