From coordinator
Archive consumed handoffs — moves tasks/handoffs/*.md files older than 48 hours to archive/handoffs/ and checks .gitignore safety. This skill should be used when cleaning up old handoffs, when the handoffs directory is cluttered, or as part of periodic maintenance. Invoked by /update-docs (Phase 8) or standalone.
npx claudepluginhub oduffy-delphi/coordinator-claudeThis skill uses the workspace's default tool permissions.
Move consumed handoffs from the active directory to the archive (both git-tracked — the archive is the paper trail):
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Move consumed handoffs from the active directory to the archive (both git-tracked — the archive is the paper trail):
tasks/handoffs/*.md — available for /session-start pickuparchive/handoffs/*.md — consumed, kept for historical referenceSkip entirely if no handoff files exist.
tasks/handoffs/ for .md filesContinuing from references (look for the pattern _Continuing from [filename]: or Continuing from [filename] in the ## What Was Accomplished section). If the referenced predecessor file is still in tasks/handoffs/, archive it immediately — the successor has absorbed both the predecessor's context (via the preamble) and its unresolved obligations (via the ## Carried Forward section). The predecessor is fully superseded. This pass runs regardless of age.tasks/handoffs/ older than 48 hours is a candidate for archival. Before moving, apply the branch-activity check:
Branch: field or inline branch reference)git log <branch> --since="<file-mtime>" --oneline -1tasks/handoffs/ and note: "Kept [filename] — branch [branch-name] has activity since handoff was written"archive/handoffs/ (create directory if needed)/session-start no longer archives on read, so this is the only archival path. Still concurrent-agent-safe..gitignore CheckVerify that tasks/ is NOT in .gitignore. If it is, warn the user — active handoffs must be tracked.