skills/architecture/SKILL.md
Orchestrates architecture work across three modes. Use when starting a greenfield project, documenting existing code, or evolving architecture; routes to sub-skills (3.2–3.9) by mode.
npx skillsauth add pkuppens/pkuppens architectureInstall 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.
Orchestrates architecture documentation and evolution per arc42. Routes to sub-skills based on mode: Initial (greenfield), Retrofitting (document existing), or Evolving (change/extend).
| Mode | Trigger | Sub-skills invoked | |------|---------|---------------------| | Initial | Greenfield project, no architecture yet | architecture-solution-strategy → architecture-building-blocks | | Retrofitting | Undocumented codebase | architecture-document-existing (or architecture-consult variant) | | Evolving | Change or extend existing architecture | architecture-decisions → architecture-risks-debt as needed |
Determine mode — from user intent or context:
Initial mode
Retrofitting mode
Evolving mode
docs/architecture/ and docs/architecture/adr/ for consistency.Output follows the sub-skill(s) invoked. Orchestrator output summarizes mode and which sub-skills ran:
## Architecture: [Mode]
**Mode:** Initial | Retrofitting | Evolving
**Sub-skills run:** [list]
**Artifacts:** [paths to created/updated docs]
| Sub-skill | When | |-----------|------| | architecture-runtime | Document technical execution paths, sequences | | architecture-deployment | Document deployment topology (arc42 §7) | | architecture-crosscutting | Define dependency rules, layer boundaries, architecture tests | | architecture-quality | Quality tree and scenarios (arc42 §10) | | architecture-glossary | Maintain ubiquitous language, resolve terminology |
These can be invoked from architecture-document-existing during retrofitting, or directly when needed.
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.