gad:session

Capture and restore structured session snapshots for GAD CLI handoffs.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/B2Gdevs/custom_portfolio --skill gad-session
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gad:session
Source: https://github.com/B2Gdevs/custom_portfolio/tree/main/skills/rp-session
Command: npx skills add https://github.com/B2Gdevs/custom_portfolio --skill gad-session

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill standardizes session handoff so project context is captured and restored when switching tools or pausing work, preventing loss of state across developer workflows. It also serves as a deprecated RepoPlanner alias that points to the canonical get-anything-done session methodology for migration and compatibility.

Core Features & Use Cases

  • Session capture and restore: Create structured snapshots of active project state to transfer between agents or machines.
  • Migration compatibility: Map rp-* session references to the gad:session workflow to ease transitions from RepoPlanner to GAD.
  • CLI integration: Designed for use with snapshot and context commands to persist project identifiers and session metadata.
  • Use Case: Pause development on one machine, run a snapshot with the project id, and resume work in another environment or agent without losing context.

Quick Start

Run the GAD snapshot command with the project id to capture the current session state for handoff.

Frequently Asked Questions about gad:session

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

FAQPage Schema
How do I hand off a project session context between different developer workflows?

To hand off project session context, you create a structured snapshot of your active state using the GAD CLI. This snapshot captures project identifiers and session metadata, allowing you to transfer state between agents or machines without losing context.

What is the best way to pause a development task and resume it in another environment?

The best way to pause and resume development is running the GAD snapshot command with your project ID. This persists your current session state, which you can then restore in another environment or agent to seamlessly resume work.

Can I migrate active session references from RepoPlanner to the GAD CLI workflow?

Yes, you can migrate RepoPlanner session references to the GAD CLI workflow. The session skill maps rp-* session references to the canonical get-anything-done methodology, easing transitions and ensuring compatibility during migration.

Does the GAD session handoff require specific project identifiers to restore state?

Yes, GAD session handoff requires structured session snapshots and specific project identifiers. Compatibility with the get-anything-done snapshot command is necessary to successfully persist and restore your active project state.

When should I use a CLI snapshot command for project context transfer?

You should use a CLI snapshot command for project context transfer when switching active workstreams, pausing tasks, or transferring state between agents. It standardizes state capture to prevent loss across developer workflows.