What problem does it solve? Teams approaching a release often lack a structured, evidence-based way to verify that non-functional requirements like performance, security, reliability, and maintainability are actually met, leading to unquantified release risk. ## Core Features & Use Cases - Evidence-Based NFR Audit: Collects test results, metrics, logs, scans, and CI data, then classifies each NFR finding as PASS, CONCERNS, FAIL, or N/A against defined thresholds without guessing. - Parallel Domain Workers: Dispatches four subagents (security, performance, reliability, maintainability) in agent-team, subagent, or sequential mode, then aggregates results into a single report. - Release Gate Output: Generates an nfr-assessment.md report with quick wins, prioritized remediation actions, evidence gaps, and a machine-readable Gate YAML snippet. - Use Case: Before shipping a bulk export feature, run the audit to discover a critical PDF-rendering vulnerability and a missing circuit breaker, then receive prioritized fixes with owners and effort estimates. ## Quick Start Ask the assistant to audit NFR evidence for the current feature using the available test results, metrics, and logs.