analyze_project_ecosystem
Analyze project ecosystems recursively with advanced prompting techniques, including Knowledge Generation and Reflexion, to uncover technology-specific insights and improve decision-making.
Instructions
Comprehensive recursive project ecosystem analysis with advanced prompting techniques (Knowledge Generation + Reflexion)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| analysisDepth | No | Depth of ecosystem analysis | comprehensive |
| analysisScope | No | Specific analysis areas to focus on (e.g., ["security", "performance", "architecture", "dependencies"]) | |
| conversationContext | No | Rich context from the calling LLM about user goals and discussion history | |
| enhancedMode | No | Enable advanced prompting features (Knowledge Generation + Reflexion) | |
| includeEnvironment | No | Automatically include comprehensive environment analysis (default: true) | |
| includePatterns | No | File patterns to include in analysis | |
| knowledgeEnhancement | No | Enable Knowledge Generation for technology-specific insights | |
| learningEnabled | No | Enable Reflexion learning from past analysis outcomes | |
| projectPath | No | Path to the project directory to analyze (optional, uses configured PROJECT_PATH if not provided) | |
| recursiveDepth | No | Depth of recursive project analysis | comprehensive |
| technologyFocus | No | Specific technologies to focus analysis on (auto-detected if not provided) |