save-plan

Save current analysis or plan into a dated markdown file under .tmp/plans.

35|27|Updated Jul 6, 2024
One-click install
npx skills add https://github.com/refined-prun/refined-prun --skill save-plan-refined-prun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: save-plan
Source: https://github.com/refined-prun/refined-prun/tree/main/.claude/skills/save-plan
Command: npx skills add https://github.com/refined-prun/refined-prun --skill save-plan-refined-prun

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill preserves a current analysis or plan in a dated markdown file so it can be reused in a future chat session without losing context.

Core Features & Use Cases

  • Session Handoff: Captures plans, findings, and next steps into a self-contained note for later execution.
  • Structured Persistence: Organizes saved content under .tmp/plans with a clear filename based on date and slug.
  • Use Case: Save a research summary or implementation plan now, then return to it in a later session with all the important details intact.

Quick Start

Tell me what plan you want saved and give it a short slug so I can write it to .tmp/plans for a future session.

Frequently Asked Questions about save-plan

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

FAQPage Schema
How do I save a session plan for a future chat session?

To save a session plan, provide your analysis content and a short slug. The skill generates a dated markdown file under .tmp/plans, preserving your context, findings, steps, and verification details for later reuse.

What is the best way to hand off implementation plans to a future agent?

Handing off implementation plans requires saving a self-contained markdown note with a date and slug. This persists your research findings and next steps into a structured file for the future agent to execute.

How do I persist research findings in markdown for later execution?

You persist research findings by writing them into a dated markdown file using a short slug. This creates a structured, self-contained handoff document under the .tmp/plans directory for future reference.

Do I need a specific filename format to save session summaries for reuse?

You need a short slug and today's date to format the filename. The skill uses these inputs to save your session summaries as structured markdown files under the .tmp/plans directory.

Can I save an analysis plan without losing context between chat sessions?

You can save an analysis plan without losing context by writing it to a dated markdown file. This captures your current session state, including steps and verification, for a seamless future handoff.

What structure is required when saving a plan for a future agent?

Saving a plan requires a clear structure containing context, findings, steps, and verification. Combined with a date and slug, this creates a self-contained markdown file for future agent execution.