memory-contract

Retrieve prior context and store outcomes using flowbabyRetrieveMemory and flowbabyStoreSummary.

284|47|Updated Dec 13, 2025
One-click install
npx skills add https://github.com/groupzer0/vs-code-agents --skill memory-contract-groupzer0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-contract
Source: https://github.com/groupzer0/vs-code-agents/tree/main/vs-code-agents/skills/memory-contract
Command: npx skills add https://github.com/groupzer0/vs-code-agents --skill memory-contract-groupzer0

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Memory management for Flowbaby-enabled agents by retrieving prior context and storing outcomes to preserve long-term workspace memory.

Core Features & Use Cases

  • Define when to retrieve and when to store memory to maintain reasoning continuity across sessions.
  • Use Flowbaby tools to retrieve prior decisions and store conclusions, enabling persistent context aware workflows.
  • Example: At a multi-step task, retrieve prior constraints and decisions before choosing a path, then store the rationale and results for future turns.

Quick Start

Load at session start and begin using flowbabyRetrieveMemory and flowbabyStoreSummary to manage memory during agent reasoning.

Frequently Asked Questions about memory-contract

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

FAQPage Schema
How do I maintain agent context across multiple sessions?

To maintain agent context across multiple sessions, use a memory contract to retrieve prior decisions at task start and store conclusions after completion. This preserves long-term workspace memory and reasoning continuity between tasks.

What is the best way to store agent reasoning outcomes for future retrieval?

Storing agent reasoning outcomes requires storing summaries at decision points using memory storage functions. This captures rationale and results, formatting memory structures for downstream graph extraction and future context retrieval.

When should I retrieve prior context in a multi-step agent workflow?

Retrieve prior context in a multi-step agent workflow before choosing a path or making a decision. Retrieving prior constraints and decisions at these points ensures the agent maintains reasoning continuity and avoids repeating resolved work.

Does this memory management approach require any specific dependencies or components?

This memory management approach requires no external dependencies or components. It operates as a standalone memory contract that defines requirements for using retrieval and storage tools within Flowbaby-enabled agent environments.

Can I use this to preserve long-term memory for autonomous agents?

Yes, you can use this to preserve long-term memory for autonomous agents. It manages memory by retrieving prior context and storing outcomes, applying at decision points and across sessions to maintain persistent workspace memory.