DAF Intent Guard — 意图漂移检测
/install daf-intent-guard
DAF Intent Guard
Use this skill when:
- A user modifies an in-progress task
- A user gives a new instruction that might conflict with what is already done
- You need to decide whether to continue, roll back, or restart
How to use
Call the guard before executing any new instruction on an ongoing task:
python3 {baseDir}/daf_guard.py \
--current-anchor \x3Cindex> \
--old-constraints '\x3Cjson>' \
--new-constraints '\x3Cjson>' \
--new-action '\x3Caction>' \
--requires '\x3Cjson_array>' \
--anchors '\x3Cjson>'
Decision meanings
- patch: Small change. Update parameters and continue from current anchor.
- replan: Significant change. Roll back to anchor
first_affected_anchorand re-execute from there. - abort: Task cancelled or too much has changed. Stop and confirm with user before restarting.
Example
User was booking a flight (seat locked at anchor 1), now says "change destination to New York":
- old-constraints: {"destination":"KL","date":"today","cabin":"economy"}
- new-constraints: {"destination":"New York","date":"today","cabin":"economy"}
- Expected: replan (destination change affects anchor 0)
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install daf-intent-guard - After installation, invoke the skill by name or use
/daf-intent-guard - Provide required inputs per the skill's parameter spec and get structured output
What is DAF Intent Guard — 意图漂移检测?
Tracks intent drift across multi-turn tasks. Before executing any multi-step task, call this to detect if the user's new instruction is a small patch, requir... It is an AI Agent Skill for Claude Code / OpenClaw, with 147 downloads so far.
How do I install DAF Intent Guard — 意图漂移检测?
Run "/install daf-intent-guard" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is DAF Intent Guard — 意图漂移检测 free?
Yes, DAF Intent Guard — 意图漂移检测 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does DAF Intent Guard — 意图漂移检测 support?
DAF Intent Guard — 意图漂移检测 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created DAF Intent Guard — 意图漂移检测?
It is built and maintained by deepseek609609-collab (@deepseek609609-collab); the current version is v1.0.0.