mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-12 02:37:45 +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:
@@ -115,8 +115,7 @@ cat arch_analysis.txt pattern_analysis.txt impact_analysis.txt test_analysis.txt
|
||||
**Precise Task Analysis** - Execute when GEMINI_CLI_REQUIRED flag is present or complexity triggers apply:
|
||||
|
||||
**Standard Mode**: Use the focused planning context template:
|
||||
@~/.claude/workflows/gemini-agent-overview.md
|
||||
@~/.claude/workflows/gemini-planning-agent.md
|
||||
@~/.claude/workflows/gemini-unified.md
|
||||
|
||||
**Deep Analysis Mode (DEEP_ANALYSIS_REQUIRED)**: Execute comprehensive parallel analysis as specified above
|
||||
|
||||
|
||||
@@ -95,8 +95,7 @@ ELSE:
|
||||
When GEMINI_CLI_REQUIRED flag is present or complexity triggers apply, gather precise, implementation-focused context:
|
||||
|
||||
Use the targeted development context template:
|
||||
@~/.claude/workflows/gemini-agent-overview.md
|
||||
@~/.claude/workflows/gemini-code-developer.md
|
||||
@~/.claude/workflows/gemini-unified.md
|
||||
|
||||
This executes a task-specific Gemini CLI command that identifies:
|
||||
- **Exact modification points**: Precise file:line locations where code should be added
|
||||
|
||||
@@ -57,8 +57,7 @@ ELSE:
|
||||
When GEMINI_CLI_REQUIRED flag is present or complexity triggers apply, gather precise, change-focused context:
|
||||
|
||||
Use the targeted review context template:
|
||||
@~/.claude/workflows/gemini-agent-overview.md
|
||||
@~/.claude/workflows/gemini-code-review.md
|
||||
@~/.claude/workflows/gemini-unified.md
|
||||
|
||||
This executes a change-specific Gemini CLI command that identifies:
|
||||
- **Change understanding**: What specific task was being implemented
|
||||
|
||||
@@ -82,11 +82,10 @@ ELSE:
|
||||
|
||||
## Templates and Guidelines
|
||||
|
||||
**Primary Template**: @~/.claude/workflows/gemini-agent-overview.md
|
||||
@~/.claude/workflows/gemini-memory-bridge.md
|
||||
**Primary Template**: @~/.claude/workflows/gemini-unified.md
|
||||
|
||||
**Supplementary Resources**:
|
||||
- @~/.claude/workflows/gemini-dms-templates.md - Documentation hierarchy analysis
|
||||
- See template selection guide for DMS-specific templates in prompts/dms/ folder
|
||||
|
||||
|
||||
## Task-Driven Execution Protocol
|
||||
|
||||
Reference in New Issue
Block a user