What problem does it solve?
It prevents workflow context from being lost between Compozy PRD task executions, so the agent can avoid repeated rediscovery and make consistent decisions across runs.
Core Features & Use Cases
- Workflow-scoped memory maintenance: Load and update caller-provided workflow memory and current task memory files in the correct order.
- Safe promotion of durable context: Promote only cross-task, durable facts into shared workflow memory using explicit criteria.
- Noise control via compaction: Compact memory files when requested, guided by shared memory vs task memory roles to keep future runs clean.
Use case: During a multi-step delivery, a discovery about a cross-cutting constraint (e.g., rate limits or schema version dependency) is recorded once in shared workflow memory, while task-specific implementation details stay in the task-local file.
Quick Start
Ask the agent to run cy-workflow-memory with the provided workflow memory directory, shared workflow memory path, and current task memory path, and to update and compact the files as indicated by the caller signal.