archive

Archive completed brief files and update session history.

10|Updated Oct 25, 2025
One-click install
npx skills add https://github.com/fiftynotai/igris-ai --skill archive-fiftynotai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: archive
Source: https://github.com/fiftynotai/igris-ai/tree/main/.claude/skills/archive
Command: npx skills add https://github.com/fiftynotai/igris-ai --skill archive-fiftynotai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the repetitive and error-prone task of moving completed briefs out of the active briefs directory into a project session archive, ensuring project history remains tidy and traceable.

Core Features & Use Cases

  • Status validation: Reads a brief file and verifies that its Status field equals Done before allowing archival.
  • File migration: Creates the archive directory if missing and moves the matching brief file from ai/briefs/ to ai/session/archive/briefs/.
  • Session and brain sync: Updates the CURRENT_SESSION.md history and optionally synchronizes the archived status to the igris-brain MCP server when available.
  • Use Case: After completing work on BR-008, run the Skill to safely move the brief to the archive, record the completion in session history, and keep the centralized brain in sync.

Quick Start

Archive brief BR-008 to the project's session archive.

Frequently Asked Questions about archive

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Does archiving briefs synchronize status with the igris-brain MCP server?

Yes, session archives can synchronize with the igris-brain MCP server. The Skill optionally pushes the archived status to the centralized brain when the MCP server is available, ensuring project history remains traceable.

Can I archive a brief that does not have Status: Done?

No, you cannot archive a brief without Status: Done. The Skill performs status validation by reading the brief file and enforcing that its Status field equals Done before allowing any file migration to the session archive.

What happens to CURRENT_SESSION.md when I archive a brief?

When you archive a brief, CURRENT_SESSION.md is automatically updated to record the completion. This session sync ensures the project history remains tidy and maintains a traceable record of archived work.

When should I archive briefs during my project workflow?

You should archive briefs during release or cleanup phases when marking them Done. This moves completed files out of the active briefs directory into the session archive, keeping active project work uncluttered.