Fabi0pi

Remember Plan — Development skill for Claude Code

Development community

Load a work plan saved in the current project's .claude/plans/ into memory.

How to install Remember Plan

Installs to ~/.claude/commands/fabi0pi-claude-code-react-boilerplate-remember-plan.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Fabi0pi/claude-code-react-boilerplate/HEAD/.claude/commands/remember-plan.md -o ~/.claude/commands/fabi0pi-claude-code-react-boilerplate-remember-plan.md

Restart Claude Code, or start a new session, for it to be picked up.

What Remember Plan does


description: Load a work plan saved in the current project's .claude/plans/ into memory

Remember Plan

Load the work plan saved in the current project's `.claude/plans/` into memory.

Instructions

  1. Find the project root:

    git rev-parse --show-toplevel
  2. List the files in `/.claude/plans/`:

    ls /.claude/plans/
  3. If no plans exist:

    • Tell the user there are no saved plans in this project.
    • Suggest using

Alternatives in Development

  • Mempalace Status — Show the current state of your memory palace — wings, rooms, drawer counts, and suggestions 58.6k ★
  • Implementation Plan — You are tasked with creating detailed implementation plans through an interactive, iterative process 10k ★
  • /remember — Save a finding or successful pattern to persistent hunt memory 1.2k ★

Full documentation available on GitHub

View Source Repository