save-plan

Save and update project plans as markdown files in the .opencode/plans/ directory.

1|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/mir-am/skills-agents-ai-coding --skill save-plan-mir-am
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: save-plan
Source: https://github.com/mir-am/skills-agents-ai-coding/tree/main/skills/save-plan
Command: npx skills add https://github.com/mir-am/skills-agents-ai-coding --skill save-plan-mir-am

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the challenge of capturing and updating project plans efficiently, ensuring that strategic approaches are consistently documented and accessible.

Core Features & Use Cases

  • Create and update plans by deriving filenames from conversation topics, saving existing plans, and overwriting them with new content.
  • Automate plan storage directly within the .opencode/plans/ directory, simplifying project documentation workflows.
  • Use Case: When a developer devises a new feature, this Skill automatically saves the detailed implementation plan in a well-named markdown file, making future reference and sharing easier.

Quick Start

Use the save-plan skill to record the current feature outline in the project's planning directory.

Frequently Asked Questions about save-plan

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

FAQPage Schema
How do I automate saving project plans to markdown files?

You can automate saving project plans by deriving descriptive markdown filenames from conversation topics and storing them directly in a structured directory. This approach ensures your strategic approaches are consistently documented and easily accessible.

What is the best way to manage frequently revised project documentation?

Managing frequently revised project documentation involves automating the process of saving, updating, and overwriting existing plans. This method reliably handles file creation and naming tasks to ensure plans remain current without manual intervention.

How do I store feature implementation plans in a structured directory?

To store feature implementation plans in a structured directory, you can automate plan storage directly within the `.opencode/plans/` directory. This simplifies project documentation workflows by ensuring detailed plans are saved in well-named markdown files.

Can I overwrite existing markdown planning files with updated content?

Yes, you can overwrite existing markdown planning files with updated content. The automation process handles saving existing plans and reliably overwriting them with new content derived from your current conversation topics.

Does this automated plan storage approach require any external dependencies?

No, this automated plan storage approach does not require any external dependencies. It independently handles file creation, naming, and overwriting tasks to store your project strategies in markdown format.

When do I need to use automated markdown documentation for project planning?

You need to use automated markdown documentation for project planning when strategic plans require frequent revision and storage. It is particularly useful when a developer devises a new feature and needs to record the detailed implementation plan for future reference.