amcos-memory-initialization

Create AMCOS session memory files with validated YAML frontmatter.

1|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/Emasoft/ai-maestro-chief-of-staff --skill amcos-memory-initialization
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: amcos-memory-initialization
Source: https://github.com/Emasoft/ai-maestro-chief-of-staff/tree/main/skills/amcos-memory-initialization
Command: npx skills add https://github.com/Emasoft/ai-maestro-chief-of-staff --skill amcos-memory-initialization

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a reliable scaffold to bootstrap per-team session memory for AMCOS, ensuring critical memory components (activeContext.md, patterns.md, progress.md) are created and validated at startup.

Core Features & Use Cases

  • Bootstraps the three core session-memory documents (activeContext.md, patterns.md, progress.md) inside the design/memory/ directory and validates their YAML frontmatter and structure.
  • Creates and manages an initialization workflow, enabling per-team memory piloting, recovery readiness, and future snapshot/archival readiness.
  • Supports integration with AMCOS memory lifecycle by ensuring required memory artifacts exist before agent orchestration.

Quick Start

Initialize the memory scaffold for a new AMCOS team session by running the memory initialization workflow to create design/memory and initialize the three core documents.

Frequently Asked Questions about amcos-memory-initialization

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

FAQPage Schema
How do I initialize per-team session memory for a new project?

To initialize per-team session memory, run the memory initialization workflow to create the design/memory directory and scaffold the three core documents: activeContext.md, patterns.md, and progress.md. This ensures the required session memory structure exists before agent orchestration begins.

What files are required for validating AMCOS session memory structure?

Validating AMCOS session memory requires three core files within the design/memory directory: activeContext.md, patterns.md, and progress.md. The validation process checks that these files exist and conform to the required YAML frontmatter and structural specifications.

When do I need to reinitialize session memory structures?

Session memory structures need reinitialization during new team sessions, after workflow interruptions, or when migrating memory structures. Reinitializing ensures the core memory documents exist and satisfy the initialization frontmatter requirements defined in SKILL.md.

Does session memory initialization work without external dependencies?

Yes, session memory initialization works without external dependencies. It operates independently to scaffold the root memory files and validate their YAML frontmatter, requiring only the standard AMCOS memory lifecycle workflow to function properly.

Why does my agent orchestration fail when core memory files are missing?

Agent orchestration fails when core memory files are missing because the AMCOS memory lifecycle requires activeContext.md, patterns.md, and progress.md to exist before execution. Initializing the memory scaffold creates these artifacts and satisfies the SKILL.md frontmatter requirements to prevent failures.