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.
npx claudepluginhub ats-kinoshita-iso/agent-workshop --plugin plan-managerThis skill uses the workspace's default tool permissions.
Scan `plans/active/` for plans that are completed (all gates passed) or explicitly
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.
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.