legion:workflow-common-memory

Standardizes project-scoped memory handling for AI workflows.

72|8|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/9thLevelSoftware/legion --skill legion-workflow-common-memory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: legion:workflow-common-memory
Source: https://github.com/9thLevelSoftware/legion/tree/main/skills/workflow-common-memory
Command: npx skills add https://github.com/9thLevelSoftware/legion --skill legion-workflow-common-memory

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Memory inconsistencies across commands create unpredictable behavior and hinder cross-command coherence.

Core Features & Use Cases

  • Project-scoped memory: memories stay within a single project and do not leak across projects.
  • Additive guidance: memory adds hints without overriding mandatory role constraints.
  • Non-blocking: if memory files are missing, commands still run.

Quick Start

Enable memory-manager in your project and apply these conventions to ensure consistent memory behavior.

Frequently Asked Questions about legion:workflow-common-memory

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

FAQPage Schema
How do I keep AI workflow memory scoped to a single project?

To keep AI workflow memory project-scoped, you need a memory manager that isolates memories within a single project to prevent cross-project leakage. This skill enforces project scoping so memories stay contained and do not affect other projects.

What is the best way to handle missing memory files in workflow automation?

The best way to handle missing memory files is to use a non-blocking memory manager that allows commands to run anyway. This approach enforces non-blocking behavior so workflows execute successfully even when memory files are absent.

Can I apply additive guidance to AI workflows without overriding mandatory role constraints?

Yes, you can apply additive guidance to AI workflows without overriding mandatory role constraints. A project-scoped memory manager adds hints and preferences additively, ensuring mandatory role constraints remain intact and unaltered.

How do I standardize memory handling across multiple AI commands?

To standardize memory handling across multiple AI commands, apply project-scoped memory rules that govern outcomes, preferences, and learning. This standardization resolves memory inconsistencies and ensures cross-command coherence within your project workflows.

Does project-scoped memory management work when memory files are missing?

Yes, project-scoped memory management works when memory files are missing because it operates non-blocking. Commands still run successfully without the memory files, ensuring your workflow automation remains resilient and functional during execution.