performance-validation-plan

Create performance validation plans comparing production metrics against optimization baselines during hypercare.

1|1|Updated May 16, 2026
One-click install
npx skills add https://github.com/vanduc2514/hackathon-lablab-ibm-bob --skill performance-validation-plan-vanduc2514
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: performance-validation-plan
Source: https://github.com/vanduc2514/hackathon-lablab-ibm-bob/tree/main/.bob/skills/performance-validation-plan
Command: npx skills add https://github.com/vanduc2514/hackathon-lablab-ibm-bob --skill performance-validation-plan-vanduc2514

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? After a migration, teams need a systematic way to confirm the new system actually meets performance targets under real production load. This Skill produces a structured validation plan with baselines, schedules, procedures, and reporting templates so degradation is caught early. ## Core Features & Use Cases - Baseline Definition: Documents throughput, latency, resource, and database baselines with acceptable ranges drawn from optimization results. - Validation Procedures: Provides daily, weekly, and load-pattern validation procedures with concrete PromQL and SQL queries plus acceptance criteria. - Degradation Response & Reporting: Defines tiered response procedures for minor, moderate, and severe degradation, plus daily log and weekly stakeholder report templates. - Use Case: After migrating an e-commerce platform, generate a hypercare performance validation plan that compares production P95 latency and error rates against optimization baselines and feeds weekly stakeholder reports. ## Quick Start Create a performance validation plan for the hypercare phase using my optimization report and monitoring setup as inputs.

Frequently Asked Questions about performance-validation-plan

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

FAQPage Schema
How do I validate production performance after a migration?▼

Define baselines from your optimization phase, then run daily and weekly validation comparing production metrics like throughput, P95 latency, and error rate against those baselines. Use monitoring dashboards and APM tools with specific queries to measure each metric against acceptance criteria.

What metrics should a hypercare performance validation plan track?▼

Track throughput, latency percentiles (P50, P95, P99), error rates, availability, CPU and memory usage, GC pause times, and database query performance. Each metric needs a baseline, a production target, and an acceptable range.

How do I compare production metrics to performance baselines?▼

Use PromQL queries such as histogram_quantile for latency percentiles and rate-based queries for throughput and error rates, then compare results to documented baseline values. Deviations beyond defined thresholds trigger tiered degradation response procedures.

What should I do when production performance degrades after migration?▼

Classify the degradation by severity: minor (10-20% from baseline) gets logged and monitored, moderate (20-50%) triggers a P2 incident with investigation, and severe (>50%) triggers a P1 incident with immediate mitigation and possible rollback.

What inputs are required to create a performance validation plan?▼

You need an optimization report with performance baselines, a testing strategy with SLA targets, a hypercare monitoring setup document, access to production metrics and APM tools, and business-defined acceptable performance thresholds.