Performs deep architectural analysis of a specified module, directory, or feature area by examining structural coupling, data flow, concurrency patterns, risk, and SOLID alignment. Use when the user wants to assess, evaluate, or review the architecture, design quality, dependency structure, coupling, cohesion, or technical debt of an existing part of the codebase. Not for investigating specific bugs, runtime errors, or failures — use investigate. Not for test planning — use test-planning. Not for file-level code review — use code-review. Not for researching open-ended options, prior art, or how something works — use research. Not for writing documentation or architectural decision records.
$npx -y skills add testdouble/han --skill architectural-analysisInstalls into the current project.
Run `npx skills use "https://github.com/testdouble/han" --skill "testdouble/han/architectural-analysis"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/testdouble/han" that are relevant to the current task. Run `npx skills add "https://github.com/testdouble/han"` and select the relevant skills, then follow their instructions.