← ClaudeAtlas

upgradelisted

Generate prioritized LifeOS upgrade recommendations via 4 parallel threads (prior-work audit, user context, external source collection, internal reflections), output as a ranked Discoveries table plus tiered CRITICAL/HIGH/MEDIUM/LOW recommendations with Prior Status tags and before/after code. USE WHEN upgrade, system upgrade, check Anthropic, new Claude features, algorithm upgrade, LifeOS upgrade, check bookmarks, scan bookmarks, twitter bookmarks, X bookmarks, bookmarks for upgrades, what have I bookmarked, mine reflections.
DorShaer/Husk · ★ 12 · AI & Automation · score 69
Install: claude install-skill DorShaer/Husk
## Customization **Before executing, check for user customizations at:** `~/.claude/LIFEOS/USER/CUSTOMIZATIONS/SKILLS/Upgrade/` If this directory exists, load and apply any PREFERENCES.md, configurations, or resources found there. These override default behavior. If the directory does not exist, proceed with skill defaults. ## 🚨 MANDATORY: Voice Notification (REQUIRED BEFORE ANY ACTION) **You MUST send this notification BEFORE doing anything else when this skill is invoked.** 1. **Send voice notification:** ```bash curl -s -X POST http://localhost:31337/notify \ -H "Content-Type: application/json" \ -d '{"message": "Running the WORKFLOWNAME workflow in the Upgrade skill to ACTION"}' \ > /dev/null 2>&1 & ``` 2. **Output text notification:** ``` Running the **WorkflowName** workflow in the **Upgrade** skill to ACTION... ``` # Upgrade **Primary Purpose:** Generate prioritized upgrade recommendations for LifeOS by understanding the user's context and discovering what's new in the ecosystem. The skill runs **four parallel agent threads** that converge into personalized recommendations: - **Thread 0** — Prior-Work Audit (Algorithm, PATTERNS.yaml, hooks, skills, recent ISAs, KNOWLEDGE, feedback memory) - **Thread 1** — User Context (TELOS, projects, recent work, LifeOS state) - **Thread 2** — Source Collection (Anthropic, YouTube, custom sources, GitHub trending) - **Thread 3** — Internal Reflections (algorithm-reflections.jsonl) **Thread