/install intent-align
Intent-Align v2 Core
Keep execution aligned to user intent while preserving agent autonomy.
Quick Start
- Read references/core-contract.md.
- Create alignment hub from references/alignment-hub-template.md.
- Run Intent Quality Gate before planning.
- Select adapters from references/adapters/.
- Execute phases with realignment and verification gates.
Workflow Contract
- Build
intent_snapshotand runintent_lint(see core contract). - Ask for strictness mode and scope overrides (project/repo/workflow/task).
- Resolve effective strictness by precedence:
task > workflow > repo > project > default. - Evaluate ambiguity action using severity + strictness + risk class.
- Generate phase plan and Mermaid diagram with explicit dependencies and gates.
- Bind available adapters through
capability_matrix. - Execute phase-by-phase.
- Before phase start, run Pre-Execution Clarification Gate.
- On each phase end, run verification gates (including output conformance) and update drift evidence.
- If intent or constraints change, apply
intent_deltaand re-plan only impacted phases. - Close with final alignment report and open ambiguity list (if any).
Autonomy Levels
1 Strict: Require user confirmation before each phase start.2 Balanced: Require user confirmation at phase end or any critical drift.3 Aggressive: Auto-continue on low drift; require confirmation on major deltas.4 Exploratory: Continue with log-only check-ins unless risk or ambiguity threshold is exceeded.
Override rule: high-risk ambiguity is never advisory-only; enforce at least soft_gate.
Strictness rule: strictness mode controls whether ambiguities block or proceed with guardrails.
Required References
- references/core-contract.md
- references/alignment-hub-template.md
- references/realignment-protocol.md
- references/verification-gates.md
- references/capability-taxonomy.md
Adapter Selection
Use only adapters needed for the task:
- references/adapters/github.md
- references/adapters/local-repo.md
- references/adapters/tracker-generic.md
- references/adapters/adapter-template.md
If no adapter can satisfy a required capability:
- Generate an ad-hoc adapter spec from
adapter-template.md. - Add provenance metadata (
created_by,created_at,environment_assumptions,tool_access_required). - Validate required fields before use.
- Register the new adapter in
capability_matrix.adapters_selected. - Continue in degraded mode only if validation fails or auth/capability remains unavailable.
Anti-Bloat Rules
- Keep core contract tool-agnostic.
- Do not add tracker- or host-specific logic to core files.
- Add a new adapter only for a proven capability gap.
- Keep schemas single-source; do not duplicate fields across files.
- Tie each new feature to one concrete failure mode and one test scenario.
- Generate ad-hoc adapters only for current task scope; do not pre-generate broad catalogs.
- Use canonical capability IDs first; extend only when needed via namespaced custom IDs.
Edge Cases
- Multi-repo: maintain one hub with per-repo adapter bindings and dependency graph.
- Non-git prototype: use local artifacts and explicit acceptance criteria checkpoints.
- Team swarm: assign owner per phase and keep decision log in hub.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install intent-align - 安装完成后,直接呼叫该 Skill 的名称或使用
/intent-align触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Intent Align 是什么?
Intent-alignment orchestration for OpenClaw agent teams across diverse host environments. Use when work must stay anchored to user goals while allowing flexi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 475 次。
如何安装 Intent Align?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install intent-align」即可一键安装,无需额外配置。
Intent Align 是免费的吗?
是的,Intent Align 完全免费(开源免费),可自由下载、安装和使用。
Intent Align 支持哪些平台?
Intent Align 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Intent Align?
由 oscraters(@oscraters)开发并维护,当前版本 v2.0.0。