From tipi
Open the Today pane — synthesized briefing of what's in front of Jack right now. Reads SESSION-CONTEXT.md + priority dashboard + work-in-progress + today's daily note + latest handoff, then auto-surfaces 3 relevant prompt kits.
npx claudepluginhub jackreis/vs-tipi --plugin tipiThis skill uses the workspace's default tool permissions.
Produce the "where was I?" briefing for at-the-computer Jack. This is tipi's core gathering ritual — pull the fleet's context into one view before any work starts.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Automates semantic versioning and release workflow for Claude Code plugins: bumps versions in package.json, marketplace.json, plugin.json; verifies builds; creates git tags, GitHub releases, changelogs.
Produce the "where was I?" briefing for at-the-computer Jack. This is tipi's core gathering ritual — pull the fleet's context into one view before any work starts.
Read these files in parallel — they're SSOT for current state:
~/Documents/=notes/SESSION-CONTEXT.md — priorities, health, conventions, recent work~/Documents/=notes/atlas/dashboards/priority-dashboard.md — tiered priority list~/Documents/=notes/atlas/context/work-in-progress.md — Now / Next / Blocked / Recently Completed~/Documents/=notes/calendar/day/YYYY-MM/YYYYMMDD.md (today) — schedule, energy, Top 3 Priorities~/Documents/=notes/claude/mcp-coordination/state/session-handoffs/Then via tipi MCPs:
tipi-consciousness/list_beliefs(limit=5) — top beliefs by subjective weighttipi-consciousness/health_snapshot() — is the fleet well?tipi-epigenetics/search_prompt_kits(query=<today's-Top-3-topic>) — 3 relevant kitsUnder 400 words:
## Today Briefing
### What's in front of you
- [From daily note Top 3 Priorities]
### What's blocking
- [From work-in-progress Blocked section + recent handoffs]
### Fleet health
- [From health_snapshot — green/yellow/red per field]
### Kits in play
- [3 auto-surfaced prompt kits — names + 1-line why-now]
### Last session
- [From latest handoff: what shipped, what's next, any watch-items]
If any source file has updated: > 14 days stale, flag it in the briefing. If the coordination file in ~/Documents/Coordination/ has newer mtime than today's handoffs, read that too — another session may be active.
/dispatch or @fleet.