From pce-memory-plugin
Dedicated pce-memory v2 promotion pipeline skill. Guides distill -> promote -> rollback with candidate lineage, reviewer metadata, and durable repair rules. Triggered by: 'promotion pipeline', 'distill memory', 'promote candidate', 'rollback claim'.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pce-memory-plugin:pce-promotionThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when the task is specifically about moving knowledge through the v2 promotion pipeline.
Use this skill when the task is specifically about moving knowledge through the v2 promotion pipeline.
observe -> distill -> promote -> rollback
activate and feedback live in pce-core; this skill focuses on the promotion boundary itself.
pce_memory_stateUninitialized, run pce_memory_policy_applyCreate a reviewable promotion candidate from one of these sources:
source_observation_idssource_claim_idsactive_context_id{
"source_observation_ids": ["obs_..."],
"proposed_kind": "fact",
"proposed_scope": "project",
"proposed_memory_type": "knowledge",
"note": "why this should become durable"
}
working_state, knowledge, procedure, or norm for durable intent.evidence for durable promotion; it is reserved for micro memory.promotion_queue is local governance state; it is not a sync surface.Promote a pending candidate into durable meso or macro memory.
{
"candidate_id": "pq_...",
"provenance": {
"at": "2026-03-24T00:00:00Z",
"actor": "claude"
}
}
reviewers: reviewer IDs or names, especially for principle/macro memoryreview_note: why promotion is justifiedrollback_token; keep it in mind when the claim is controversial or newly validated.Use rollback when a durable claim is wrong, stale in a harmful way, or superseded.
{
"claim_id": "clm_...",
"reason": "superseded by corrected design",
"provenance": {
"at": "2026-03-24T00:00:00Z",
"actor": "claude"
}
}
observedistillpromoterollbackscope: session as durable memory: Session belongs in micro observation, not durable promotionsecret in durable writes: Keep secrets in observe onlypromote and rollback require provenance.atnpx claudepluginhub caphtech/pce-memory --plugin pce-memory-pluginManages persistent memory for PACT agents: stores context, goals, lessons learned, decisions, entities; provides semantic search and graph-enhanced retrieval across sessions.
Guides memory curation: updating outdated content, marking memories obsolete, linking related knowledge, and deduplicating to maintain accurate knowledge bases and graphs.
Durable, deterministic memory store for agent teams with bi-temporal facts, RBAC, audit trails, and zero-LLM recall. For multi-session, multi-agent, or regulated chat deployments.