Agent skill
save-plan
After generating a plan for the user, use this skill to save the plan to the project.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/save-plan
SKILL.md
Save Plan
Claude will generate a plan and save it to the user's ~/.claude/plans/ directory with a random name (e.g. uncommon-plaited-fruitfly.md).
Save the generated plan to the current project's .claude/plans/ directory. Give the plan a meaningful, succinct name based on the task (e.g. graph-rag-visualization.md).
Claude should copy the plan from ~/.claude/plans/ and rename the file.
cp ~/.claude/plans/random-generated-filename.md .claude/plans/meaningful-filename.md
Why use this skill?
Saving the plan in the project directory allows for easy retrieval and reference in future sessions. It helps maintain organization and ensures that plans are contextually linked to the relevant project.
Copy and rename is used because this is a faster operation and less error-prone than rewriting the file from scratch, especially for longer plans.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?