Analyze the current project structure, dependencies, and provide insights
# Analyze Project When this command is invoked, perform a comprehensive analysis of the current project: ## Analysis Steps 1. **Project Structure** - Identify the project type (Node.js, Python, Java, etc.) - List main directories and their purposes - Identify configuration files 2. **Dependencies** - Read package.json, requirements.txt, or equivalent - List main dependencies and their versions - Identify potential outdated packages 3. **Code Organization** - Identify main entry points - List key modules/components - Identify test files and test coverage setup...