discovery.risk_assessment
Identify potential quality, security, and delivery risks early in discovery to inform mitigation planning.
npx skills add majiayu000/claude-skill-registry --skill risk-assessment-edwardmonteiro-aiskillinpractice --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Purpose Enable QA and reliability partners to bring risk thinking into discovery conversations and influence scope decisions early. # Pre-run Checklist - ✅ Confirm initial feature concept or brief is available. - ✅ Collect historical incidents or bug trends for similar areas. - ✅ Align on acceptable risk tolerance with product and engineering. # Invocation Guidance ```bash codex skills run discovery.risk_assessment \ --vars "feature={{feature}}" \ "scope={{scope}}" \ "known_gaps={{known_gaps}}" \ "compliance_requirements={{compliance_requirements}}" ``` # Recommended Input Attachments - Post-incident reports or retrospective documents. - Quality dashboards highlighting defect rates or test coverage. # Claude Workflow Outline 1. Restate the feature scope and critical user journeys. 2. Categorize risks into functional, non-functional, data, and process buckets. 3. For each risk, assign impact, probability, detection difficulty, and owner. 4. Recommend mitigations, including tests, instrumentation, or process changes. 5. Surface questions or dependencies that need resolution before definition completes. # Output Template ``` ## Risk Overview ... ## Risk Matrix | Risk | Category | Im
codex skills run discovery.risk_assessment \
What does the discovery.risk_assessment skill do?
Identify potential quality, security, and delivery risks early in discovery to inform mitigation planning.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill risk-assessment-edwardmonteiro-aiskillinpractice --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
