关于
Decomplect is a specialized architectural analysis tool for Claude Code that evaluates software design quality based on high-level principles such as Rich Hickey's concept of simplicity, Gary Bernhardt's Functional Core/Imperative Shell pattern, and classical coupling metrics. It helps developers move beyond tactical bug fixing to high-level system design by identifying "complected" code, ensuring pure logic remains isolated from side effects, and verifying that modules are truly independent. It is particularly valuable during design reviews or prior to major refactoring efforts in TypeScript, Go, and Rust projects.