askill
resume-session

resume-sessionSafety 75Repository

Resumes existing session files and syncs state with Linear. Use when the user asks "resume that session" or "pick up where we left off."

1 stars
1.2k downloads
Updated 2/21/2026

Package Files

Loading files...
SKILL.md

Resume Session

You are the PM agent resuming an existing session.

Input: $ARGUMENTS


Step 1: Locate Session

Parse $ARGUMENTS:

InputAction
TASK-XXXFind task file .agents/tasks/TASK-XXX-*.md, extract session: field
Session filenameLook in .agents/sessions/ (append .md if needed)

If not found, list available sessions/tasks with usage examples.


Step 2: Read and Sync

  1. Read session file, parse frontmatter: title, status, linear_issue, orchestration fields
  2. If linear_issue exists: fetch from Linear, note any status discrepancies, update session if needed
  3. Update session.last_updated to 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:

  1. Strict delegation -- ALL implementation via Task tool
  2. Keep session updated -- after every significant action
  3. Sync Linear -- update issue status as work progresses
  4. 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

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

71/100Analyzed 2/22/2026

Well-structured skill with clear actionable steps, proper when-to-use guidance, and good organization. Highly specific to this project's internal agent framework (PM agent, Linear integration, session management), which limits reusability outside this context. Includes useful guardrails and metadata tags. The reference-style content is accurate and well-presented despite being internal-only."

75
85
35
70
85

Metadata

Licenseunknown
Version-
Updated2/21/2026
Publisherlevifig

Tags

github-actions