mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-13 02:41:50 +08:00
- Introduced new analysis templates for architecture, implementation patterns, performance, quality, and security. - Created detailed development templates for component creation, debugging, feature implementation, refactoring, testing, and migration planning. - Established structured documentation guidelines for root, domain, module, and sub-module levels to enhance clarity and organization. - Implemented a hierarchy analysis template to optimize project structure and documentation depth. - Updated codex-unified documentation to reflect new command structures, template usage, and best practices for autonomous development workflows.
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. |