cy-workflow-memory

Synchronize task memory with shared workflow memory across Compozy runs.

1|Updated May 3, 2026
One-click install
npx skills add https://github.com/MatheusBBarni/symphony-orchestrator --skill cy-workflow-memory-matheusbbarni
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cy-workflow-memory
Source: https://github.com/MatheusBBarni/symphony-orchestrator/tree/main/.agents/skills/cy-workflow-memory
Command: npx skills add https://github.com/MatheusBBarni/symphony-orchestrator --skill cy-workflow-memory-matheusbbarni

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Keeps cross-task context alive across PRD task runs by persisting memory state in shared and task-local files, preventing loss of important decisions and learnings.

Core Features & Use Cases

  • Memory synchronization: read, update, and promote durable context between current task memory and the shared workflow memory.
  • Compact, prune, and guard: apply compaction rules to remove noise while preserving critical state and handoffs.
  • Audit-ready workflows: maintain concise records of decisions, risks, and next-step recommendations for future runs.

Quick Start

Initialize and manage the shared workflow memory for the current Compozy task run.

Frequently Asked Questions about cy-workflow-memory

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

FAQPage Schema
How do I preserve workflow state across multiple task runs?

Cross-task workflow state is preserved by persisting memory in shared and task-local files, ensuring durable context survives multiple runs without losing critical decisions or learnings.

What is the best way to manage task memory handoffs between concurrent processes?

Task memory handoffs are managed by reading, updating, and promoting memory between the current task memory and shared workflow memory, aligning with memory guidelines to prevent information duplication or loss.

How does memory compaction work for long-running workflow state?

Memory compaction applies rules to remove noise from workflow state while preserving critical information, handoffs, and concise records of decisions, risks, and next-step recommendations for future runs.

Can I synchronize context between a current task and shared workflow memory?

Yes, context synchronization reads, updates, and promotes durable context between current task memory and shared workflow memory, maintaining audit-ready records of decisions and risks across tasks.

Do I need PRD documents to initialize cross-task memory management?

Yes, memory handling aligns with memory guidelines and PRD documents to ensure proper initialization and management of shared workflow memory for current task runs.