skills/architecture/architecture-runtime/SKILL.md
Documents runtime behaviour: technical execution paths, component interactions, sequences (arc42 §6). Use when documenting flows or tracing execution.
npx skillsauth add pkuppens/pkuppens architecture-runtimeInstall 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.
Documents technical execution paths through components and services. Aligns with arc42 §6 (runtime view). Contrast with user flows (UX journey) — see design-consult for user flow documentation.
docs/architecture/03-runtime-flows.md — append/update scenariodocs/architecture/diagrams/sequences.mmd — sequence diagramFor each scenario in 03-runtime-flows.md:
Prioritise: MVP smoke test path; most frequently executed; business-critical; complex (multi-component); error-prone.
Use Mermaid sequenceDiagram with participants, messages, returns, error paths.
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.