cy-workflow-memory

Load, update, and compact workflow memory files for Compozy tasks.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/rhuangabrielsantos/skills --skill cy-workflow-memory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cy-workflow-memory
Source: https://github.com/rhuangabrielsantos/skills/tree/main/skills/cy-workflow-memory
Command: npx skills add https://github.com/rhuangabrielsantos/skills --skill cy-workflow-memory

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

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.

Frequently Asked Questions about cy-workflow-memory

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

FAQPage Schema
How do I maintain workflow memory across multiple AI tasks?

To maintain workflow memory across multiple AI tasks, load shared and task-local memory files before code generation, then apply compaction rules and promotion decisions to keep cross-task context durable and synchronized.

What is memory compaction in automated code generation workflows?

Memory compaction in automated code generation workflows is the process of applying strict rules to consolidate and reduce task-local memory files, preventing context loss and noisy notes while preserving durable cross-task information.

How do I update task memory when objectives shift during code generation?

To update task memory when objectives shift during code generation, dynamically write to task-local memory files whenever decisions are made or errors occur, ensuring shared workflow memory stays synchronized with the current state.

Does this workflow memory skill require specific directory paths to operate?

Yes, the workflow memory skill requires specific directory paths to operate, validating provided memory directories and files before execution to resolve repository conflicts and safeguard against accidental data loss.

What's the best way to prevent context loss in multi-step AI code tasks?

The best way to prevent context loss in multi-step AI code tasks is to enforce promotion tests and compaction rules on workflow memory files, ensuring durable cross-task context remains reliable and up-to-date throughout execution.

Why does my AI task memory get duplicated or filled with noisy notes?

AI task memory gets duplicated or filled with noisy notes when compaction rules and promotion decisions are not enforced, causing unmanaged updates to overwrite or clutter shared workflow memory during multi-step execution.