一键导入
windburn-cognitive-cache
Classify agent memory into Windburn cognitive-cache objects and route writes safely. Source cache + episodic cache + parking lane.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Classify agent memory into Windburn cognitive-cache objects and route writes safely. Source cache + episodic cache + parking lane.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Perceive before reasoning. Anchor time and retrieve prior episodes before any substantive response. Time receipt + recall as default lookup, not optional luxury.
Wrap remote workhorse runs with prediction → observed-delta → failure-memory packets. Captures the failure cache.
Review source-truth proposals against evidence and boundary rules. Returns verdict — never approves automatically.
| name | windburn-cognitive-cache |
| description | Classify agent memory into Windburn cognitive-cache objects and route writes safely. Source cache + episodic cache + parking lane. |
| version | 0.2.0 |
| platforms | ["linux","macos","windows"] |
| metadata | {"tags":["windburn","memory","belief","perception","failure","source-truth"],"cache_slots":["source","episodic"],"holding_lanes":["parking"],"invariant":"source-truth requires human approval"} |
Classify and route incoming memory objects into the Windburn 7-cache substrate. This is the steward skill: nothing becomes canonical without passing through it, and it never promotes anything to canonical by itself.
Take an unclassified memory candidate (a perception, a belief, a fact, a guess, a partial conclusion) and emit a routing decision that preserves the source-vs-inference boundary.
This skill does NOT directly populate belief, failure, procedural, or perception caches; those live in dedicated skills or parent-repo substrates ([[windburn-source-truth-review]] for belief promotion, [[windburn-crabbox-failure-hook]] for failure capture, and the parent perception bus for perception events). It routes candidates TO those surfaces.
perception grounded observation from human / tool / repo / browser / API call
belief current hypothesis with evidence and stated scope
failure attempted action plus predicted/actual mismatch + avoid/retry rule
procedure reusable action pattern, repo route, or tool-use template
parking plausible idea, insufficient evidence — preserved without promotion
source_proposal candidate source-truth update requiring explicit human approval
reject does not qualify for any cache; do not write
avoid_rule OR retry_condition. A failure without one is just a complaint, not learning.A free-form memory candidate. Recommended structure:
candidate: <the claim, write, or observation>
origin: <human | tool-name | repo | api | browser | inference>
evidence_refs:
- <pointer 1>
- <pointer 2>
context: <one-line situation>
If origin is inference, the cache routing must downgrade trust accordingly.
Return exactly one routing decision in this shape:
route: perception | belief | failure | procedure | parking | source_proposal | reject
trust_level: ungrounded | partially_grounded | grounded
requires_human_review: true | false
evidence_count: <number>
reason: <one-sentence justification tying evidence to route>
next_action: <one concrete next action — e.g. "write to perception cache, no human review needed">
If route is source_proposal, requires_human_review MUST be true.
Any output that violates this rule should be treated as a skill bug and re-emitted.
source_proposal route.perception. Inference is hypothesis. Perception is observation. Crossing the line corrupts the source cache downstream.route: reject without a reason. Reject is a verdict; it needs the same evidence-shape as any other route.source_proposal because all evidence_refs are present. Two refs are necessary, not sufficient. Human approval is the final gate, always.parking and explain in reason.结论:PASS | FLAG | BLOCK
写入建议:route + reason
需要人审:yes | no
下一步:one concrete action
source_proposal routes toward (but never to) approvalfailure route