-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpm-context.md.template
More file actions
53 lines (32 loc) · 1.13 KB
/
pm-context.md.template
File metadata and controls
53 lines (32 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# PM Persona Context — <Project Name>
## Domain
<One-paragraph description of the product domain.>
## Domain Vocabulary
| Term | Definition |
|------|-----------|
| **Term 1** | Definition |
| **Term 2** | Definition |
## Stakeholders
| Persona | Role | Key Needs |
|---------|------|-----------|
| Primary User | Description | Needs |
| Secondary User | Description | Needs |
## Privacy / Data Model
<Describe the data visibility model — who can see what, default access levels, special rules.>
## Compliance
<List applicable regulatory frameworks: HIPAA, FERPA, COPPA, SOC 2, GDPR, etc.>
**Hard rules:**
- <Non-negotiable constraint 1>
- <Non-negotiable constraint 2>
## Decision Heuristics
<Rules of thumb for product decisions — what to default to when uncertain.>
- <Heuristic 1>
- <Heuristic 2>
## Anti-Patterns
<Things this product should never do.>
- <Anti-pattern 1>
- <Anti-pattern 2>
## Product Phase
<Current phase — early prototype, beta, GA, mature. Calibrate scope expectations.>
## Communication Channels
<Primary channels (web, SMS, email, push) and any constraints (rate limits, character limits, PII rules).>