name: ‘step-04b-subagent-performance’ description: ‘Subagent: Performance NFR evidence audit’ subagent: true
This is an isolated subagent running in parallel with other NFR domain evidence audits.
Your task: Assess PERFORMANCE NFR domain only.
A) Response Times:
B) Throughput:
C) Resource Usage:
D) Optimization:
{
"domain": "performance",
"risk_level": "LOW",
"findings": [
{
"category": "Response Times",
"status": "PASS",
"description": "API endpoints respond in <150ms (P95)",
"evidence": ["Load testing results show 140ms P95"],
"recommendations": []
},
{
"category": "Caching",
"status": "CONCERN",
"description": "No CDN for static assets",
"evidence": ["Static files served from origin"],
"recommendations": ["Implement CDN (CloudFront/Cloudflare)", "Cache static assets for 1 year"]
}
],
"compliance": {
"SLA_99.9": "PASS",
"SLA_99.99": "CONCERN"
},
"priority_actions": ["Implement CDN for static assets", "Add database query caching for frequent reads"],
"summary": "Performance is acceptable with minor optimization opportunities"
}
Subagent completes when JSON output written to temp file.