From plan-manager
Archive completed or abandoned plans by moving them from active to archive. Use this skill when the user asks to "archive plans", "clean up finished plans", "move completed plans", or any request to finalize plans that have all gates passed or are marked as abandoned.
How this skill is triggered — by the user, by Claude, or both
Slash command
/plan-manager:plan-archiveThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Scan `plans/active/` for plans that are completed (all gates passed) or explicitly
Scan plans/active/ for plans that are completed (all gates passed) or explicitly
marked as status: abandoned in their frontmatter.
For each eligible plan:
status to completed or abandoned, set completed dateplans/active/ to plans/archive/plans/registry.json with the new status and pathShow what will be archived and ask for confirmation before moving files.
If no plans are eligible for archival, report that.
npx claudepluginhub ats-kinoshita-iso/agent-workshop --plugin plan-managerArchives a completed or abandoned plan by moving it to an archived folder with metadata and timestamp.
Archives completed PRDs and associated tasks/progress files to .plans/archive/. Parses task YAML to verify completion. Preview with --dry-run.
Archives completed tasks from TASKS.md to dated archive files when many [x] items clutter the view. Includes dry-run preview and verification checks.