resume-project

Resume tracked software projects from PLAN.md kickoff sections.

37|2|Updated Jun 28, 2025
One-click install
npx skills add https://github.com/jellyrock/jellyrock --skill resume-project-jellyrock
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resume-project
Source: https://github.com/jellyrock/jellyrock/tree/main/.claude/skills/resume-project
Command: npx skills add https://github.com/jellyrock/jellyrock --skill resume-project-jellyrock

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the tedious manual work of re-reading project plans, repository-wide rules, and recent commit history every time you return to a tracked project, so you can pick up exactly where you left off without missing critical context.

Core Features & Use Cases

  • Auto-project selection: Automatically loads your active tracked project from docs/projects/ if you don't specify a slug, or pulls a specific project if you provide its slug.
  • Full context loading: Reads the project's full PLAN.md, repo-wide architecture rules, and recent 20 commits in one go, so all relevant context is available in your session immediately.
  • Advisory continuity checks: Surfaces warnings for dirty working trees, unrelated last commits, or unexpected branches without blocking your work, so you can decide if it's safe to proceed.
  • Use Case: If you were working on a bug fix for the JellyRock Roku client tracked in docs/projects/audio-bugfix/ and return a week later, this Skill loads all project context, checks if your prior session ended cleanly, and adopts the next-session kickoff as your starting point so you can resume work immediately.

Quick Start

Invoke the resume-project skill to load your active tracked project and continue work from its documented next-session kickoff.

Frequently Asked Questions about resume-project

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

FAQPage Schema
How do I resume a tracked software project without manually reloading context?

To resume a tracked software project without manually reloading context, invoke a project resumption skill that automatically loads your active project's PLAN.md, recent commit history, and repo-wide architecture rules in a single step.

What is a project resumption workflow for long-running development sessions?

A project resumption workflow for long-running development sessions loads full project context, runs advisory continuity checks for prior session state, and adopts the documented next-session kickoff as the starting prompt.

How do I load a specific tracked project using its slug?

You can load a specific tracked project by providing its slug during invocation, which pulls the exact project's PLAN.md and recent commits from the docs/projects/ directory for immediate session continuity.

Does the continuity check block development if my working tree is dirty?

The continuity check does not block development if your working tree is dirty, it surfaces advisory warnings for dirty working trees, unrelated last commits, or unexpected branches so you can decide if it is safe to proceed.

What do I need to set up before using an automated project resume tool?

Before using an automated project resume tool you need an existing tracked software project stored in the docs/projects/ directory with a documented PLAN.md file containing a next-session kickoff section.

Does the project resume process modify any existing repository files?

The project resume process does not modify any existing repository files, it loads full project context and recent 20 commits in one go while leaving all tracked project data completely untouched.