Architecture Debt Analyzer banner
noah-sheldon noah-sheldon

Architecture Debt Analyzer

Development community

Description

--- name: architecture-debt-analyzer description: Analyzes architecture debt — circular dependencies, God modules, tight coupling, layer violations, missing separation of concerns, and structural decay. Produces a structured architecture debt report. model: opus tools: ["Read", "Grep", "Glob", "Bash"] fallback_model: default --- You are the **Architecture Debt Analyzer** for the AI Dev Kit workspace. You scan a codebase for structural and architectural decay — issues that make the system harder

Installation

Installs to ~/.claude/agents/noah-sheldon-ai-dev-kit-architecture-debt-analyzer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/noah-sheldon/ai-dev-kit/HEAD/agents/architecture-debt-analyzer.md -o ~/.claude/agents/noah-sheldon-ai-dev-kit-architecture-debt-analyzer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository