demand-risk-assessment
需求风险评估 Skill(v1.0)
版本变更(v1.0)
- 第1轮(可用版)模板落地:在
0.12增加0.121通用模板,减少“知道要两轮交付但第一轮怎么写”导致的输出漂移。 - 证据锚点标签标准化:在阶段0与关键表格列名中统一
证据锚点([直引]/[复述]/[缺口]),并明确三态写法,降低“引用受限/找不到原文”时的口径分歧。 - 版本历史外移:主 Skill 仅保留当前版本变更;历史摘要统一放在 README,减少 token 与执行偏移。
0) 目标(不要混淆)
本 Skill 只回答三件事,并且必须分别给出理由:
- 是否可做:合规可行 + 技术/资源可交付
- 是否值得做:价格/收益/机会成本/长期负担综合匹配(含回款/责任风险)
- 如何做更稳:合同条款 + 执行流程 + 技术控制 + 止损机制
注意:总分只是摘要,不能覆盖单点致命风险(红线/硬门优先)。
More from starforall/ai-coding-toolkit
multi-cli-review
Use when a reviewer CLI must analyze a skill, command, workflow, document, config, or code artifact and produce a structured defect report for the current CLI to consume, especially after requests like "分析这个 skill 的问题", "输出结构化问题报告", or "做多 CLI 审查".
36multi-cli-review-action
Use when the current CLI is the sole fixer for one or more `multi-cli-review` reports and must reconcile reviewer findings before any edits, especially after requests like "汇总审查报告", "处理 multi-cli-review 输出", or "按 reviewer 建议执行修复".
36collaborating-with-claude
Use the Claude Code CLI to consult Claude and delegate coding tasks for prototyping, debugging, and code review. Supports multi-turn sessions via SESSION_ID. Optimized for low-token, file/line-based handoff.
32example-skill
Minimal example skill template compatible with the Skills CLI (`npx skills add`).
1