mma-journal-recall

Recall project learnings from the .mma/journal/ graph to inform new work.

5|4|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/zhixuan312/multi-model-agent --skill mma-journal-recall
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mma-journal-recall
Source: https://github.com/zhixuan312/multi-model-agent/tree/main/packages/server/src/skills/mma-journal-recall
Command: npx skills add https://github.com/zhixuan312/multi-model-agent --skill mma-journal-recall

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill retrieves relevant project learnings stored in the .mma/journal/ graph to prevent rework, guiding decisions with historical context.

Core Features & Use Cases

  • Read-only recall: queries the learnings graph and synthesizes insights without writing new data.
  • Context-aware planning: surfaces relevant lessons and the relationships between concepts to inform next steps.
  • Use Case: before designing a feature, surface prior learnings that may impact the approach.

Quick Start

Ask a vague conceptual question about the project to retrieve the most relevant prior learnings.

Frequently Asked Questions about mma-journal-recall

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

FAQPage Schema
How do I recall past project learnings before designing a new feature?

Yes, you can retrieve historical context from your project journal by asking vague conceptual questions. The system queries the learnings graph and returns synthesized insights without writing new data.

Does recalling project context modify the existing learnings graph?

No, recalling project context provides read-only access to the learnings graph. The system synthesizes insights to inform your current work without recording any new data into the journal.

When do I need to query a project's learnings graph?

Query a project's learnings graph before attempting or designing a new feature. This surfaces prior learnings and concept relationships to prevent rework and guide decisions with historical context.

Can I use conceptual questions to retrieve relevant lessons from a project journal?

Yes, you can use vague conceptual questions to retrieve relevant lessons from a project journal. The system matches your query against the learnings graph to synthesize and return applicable insights.

What is the best way to prevent rework using past project learnings?

The best way to prevent rework is to recall past project learnings from the journal before starting new work. Querying the learnings graph surfaces historical context and relationships to guide your approach.