Граф бизнес-домена из кодовой базы

★ 7.1 · vibe-coding

understand-domain is a Claude Code skill that extracts business domain knowledge from a codebase and produces an interactive horizontal flow graph of domains, business flows, and process steps in the dashboard. When a knowledge graph already exists at `.ua/knowledge-graph.json` (or the legacy `.understand-anything/knowledge-graph.json`), the skill derives domain information from it without rescanning files; otherwise it performs a lightweight scan using the file tree and entry point detection. Passing `--full` forces a fresh scan regardless of any cached graph. The skill detects git worktrees and automatically redirects output to the main repository root to prevent data loss at session end. It is especially useful for developers and architects who need to quickly map business logic or understand process flows in an unfamiliar codebase.