From hone
Archives completed PRDs and associated tasks/progress files to .plans/archive/. Parses task YAML to verify completion. Preview with --dry-run.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hone:pruneThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Archive completed PRDs to `.plans/archive/`:
Archive completed PRDs to .plans/archive/:
Parse $ARGUMENTS — check if the user requested a dry run (look for --dry-run, dry-run, dry run, preview, etc.).
Find all prd-*.md files in .plans/ (not in archive/).
For each PRD:
prd-<feature>.md -> <feature>.plans/tasks-<feature>.yml exists and read itcompleted or cancelledIf no completed PRDs found:
No completed PRDs found to archive.
Complete some tasks with: /hone:run <task-file> -i <N>
If --dry-run:
If NOT dry-run:
.plans/archive/ directory if it doesn't exist.plans/archive/ (prd, tasks, progress for each feature). If any conflicts found, list them and stop without moving anything..plans/archive/:
.plans/prd-<feature>.md.plans/tasks-<feature>.yml.plans/progress-<feature>.txtmv commands to move files[ok] Archived: <feature>npx claudepluginhub oskarhane/hone-ai --plugin honeArchives completed or cancelled PRD files to product-docs/prds/archive/YYYY/QX/ directories, adds YAML metadata (archive_date, reason, task completion %), moves linked tasks, uses git mv. Use post-implementation.
Archives completed PRD files from active to archives directory with associated features and closure summary. Confirms status, handles partial completion, and checks knowledge base staleness in RP1 workflows.
Archives completed tasks from TASKS.md to dated archive files when many [x] items clutter the view. Includes dry-run preview and verification checks.