From ctx
Archives completed tasks from TASKS.md to dated archive files when many [x] items clutter the view. Includes dry-run preview and verification checks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ctx:ctx-archiveThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Move completed tasks from TASKS.md to the archive.
Move completed tasks from TASKS.md to the archive.
Two questions: if any answer is "no", don't archive:
[x] items truly done?" → Verify nothing was checked off
prematurely[x] tasksThese are inviolable:
ctx task archive $ARGUMENTS
Example: preview first (recommended):
ctx task archive --dry-run
Example: archive after confirming the preview:
ctx task archive
Archived tasks go to archive/tasks-YYYY-MM-DD.md in the context directory,
preserving Phase headers for traceability.
Report how many tasks were archived and where the archive file was written.
npx claudepluginhub activememory/ctx --plugin ctxArchives completed PRDs and associated tasks/progress files to .plans/archive/. Parses task YAML to verify completion. Preview with --dry-run.
Consolidates scattered legacy task files (docs/planning/06-tasks.md, task.md, etc.) into root TASKS.md with deduplication, Task ID extraction, and user confirmation.
Sync tracking documents based on current conversation results. Updates subtask, progress, findings, task_plan, project CLAUDE.md. Use when finishing a task or reaching a milestone.