seyio91

Plan Archive — Development skill for Claude Code

Development community

Move a completed plan from plans/ to archive/plans/ in the active project, and its linked.

How to install Plan Archive

Installs to ~/.claude/skills/seyio91-ai-memory-system-plan-archive/SKILL.md

Terminal
mkdir -p ~/.claude/skills/seyio91-ai-memory-system-plan-archive && curl -fsSL https://raw.githubusercontent.com/seyio91/ai-memory-system/HEAD/commands/plan-archive.md -o ~/.claude/skills/seyio91-ai-memory-system-plan-archive/SKILL.md

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

What Plan Archive does

Move a completed plan from `plans/` to `archive/plans/` in the active project, and its linked investigation (if any) from `investigations/` to `archive/investigations/` in the same step.

Argument: `$ARGUMENTS` — the plan slug (filename without `.md` extension).

Step 1 — resolve the active project from the injected memory context: the `` breadcrumb (present every prompt) or the `` block. If neither is present, no project is pinned to this

Alternatives in Development

  • Implementation Plan — You are tasked with creating detailed implementation plans through an interactive, iterative process 10k ★
  • Dev Plan — /dev-plan — Génère les plans techniques d'1 FEAT sans coder 193 ★
  • Superpowers To Watchtower — Use when a superpowers plan (writing-plans / brainstorming output saved locally) is ready and you want durable 130 ★

Full documentation available on GitHub

View Source Repository