project

Save and restore project state across CC sessions using SQLite and Markdown handoffs.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/jtucker9/mystuff --skill project-jtucker9
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project
Source: https://github.com/jtucker9/mystuff/tree/main/skills/project
Command: npx skills add https://github.com/jtucker9/mystuff --skill project-jtucker9

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Saving and restoring project state across CC sessions to enable seamless handoffs, ensuring continuity of work and reducing context switching.

Core Features & Use Cases

  • Save current session context (what was accomplished, in-progress work, decisions, next steps) and archive a handoff Markdown for transfer.
  • Restore project context quickly in a new CC session by loading recent sessions and plan, allowing immediate continuation.
  • Use case: handing off a running project to another CC or resuming after a break with exact state and planned tasks.

Quick Start

Ask me to save the current project state to capture the session and enable a seamless handoff.

Frequently Asked Questions about project

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

FAQPage Schema
How do I save and restore project state across sessions for seamless handoffs?

To save and restore project state across sessions, this Skill captures completed work, in-progress tasks, decisions, and file locations into a local SQLite database. It then generates a Markdown handoff document and a ready-to-paste prompt to instantly restore context in a new session.

What is the best way to resume an interrupted project without losing context?

Resuming an interrupted project requires loading previously saved session state. This Skill restores your exact working context by retrieving recent sessions and planned tasks from a local SQLite database, allowing immediate continuation of in-progress work.

Can I use Markdown and SQLite to archive project handoffs between different sessions?

Yes, you can archive project handoffs using Markdown and SQLite. The Skill records your session context in a local SQLite database and archives a Markdown handoff document, ensuring continuity and reducing context switching when transferring work.

How do I capture in-progress tasks and decisions for a project handoff?

To capture in-progress tasks and decisions for a project handoff, the Skill extracts current session details including completed work, planned steps, and file locations. It stores this context locally and provides a ready-to-paste prompt for the next session.

Does this project state Skill work without external dependencies or components?

Yes, this project state Skill works without external dependencies or components. It operates independently to store context in a local SQLite database and record Markdown handoffs, requiring no additional environment setup to save and restore your session.