taxue-save

Save session progress, decisions, and context to local archives for later restoration.

21|5|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/taxueseek/taxueskills --skill taxue-save
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: taxue-save
Source: https://github.com/taxueseek/taxueskills/tree/main/taxue-save
Command: npx skills add https://github.com/taxueseek/taxueskills --skill taxue-save

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Complex problem solving often requires pausing and resuming sessions with context preserved. Taxue-save provides structured, multi-mode archives to save progress, decisions, and current state so you can pick up where you left off.

Core Features & Use Cases

  • Three modes:
    • --progress saves interim state during ongoing work.
    • --restore resumes from the last saved state.
    • --decision records key decisions for retrospective reviews.
  • Local archive format and memory-tiers to organize what to inject into new sessions and when.
  • Ideal for long-running strategies, research tasks, and collaborative problem solving where continuity matters.

Quick Start

Save the current discussion progress to a session file using the provided trigger, and resume from that point later.

Frequently Asked Questions about taxue-save

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

FAQPage Schema
How do I save AI session progress and resume it later?▼

To save AI session progress and resume later, you can archive interim state, decisions, and context into a structured local file, then reload that archive to pick up exactly where you left off.

What is the best way to archive multi-step problem solving context?▼

Archiving multi-step problem solving context is best handled by memory tiering and a standard archive format, which organize saved progress, decisions, and current state for organized storage and later retrieval.

Can I record AI decisions for retrospective review without external calls?▼

Yes, you can record AI decisions for retrospective review without external calls, using local archive formats that ensure safe, organized storage without data exfiltration.

How do I pause and resume long conversations across sessions?▼

To pause and resume long conversations across sessions, save the current discussion progress to a local session file, then trigger a restore to inject that saved state into a new session.

Does session archiving work for long-running research tasks?▼

Session archiving works effectively for long-running research tasks by persisting interim state and context locally, ensuring continuity when you need to pause and resume your work.

When should I use decision mode versus progress mode for saving workflow state?▼

Use progress mode to save interim state during ongoing work, and use decision mode specifically to record key decisions for retrospective reviews, ensuring distinct archiving for different workflow needs.