pattern-radar:digest
Get your personalized trend briefing based on profile domains.
What this skill does
# Personalized Trend Digest (Subagent-Driven)
This skill dispatches a Haiku subagent to generate your personalized trend briefing. Main context receives a curated narrative; subagent does the analysis.
## Architecture
```
You (Opus) → Dispatch Haiku subagent → Subagent calls radar tools → Returns narrative
← Personalized briefing ← Raw signals processed
```
## How to Use
When user asks for trends, digest, or wants to know what's happening:
**Step 1: Dispatch Digest Subagent**
```
Use Task tool:
- subagent_type: "general-purpose"
- model: "haiku"
- prompt: "You are a personalized trend analyst. Generate a trend briefing for the user.
STEPS:
1. Call get_radar_digest() to fetch signals from HN and GitHub
2. Call get_intersections() to find domain overlaps
3. Call suggest_actions(focus: 'all') for actionable recommendations
OUTPUT FORMAT:
Return a 300-400 word personalized briefing with these sections:
## 🎯 Relevant to You
[2-3 patterns directly matching user's domains, with why they matter]
## 🌟 Wildcards (Serendipity)
[1-2 interesting signals OUTSIDE user's usual domains - unexpected discoveries]
## 💡 Suggested Actions
[2-3 specific actions: something to learn, something to build, something to explore]
Keep it conversational and actionable. Include specific links where helpful."
```
**Step 2: Present the Briefing**
Tell the user the subagent's narrative. Don't dump raw signal lists.
## Serendipity Mode (Default)
**IMPORTANT:** Always include the Wildcards section. The whole point of pattern-radar is surfacing unexpected connections.
If user explicitly asks for "focused mode" or "only my domains":
- Skip the Wildcards section
- Mention: "I've filtered to just your domains. Say 'full digest' to include wildcards."
## Quick Scan (Direct)
For quick topic scans, use tools directly (no subagent needed):
```
scan_trends(topic: "WebAssembly")
```
This returns raw signals - useful when user wants to explore a specific topic themselves.
## Configuration
Help users configure their radar:
```
configure_sources(domains: ["TypeScript", "AI", "distributed-systems"])
```
Or for source weights:
```
configure_sources(hackernews_weight: 1.5, github_weight: 1.0)
```
## Example Flow
```
User: What's trending that I should know about?
You: Let me generate your personalized trend digest...
[Dispatch Haiku subagent]
Subagent returns:
## 🎯 Relevant to You
**Edge Runtime Performance** is heating up - 3 HN discussions and 2 trending repos
about V8 isolates and cold start optimization. Given your TypeScript + serverless
background, this could affect your Lambda work.
**AI Code Review Tools** are seeing a surge. GitHub Copilot competitors like
Cursor and Continue are trending. Worth watching for your code-review plugin work.
## 🌟 Wildcards
**Game Engine Renaissance** - Godot 4.3 just dropped and HN is buzzing. Not your
usual domain, but the architectural patterns (ECS, hot-reload) might inspire
plugin design.
## 💡 Suggested Actions
- **Learn:** Read the Cloudflare Workers V8 isolate blog post (linked in signals)
- **Build:** Try adding AI-assisted review to your code-review plugin
- **Explore:** Check out Godot's plugin architecture for inspiration
User: Just show me AI stuff, skip the wildcards
You: [Call scan_trends directly]
Here are the AI-specific signals...
```
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.