Agent skill
discovery.risk_assessment
Identify potential quality, security, and delivery risks early in discovery to inform mitigation planning.
Install this agent skill to your Project
npx add-skill https://github.com/edwardmonteiro/Aiskillinpractice/tree/main/skills/discovery/risk_assessment
SKILL.md
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
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
- Restate the feature scope and critical user journeys.
- Categorize risks into functional, non-functional, data, and process buckets.
- For each risk, assign impact, probability, detection difficulty, and owner.
- Recommend mitigations, including tests, instrumentation, or process changes.
- Surface questions or dependencies that need resolution before definition completes.
Output Template
## Risk Overview
...
## Risk Matrix
| Risk | Category | Impact | Probability | Detection | Mitigation | Owner |
| --- | --- | --- | --- | --- | --- | --- |
## Follow-up Questions
1. ...
2. ...
Follow-up Actions
- Log high risks in the squad RAID register.
- Schedule risk reviews with security or compliance as needed.
- Ensure mitigation actions are reflected in planning artifacts.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
optimization.experiment_analysis
Analyze completed experiments and craft executive-ready summaries with insights and recommendations.
optimization.metric_review
Conduct a metric review that contextualizes performance trends, flags anomalies, and recommends actions.
optimization.postmortem
Produce a post-incident analysis capturing timeline, root causes, impact, and corrective actions.
optimization.retrospective
Facilitate a sprint or release retrospective focusing on insights, actions, and ownership.
optimization.experiment_brief
Prepare an experiment brief outlining hypothesis, design, success metrics, and operational plan.
optimization.quality_report
Compile a recurring quality report that synthesizes defect trends, automation health, and recommendations.
Didn't find tool you were looking for?