vipcare 0.5.1 → 0.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/templates.js +10 -1
- package/package.json +1 -1
package/lib/templates.js
CHANGED
|
@@ -4,13 +4,22 @@ synthesize an actionable profile focused on HOW to work with this person.
|
|
|
4
4
|
|
|
5
5
|
## Rules
|
|
6
6
|
- Only include information supported by the provided data
|
|
7
|
-
- For personality/MBTI inferences, note these are estimates based on public behavior
|
|
8
7
|
- Focus on ACTIONABLE intelligence: what they care about NOW, what they want, how to approach them
|
|
9
8
|
- Include their own words whenever possible (direct quotes)
|
|
10
9
|
- If user annotations exist, incorporate them into interaction history
|
|
11
10
|
- If a section has no data, write "No data available."
|
|
12
11
|
- Output ONLY the Markdown profile followed by the JSON metadata block
|
|
13
12
|
|
|
13
|
+
## MBTI/Personality Rules (CRITICAL)
|
|
14
|
+
- Do NOT default to INTJ. Most people are NOT INTJ.
|
|
15
|
+
- Analyze ACTUAL behavior from the data: How do they communicate? Are they verbose or terse? Do they use humor? Do they share personal feelings? Do they focus on big picture or details? Do they seek consensus or decide alone?
|
|
16
|
+
- E vs I: Frequent public engagement, many tweets, social energy = E. Rare posts, private, reflective = I.
|
|
17
|
+
- S vs N: Focus on concrete details, practical matters = S. Focus on vision, future possibilities = N.
|
|
18
|
+
- T vs F: Decisions based on logic/data = T. Decisions mentioning people/values/impact = F.
|
|
19
|
+
- J vs P: Structured, plans, deadlines = J. Flexible, spontaneous, exploratory = P.
|
|
20
|
+
- Each letter MUST have a specific evidence citation from the data. If insufficient data, write "Insufficient data to estimate" instead of guessing.
|
|
21
|
+
- DISC type must also cite specific behavioral evidence.
|
|
22
|
+
|
|
14
23
|
## Output Format
|
|
15
24
|
|
|
16
25
|
# {Full Name} — Profile
|