← スキル一覧に戻る

discoveryrisk-assessment
by edwardmonteiro
Make Claude Skills work in other agents like Codex by adding the missing piece: a small enumerator script.
⭐ 0🍴 1📅 2025年12月23日
SKILL.md
name: discovery.risk_assessment phase: discovery roles:
- QA Lead
- Reliability Engineer
description: Identify potential quality, security, and delivery risks early in discovery to inform mitigation planning.
variables:
required:
- name: feature description: Feature or initiative being evaluated.
- name: scope description: Intended platforms, channels, or user journeys in scope. optional:
- name: known_gaps description: Known technical or process gaps already identified.
- name: compliance_requirements description: Regulatory or policy obligations that introduce risk. outputs:
- Risk taxonomy grouped by functional, non-functional, and process risks.
- Impact/probability matrix with mitigation suggestions.
- Questions to resolve during definition and delivery phases.
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.
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です