pm-closure-validation

Validate product increment closure across tasks, tests, and documentation gates.

156|21|Updated Oct 25, 2025
One-click install
npx skills add https://github.com/anton-abyzov/specweave --skill pm-closure-validation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pm-closure-validation
Source: https://github.com/anton-abyzov/specweave/tree/main/plugins/specweave/skills/pm-closure-validation
Command: npx skills add https://github.com/anton-abyzov/specweave --skill pm-closure-validation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Final quality gate for increment closure with 3 gates: tasks, tests, and documentation to ensure value and quality before release.

Core Features & Use Cases

  • Gate 1: Tasks completion (P1, P2, P3 status)
  • Gate 2: Tests passing and coverage
  • Gate 3: Documentation updated (CLAUDE.md/README/CHANGELOG)
  • Scope creep detection and PM approval before closure

Quick Start

Use /done to trigger the closure validation flow; the PM approves or denies closure based on gates.

Frequently Asked Questions about pm-closure-validation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate that a software increment is ready for closure?

Increment closure validation enforces a 3-gate quality process: verify task completion across priority levels (P1-P3), confirm test coverage and passing results, and ensure documentation updates (CLAUDE.md, README, CHANGELOG). Use /done to trigger the validation flow and receive a formal closure verdict with pass/fail status.

What gates does PM validation check before closing an increment?

The 3-gate validation assesses task completion status, test passing and coverage metrics, and documentation updates. It also detects scope creep and requires PM approval, outputting actionable remediation guidance if any gate fails.

How does the validation process detect scope creep in increment closure?

The Skill evaluates increment context loaded from spec.md, plan.md, and tasks.md against gate criteria. Scope creep detection identifies work outside the planned increment and flags it during closure validation to prevent unapproved expansion.

What documentation must be updated before closing an increment?

Gate 3 requires updates to CLAUDE.md, README, and CHANGELOG. These documentation updates ensure accurate records of changes, decisions, and release notes before increment closure approval.

Can I use PM closure validation for different priority task levels?

Yes. Gate 1 assesses task completion across P1 (critical), P2 (high), and P3 (standard) priority levels, allowing validation of increments containing mixed-priority work before PM approval and closure.

What happens if my increment fails the closure validation gates?

The validation outputs a fail status with actionable remediation guidance. You must address the failed gates—incomplete tasks, insufficient test coverage, or missing documentation—before resubmitting for PM approval and closure.