from rc-project19
Deterministic system for recording and loading grounded engineering lessons to prevent repeated mistakes in autonomous loops.
This skill implements a learning layer for autonomous engineering loops. It allows an agent to record 'grounded lessons'—verified failures from AC gaps, surviving mutants, or spec deviations—and ensures these lessons are loaded during subsequent planning phases to prevent the same mistake from occurring twice.
Use this skill at verification/review boundaries to record a lesson after a failure, or at the start of a planning/design phase (e.g., rc-create-tasks) to load corroborated guidance.
scripts/lessons.mjs for all bookkeeping, including recurrence counting, candidate-to-confirmed promotion, and quarantine management.file:line or AC-id) and a deterministic lifecycle for lesson promotion.Specifically designed for Claude Code and agents utilizing the RC (Repeatable Cycle) workflow framework.
This skill has not been reviewed by our automated audit pipeline yet.