mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-10 02:24:35 +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
628 B
Plaintext
16 lines
628 B
Plaintext
Analyze implementation patterns and code structure:
|
|
|
|
## Required Analysis:
|
|
1. Identify common code patterns and architectural decisions
|
|
2. Extract reusable utilities and shared components
|
|
3. Document existing conventions and coding standards
|
|
4. Assess pattern consistency and identify anti-patterns
|
|
5. Suggest improvements and optimization opportunities
|
|
|
|
## Output Requirements:
|
|
- Specific file:line references for all findings
|
|
- Code snippets demonstrating identified patterns
|
|
- Clear recommendations for pattern improvements
|
|
- Standards compliance assessment
|
|
|
|
Focus on actionable insights and concrete implementation guidance. |