What problem does it solve? Teams often discover quality risks and missing test coverage only after implementation, leading to late rework and escaped defects. This Skill shifts quality left by producing a structured risk assessment and a prioritized test design before or during development. ## Core Features & Use Cases - Risk Profiling: Identifies risks across six categories (TECH, SEC, PERF, DATA, BUS, OPS), scores them with probability × impact, and outputs a risk matrix, mitigation strategies, and a gate-ready YAML block. - Test Design: Breaks acceptance criteria into test scenarios, assigns test levels (unit/integration/e2e) and priorities (P0-P3), and validates coverage against risks. - Use Case: Before implementing a user-authentication story, run this Skill to produce story.312.1.risk.1.user-authentication.md and story.312.1.test-design.1.user-authentication.md, flagging a critical XSS risk and defining 15 prioritized test scenarios that downstream qa-story and qa-gate skills consume. ## Quick Start Ask the agent to run qa-planning on story 312.1 to produce a risk profile and test design before development begins.