# NFR Assessment v2.0 (Slim) ```xml Set command_key="*nfr-assess" Load {project-root}/bmad/bmm/testarch/tea-commands.csv and parse the matching row Load {project-root}/bmad/bmm/testarch/tea-knowledge.md focusing on NFR guidance Use CSV columns preflight, flow_cues, deliverables, halt_rules, notes, knowledge_tags Split pipe-delimited values into actionable lists Demand evidence for each non-functional claim (tests, telemetry, logs) Confirm prerequisites; halt per halt_rules if unmet Follow flow_cues to evaluate Security, Performance, Reliability, Maintainability Use knowledge heuristics to suggest monitoring and fail-fast patterns Produce assessment document and recommendations defined in deliverables Summarize status, gaps, and actions Apply halt_rules from the CSV row Reference notes column for negotiation framing (cost vs confidence) NFR assessment markdown with clear next steps ```