Clean up all task artifacts (plans, reports, branches, handoff context) with optional archiving to .prove/archive/. Use after a task lifecycle is complete to archive key documents and remove working artifacts.
From provenpx claudepluginhub mjmorales/claude-prove --plugin proveThis 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.
If $ARGUMENTS is provided, pass it as task-slug; otherwise use --all:
bash "$PLUGIN_DIR/scripts/cleanup.sh" --dry-run [task-slug]
bash "$PLUGIN_DIR/scripts/cleanup.sh" --dry-run --all
Present the dry-run output. AskUserQuestion, header "Cleanup", options: "Proceed" / "Cancel".
Run without --dry-run:
bash "$PLUGIN_DIR/scripts/cleanup.sh" [task-slug]
bash "$PLUGIN_DIR/scripts/cleanup.sh" --all
Report what was archived, removed, and skipped.
Read archived files in .prove/archive/<YYYY-MM-DD>_<task-slug>/ and write SUMMARY.md there:
# Task Summary: <Task Name>
**Completed**: <date>
**Branch**: orchestrator/<task-slug>
**Final Status**: <from workflow report or manual>
## What Was Done
<brief summary from archived TASK_PLAN.md or PRD.md>
## Key Decisions
<extracted from archived design-decisions.md, if present>
## Files Changed
<from archived files-changed.txt, if present>
Delegate to the commit skill.
Example: chore(cleanup): archive and remove api-refactor artifacts