skills/architecture/architecture-consult/SKILL.md
Consults current architecture docs, ADRs, and codebase to identify relevant components, modules, and files. Use before adding a feature, scoping a change, or placing new code; surfaces constraints and existing decisions.
npx skillsauth add pkuppens/pkuppens architecture-consultInstall 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.
Reads project architecture documentation and codebase to answer: where does this change belong, and what constraints apply?
docs/architecture/ for arc42 sections (01–12) and docs/architecture/adr/ for ADRs.rg, gh, file tree) to find existing modules, classes, or services that touch the feature area.09-decisions.md or adr/) for decisions that constrain the approach (e.g. "use async-first", "SQLAlchemy 2.0 style").## Architecture Consult: [Feature/Change]
### Relevant components
- `module/path/` — [role]
- `module/path/file.py` — [what it does]
### Applicable ADRs / decisions
- ADR-NNN: [title] — [constraint it imposes]
### Placement recommendation
[One paragraph: where to add code, which layer, which files to create/modify]
### Constraints
- [Rule or pattern that applies]
docs/architecture/ sections relevant to the domain (§5 building blocks, §8 crosscutting, §9 decisions).rg <term> --type py or gh to locate existing implementations.testing
Syncs remote default branch locally (checkout, fetch --prune, pull) and returns to the previous branch when it still exists. Reports stashes and worktrees not yet handled. Use when the user asks to sync main, update default branch, fetch/pull origin, or run /sync-branch.
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.