trends-resume
TIPS Resume
Session entry point for returning to trend scouting work. This skill orients the user by showing where they left off and what to do next — the dashboard view that keeps multi-session TIPS projects on track.
Core Concept
TIPS projects span multiple sessions and skills (trend-scout → value-modeler → trend-research → trend-synthesis [± trend-booklet] → verify-trend-report). Without a clear re-entry point, users lose context between sessions and waste time figuring out what they already did. This skill bridges that gap: it reads the project state, surfaces progress at a glance, and recommends the most valuable next step.
Workflow
Plugin root resolution. Every bash call below resolves the plugin root inline as ${CLAUDE_PLUGIN_ROOT:-$(ls -td "$HOME"/.claude/plugins/cache/insight-wave/cogni-trends/*/ | head -1)}. When Claude Code injects $CLAUDE_PLUGIN_ROOT (the normal case) the fallback never runs. If the harness fails to inject it (observed in some sessions, where bash $CLAUDE_PLUGIN_ROOT/... would produce No such file or directory), the inline fallback discovers the most recently cached plugin root automatically — no failed first call, no recovery prompt. Keep the inline form in every call; do not strip it.
1. Find TIPS Projects
Discover TIPS projects in the workspace using the discovery script.