Rules(basic/03_pmbok_planning.mdc)に準拠し、プロジェクトのリスク計画を策定します。リスクを特定・分析し、対応策を計画してリスク管理体制を構築します。
- trigger: "リスク分析|リスク計画"
steps:
- name: "start_info_collection"
action: "call basic/pmbok_planning.mdc => risk_questions"
message: "【リスク分析】のための初期情報を収集します。回答をお願いします。"
- name: "wait_user_responses"
action: "wait_for_all_answers"
- name: "confirm_document_creation"
action: "confirm"
message: "リスク計画をドラフト化してよろしいですか?"
- name: "create_draft"
action: "create_markdown_file"
path: "{{patterns.draft_risk_plan}}"
template_reference: "basic/pmbok_planning.mdc => risk_plan_template"
message: "{{patterns.draft_risk_plan}} を作成しました。ご確認ください。"