Performance load testing
Skill planifest/planifest-framework/planifest-framework/external-skills/performance-load-testing
A specification framework for agentic development. Agents build from complete specs - not guesses.
npx -y skills add planifest/planifest-framework --skill performance-load-testingAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Performance load testing workflow for realistic workload simulation, bottleneck detection, and saturation behavior analysis. Use when systems need throughput/latency validation before rollout; do not use for non-performance functional acceptance decisions.
SKILL.md
1.9 KB, as published. Nobody here has run it
Performance Load Testing
Overview
Use this skill to validate performance under realistic and stress conditions before production risk increases.
Scope Boundaries
- Use this skill when the task matches the trigger condition described in
description. - Do not use this skill when the primary task falls outside this skill's domain.
Shared References
- Workload realism rules:
references/workload-realism-rules.md
Templates And Assets
- Load profile template:
assets/load-profile-template.md
- Load test report template:
assets/load-test-report-template.md
Inputs To Gather
- Critical user flows and traffic distribution.
- Target latency/throughput/error thresholds.
- Environment and dependency readiness.
- Saturation and recovery expectations.
Deliverables
- Load profile and execution plan.
- Bottleneck evidence and saturation points.
- Release readiness recommendation and fixes.
Workflow
- Define workload in
assets/load-profile-template.md. - Validate realism using
references/workload-realism-rules.md. - Execute baseline/peak/stress phases.
- Document outcomes in
assets/load-test-report-template.md. - Publish remediation and retest plan.
Quality Standard
- Load profiles represent production-critical behavior.
- Bottlenecks are evidenced and prioritized.
- Saturation behavior and failure modes are understood.
Failure Conditions
- Stop when test profile misses critical production traffic patterns.
- Stop when results cannot be reproduced or interpreted confidently.
- Escalate when unresolved bottlenecks threaten SLOs.