mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-13 02:41:50 +08:00
Add parallel execution command templates and analysis prompts
- Introduced a comprehensive set of parallel execution command templates for various architectural and functional scenarios. - Added prompts for analyzing system architecture, implementation patterns, performance, code quality, security, and project structure. - Created templates for planning tasks, component implementation, migration strategies, and code reviews. - Established a unified guideline for Gemini CLI usage, including command syntax, file patterns, and template best practices. - Initialized VSCode settings file for project configuration.1
This commit is contained in:
@@ -33,24 +33,5 @@ description: Core coordination principles for multi-agent development workflows
|
||||
## Context Management
|
||||
|
||||
### Gemini Context Protocol
|
||||
**Context Integration**: Agents use Gemini CLI for context gathering when needed, with memory-gemini-bridge agent handling complex analysis.
|
||||
|
||||
**CLI Guidelines Reference**: Follow @~/.cluade/workflows/gemini-cli-guidelines.md for consistency.
|
||||
|
||||
### 🎯 Gemini CLI Requirements by Task Complexity
|
||||
|
||||
#### 🚀 Simple Tasks (CLI Optional)
|
||||
**Task Examples**: Single file modifications, documentation updates, text changes, simple bug fixes
|
||||
**CLI Decision**: Optional - only when unfamiliar patterns encountered
|
||||
**Context Scope**: Basic guidelines and patterns
|
||||
|
||||
#### 🎯 Medium Tasks (CLI Recommended)
|
||||
**Task Examples**: Multi-file features, component modifications, API endpoint additions
|
||||
**CLI Decision**: Recommended for consistency and quality
|
||||
**Context Scope**: Guidelines + architecture + feature patterns
|
||||
**Standard Context Collection**:
|
||||
```bash
|
||||
gemini --all-files -p "@{**/*CLAUDE.md} Guidelines for: [task]"
|
||||
gemini --all-files -p "@[modules] Architecture for: [task]"
|
||||
gemini --all-files -p "@[files] Patterns for: [task]"
|
||||
```
|
||||
For all Gemini CLI usage, command syntax, and integration guidelines:
|
||||
@~/.claude/workflows/gemini-unified.md
|
||||
Reference in New Issue
Block a user