Agent Skills › boshu2/agentops › domain

domain

GitHub

明确领域术语、边界上下文及仓库规范,确保在代码、测试和文档中统一使用通用语言。用于解决命名歧义、规则归属不清或语言标准模糊的问题,避免广泛调查。

images/gemini/skills/domain/SKILL.md boshu2/agentops

Trigger Scenarios

命名或规则归属不明确 Go等语言标准存在歧义 需要统一领域通用语言

Install

npx skills add boshu2/agentops --skill domain -g -y
More Options

Non-standard path

npx skills add https://github.com/boshu2/agentops/tree/main/images/gemini/skills/domain -g -y

Use without installing

npx skills use boshu2/agentops@domain

指定 Agent (Claude Code)

npx skills add boshu2/agentops --skill domain -a claude-code -g -y

安装 repo 全部 skill

npx skills add boshu2/agentops --all -g -y

预览 repo 内 skill

npx skills add boshu2/agentops --list

SKILL.md

Frontmatter
{
    "name": "domain",
    "context": {
        "intent": {
            "mode": "task"
        },
        "window": "isolated"
    },
    "consumes": [],
    "metadata": {
        "tier": "knowledge",
        "effects": [
            "update_existing_domain_contracts"
        ],
        "disposition": "keep_specialist",
        "capabilities": [
            "domain",
            "clarify_domain_language",
            "reconcile_domain_names"
        ],
        "dependencies": [],
        "canonical_status": "canonical"
    },
    "produces": [
        "domain-language-guidance"
    ],
    "practices": [
        "ddd-bounded-context",
        "pragmatic-programmer"
    ],
    "context_rel": [],
    "description": "Clarify domain terms, bounded contexts and repository conventions. Use when: naming, rule ownership or Go and other language standards are unclear; avoid a broad survey.",
    "hexagonal_role": "domain",
    "user-invocable": true,
    "output_contract": "cited domain definitions, concrete behavioral distinctions, and authorized updates to the existing vocabulary owner",
    "skill_api_version": 1
}

Domain — ubiquitous language

Make the caller's domain language precise enough to use consistently in acceptance examples, code and conversation. A bounded context is the area in which a term has one agreed meaning and an owner for its rules. Different contexts may legitimately use the same word differently.

Procedure

  1. Locate the caller repository's existing vocabulary owner from its instructions, domain docs or contracts. Read only the terms and context boundaries relevant to the task. Cite the source when returning a definition; a lookup is read-only. If no definition exists, distinguish an observed code name from a proposed term.
  2. For an ambiguous term, identify the actor, state, operation and observable result it denotes. Compare the intended meaning with relevant callers, types and tests. Report a disagreement between code and accepted intent explicitly; neither silently rewriting intent to match code nor renaming a bug fixes it.
  3. Use a concrete example to distinguish competing meanings. For branching behavior, express the consequential boundary as Given/When/Then. Reuse the accepted example in implementation and validation. Ask only when an unresolved distinction would change behavior or ownership; do not interview for a lookup.
  4. Use the settled term in scenario names, operations, types and documentation. When a word crosses contexts, name each meaning and the translation between them instead of imposing one global definition. Keep naming changes within authorized scope; exported names, serialized fields and stored values may require compatibility work, not a cosmetic replacement.
  5. When vocabulary refinement is authorized, update its existing source owner with the meaning, relevant context and distinguishing example. Preserve useful aliases as explicit translations. Without an owner, return the proposal in the caller's existing intent or conversation; create no glossary by default. Return unresolved distinctions and stop when the next change can be named and judged consistently.

AgentOps terms

When AgentOps is the subject, its owners remain docs/contracts/ubiquitous-language.md and, for responsibilities and ports, docs/contracts/bounded-contexts.yaml. Return their exact definitions and source paths. Do not apply AgentOps vocabulary to an unrelated caller domain.

The synonym smuggling failure substitutes a word that changes a term's authority: calling a verdict a closure quietly assigns a tracker transition to judgment. The operations layer, federated integration graph, semantic work-and-proof protocol and RPI traversal retain their distinct meanings in the live contract. Queue, claim, lease, close, land, release and delivery remain caller-system responsibilities. Vocabulary edits do not authorize those transitions.

References

Applicable engineering standards

Load only the language or risk guidance needed for the current change from standards references. Repository contracts and the actual toolchain take precedence. A vocabulary lookup does not require a coding-standards survey, and these references do not create a second approval or validation lane.

Choose just the applicable reference:

Version History

  • 9f8a711 Current 2026-09-22 10:59

    从简单的只读库查询扩展为包含完整程序化步骤(如定位所有者、分析歧义、示例区分、更新源)的详细指南,并增加了AgentOps特定术语的引用路径和失败模式说明。

  • d9f9c50 2026-08-27 19:41
  • 7b07a7d 2026-08-19 21:59

    对齐 AgentOps 为代理工程的操作层身份,新增关于操作层、集成图、协议及 RPI 遍历的术语定义与禁止混淆说明。

  • 3f402e5 2026-07-24 22:07

Same Skill Collection

images/gemini/skills/account-rotation/SKILL.md
images/gemini/skills/agent-mail/SKILL.md
images/gemini/skills/agent-native/SKILL.md
images/gemini/skills/agy-native/SKILL.md
images/gemini/skills/anti-ceremony/SKILL.md
images/gemini/skills/automation-shape-routing/SKILL.md
images/gemini/skills/bootstrap/SKILL.md
images/gemini/skills/cass/SKILL.md
images/gemini/skills/cc-hooks/SKILL.md
images/gemini/skills/codebase-recon/SKILL.md
images/gemini/skills/codex-exec/SKILL.md
images/gemini/skills/converter/SKILL.md
images/gemini/skills/council/SKILL.md
images/gemini/skills/craft-goal/SKILL.md
images/gemini/skills/crank/SKILL.md
images/gemini/skills/dcg/SKILL.md
images/gemini/skills/doc/SKILL.md
images/gemini/skills/fitness/SKILL.md
images/gemini/skills/goals/SKILL.md
images/gemini/skills/handoff/SKILL.md
images/gemini/skills/human-only-skills/SKILL.md
images/gemini/skills/idea-genie/SKILL.md
images/gemini/skills/implement/SKILL.md
images/gemini/skills/learn/SKILL.md
images/gemini/skills/memory/SKILL.md
images/gemini/skills/ms/SKILL.md
images/gemini/skills/ntm/SKILL.md
images/gemini/skills/one-way-door/SKILL.md
images/gemini/skills/operationalize/SKILL.md
images/gemini/skills/pattern-mining/SKILL.md
images/gemini/skills/plan/SKILL.md
images/gemini/skills/postmortem/SKILL.md
images/gemini/skills/premortem/SKILL.md
images/gemini/skills/product/SKILL.md
images/gemini/skills/rch/SKILL.md
images/gemini/skills/reality-check/SKILL.md
images/gemini/skills/refactor/SKILL.md
images/gemini/skills/research/SKILL.md
images/gemini/skills/reverse-engineer/SKILL.md
images/gemini/skills/route/SKILL.md
images/gemini/skills/rpi/SKILL.md
images/gemini/skills/sbh/SKILL.md
images/gemini/skills/scaffold/SKILL.md
images/gemini/skills/scope/SKILL.md
images/gemini/skills/security/SKILL.md
images/gemini/skills/shared/SKILL.md
images/gemini/skills/skill-builder/SKILL.md
images/gemini/skills/skill-eval/SKILL.md
images/gemini/skills/standards/SKILL.md

Metadata

Files
0
Version
9f8a711
Hash
09e09cb3
Indexed
2026-07-24 22:07

Home - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-09-26 08:32
浙ICP备14020137号-1