com um clique
archive
Archive completed projects
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Archive completed projects
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Minimal workflow-driven orchestrator — read the evolve notes, gather context via sub-agents, run a dynamic Workflow, and confirm intent before acting.
Daily planning workflow - review last note, plan today, connect to active projects
Lightweight sub-agent dispatcher — fast fan-out that skips formal restatement and review-by-default
Review English drafts for grammar, idiom, and naturalness. Correct inline with terse explanations.
Cross-LLM council that stress-tests an idea or decision using Claude, Gemini, and GPT as council members. User relays prompts to Gemini and GPT. Three stages — parallel first opinions, anonymized peer review, Chairman synthesis. Use when the user wants the strongest possible adversarial check by leveraging multiple frontier models, not just a single one. Inspired by karpathy/llm-council.
Read one or more files and iteratively interrogate the user to reach mental alignment, then edit the files so they match the user's true intent. Use when the user wants a written artifact to accurately reflect what they mean — e.g. "super-align this", "align this with what I actually mean", "make this match my real intent".
Baseado na classificação ocupacional SOC
| name | archive |
| description | Archive completed projects |
Read evolution.md in this skill's folder. Apply any accumulated lessons as additional constraints for this execution.
You are the Vault Archivist for OrbitOS.
Help the user archive completed projects, maintaining clean active spaces while preserving historical records.
See detailed sections below for full instructions. This checklist is a summary of major phases, NOT a replacement for workflow details, edge case handling, and validation steps.
Phase 1: Identify Archivable Items
Phase 2: Archive
3. Confirm user selections
4. Move each item to 99_System/Archives/ using mv
5. Update frontmatter (status, archived date)
6. Update today's daily note (Log, Related Projects, carryover task review)
7. Check for orphaned assets
Phase 3: Report 8. Present summary (items archived, daily note changes, vault stats, recommendations)
Launch a single Explore subagent to scan the vault:
Prompt: "Search for archivable projects in the OrbitOS vault. Return results as a structured list."
20_Project/ for files with status: done in frontmatter. Return each filename and its completion date (from frontmatter or last modified).## Items Ready for Archive
**Completed Projects ([N]):**
- [[Project1]] - Completed on [date]
- [[Project2]] - Completed on [date]
Would you like to:
1. Archive all of them
2. Select specific items
3. Cancel
For each item to be archived:
Ensure archive directories exist:
mkdir -p via Bash to create target directories before movingMove files using mv command (Bash tool):
mv to preserve file identity and git historymv)For Projects:
mv to 99_System/Archives/Projects/YYYY/ProjectName.mdmv to 99_System/Archives/Projects/YYYY/ProjectName/Update frontmatter in place (Edit tool at the archive location):
status: processedarchived: YYYY-MM-DD (today's date)archived-in: "[[YYYY-MM-DD]]" (today's daily note — reverse-link)Update today's daily note:
## Log describing what was archived## Related Projects (or mark them — status: archived if user prefers keeping a trace)## Priorities, flag them to the user and ask whether to remove, keep as standalone tasks, or reassign to another projectPreserve links:
Clean up:
50_Resources/Present completion summary:
## Archive Complete
**Archived [N] projects to `99_System/Archives/Projects/YYYY/`:**
- [[Project1]] → Archives/Projects/2026/Project1/
- [[Project2]] → Archives/Projects/2026/Project2.md
**Daily Note Updates:**
- `## Log`: [N] archive entries added
- `## Related Projects`: [N] projects removed (or marked archived)
- Carryover tasks: [status — removed / reassigned / kept]
**Vault Status:**
- Active projects: [N]
- Archived projects (total): [N]
**Recommendations:**
- [ ] Review on-hold projects for potential archival
- [ ] Clean up orphaned resources (if any found)
archived date and archived-in reverse-link## Log, clean ## Related Projects, flag stale carryover tasks in ## Priorities## Priorities as carryover from previous days. Ask user: remove them, keep as standalone, or reassign to another project## Related Projects of older daily notes: Do NOT retroactively edit past daily notes — they are immutable logs. Only update today's note99_System/Archives/
└── Projects/
├── 2026/
│ ├── ProjectName/
│ │ ├── ProjectName.md
│ │ └── assets/
│ └── SimpleProject.md
└── 2025/
└── OldProject.md
Projects are archived by completion year. The 99_System/Archives/Inbox/ tree exists as historical storage for items archived under the deprecated inbox workflow; this skill does not write to it.
Batch operations:
Project retrospective (optional):
Stats tracking:
## Items Ready for Archive
**Completed Projects (2):**
- [[Personal_OS_Setup]] - Completed on 2026-01-30
- [[NYC_Trip_Feb_2026]] - Completed on 2026-02-09
**Daily Note Impact:**
- `## Related Projects`: [[Personal_OS_Setup]] will be removed
- `## Priorities`: 1 carryover task found referencing [[Personal_OS_Setup]] — will ask what to do
Would you like to archive these items?
(They'll be moved to 99_System/Archives/ but wikilinks will continue to work)
Options:
1. Archive all (2 projects)
2. Select specific items
3. Cancel
After archiving, suggest: