skills/architecture/architecture-decisions/SKILL.md
Authors or updates Architecture Decision Records. Use when making or changing architecture decisions; produces arc42 §9 content and ADR files.
npx skillsauth add pkuppens/pkuppens architecture-decisionsInstall 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.
Authors or updates Architecture Decision Records (ADRs). Aligns with arc42 §9: decisions, context, options, consequences.
docs/architecture/adr/ (or adr/ at project root).09-decisions.md or adr/README.md) to avoid duplicates.001-use-async-first.md, 002-sqlalchemy-20-style.md.09-decisions.md or ADR TOC.Create docs/architecture/adr/NNN-title.md:
# ADR-NNN: [Decision Title]
**Status**: Proposed | Accepted | Deprecated | Superseded
**Date**: YYYY-MM-DD
**Deciders**: [Who made this decision]
**Related**: [Links to components, abstractions, other ADRs]
## Context and Problem Statement
What is the issue we're addressing? What factors do we need to consider?
## Decision Drivers
- Driver 1 (business/technical requirement)
- Driver 2 (constraint or quality attribute)
## Considered Options
1. Option A — [Brief description]
2. Option B — [Brief description]
## Decision Outcome
**Chosen option**: "Option A"
**Rationale**: Why we chose this over alternatives.
### Positive Consequences
- Pro 1
### Negative Consequences
- Con 1 (and mitigation)
## Pros and Cons of the Options
### Option A
- ✅ Pro 1
- ❌ Con 1
### Option B
- ✅ Pro 1
- ❌ Con 1
Update docs/architecture/09-decisions.md:
- [ADR-NNN: Title](adr/NNN-title.md)
Rules:
001-title.md; check existing ADRs for next number00-system-architecture.md ADR indexFor incremental refactors, maintain docs/architecture/98-migration-plan.md (planned/in-progress) and 97-migration-log.md (completed). Each AMI: intent, scope, seams first, compatibility strategy (feature flag/adapter/parallel run), tests, verification, rollback plan. Prioritise by risk, dependency order, business value. See architecture-risks-debt for tech debt.
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.