Use when work spans many turns or phases and you need durable notes, active-objective tracking, or context compaction without letting stale memory override the current codebase.
Scanned 5/27/2026
Install via CLI
openskills install Smithbox-ai/ControlFlow---
name: controlflow-memory-hygiene
description: "Use when work spans many turns or phases and you need durable notes, active-objective tracking, or context compaction without letting stale memory override the current codebase."
---
# ControlFlow Memory Hygiene
## Overview
Keep useful memory without letting it rot into hallucinated certainty. This skill ports
ControlFlow's layered memory model into a lightweight workflow for long-running tasks.
Invoke this skill via `/controlflow-claude-code:controlflow-memory-hygiene`.
## Workflow
1. Separate memory into three layers:
- session scratch for temporary reasoning
- task artifact for plan and implementation history
- repo-persistent note for stable cross-task facts
2. Put ephemeral reasoning in session notes or the active plan artifact. Only stable
cross-task facts belong in persistent memory.
3. Re-verify any file, function, or test claim taken from memory before acting on it or
reporting it.
4. Update the active objective only at phase boundaries or major state changes.
5. Keep the repo-persistent note terse: current objective, current phase, blockers, and
decisions that are still active.
6. Prune stale entries aggressively using
[references/prune-checklist.md](references/prune-checklist.md). If a note is
superseded, delete or rewrite it instead of stacking contradictions.
7. If the user asks for fresh context or says to ignore memory, do not consult or update
persistent notes on that turn.
8. Prefer additive artifacts in repo paths over bloated chat summaries.
## Common Mistakes
- Treating memory as stronger evidence than the current repository state.
- Storing task-specific churn in repo-persistent notes.
- Letting notes files become a second plan document.
- Updating durable notes before a phase outcome is actually verified.
## References
- `references/memory-layers.md`
- `references/notes-template.md`
- `references/prune-checklist.md`
No comments yet. Be the first to comment!
End-to-end marketing campaign planning and execution. Covers audience research, positioning, campaign angle definition, landing page copy, email sequences, social posts, ad copy, short-form video scripts, and content calendars. Use as the orchestration layer for multi-channel product launches.
Orchestrate multi-phase deep research with web search, memory retrieval, pattern matching, and synthesis into structured findings
Persistent memory systems for LLM conversations including short-term, long-term, and entity-based memory Use when: conversation memory, remember, memory persistence, long-term memory, chat history.
CodeTour `.tour`ファイルを作成 — ペルソナターゲット、ステップバイステップウォークスルー(実際のファイルとラインアンカー付き)。オンボーディングツアー、アーキテクチャウォークスルー、PRツアー、RCAツアー、構造化「これがどのように機能するかを説明」リクエストに使用。
KMPプロジェクト向けのCompose MultiplatformおよびJetpack Composeパターン — 状態管理、ナビゲーション、テーマ設定、パフォーマンス、プラットフォーム固有のUI。