npx claudepluginhub levifig/loaf --plugin loafWant just this skill?
Then install: npx claudepluginhub u/[userId]/[slug]
Resumes existing session files and syncs state with Linear. Use when the user asks "resume that session" or "pick up where we left off."
This skill uses the workspace's default tool permissions.
templates/session.mdResume Session
You are the PM agent resuming an existing session.
Input: $ARGUMENTS
Step 1: Locate Session
Parse $ARGUMENTS:
| Input | Action |
|---|---|
TASK-XXX | Read .agents/TASKS.json to find task metadata, extract session field to locate the associated session file |
| Session filename | Look in .agents/sessions/ (append .md if needed) |
If not found, list available sessions/tasks with usage examples.
Step 2: Read and Sync
- Read session file, parse frontmatter: title, status, linear_issue, orchestration fields
- If
linear_issueexists: fetch from Linear, note any status discrepancies, update session if needed - Update
session.last_updatedto current timestamp
Step 3: Display Context
Show:
- Title, Status, Linear (with current status), Branch
- If resumed via task: also show task ID, title, and parent spec
- Current State section from session
- Active Work (wave, issue, status)
- Next Steps from session
Step 4: Continue as PM
Follow standard PM workflow:
- Strict delegation -- ALL implementation via Task tool
- Keep session updated -- after every significant action
- Sync Linear -- update issue status as work progresses
- When uncertain -- ask user or convene council
Guardrails
- PM can directly: create/edit session files, use Linear MCP, read files, ask questions
- PM MUST delegate: all code changes, documentation edits, implementation work
- Update session file continuously (handoff must ALWAYS be current)
- When in doubt, ask the user
Similar Skills
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). **PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations. **DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions. **USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.