plan:archive

Archive completed plan.md and execution-log.md files into a timestamped directory.

13|1|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/serbanghita/claude-code-plan-critique --skill plan-archive-serbanghita
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan:archive
Source: https://github.com/serbanghita/claude-code-plan-critique/tree/main/.gemini/skills/plan-archive
Command: npx skills add https://github.com/serbanghita/claude-code-plan-critique --skill plan-archive-serbanghita

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill solves the clutter and management overhead associated with tracking multiple iterative development plans, ensuring that completed or abandoned work is properly stored and session state is cleaned up.

Core Features & Use Cases

  • Automated Archiving: Moves plan files, execution logs, and supporting assets into a timestamped archive folder.
  • Session Cleanup: Automatically identifies and removes stale session references and process-specific temporary files.
  • Use Case: After finishing a complex refactoring task, use this skill to move all related documentation and logs to an archive directory while keeping your active workspace clean.

Quick Start

Run the plan archive skill to move the current project plan to the archive folder.

Frequently Asked Questions about plan:archive

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

FAQPage Schema
How do I archive completed development plans and clean up session metadata?

To archive completed development plans, this skill moves project files like plan.md and execution-log.md into a timestamped directory and cleans up associated session metadata. It requires filesystem access to perform directory operations and validate session state.

What is the best way to remove stale session references and temporary files after a refactoring task?

The best way to remove stale session references is using an automated session cleanup process that identifies and deletes process-specific temporary files. This ensures your active workspace remains clean after completing complex iterative development workflows.

How does automated plan archiving work with execution logs?

Automated plan archiving works by moving plan files, execution logs, and supporting assets into a structured archive folder. This mechanism manages the lifecycle of development documentation and prevents clutter from tracking multiple iterative plans.

Do I need filesystem access to move plan.md files to an archive directory?

Yes, you need filesystem access to move plan.md files to an archive directory. The archiving process performs directory operations and relies on process monitoring to validate session state before cleaning up associated metadata.

When should I archive development plans in an iterative software engineering workflow?

You should archive development plans when a task is completed or abandoned to properly store the work and clean up session state. Archiving after finishing a complex task keeps your active workspace uncluttered for future iterations.