load

Load prior task data from tasks/session.md and validate git state.

2|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/sakebomb/scaffold --skill load-sakebomb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: load
Source: https://github.com/sakebomb/scaffold/tree/main/.claude/skills/load
Command: npx skills add https://github.com/sakebomb/scaffold --skill load-sakebomb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Restore context from a previous session and orient for resumed work.

Core Features & Use Cases

  • Load prior session data from tasks/session.md and related task files to re-create decision context.
  • Present a concise session resume and align the user on next steps.
  • Validate repository state (branch and pending changes) to ensure a safe continuation.

Quick Start

Ask the assistant to reconstruct the last session from tasks/session.md and present a concise resume to resume work.

Frequently Asked Questions about load

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I restore prior session context to resume work in Claude Code?

Restore prior session context by loading task data from tasks/session.md and related task files, which reconstructs your previous decision context and outputs a concise session resume to orient your next steps.

What's the best way to resume a task across sessions and branches?

Resuming a task across sessions and branches is handled by loading prior task data and validating the current git state, ensuring your repository branch and pending changes are safe for continuation before proceeding.

Does loading a previous session validate my git branch and pending changes?

Yes, loading a previous session validates the repository state by checking the current branch and pending changes, ensuring a safe continuation before presenting the concise session resume and orientation.

How do I reconstruct the last session from tasks/session.md?

Reconstruct the last session from tasks/session.md by asking the assistant to load the file and related task data, which re-creates the decision context and presents a concise resume to align you on next steps.

When do I need to reload context for Claude Code-driven workflows?

You need to reload context for Claude Code-driven workflows when resuming work after a break, allowing the session loader to pull prior task data and re-create the decision context for a safe continuation across sessions.