Risk analysis prompt builder
Ask a model to “list the risks” and you get five generic bullet points. A useful risk assessment names specific events and their causes, scores them consistently, proposes concrete mitigations, and tracks what risk remains afterward. This builder encodes that discipline into a prompt so the output is something you can paste straight into a planning doc or risk register.
How it works
You describe the scenario, list the risk categories to cover, choose a likelihood and impact scale, and pick an output format. The tool builds a prompt that walks the model through a five-step method — identify, score, mitigate, estimate residual risk, and assign an owner — and requires at least two specific risks per category. The output is formatted as a Markdown table sorted by score, a full risk register, or structured JSON, with a “Top 3 risks” summary and an overall posture statement appended.
Tips and notes
- Be specific about scope. “Weekend database migration” yields sharper risks than “the project.”
- Pick categories deliberately. They drive breadth — add a compliance or financial category if those matter to you.
- JSON for tooling, table for humans. Use JSON when you will import the result; use the table when stakeholders will read it.
- Keep a human in the loop. Models miss context-specific risks; treat the output as a thorough first pass, not a final sign-off.