account-rotation
Switch coding-agent accounts and verify runtime identity. Use when: the caller requests an account change; never rotate automatically to evade a quota.
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.
$ npx -y skills add boshu2/agentops --skill domain --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/domainContext preview
The summary Claude sees to decide when to auto-load this skill.
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.
name: domain
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.'
practices:
- ddd-bounded-context
- pragmatic-programmer
hexagonal_role: domain
consumes: []
produces:
- domain-language-guidance
context_rel: []
skill_api_version: 1
user-invocable: true
context:
window: isolated
intent:
mode: task
metadata:
capabilities: [domain, clarify_domain_language, reconcile_domain_names]
effects: [update_existing_domain_contracts]
canonical_status: canonical
disposition: keep_specialist
tier: knowledge
dependencies: []
output_contract: cited domain definitions, concrete behavioral distinctions, and authorized updates to the existing vocabulary ownerMake 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.
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.
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.
Load only the language or risk guidance needed for the current change from [standards references](references/standards/common-standards.md). 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:
Agent work you can verify and build on. AgentOps means agent operations: applying years of DevOps experience to how coding agents plan, implement, validate, and hand off work.
Switch coding-agent accounts and verify runtime identity. Use when: the caller requests an account change; never rotate automatically to evade a quota.
Coordinate selected writers with Agent Mail messages and advisory file reservations. Use when: this adapter is requested; mail does not own tracker status.
Dispatch independent tasks to parallel workers or selected persistent roles. Use when: delegation is authorized with disjoint scopes; execution does not…
Run a supplied task in AGY Antigravity and collect its result. Use when: the caller selects AGY; never a fallback for native coding.
Search agent session logs and cited episodes with CASS. Use when: past prompts, decisions or failures may answer a question; repeated text is not a proven…