rc-workflow-memory

Solid

Maintains workflow-scoped task memory for RC runs using .rc/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.

AI & Automation 19 stars 1 forks Updated 2 weeks ago MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
43
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Workflow Memory Maintain the workflow memory files provided by the caller. ## Required Inputs - Workflow memory directory path. - Shared workflow memory file path. - Current task memory file path. - Optional caller signal indicating whether either file must be compacted before proceeding. ## Workflow 1. Load the memory state before editing code. - Read the shared workflow memory file and the current task memory file before making any code change. - Treat these files as mandatory context for the run, not optional notes. - If the caller marks either file for compaction, compact that file per the Compaction Rules before proceeding with implementation. 2. Keep memory current while the task runs. - Update the current task memory whenever the objective changes, a non-obvious decision is made, an important learning appears, or an error changes the plan. - If the `rc-memory` skill has promoted high-confidence instincts (recurring trigger→action patterns for this project), treat them as a source of durable cross-task context worth carrying in shared memory. 3. Close out the run cleanly. - Update memory before any completion claim, handoff, or commit. - Record only facts that help the next run start faster and with fewer mistakes. ## Critical Rules - Do not invent history, decisions, or status that did not happen. - Do not copy large code blocks, stack traces, or task specs into memory files. - Do not duplicate facts that are obvious from the repository,...

Details

Author
rodolfochicone
Repository
rodolfochicone/rc-project
Created
1 months ago
Last Updated
2 weeks ago
Language
JavaScript
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category