cy-workflow-memory

Read, update, compact, and promote workflow memory across PRD task runs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Maintains workflow-scoped task memory for Compozy runs using .compozy/tasks/<name>/memory/ files. Use when a task prompt provides workflow memory paths and requires the agent to read, update, compact, and promote durable context across PRD task executions. Do not use for PR review remediation, global user preferences, or programmatic event-log summarization.

Core Features & Use Cases

  • Keeps cross-task context durable across multiple PRD task runs.
  • Reads and updates per-task memory from task-specific and shared memory files.
  • Promotes durable context to shared workflow memory when appropriate.

Quick Start

Provide the agent with the workflow memory paths and instruct it to read, update, and compact memory across runs.

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 context consistency across multiple PRD task runs?

To maintain context consistency across PRD task runs, use durable workflow memory to read, update, and compact context files between executions. This ensures cross-task consistency by managing shared versus task-specific memory promotion decisions automatically.

What is cross-task workflow memory compaction and when do I need it?

Cross-task workflow memory compaction is the process of summarizing and promoting durable context between task executions. You need it when a task prompt requires reusability and consistency across multiple runs within a single PRD workflow.

How do I promote durable context to shared workflow memory?

You promote durable context to shared workflow memory by applying built-in promotion criteria during task execution. The system evaluates task-specific memory and determines which context is durable enough to elevate to the shared workflow memory files.

Does this workflow memory management handle PR review remediation or global user preferences?

No, this workflow memory management does not handle PR review remediation, global user preferences, or programmatic event-log summarization. It specifically manages cross-task consistency, compaction rules, and memory promotion for PRD executions only.

Can I use workflow memory files to share state between tasks in a Compozy run?

Yes, you can use workflow memory files to share state between tasks in a Compozy run. The system manages per-task and shared memory files, reading and updating context to ensure durability and reusability across task boundaries.

What's the best way to ensure memory durability across multiple task executions?

The best way to ensure memory durability across multiple task executions is to implement compaction rules and promotion criteria. This approach manages shared versus task-specific memory, guaranteeing that durable context is preserved and reusable throughout the workflow.