Create or update a risk register with identification, assessment, and mitigation planning. Supports project, business, and technical risks.
/plugin marketplace add melodic-software/claude-code-plugins/plugin install business-analysis@melodic-software<context-or-file> [--mode create|update|review] [--output yaml|markdown|both]# Risk Register Command Systematically identify, assess, and plan responses for risks using risk registers, probability/impact matrices, and mitigation strategies. Supports threats and opportunities. ## Arguments - `<context-or-file>`: Project/initiative context or existing risk register file - `--mode`: Operation mode (default: `create`) - `create`: Create new risk register (~6K tokens) - `update`: Add risks to existing register (~4K tokens) - `review`: Review and re-assess existing risks (~5K tokens) - `--output`: Output format (default: `both`) - `yaml`: Structured YAML for do...