plan-risk · git:20260317.255bfa9 · 2026-03-17 · sha256 1f8aff3545e0d1f8

plan-risk git:20260317.255bfa9A

Immutable. This exact content is served forever at /api/v1/blob/1f8aff3545e0d1f8.

---
name: plan-risk
description: Identify potential problems before they happen. Warn the user in plain language.
---

# Risk Warning

Before building, scan for risks:
- Third-party API dependency (might be slow or down)
- Payment integration (needs real credentials to fully test)
- File upload (needs storage space)
- User authentication (security-sensitive)
- Heavy data processing (might be slow on cheap server)

If risks found, tell user simply:
"有一个地方要注意:支付功能需要你有一个支付平台的账号,我先用测试模式做,等你准备好了再接真实支付。"

Never scare the user. Frame risks as "things we'll handle" not "problems."