justkeepswimming

Maintains project context by generating and updating Markdown handoff documents.

4|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/cyber-qais/justkeepswimming --skill justkeepswimming
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: justkeepswimming
Source: https://github.com/cyber-qais/justkeepswimming/tree/main
Command: npx skills add https://github.com/cyber-qais/justkeepswimming --skill justkeepswimming

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plan management for long-running, multi-phase software initiatives, automatically generating and maintaining handoff documents to prevent knowledge loss.

Core Features & Use Cases

  • Automatic handoffs after each phase to capture progress, decisions, and context
  • Support for autonomous and interactive execution modes with context budgets
  • Resume seamlessly across sessions by loading the latest handoff and SUMMARY
  • Plan from conversation or existing plans; end-of-day night-build workflow
  • Centralized storage under docs/justkeepswimming/{plan-name}/ including PLAN.md, handoffs, and SUMMARY.md

Quick Start

Create or import a plan under docs/justkeepswimming and run '/justkeepswimming:go <plan-name>' to begin.

Frequently Asked Questions about justkeepswimming

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

FAQPage Schema
How do I preserve context across multi-phase Claude Code projects?

Plan management for multi-phase projects automatically generates and maintains handoff documents after each phase. It captures progress, decisions, and context to prevent knowledge loss across long-running software initiatives.

What is the best way to manage context for autonomous night builds?

Context preservation for autonomous night builds works by enforcing context budgets and automatically creating structured handoffs after each phase. It captures progress, decisions, and file references to maintain momentum across sessions.

How do I resume a phased software migration across multiple sessions?

To resume a phased software migration across multiple sessions, the system loads the latest handoff and SUMMARY files stored under a dedicated docs directory. This restores complete reasoning, decisions, and file references for seamless continuity.

Does this context preservation approach support interactive and autonomous execution modes?

Yes, this context preservation approach supports both autonomous and interactive execution modes with enforced context budgets. It automatically maintains handoffs to capture complete reasoning, decisions, and file references across both modes.

What file structure is used for session management handoffs in Claude Code?

Session management handoffs use a centralized storage structure under docs/justkeepswimming/{plan-name}/ that includes PLAN.md, dated YYYY-MM-DD-handoff-XXX.md files, and SUMMARY.md. This structure ensures robust continuity for multi-phase projects.

Can I import existing plans for multi-phase project context preservation?

Yes, you can import existing plans or create new ones from conversation for multi-phase context preservation. The system automatically generates and maintains structured handoff documents to capture progress, decisions, and context across sessions.