alive-people
FeaturedWeekly -- cross-reference people mentions, nudge stale contacts
AI & Automation 127 stars
8 forks Updated today MIT
Install
Quality Score: 91/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# People Check
Cross-reference people mentions across the world. Nudge about stale contacts.
## Process
### 1. Scan People Walnuts
```bash
find "$ALIVE_WORLD_ROOT/02_Life/people" -name "key.md" -path "*/_kernel/*" 2>/dev/null
```
For each person, read `_kernel/now.json` or `_kernel/key.md` for last updated date.
### 2. Identify Stale Contacts
People walnuts not updated in 14+ days for close contacts (inner circle), 30+ days for professional/orbit:
```
People check -- [date]
Worth reaching out?
[[person]] -- [role] -- last context [N] days ago
[[person]] -- [role] -- last context [N] days ago
Recent people activity:
[[person]] -- mentioned in [walnut] [N] days ago
[[person]] -- new stash item routed [N] days ago
```
### 3. Cross-Reference Mentions
Search recent log entries (last 7 days) for `[[person]]` wikilinks:
```bash
grep -r "\[\[" "$ALIVE_WORLD_ROOT"/*/_kernel/log.md 2>/dev/null | head -20
```
Flag people mentioned in logs but without recent person walnut updates.
## Output
If no stale contacts and no unrouted people context: `[SILENT]`
## Rules
- People don't get health signals like walnuts -- just "last updated" with nudges
- Only nudge for close contacts (inner circle) past 2 weeks
- Professional contacts only nudged past 30 days
- This is a gentle reminder, not a task list
Details
- Author
- alivecontext
- Repository
- alivecontext/alive
- Created
- 6 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
alive-morning
Morning briefing -- read all walnut states, surface priorities, inbox count, stale walnuts, people nudges
127 Updated today
alivecontext AI & Automation Featured
alive-health
Flag walnuts past their rhythm -- health check for the world
127 Updated today
alivecontext AI & Automation Featured
alive-world
Dashboard of all walnuts -- grouped by ALIVE domain, health signals, what needs attention
127 Updated today
alivecontext