memory-summarize

Summarize procedural and feedback memories into conceptual memories for the MALMAS framework.

2|Updated Jun 16, 2026
One-click install
npx skills add https://github.com/PandaWithAPlan/mas --skill memory-summarize-pandawithaplan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-summarize
Source: https://github.com/PandaWithAPlan/mas/tree/main/development-team/global-config/skills/memory-summarize
Command: npx skills add https://github.com/PandaWithAPlan/mas --skill memory-summarize-pandawithaplan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires memory-update, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the generation of memory summaries for multi-agent systems, reducing the need for manual analysis and improving efficiency.

Core Features & Use Cases

  • Memory Summarization: Automatically compresses procedural and feedback memories into conceptual memories using LLM.
  • Integration: Designed to be used after the Guardian in each cycle, before finalizing the conceptual.json and global-memory.md.
  • Use Case: For a software development team using the development-team system, this Skill can automatically summarize memory information, saving time and reducing manual errors.

Quick Start

After completing the Guardian's review, use the skill({ name: "memory-summarize" }) to generate the memory summary.

Frequently Asked Questions about memory-summarize

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

FAQPage Schema
How do I automate memory summarization for multi-agent systems?

Automate memory summarization for multi-agent systems by using LLM-based techniques to compress procedural and feedback memories into conceptual memories. This reduces manual analysis and improves efficiency in software development workflows.

What is the best way to generate conceptual memories from procedural and feedback data in MALMAS?

Generating conceptual memories from procedural and feedback data in the MALMAS framework is done by applying LLM-based summarization techniques. This approach automatically condenses raw memory data into higher-level conceptual summaries.

When do I need to run memory summarization in a multi-agent software development cycle?

Memory summarization is needed after the Guardian review cycle completes and before finalizing the conceptual.json and global-memory.md files. This ensures conceptual memories are updated accurately for the next phase.

Do I need the memory-update dependency to use LLM memory summarization?

Yes, the memory-update dependency is required to execute LLM memory summarization. It provides the foundational memory management infrastructure needed to process and store the summarized conceptual memories.

Can I use memory summarization skills with my existing software development team workflows?

Memory summarization integrates into existing software development team workflows by automating memory information summarization. It is designed to save time and reduce manual errors during memory analysis tasks.

Why does multi-agent memory summarization require compressing procedural and feedback memories separately?

Multi-agent memory summarization compresses procedural and feedback memories into conceptual memories to reduce context length and improve agent decision-making. This LLM-based compression preserves critical information while decluttering the memory space.