What problem does it solve?
It helps developers initialize and upgrade .NET codebases confidently by generating tailored project instructions, running semantic health checks, and guiding safe migration steps.
Core Features & Use Cases
- Interactive project initialization: Collects project identity and architecture/tech-stack choices, then generates a customized CLAUDE.md with baked-in decisions for consistent development.
- MCP-driven codebase health analysis: Uses solution graph, anti-pattern detection, compiler diagnostics, dead code detection, and test coverage mapping to produce a graded report card.
- Migration readiness guidance: Supports migration planning (including .NET version upgrades) with verification at each phase rather than risky single-step edits.
- Use cases: onboarding new developers, creating new projects with the right architecture, joining an existing repo and generating CLAUDE.md from real code insights, and upgrading framework versions with controlled checkpoints.
Quick Start
Ask your AI: “Run the project-setup workflow for my repo and generate a CLAUDE.md, then give me a graded health report and suggested next actions.”