Phase 4: Archive Automation

Goal: Keep boards clean by archiving old Done/Punt cards automatically.

Steps

Plan: Create /kanban-archive skill (Claude + Codex)

What: A standalone skill that bulk-archives Done/Punt cards older than N days (default 30). Shows which cards will be archived, asks for confirmation, then archives them using the archive-card command added in Step 1.

Files to create (4):

File to update (1):

SKILL.md structure:

  1. Board Resolution — reuse the standard protocol from other -kanban skills:
  1. Find archivable cards:
  1. Show candidates:
  1. Confirm with user:
  1. Archive cards:
  1. Summary:

agents/openai.yaml content:

interface:
  display_name: "Kanban Archive"
  short_description: "Archive old Done/Punt cards from kanban board"
  default_prompt: "Use $kanban-archive to archive old Done/Punt cards."

policy:
  allow_implicit_invocation: true

Key context:

Acceptance criteria:

Milestone