Architect IntelligenceEnterprise architecture analysis directly in your editor. Detect anti-patterns, track score decay, get AI-powered refactoring suggestions — all without leaving VS Code. FeaturesArchitecture Score & DiagnosticsRun Architect: Analyze Architecture to get a full health check of your codebase. Anti-patterns appear as inline diagnostics (errors, warnings, hints) in the Problems panel and directly on affected files. The status bar shows your live architecture score with a color-coded icon:
Hub Detection (Code Lens)Files with high fan-in (many dependents) are automatically flagged with Code Lens annotations:
Click "Split this hub" to start an interactive refactoring session that decomposes the hub into focused modules. Forecast OverlayRun Architect: Forecast Score Decay to predict where your architecture is heading. At-risk files get visual overlays:
Hover over the annotation to see predicted scores and weekly decay rate. Genesis Refactoring PromptsRight-click any file → Architect: Generate Refactoring Prompt for This File to get a targeted, AI-ready prompt with specific refactoring steps for that file. Use it with Claude, GPT, or any LLM to execute the refactoring. Interactive RefactoringRun Architect: Interactive Refactoring to open a step-by-step terminal session that walks you through each refactoring step with previews, approvals, and automatic re-analysis after each change. Commands
Settings
Supported LanguagesTypeScript, JavaScript, Python, Go, Rust, Java. RequirementsThe extension uses the Architect CLI under the hood. It is automatically installed via For the best experience, install the CLI globally:
AboutBuilt by Girardelli Tecnologia. Architecture analysis powered by AST parsing, dependency graph analysis, and ML-based forecasting. License: MIT |