List archived plans for the current project. Use when the user says '/plans', 'list plans', 'show plans', 'my plans', 'archived plans', or wants to see previously saved plans.
From moonsite-skillsnpx claudepluginhub moonsite/moonsite-claude-extensions --plugin moonsite-skillsThis skill uses the workspace's default tool permissions.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Analyzes BMad project state from catalog CSV, configs, artifacts, and query to recommend next skills or answer questions. Useful for help requests, 'what next', or starting BMad.
Show the user's archived plans for the current project, sorted by date (newest first).
Run:
python3 ${CLAUDE_PLUGIN_ROOT}/hooks-handlers/plan_guardian.py list
This returns JSON with the list of archived plans.
Parse the JSON output and display a formatted list:
Archived Plans — {project}
{index}. [{date}] {title} ({reason})
...
Use /plan-restore <number> to load a plan back into context.
If no plans are found, tell the user: "No archived plans found for this project."
Format the date as Mon DD HH:MM (e.g., Mar 21 16:52).
Reason labels: new-plan-entered → "before new plan", plan-approved → "approved", pre-compact → "before compaction", manual-save → "manual save".