skills/architecture/architecture-solution-strategy/SKILL.md
Documents core ideas, fundamental decisions, and solution approaches for a new system. Use when starting a greenfield project; produces arc42 §4 content.
npx skillsauth add pkuppens/pkuppens architecture-solution-strategyInstall 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 the solution strategy before structure. Aligns with arc42 §4: core ideas, fundamental decisions, and solution approaches.
docs/architecture/01-introduction-and-goals.md if present.Write or append to docs/architecture/04-solution-strategy.md:
# Solution Strategy (arc42 §4)
## Core ideas
- [Main architectural concept 1]
- [Main architectural concept 2]
## Solution approach
[Paragraph: how the system achieves its goals]
## Fundamental decisions
- [Decision 1]: [rationale]
- [Decision 2]: [rationale]
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.