skills/v-model/v-model-mapping/SKILL.md
Maps classic V-model stages to pkuppens SKILL_TREE skills 2–10. Use when explaining or applying V traceability alongside arc42 and Agile slices. Third person.
npx skillsauth add pkuppens/pkuppens v-model-mappingInstall 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.
Relates classic V-model ideas to this repository’s skills. arc42 (3.x) is richer than a single classic V box; treat mapping as many-to-many, not a rigid 1:1.
| Classic stage (left) | Primary skills | Notes | |---------------------|----------------|-------| | Requirements / analysis | requirements (2.x), issue-acceptance-criteria | AC often acts as the testable requirement for a slice. | | High-level / system design | architecture-solution-strategy, architecture-building-blocks, 3.x | Spans several arc42 sections. | | Detailed design | design (4.x), design-consult | APIs, components, data shapes. | | Implementation | implementation (7.x) | Code construction and refactors. |
| Classic stage (right) | Primary skills | Notes | |----------------------|----------------|-------| | Unit / component test | test-write (9.1), validation-detail | Closest to module-level V leg. | | Integration test | 9.x, 8.x, architecture-runtime (behaviour to assert) | Scenarios drive what to integrate-test. | | System test | 8.3 validation-run, 9.2 | Full stack or system slice. | | Acceptance | 8.x, issue AC | Stakeholder-facing evidence; may be manual or automated. |
quality-gate (10.x) supports the right arm continuously (lint, type, security) but does not replace domain tests.
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.