archive
Archive a completed brief - usage: /archive BR-008
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Archive a completed brief - usage: /archive BR-008
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Start or resume session - loads state and continues work
First-run guided onboarding (teach the register → hunt → rest loop + a consented first hunt) OR reconfigure an existing install (shells `igris configure`). Branches on `igris onboarding status`. Usage: /setup
Guided project handoff — export a project's brain slice to a portable bundle, or import one with a preview/confirm ceremony. Usage: /handoff export <project> | /handoff import <bundle>
Release preparation - changelog generation, version bumps, release notes
Show system status report - briefs, session, blockers, git status
Search the brain's learnings with hybrid BM25+vector recall - filter by project or global, show ranked results (ID/title/snippet/score), and pull a learning into context. Usage: /search <query> [--project <slug> | --global] [--pull <id>] [--limit <N>]
| name | archive |
| tier | essential |
| description | Archive a completed brief - usage: /archive BR-008 |
| disable-model-invocation | false |
| allowed-tools | ["Read","Write","Edit","Bash","Glob","mcp__igris-brain__igris_brief_sync","mcp__igris-brain__igris_brief_update","mcp__igris-brain__igris_brief_get"] |
| triggers | ["ARCHIVE","archive brief","move to archive","archive completed"] |
Move a completed brief to the archive directory.
/archive BR-008
/archive MG-004
$ARGUMENTS should be a brief ID (e.g., BR-008, MG-004, TD-005).
Call igris_brief_get with project and brief_id, fallback to cache at ~/.igris/projects/{project}/briefs/*{$ARGUMENTS}*.md.
If not found, display error and available briefs.
Read the brief file and check Status field.
If Status != "Done":
Cannot archive {BRIEF_ID}
Current Status: [In Progress | Ready | Draft | In Review]
Reason: Only briefs with Status: "Done" can be archived
To mark as Done: "Mark {BRIEF_ID} as Done"
Exit without archiving.
Call igris_brief_update with status='Archived'. No file move needed -- cache auto-updates.
Edit ~/.igris/projects/{project}/session/CURRENT_SESSION.md to add to completed briefs list (if applicable).
If the igris-brain MCP server is available, call igris_brief_sync with:
If brain MCP is not available, skip silently. No errors.
Display:
Archived: {BRIEF_ID}
Status updated to Archived in brain DB.
Completed: [date from brief]
[Brief summary if available]