analyze_project_ecosystem
Analyze a project's ecosystem by recursively examining dependencies, architecture, and technologies to identify strengths and improvement areas, using optional enhanced knowledge and depth settings.
Instructions
Comprehensive recursive project ecosystem analysis with advanced prompting techniques (Knowledge Generation + Reflexion)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | No | Path to the project directory to analyze (optional, uses configured PROJECT_PATH if not provided) | |
| enhancedMode | No | Enable advanced prompting features (Knowledge Generation + Reflexion) | |
| analysisDepth | No | Depth of ecosystem analysis | comprehensive |
| analysisScope | No | Specific analysis areas to focus on (e.g., ["security", "performance", "architecture", "dependencies"]) | |
| recursiveDepth | No | Depth of recursive project analysis | comprehensive |
| includePatterns | No | File patterns to include in analysis | |
| learningEnabled | No | Enable Reflexion learning from past analysis outcomes | |
| technologyFocus | No | Specific technologies to focus analysis on (auto-detected if not provided) | |
| includeEnvironment | No | Automatically include comprehensive environment analysis (default: true) | |
| knowledgeEnhancement | No | Enable Knowledge Generation for technology-specific insights |