What problem does it solve?
It provides a reliable way to maintain and synchronize workflow‑scoped task memory for Compozy runs, preventing loss of context, duplication, and noisy notes while ensuring durable cross‑task information.
Core Features & Use Cases
- Memory Loading: Reads both shared workflow memory and current task memory files before any code changes.
- Dynamic Updates: Updates task‑local memory whenever objectives shift, decisions are made, or errors occur.
- Promotion & Compaction: Applies strict promotion tests and compaction rules, referencing memory‑guidelines when needed.
- Error Handling: Validates provided paths, resolves conflicts with repository state, and safeguards against accidental data loss.
- Use Case: During a multi‑step code generation task, the skill keeps the shared memory up‑to‑date with rate‑limit constraints while logging task‑specific decisions locally.
Quick Start
Ask the cy-workflow-memory skill to load, update, and compact the workflow memory files for the current task.