post-deploy-verify

Verify deployed systems against BRD and PBI commitments with an evidence matrix.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/exerias21/brainstorm-toolkit --skill post-deploy-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: post-deploy-verify
Source: https://github.com/exerias21/brainstorm-toolkit/tree/main/skills/post-deploy-verify
Command: npx skills add https://github.com/exerias21/brainstorm-toolkit --skill post-deploy-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures that a deployed system delivers what the BRD and PBI documents promised by cross-checking required artifacts and live evidence, preventing drift between planning and production.

Core Features & Use Cases

  • Post-deploy verification that compares live deployment outcomes against BRD requirements and linked PBIs.
  • Generates a per-requirement evidence matrix with a clear RED/YELLOW/GREEN status for stakeholder review.
  • Works across environments (staging, prod) with configurable environment input and prereq validation.

Quick Start

Deploy and run the verification to generate the deployment-vs-BRD/PBI matrix for the current environment.

Frequently Asked Questions about post-deploy-verify

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

FAQPage Schema
How do I verify a deployment matches BRD and PBI requirements?

Post-deploy verification is the process of confirming that a deployed system satisfies BRD and PBI commitments by inspecting required artifacts and live environment evidence. It operates post-deploy to assess alignment in staging or production environments.

What is the best way to generate a deployment verification matrix for stakeholders?

The best way to generate a deployment verification matrix is to automate the cross-checking of live deployment outcomes against BRD requirements and linked PBIs. This produces a per-requirement evidence matrix with clear RED, YELLOW, and GREEN statuses for stakeholder review.

Does post-deploy verification work across both staging and production environments?

Post-deploy verification works across staging and production environments using configurable environment input. It requires an environment configuration file and the ability to query the deployed environment to validate prerequisites.

What inputs do I need to automate BRD and PBI commitment verification?

Automating BRD and PBI commitment verification requires BRD identifier references, PBI references, and an environment configuration file. Additionally, you need the ability to query the deployed environment for live evidence.

Why does my deployed system drift from the original BRD planning documents?

Deployed systems drift from BRD planning documents when live deployment outcomes are not cross-checked against required artifacts. Post-deploy verification prevents this drift by validating live environment evidence against BRD and PBI requirements.