skills/design/design-component-boundaries/SKILL.md
Defines module, package, and file boundaries so each unit has a single responsibility. Use when splitting a monolith, drawing C4 container boundaries, or stopping circular dependencies.
npx skillsauth add pkuppens/pkuppens design-component-boundariesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Detailed design (not arc42 §5 alone — align with architecture-building-blocks).
Positive (clear boundaries):
Billing owns Invoice, Payment; Billing depends on Auth for UserId only; Auth does not import Billing. Dependencies point inward toward domain core; no cycles.notifications may call users for email lookup; users never calls notifications.”Negative (avoid):
utils” grows to hold domain logic from three features — no single responsibility; boundaries collapsed.tools
Creates, queries, updates, and links Azure Boards work items via az boards CLI. Use when filing ADO work items, running WIQL queries, or setting area path, iteration, tags, and assignee.
tools
Creates, reviews, and completes Azure Repos pull requests and branch policies via az repos CLI. Use when opening ADO PRs, setting required reviewers, or configuring build validation policies.
development
Guides Azure Pipelines YAML structure, build validation on PRs, and staged deployment with environments and approvals. Use when authoring azure-pipelines.yml or configuring CI/CD on Azure DevOps.
tools
Orchestrates Azure DevOps work item, repo, and pipeline workflows using az CLI. Use when working with Azure DevOps, Azure Repos, Azure Boards, Azure Pipelines, or az devops commands.