From jarvis
Use at the end of a session or when Chadron says to save/update memory. Updates history, status, recommendations, and needs files based on what was accomplished.
npx claudepluginhub chadronbryant/napa-cowork-plugins --plugin jarvisThis skill uses the workspace's default tool permissions.
Persist session work into the brain so the next session picks up where we left off.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Persist session work into the brain so the next session picks up where we left off.
Read from workspace root (use CLAUDE.md canonical root on Mac; in Cowork use mounted workspace at the path shown in your environment):
memory/history/recent-activity.md - Current activity logJarvis/status.json - Current statusJarvis/recommendations.md - Current prioritiesJarvis/needs.md - Current needs listReview the current conversation and identify:
Update each file that needs changes:
memory/history/recent-activity.md
Jarvis/status.json
last_updated timestamprecent_sessions array (add new entry, keep last 5)deliverables.completed if new deliverables were producedJarvis/recommendations.md
Last Updated dateJarvis/needs.md
Last Updated dateJarvis/MOTD.md
Present a summary of what was saved:
MEMORY UPDATED | [date]
─────────────────────────────────
History: [X items logged]
Status: [updated/no changes]
Recommendations: [X added, X completed, X reranked]
Needs: [X added, X resolved]
MOTD: [updated/no changes]
─────────────────────────────────
Brain is synced. Next session will pick up here.