archive
SolidMove completed cycle plans out of the active set into docs/plans/archived/. Never deletes. May be run manually or offered at the end of execute.
AI & Automation 1 stars
0 forks Updated yesterday MIT
Install
Quality Score: 78/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# archive — Retire Completed Plans
Move completed cycle plans out of the active set. **Never delete** — archive.
## Doc Paths
| Doc | Path |
| ------------ | --------------------------------- |
| Active plans | `docs/plans/` |
| Gap-report | `docs/plans/<plan>.gap-report.md` |
| Archived | `docs/plans/archived/` |
---
## Pipeline
### 1. Resolve which plan(s)
- If a plan file is named in `$ARGUMENTS`, archive that one.
- Otherwise list the plans in `docs/plans/` (excluding `archived/`) and ask the
user which to archive.
### 2. Completion check
Before moving, verify each plan is actually complete. **Warn and ask to
proceed** (don't hard-halt) when any of these are unfinished:
- the plan doc's "Gaps surfaced during execution" section has **unresolved
entries**;
- a companion `docs/plans/<plan>.gap-report.md` exists with **open** rows (a
legacy autopilot gap-report, un-reconciled);
- an **execute run journal** (mempalace room `runs`, drawer `<plan>`) is not
marked complete;
- an **active plan** under `docs/plans/` (excluding `archived/`) lists this plan
in its `requires:` frontmatter — archiving it out from under a dependent plan;
- a blueprint doc named in this plan's `covers:` frontmatter is **not**
`implementation: complete` — the plan is being retired before what it covers
is fully built.
Surface what's outstanding and let the user decide whether to archive anyway.
Skip the run...
Details
- Author
- virajp
- Repository
- virajp/ai-plugins
- Created
- 2 months ago
- Last Updated
- yesterday
- Language
- JavaScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
plan-archive
Use after merging a PR or during periodic cleanup to archive plan-mode files by linking them to merged PRs.
0 Updated 2 days ago
arndvs AI & Automation Solid
plan-archivist
Compresses a completed plan-tree branch into .claude/plans/archive/{NODE_ID}.summary.md. Removes the original node files (preserved by checkpoint history). Reduces always-loaded surface area as features ship.
24 Updated 1 weeks ago
nguyenthienthanh AI & Automation Listed
archive-thread
Relocate a thread into docs/threads/archive/ so the active docs/threads/ listing shows only live work; use when the user explicitly asks to archive a finished or abandoned thread.
0 Updated today
Jei-sKappa