mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-11 02:33:51 +08:00
- Streamlined analysis templates (architecture, pattern, performance, quality, security) - Simplified development templates (component, debugging, feature, refactor, testing) - Optimized documentation templates (api, folder-navigation, module-readme, project-architecture, project-examples, project-readme) - Enhanced planning templates (concept-eval, migration, task-breakdown) - Improved verification templates (codex-technical, cross-validation, gemini-strategic) - Updated claude-module-unified memory template - Refined workflow-architecture documentation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
29 lines
1.1 KiB
Plaintext
29 lines
1.1 KiB
Plaintext
Analyze implementation patterns and code structure.
|
|
|
|
## CORE CHECKLIST ⚡
|
|
□ Analyze ALL files in CONTEXT (not just samples)
|
|
□ Provide file:line references for every pattern identified
|
|
□ Distinguish between good patterns and anti-patterns
|
|
□ Apply RULES template requirements exactly as specified
|
|
|
|
## 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 with priority levels
|
|
|
|
## VERIFICATION CHECKLIST ✓
|
|
□ All CONTEXT files analyzed (not partial coverage)
|
|
□ Every pattern backed by code reference (file:line)
|
|
□ Anti-patterns clearly distinguished from good patterns
|
|
□ Recommendations prioritized by impact
|
|
|
|
Focus: Actionable insights with concrete implementation guidance.
|