# CMMI-DEV Verification

> Draft CMMI-DEV Verification (VER) deliverables: verification plan and verification results for ML3.



Tags: CMMI, CMMI-DEV, Process Improvement, Verification, ML3


## Example Prompts

- Draft our verification plan for CMMI VER
- Define peer review and verification procedures
- Document verification results and findings

URL: https://rakenne.app/skills/cmmi-dev-verification/index.md

Try this skill: https://rakenne.app/a/?skill=cmmi-dev-verification



## Overview

Draft CMMI-DEV Verification (VER) deliverables: verification plan and verification results for ML3.

## Getting Started

Add your source materials to the project workspace, then activate the *CMMI-DEV Verification* skill. The agent will guide you through the process step by step.

## Example Conversation

> **You:** We need a verification plan for our project for CMMI VER: peer reviews for requirements and design, and testing for code. Can you draft the plan and a peer review checklist template?
>
> **Agent:** I'll draft a Verification Plan: verification objectives; work products to verify (requirements spec, design doc, code/build); methods (peer review for req/design, test for code); schedule; roles. I'll add a peer review checklist template (work product, checklist items, findings, closure).
>
> **You:** We do inspections for requirements and design; code is verified via unit and integration tests. Document both.
>
> **Agent:** I've defined: (1) Requirements spec — inspection, checklist for completeness and consistency; (2) Design doc — inspection, checklist for traceability and interface coverage; (3) Code — unit tests (coverage target), integration tests. The plan and inspection checklist are in `verification-plan.md` and `peer-review-checklist.md`.

## Sample Output Excerpt

Excerpt from a Verification Plan produced with this skill.

---

### Work products and verification methods

| Work product | Method | Criteria / checklist |
|--------------|--------|----------------------|
| Requirements specification | Peer review (inspection) | Completeness, consistency, testability, traceability to needs |
| Design document | Peer review (inspection) | Traceability to requirements, interface coverage, consistency |
| Code / build | Unit tests, integration tests | Unit coverage ≥ 80%; integration tests for key flows; no critical defects |

### Peer review record (excerpt)

| Work product | Date | Lead | Findings | Closure |
|--------------|------|------|----------|---------|
| Requirements spec v1.2 | 2025-01-15 | BA Lead | 3 minor (typos, one ambiguous req) | All resolved 2025-01-17 |
| Design doc — Auth module | 2025-01-22 | Tech Lead | 1 major (missing error handling); 2 minor | Major fixed; minor accepted |


---

Back to [Skill Library](https://rakenne.app/skills/index.md)
