mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-14 02:42:04 +08:00
- 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
16 lines
656 B
Plaintext
16 lines
656 B
Plaintext
Analyze system architecture and design decisions:
|
|
|
|
## Required Analysis:
|
|
1. Identify main architectural patterns and design principles
|
|
2. Map module dependencies and component relationships
|
|
3. Assess integration points and data flow patterns
|
|
4. Evaluate scalability and maintainability aspects
|
|
5. Document architectural trade-offs and design decisions
|
|
|
|
## Output Requirements:
|
|
- Architectural diagrams or textual descriptions
|
|
- Dependency mapping with specific file references
|
|
- Integration point documentation with examples
|
|
- Scalability assessment and bottleneck identification
|
|
|
|
Focus on high-level design patterns and system-wide architectural concerns. |