seyio91

Plan Done — Development skill for Claude Code

Development community

Mark a plan complete by setting its frontmatter status: to done and stamping a completed: date.

How to install Plan Done

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

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

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

What Plan Done does

Mark a plan complete by setting its frontmatter `status:` to `done` and stamping a `completed:` date.

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 repo — abort and tell the user to pin it (`/pin ` from inside the repo, or a

Alternatives in Development

  • Om Dump — Freeform capture mode 4.6k ★
  • Frontmatter — Frontmatter skill 609 ★
  • Maestro Session Manage — Manage a v3 Session — inspect status/resume-view, review knowledge candidates, complete, archive/unarchive 530 ★

Full documentation available on GitHub

View Source Repository