factory-incremental-persistence

Community

Never lose incremental agent work to context loss.

Authore2its
Version1.0.0
Installs0

System Documentation

What problem does it solve?

LLM conversation context is ephemeral: summarization, session changes, and token limits can cause mid-task progress, decisions, and state for AI agents generating software artifacts to be lost permanently, forcing work to be restarted from scratch.

Core Features & Use Cases

  • Skeleton-First Write: Creates the full artifact structure upfront with progress tracking, so work is recoverable even if interrupted immediately after starting.
  • Section-Atomic Saves: Persists each completed section to disk immediately, so no completed work is lost if context is lost mid-generation.
  • Resume-on-Entry: Automatically detects in-progress artifacts and picks up exactly where the agent left off, recovering all prior decisions from the artifact itself instead of conversation memory.
  • Context Canary Gate: Validates every write operation against the artifact's stored progress to prevent duplicate or out-of-order section generation after summarization.
  • Use Case: Any agent in the Myrmion AI Factory SDLC workflow (SETUP, CODESIGN, BLUEPRINT, IMPLEMENT, DEVOPS, QA) generating artifacts like design documents, specifications, test plans, or infrastructure configurations.

Quick Start

Use the factory-incremental-persistence skill to automatically save all agent artifact work incrementally so no progress is lost during context summarization or session interruptions.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: factory-incremental-persistence
Download link: https://github.com/e2its/myrmion-AI-factory/archive/main.zip#factory-incremental-persistence

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 537,000+ vetted skills library on demand.