sr:save

Save project context to _context/ files for subsequent Claude sessions.

19|1|Updated Jun 14, 2026
One-click install
npx skills add https://github.com/DangQuangSE/team-development-skills --skill sr-save
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sr:save
Source: https://github.com/DangQuangSE/team-development-skills/tree/main/.agents/skills/sr-save
Command: npx skills add https://github.com/DangQuangSE/team-development-skills --skill sr-save

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill saves the entire project context to _context/ files, enabling future Claude sessions to resume without re-reading the full SRS.

Core Features & Use Cases

  • SRS Context Saving: Automates the process of saving project context, making it ready for subsequent sessions.
  • Automatic Resumption: Future Claude sessions can quickly resume work from where they left off.
  • Use Case: After completing the SRS workflow, save the project context with the /cl:sr:save command to prepare for a continuation in the next session.

Quick Start

Use the sr:save command to save the project context.

Frequently Asked Questions about sr:save

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

FAQPage Schema
How do I save project context for future Claude sessions without re-reading the SRS?

To save project context for future Claude sessions, use the sr:save command to export all project details into context/ files. This allows subsequent development sessions to resume automatically without re-reading the full Software Requirements Specification.

What is the best way to resume software project management tasks across different development sessions?

The best way to resume software project management tasks across sessions is by saving project context to context/ files. This preserves the SRS workflow state, enabling future Claude sessions to automatically load the exact development checkpoint.

When do I need to save SRS project context using a contextual saving tool?

You need to save SRS project context when transitioning between development sessions in a software project management workflow. Saving the context to files ensures that future Claude sessions can resume work without the overhead of re-reading the full SRS.

Does this contextual saving workflow require any specific dependencies or scripts?

No specific dependencies are required to use this contextual saving workflow. It operates independently using internal scripts to save your SRS project context directly to context/ files for future session resumption.

Can I use this developer tool to prepare an SRS workflow for a continuation in the next session?

Yes, you can use this developer tool to prepare an SRS workflow for a continuation in the next session. Simply execute the save command after completing your current work to store the entire project context for automatic resumption.

Why does my Claude session lose project context after closing the SRS workflow?

Your Claude session loses project context because it does not automatically persist the SRS workflow state. You must manually save the project context to context/ files before closing to enable automatic resumption in future sessions.