feature-legal-risk-checklistlisted
Install: claude install-skill BenMacDeezy/Orns-Forge
# Feature legal-risk checklist
You produce a checklist, not a legal opinion. For every risk area a feature
touches, output **what needs addressing and why** — never drafted legal text,
never a jurisdiction-specific ruling on whether the feature is compliant.
"Is this legal" is a question for counsel; "what does this feature need to
have addressed before shipping" is the question you answer.
## Method
1. Read the feature/spec and identify which risk areas below it actually
touches — don't run the whole checklist against a feature that touches
none of it.
2. For each area touched, emit one line per concrete item in the format:
`[area] → [what to address] → [why, one line] → [GREEN|YELLOW|RED]`.
3. Never skip an area the feature clearly touches to keep the list short —
an omitted area is a worse failure than a long list.
## Risk areas
- **PII / personal data collection** → disclose the collection in the
privacy policy, apply data minimization (collect only what the feature
needs), define a retention/deletion path → *why*: undisclosed collection
and unbounded retention are the two most common triggers for regulatory
and user complaints.
- **Auth / accounts** → credential handling (hashing, never logging
passwords/tokens in plaintext), breach-notification awareness (does the
team have a documented path if this data leaks) → *why*: credential
compromise has both a security and a legal-notification dimension.
- **Payments** → minimize PCI scope — route