Skip to content
Development
Skill

/risk-assessment

风险评估方法,识别项目风险并制定应对策略

From plugin
boss
55827 skills16 agents7 commands
Install
$ npx -y skills add echoVic/boss-skill --skill risk-assessment --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/risk-assessment

Context preview

The summary Claude sees to decide when to auto-load this skill.

风险评估方法,识别项目风险并制定应对策略

SKILL.md

risk-assessment.SKILL.md
name: scrum-master/risk-assessment
description: 风险评估方法,识别项目风险并制定应对策略
version: 1.0.0
agent: scrum-master
type: methodology
user-invocable: false
agent-invocable: true
dependencies: []
triggers:
  - 需要评估项目风险时
  - 需要制定应对策略时

风险评估方法

风险识别

| 风险类型 | 示例 | |----------|------| | 技术风险 | 新技术不熟悉、技术选型不当 | | 资源风险 | 人员不足、时间紧张 | | 需求风险 | 需求不明确、需求变更频繁 | | 依赖风险 | 外部API不稳定、第三方服务延迟 |

风险评估矩阵

| 可能性 \ 影响 | 低 | 中 | 高 | |---------------|----|----|-----| | **高** | 中风险 | 高风险 | 高风险 | | **中** | 低风险 | 中风险 | 高风险 | | **低** | 低风险 | 低风险 | 中风险 |

应对策略

| 策略 | 说明 | 适用场景 | |------|------|----------| | 规避 | 改变计划避免风险 | 高风险且可避免 | | 减轻 | 降低风险发生概率或影响 | 中高风险 | | 转移 | 将风险转移给第三方 | 外部依赖风险 | | 接受 | 接受风险并准备应对 | 低风险 |

Ships withboss

Languages / 语言 / 言語 / 언어 / Idiomas / Langues: English · 中文 · 日本語 · 한국어 · Español · Français · Português Boss is an auditable agent-team workflow for coding agents.

Get the whole plugin

Other skills on boss.

brainstorming
Skill

brainstorming

需求澄清 Skill。当用户只给了模糊描述时自动触发,通过业务提问把一句话翻译成完整需求,交给 Boss 流水线执行。 Triggers: '我想做一个', '帮我做', '有个想法', 'brainstorm', '帮我规划一下', '做个XX', 'I want to build' Does NOT…

@echovic@echovicView Skill