cy-workflow-memory

Manage workflow-scoped task memory files for Comozy runs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps maintain workflow-scoped task memory for Comozy runs, ensuring that durable context is preserved across PRD task executions.

Core Features & Use Cases

  • Workflow Memory Management: Manages workflow memory files provided by the caller.
  • Memory State Loading: Reads shared and current task memory files before making code changes.
  • Memory Update: Updates the current task memory during task execution.
  • Memory Promotion: Promotes durable cross-task context into shared workflow memory.
  • Memory Compaction: Compacts memory files as needed.
  • Use Case: Useful when a task prompt provides workflow memory paths and requires the agent to read, update, compact, and promote durable context across PRD task executions.

Quick Start

Use the cy-workflow-memory skill to maintain workflow memory for a Comozy 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 context across PRD task executions?

Workflow context preservation across PRD task executions is maintained by reading, updating, compacting, and promoting memory files within workflow memory directories. This ensures durable cross-task context is saved and shared throughout the run.

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

Workflow-scoped task memory is a mechanism that maintains durable context across PRD task executions. You need it when a task prompt provides workflow memory paths and requires an agent to read, update, and promote durable context across tasks.

How do I manage memory compaction for long workflow runs?

Memory compaction for long workflow runs is handled by compacting memory files as needed during task execution. This process reduces memory file size while preserving essential durable context for subsequent PRD tasks.

Does this workflow memory approach require specific directory access?

Yes, this workflow memory approach requires access to workflow memory directories and files provided by the caller. The agent needs these paths to load shared memory, update current task memory, and promote durable context.

How do I promote cross-task context into shared workflow memory?

Cross-task context is promoted into shared workflow memory by transferring durable context from the current task memory file into the shared workflow memory file. This ensures important context persists across all subsequent PRD task executions.