{
  "schemaVersion": "1.0",
  "item": {
    "slug": "intent-align",
    "name": "Intent Align",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/oscraters/intent-align",
    "canonicalUrl": "https://clawhub.ai/oscraters/intent-align",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/intent-align",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=intent-align",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "assets/mermaid-spec-template.md",
      "references/core-contract.md",
      "references/alignment-hub-template.md",
      "references/adapters/adapter-template.md",
      "references/adapters/local-repo.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "intent-align",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T23:39:31.691Z",
      "expiresAt": "2026-05-08T23:39:31.691Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=intent-align",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=intent-align",
        "contentDisposition": "attachment; filename=\"intent-align-2.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "intent-align"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/intent-align"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/intent-align",
    "agentPageUrl": "https://openagent3.xyz/skills/intent-align/agent",
    "manifestUrl": "https://openagent3.xyz/skills/intent-align/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/intent-align/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Intent-Align v2 Core",
        "body": "Keep execution aligned to user intent while preserving agent autonomy."
      },
      {
        "title": "Quick Start",
        "body": "Read references/core-contract.md.\nCreate alignment hub from references/alignment-hub-template.md.\nRun Intent Quality Gate before planning.\nSelect adapters from references/adapters/.\nExecute phases with realignment and verification gates."
      },
      {
        "title": "Workflow Contract",
        "body": "Build intent_snapshot and run intent_lint (see core contract).\nAsk for strictness mode and scope overrides (project/repo/workflow/task).\nResolve effective strictness by precedence: task > workflow > repo > project > default.\nEvaluate ambiguity action using severity + strictness + risk class.\nGenerate phase plan and Mermaid diagram with explicit dependencies and gates.\nBind available adapters through capability_matrix.\nExecute phase-by-phase.\nBefore phase start, run Pre-Execution Clarification Gate.\nOn each phase end, run verification gates (including output conformance) and update drift evidence.\nIf intent or constraints change, apply intent_delta and re-plan only impacted phases.\nClose with final alignment report and open ambiguity list (if any)."
      },
      {
        "title": "Autonomy Levels",
        "body": "1 Strict: Require user confirmation before each phase start.\n2 Balanced: Require user confirmation at phase end or any critical drift.\n3 Aggressive: Auto-continue on low drift; require confirmation on major deltas.\n4 Exploratory: Continue with log-only check-ins unless risk or ambiguity threshold is exceeded.\n\nOverride rule: high-risk ambiguity is never advisory-only; enforce at least soft_gate.\nStrictness rule: strictness mode controls whether ambiguities block or proceed with guardrails."
      },
      {
        "title": "Required References",
        "body": "references/core-contract.md\nreferences/alignment-hub-template.md\nreferences/realignment-protocol.md\nreferences/verification-gates.md\nreferences/capability-taxonomy.md"
      },
      {
        "title": "Adapter Selection",
        "body": "Use only adapters needed for the task:\n\nreferences/adapters/github.md\nreferences/adapters/local-repo.md\nreferences/adapters/tracker-generic.md\nreferences/adapters/adapter-template.md\n\nIf no adapter can satisfy a required capability:\n\nGenerate an ad-hoc adapter spec from adapter-template.md.\nAdd provenance metadata (created_by, created_at, environment_assumptions, tool_access_required).\nValidate required fields before use.\nRegister the new adapter in capability_matrix.adapters_selected.\nContinue in degraded mode only if validation fails or auth/capability remains unavailable."
      },
      {
        "title": "Anti-Bloat Rules",
        "body": "Keep core contract tool-agnostic.\nDo not add tracker- or host-specific logic to core files.\nAdd a new adapter only for a proven capability gap.\nKeep schemas single-source; do not duplicate fields across files.\nTie each new feature to one concrete failure mode and one test scenario.\nGenerate ad-hoc adapters only for current task scope; do not pre-generate broad catalogs.\nUse canonical capability IDs first; extend only when needed via namespaced custom IDs."
      },
      {
        "title": "Edge Cases",
        "body": "Multi-repo: maintain one hub with per-repo adapter bindings and dependency graph.\nNon-git prototype: use local artifacts and explicit acceptance criteria checkpoints.\nTeam swarm: assign owner per phase and keep decision log in hub."
      }
    ],
    "body": "Intent-Align v2 Core\n\nKeep execution aligned to user intent while preserving agent autonomy.\n\nQuick Start\nRead references/core-contract.md.\nCreate alignment hub from references/alignment-hub-template.md.\nRun Intent Quality Gate before planning.\nSelect adapters from references/adapters/.\nExecute phases with realignment and verification gates.\nWorkflow Contract\nBuild intent_snapshot and run intent_lint (see core contract).\nAsk for strictness mode and scope overrides (project/repo/workflow/task).\nResolve effective strictness by precedence: task > workflow > repo > project > default.\nEvaluate ambiguity action using severity + strictness + risk class.\nGenerate phase plan and Mermaid diagram with explicit dependencies and gates.\nBind available adapters through capability_matrix.\nExecute phase-by-phase.\nBefore phase start, run Pre-Execution Clarification Gate.\nOn each phase end, run verification gates (including output conformance) and update drift evidence.\nIf intent or constraints change, apply intent_delta and re-plan only impacted phases.\nClose with final alignment report and open ambiguity list (if any).\nAutonomy Levels\n1 Strict: Require user confirmation before each phase start.\n2 Balanced: Require user confirmation at phase end or any critical drift.\n3 Aggressive: Auto-continue on low drift; require confirmation on major deltas.\n4 Exploratory: Continue with log-only check-ins unless risk or ambiguity threshold is exceeded.\n\nOverride 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.\n\nRequired References\nreferences/core-contract.md\nreferences/alignment-hub-template.md\nreferences/realignment-protocol.md\nreferences/verification-gates.md\nreferences/capability-taxonomy.md\nAdapter Selection\n\nUse only adapters needed for the task:\n\nreferences/adapters/github.md\nreferences/adapters/local-repo.md\nreferences/adapters/tracker-generic.md\nreferences/adapters/adapter-template.md\n\nIf no adapter can satisfy a required capability:\n\nGenerate an ad-hoc adapter spec from adapter-template.md.\nAdd provenance metadata (created_by, created_at, environment_assumptions, tool_access_required).\nValidate required fields before use.\nRegister the new adapter in capability_matrix.adapters_selected.\nContinue in degraded mode only if validation fails or auth/capability remains unavailable.\nAnti-Bloat Rules\nKeep core contract tool-agnostic.\nDo not add tracker- or host-specific logic to core files.\nAdd a new adapter only for a proven capability gap.\nKeep schemas single-source; do not duplicate fields across files.\nTie each new feature to one concrete failure mode and one test scenario.\nGenerate ad-hoc adapters only for current task scope; do not pre-generate broad catalogs.\nUse canonical capability IDs first; extend only when needed via namespaced custom IDs.\nEdge Cases\nMulti-repo: maintain one hub with per-repo adapter bindings and dependency graph.\nNon-git prototype: use local artifacts and explicit acceptance criteria checkpoints.\nTeam swarm: assign owner per phase and keep decision log in hub."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/oscraters/intent-align",
    "publisherUrl": "https://clawhub.ai/oscraters/intent-align",
    "owner": "oscraters",
    "version": "2.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/intent-align",
    "downloadUrl": "https://openagent3.xyz/downloads/intent-align",
    "agentUrl": "https://openagent3.xyz/skills/intent-align/agent",
    "manifestUrl": "https://openagent3.xyz/skills/intent-align/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/intent-align/agent.md"
  }
}