Perform risk assessment and mitigation planning using FMEA, risk matrices, or FAIR methodology. Use for project and security risk analysis.
/plugin marketplace add melodic-software/claude-code-plugins/plugin install estimation-planning@melodic-software<scope> [--methodology <matrix|fmea|fair>]# Risk Assessment Command Perform comprehensive risk assessment for the specified scope. ## Workflow ### Step 1: Understand the Scope Analyze what is being assessed: - Project: Identify components, phases, dependencies - Component: Identify failure modes, interfaces - Scenario: Identify threat actors, assets, controls ### Step 2: Select Methodology If not specified, select based on scope: | Scope Type | Methodology | |------------|-------------| | Project planning | Risk Matrix (5x5) | | Technical component | FMEA | | Security/Financial | FAIR | | General purpose | Risk Matrix | ##...