This does the heavy lifting of identifying Core, Supporting, and Generic subdomains in your codebase and suggesting where to draw bounded context boundaries using DDD Strategic Design. It scans your code for business concepts (entities, services, use cases), groups them by Ubiquitous Language, then scores domain cohesion on a 10-point scale to flag messy boundaries. You get a domain map with subdomain classifications, a cohesion matrix showing cross-domain coupling, and concrete recommendations for splitting mixed responsibilities. The real value is in the linguistic analysis, it finds where the same term means different things or where billing vocabulary is bleeding into content logic, which is exactly the kind of mess that leads to painful refactors later.
npx -y skills add tech-leads-club/agent-skills --skill domain-analysis --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
sickn33/antigravity-awesome-skills
moizibnyousaf/ai-agent-skills
github/awesome-copilot