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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tipi:gatherThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
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.
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.npx claudepluginhub jackreis/vs-tipi --plugin tipiCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.