소스 정보
- 저장소
- MarieLynneBlock/arcanum-artifex
- 최근 소스 활동
- 2026년 7월 10일 07:31
- 감지된 SKILL.md 언어
- 영어
- 스타
- 4
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/MarieLynneBlock/arcanum-artifex --skill risk-analysis명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
SOC 직업 분류 기준
| name | risk-analysis |
| description | Provides a structured framework for risk identification and assessment. |
| version | 1.0.0 |
| tags | ["risk","risk-register","mitigation","planning"] |
| metadata | {"skill-author":"Marie-Lynne Block"} |
Provides a structured framework for risk identification and assessment. It surfaces risks across relevant categories (technical, operational, security, compliance, delivery, people), scores them by likelihood and impact, and produces a prioritised risk register with mitigation and contingency strategies.
Define the subject. Confirm what is being assessed: a project, a system, a specific change, or a decision.
Set the scope. Identify which risk categories are in scope. Default categories:
Identify risks. For each category, enumerate plausible risks. Use "If X happens, then Y" framing to keep risks concrete.
Score each risk.
High (likely to occur) / Medium (possible) / Low (unlikely but plausible).Critical (project/system-threatening) / High (significant disruption) / Medium (manageable) / Low (minor).| Critical | High | Medium | Low | |
|---|---|---|---|---|
| High likelihood | P1 | P1 | P2 | P3 |
| Medium likelihood | P1 | P2 | P3 | P4 |
| Low likelihood | P2 | P3 | P4 | P4 |
Define responses. For each P1/P2 risk:
Produce the report using the output format below.
# Risk Analysis: [Subject]
**Date:** YYYY-MM-DD
**Analyst:** [name or AI-assisted]
**Subject:** [what is being assessed]
---
## Risk Register
| ID | Category | Risk description | Likelihood | Impact | Priority | Mitigation | Contingency | Owner |
|-----|------------|----------------------------------------|------------|----------|----------|-------------------------------|-------------------------------|-----------|
| R01 | Technical | [If X happens, Y consequence] | High | Critical | P1 | [action to reduce risk] | [action if risk occurs] | [role] |
| R02 | Delivery | [If X happens, Y consequence] | Medium | High | P2 | [action to reduce risk] | [action if risk occurs] | [role] |
| ... | ... | ... | ... | ... | ... | ... | ... | ... |
---
## P1 Risks — Immediate attention required
### R01 — [Risk title]
**Description:** [Full description of the risk and its trigger.]
**Why it matters:** [Consequence if it materialises.]
**Mitigation:** [Concrete steps to take now.]
**Contingency:** [Plan B if mitigation fails.]
---
## Risk summary
| Priority | Count | Top concern |
|----------|-------|-------------|
| P1 | n | ... |
| P2 | n | ... |
| P3 | n | ... |
| P4 | n | ... |
**Overall risk level:** [Low / Moderate / High / Critical]
[2–3 sentence narrative: what is the dominant risk theme and what single action would most reduce overall exposure?]
Input: "We're migrating from PostgreSQL 12 to 16. What are the risks?"
Expected output: Risk register covering technical risks (query plan changes, deprecated syntax), operational risks (rollback window, replication lag), delivery risks (timeline), and security risks (new default settings). P1 risks expanded with concrete mitigation steps.
Input: "Assess the risks of integrating with a new payment provider."
Expected output: Risk register with security (P1: credential exposure, API key rotation), compliance (P1: PCI scope expansion), technical (P2: rate limits, outage handling), and delivery (P3: integration timeline) risks.
[TBD] rather than inventing one.