Use when the user asks to "monitor risks", "track risk triggers", "update risk dashboard", "review risk status", "assess risk response effectiveness", or mentions risk monitoring, risk tracking, trigger tracking, risk dashboard, risk escalation, emerging risk detection.
From maonpx claudepluginhub javimontano/mao-discovery-frameworkThis skill is limited to using the following tools:
evals/evals.jsonexamples/README.mdexamples/sample-output.mdprompts/metaprompts.mdprompts/use-case-prompts.mdreferences/body-of-knowledge.mdreferences/knowledge-graph.mmdreferences/state-of-the-art.mdEnables AI agents to execute x402 payments with per-task budgets, spending controls, and non-custodial wallets via MCP tools. Use when agents pay for APIs, services, or other agents.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
TL;DR: Implements ongoing risk monitoring through dashboards, trigger tracking, and escalation protocols. Tracks risk status changes, monitors trigger conditions, evaluates response effectiveness, and identifies emerging risks throughout project execution.
Un registro de riesgos estático es un artefacto muerto. El monitoreo continuo transforma la gestión de riesgos de un ejercicio de planificación en una capacidad operativa. Los triggers son las alarmas del proyecto — cuando se activan, la respuesta planificada se ejecuta sin debate.
risk-response-planning [PLAN]risk-response-planning for strategy designprogram-management# Full risk monitoring dashboard update
/pm:risk-monitoring $ARGUMENTS="--risk-register risk-register.md --period sprint-8"
# Trigger condition check only
/pm:risk-monitoring --type trigger-check --metrics current-metrics.md
# Emerging risk scan
/pm:risk-monitoring --type emerging-scan --project-data status-report.md
Parameters:
| Parameter | Required | Description |
|---|---|---|
$ARGUMENTS | Yes | Path to risk register |
--type | No | full (default), trigger-check, emerging-scan, effectiveness |
--period | No | Current monitoring period |
--metrics | No | Path to current project metrics |
{TIPO_PROYECTO}: Agile projects monitor risks in sprint retrospectives; Waterfall in status meetings; SAFe in PI-level risk reviews; All types use dashboard tracking.
**/risk_monitoring* to find previous monitoring reports for trend analysis [PLAN]Good example — Active risk monitoring dashboard:
| Attribute | Value |
|---|---|
| Active risks monitored | 18 risks with trigger conditions |
| Status updates | 3 status changes this period (1 triggered, 1 mitigated, 1 new) |
| Trigger checks | All 18 trigger conditions evaluated against current metrics |
| Response effectiveness | 2 responses assessed, 1 effective, 1 needing revision |
| Emerging risks | 1 new risk identified from execution data |
| Trend | Risk exposure trending down over 3 periods |
Bad example — Static risk register: Risk register created in Phase 3 and never updated. No trigger monitoring, no status changes, no emerging risk identification. A risk register that is never reviewed is a planning artifact, not a management tool.
| Resource | When to read | Location |
|---|---|---|
| Body of Knowledge | Before starting to understand standards and frameworks | references/body-of-knowledge.md |
| State of the Art | When benchmarking against industry trends | references/state-of-the-art.md |
| Knowledge Graph | To understand skill dependencies and data flow | references/knowledge-graph.mmd |
| Use Case Prompts | For specific scenarios and prompt templates | prompts/use-case-prompts.md |
| Metaprompts | To enhance output quality and reduce bias | prompts/metaprompts.md |
| Sample Output | Reference for deliverable format and structure | examples/sample-output.md |
The Risk Radar Scanner operates as the early-warning system for the project risk ecosystem. It continuously monitors five signal channels — schedule performance trends, budget and cost variances, team sentiment and velocity shifts, external market or regulatory events, and stakeholder engagement patterns — to identify emerging risks before they materialize into issues. By correlating weak signals across channels, it detects compound risks that single-domain monitors would miss.
## Risk Radar Scan Report — {date}
### Scan Summary
- **Signals detected**: {count}
- **New risks identified**: {count}
- **Escalated to risk register**: {count}
- **Channels scanned**: Schedule | Budget | Sentiment | External | Stakeholder
### New Risk Signals
| # | Signal | Channel | Severity | Confidence | Classification | Disposition |
|---|--------|---------|----------|------------|----------------|-------------|
| 1 | {description} | {channel} | {1-5} | {%} | {taxonomy} | {action} |
### Correlated Patterns
- **Pattern**: {description}
- **Signals involved**: {list}
- **Compound risk assessment**: {narrative}
### Escalated Risks (Draft Register Entries)
- **Risk ID**: {draft-id}
- **Description**: {statement}
- **Probability**: {H/M/L} | **Impact**: {H/M/L}
- **Recommended owner**: {role}
- **Suggested response**: {strategy}
### Dismissed Signals
| Signal | Reason for dismissal |
|--------|---------------------|
| {description} | {rationale} |
The Risk Report Generator consolidates all risk monitoring data into structured, stakeholder-ready reports on a defined cadence (weekly, bi-weekly, or per-sprint). It assembles the current risk heat map, ranks the top-10 risks by exposure score, highlights newly identified and recently closed risks, documents any triggered risks and their response status, and tracks risk reserve consumption against the planned burn-down curve. The output is formatted for three audiences: executive summary for sponsors, detailed register for the PM, and action-focused view for risk owners.
## Risk Monitoring Report — {period} ({date range})
### Executive Dashboard
**Risk Posture**: {Green | Yellow | Red}
**Active Risks**: {count} | **New**: {count} | **Closed**: {count} | **Triggered**: {count}
**Risk Reserve**: {consumed}% consumed | {remaining}% remaining
### Risk Heat Map
| | Negligible | Minor | Moderate | Major | Catastrophic |
|--|-----------|-------|----------|-------|-------------|
| **Almost Certain** | {IDs} | {IDs} | {IDs} | {IDs} | {IDs} |
| **Likely** | {IDs} | {IDs} | {IDs} | {IDs} | {IDs} |
| **Possible** | {IDs} | {IDs} | {IDs} | {IDs} | {IDs} |
| **Unlikely** | {IDs} | {IDs} | {IDs} | {IDs} | {IDs} |
| **Rare** | {IDs} | {IDs} | {IDs} | {IDs} | {IDs} |
### Top 10 Risks
| Rank | Chg | Risk ID | Description | P | I | Exposure | Owner | Status | Response |
|------|-----|---------|-------------|---|---|----------|-------|--------|----------|
| 1 | {arrow} | {id} | {summary} | {H/M/L} | {H/M/L} | {score} | {name} | {status} | {strategy} |
### Newly Identified Risks
| Risk ID | Description | Source | P | I | Owner | Response Plan |
|---------|-------------|--------|---|---|-------|---------------|
| {id} | {summary} | {source} | {H/M/L} | {H/M/L} | {name} | {strategy} |
### Triggered Risks
| Risk ID | Description | Trigger Date | Contingency | Response Status | Impact Realized |
|---------|-------------|-------------|-------------|-----------------|-----------------|
| {id} | {summary} | {date} | {plan} | {status} | {assessment} |
### Closed Risks
| Risk ID | Description | Resolution | Days Open | Lessons Learned |
|---------|-------------|------------|-----------|-----------------|
| {id} | {summary} | {how closed} | {n} | {key takeaway} |
### Risk Reserve Burn-Down
| Period | Planned Spend | Actual Spend | Cumulative | Remaining | Variance |
|--------|--------------|-------------|------------|-----------|----------|
| {period} | {amount} | {amount} | {amount} | {amount} | {+/-} |
**Forecast**: Reserve {sufficient | at risk | insufficient} for remaining project duration.
### Actions Required This Period
| # | Action | Risk ID | Owner | Deadline | Priority |
|---|--------|---------|-------|----------|----------|
| 1 | {action} | {id} | {name} | {date} | {H/M/L} |
The Risk Trend Analyst transforms raw risk register data into actionable intelligence by tracking how the project's risk profile evolves across reporting periods. It computes key risk health metrics — new risks identified per sprint/period, risk closure rate, average time-to-mitigation, cumulative risk exposure score, and the ratio of proactive vs. reactive risk responses — to determine whether the project's risk posture is improving, stable, or deteriorating. This trend data drives strategic decisions about risk reserve allocation, team capacity for mitigation work, and escalation to governance.
## Risk Trend Analysis — Period {N} ({date range})
### Executive Summary
{2-3 sentence narrative: overall risk posture direction and key takeaway}
### Key Metrics Dashboard
| Metric | Period N-2 | Period N-1 | Period N | Trend |
|--------|-----------|-----------|---------|-------|
| Total active risks | {n} | {n} | {n} | {arrow} |
| New risks identified | {n} | {n} | {n} | {arrow} |
| Risks closed | {n} | {n} | {n} | {arrow} |
| Net risk delta | {+/-n} | {+/-n} | {+/-n} | {arrow} |
| Cumulative exposure score | {score} | {score} | {score} | {arrow} |
| Avg time-to-mitigation | {days} | {days} | {days} | {arrow} |
| Mitigation success rate | {%} | {%} | {%} | {arrow} |
| Risk reserve remaining | {%} | {%} | {%} | {arrow} |
### Exposure Trend
- **Direction**: {Increasing | Stable | Decreasing}
- **Acceleration**: {Accelerating | Steady | Decelerating}
- **Forecast (next period)**: {projected exposure score}
- **Time to risk appetite breach**: {N periods or "N/A"}
### Trends by Category
| Category | Active | New | Closed | Exposure Trend | Alert |
|----------|--------|-----|--------|----------------|-------|
| Technical | {n} | {n} | {n} | {direction} | {flag} |
| Organizational | {n} | {n} | {n} | {direction} | {flag} |
| External | {n} | {n} | {n} | {direction} | {flag} |
| Project Management | {n} | {n} | {n} | {direction} | {flag} |
### Top 3 Concerns
1. {concern with data evidence}
2. {concern with data evidence}
3. {concern with data evidence}
### Top 3 Improvements
1. {improvement with data evidence}
2. {improvement with data evidence}
3. {improvement with data evidence}
### Recommendations
- {Strategic adjustment recommendation with rationale}
- {Resource/capacity recommendation}
- {Process improvement recommendation}
The Trigger Monitor acts as the automated sentinel that watches every defined risk trigger condition in real time against incoming project data. Each risk in the register carries one or more trigger conditions — quantitative thresholds (e.g., SPI < 0.85), date-based deadlines, or qualitative flags (e.g., key resource resignation). When a trigger fires, this agent immediately classifies the breach severity, notifies the designated risk owner, and initiates the pre-approved contingency plan, ensuring zero delay between risk materialization and response activation.
## Trigger Monitor Alert — {date} {time}
### Alert Classification: {WARNING | TRIGGERED | CRITICAL}
### Breach Details
- **Risk ID**: {id}
- **Risk description**: {statement}
- **Trigger condition**: {definition}
- **Threshold**: {value}
- **Actual value**: {value}
- **Breach magnitude**: {delta} ({percentage}%)
- **Data source**: {source}
- **Detection timestamp**: {ISO-8601}
### Contingency Activation
- **Plan**: {contingency plan name}
- **Status**: {Activated | Pending approval}
- **Risk owner notified**: {name} at {time}
- **PM notified**: {name} at {time}
- **Response SLA**: {hours/days}
### Actions Required
| # | Action | Owner | Deadline | Priority |
|---|--------|-------|----------|----------|
| 1 | {action} | {owner} | {date} | {H/M/L} |
### Trigger History (This Risk)
| Date | Value | Status | Response |
|------|-------|--------|----------|
| {date} | {value} | {status} | {action taken} |
### Active Trigger Dashboard
- **Total active triggers**: {count}
- **Warnings active**: {count}
- **Triggered (pending response)**: {count}
- **Critical escalations**: {count}