promotion-rules

When to promote a learning from auto-memory (MEMORY.md) to the project's rule system (CLAUDE.md or `.claude/rules/`).

Content Preview
# Promotion Rules

When to promote a learning from auto-memory (MEMORY.md) to the project's rule system (CLAUDE.md or `.claude/rules/`).

## Promotion Criteria

A learning should be promoted when **all three** are true:

1. **Proven** — appeared in 2+ sessions or confirmed correct after testing
2. **Actionable** — can be written as a concrete instruction ("Use X", "Never Y")
3. **Durable** — will still be true in 30+ days

## Scoring Guide

| Dimension | Score 0 | Score 1 | Score 2 | Score 3 |
|
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/promotion-rules.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/engineering-team/self-improving-agent/reference/promotion-rules.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at engineering-team/self-improving-agent/reference/promotion-rules.md

Related Skills