One-click install
npx skills add https://github.com/lyingparachute/skills --skill plan-retire
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-retire
Source: https://github.com/lyingparachute/skills/tree/main/plan-retire
Command: npx skills add https://github.com/lyingparachute/skills --skill plan-retire

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures that after a feature plan has been merged, durable decisions are preserved and non-essential plans are deleted, maintaining a clean and useful project history.

Core Features & Use Cases

  • Post-Merger Cleanup: Automates the process of reviewing and deleting plans that are no longer needed post-merger.
  • Decision Preservation: Encourages capturing and documenting durable decisions for future reference.
  • Plan Index Management: Updates the plans index and rebuilds the knowledge graph as necessary.

Quick Start

Run the 'plan-retire' skill to initiate the retirement process for a recently merged plan.

Frequently Asked Questions about plan-retire

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

FAQPage Schema
How do I clean up project plans after a feature merge?

To clean up project plans after a feature merge, run the retirement process to delete non-essential plans while preserving durable decisions. This ensures your project history remains clean, useful, and maintainable post-merger.

What is plan retirement in project management?

Plan retirement is the process of retiring project plans after successful feature merges. It involves documenting durable decisions for knowledge preservation and removing obsolete plans to maintain a clean project knowledge base.

How do I preserve decision documentation when deleting old project plans?

To preserve decision documentation when deleting old plans, use a retirement workflow that captures and documents durable decisions before removing non-essential files. This maintains knowledge integrity for future reference.

Do I need main branch access to retire merged project plans?

Yes, you need main branch access to retire merged project plans. The process requires verifying the merged state on the main branch and updating project documentation and knowledge graphs accordingly.

How does plan retirement affect the project knowledge graph?

Plan retirement affects the project knowledge graph by updating the plans index and rebuilding the graph as necessary. This ensures the knowledge base accurately reflects current project history without obsolete plan references.

When should I not use an automated plan retirement process?

You should not use an automated plan retirement process if durable decisions from the feature plan have not yet been extracted and documented, as deleting non-essential plans prematurely risks losing critical project history.