scenario-agent-role-design

scenario-agent-role-design is a skill for Codex from SuperChason/ontology-driven-ai-data-management-skills. It costs 92 tokens per session (1,025 once invoked), scanned A, original, MIT.

A method for deciding what an AI agent should do in a business process and where people or ordinary software should remain responsible.

In plain words
What is it for?
Use it to identify agent tasks, define inputs and outputs, assign responsibilities, set human review points, and assess risks.
Why use it?
It prevents unsuitable automation by separating tasks that need language understanding from calculations, fixed rules, transactions, approvals, and human accountability.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to identify agent tasks, define inputs and outputs, assign responsibilities, set human review points, and assess risks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/superchason/ontology-driven-ai-data-management-skills/scenario-agent-role-design
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add SuperChason/ontology-driven-ai-data-management-skills --skill scenario-agent-role-design
Clone the repo
git clone --depth 1 https://github.com/SuperChason/ontology-driven-ai-data-management-skills

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for scenario-agent-role-design

README.md
[![agentmods](https://agentmods.dev/badge/skills/superchason/ontology-driven-ai-data-management-skills/scenario-agent-role-design/github.svg)](https://agentmods.dev/skills/superchason/ontology-driven-ai-data-management-skills/scenario-agent-role-design)
Your own site
<a href="https://agentmods.dev/skills/superchason/ontology-driven-ai-data-management-skills/scenario-agent-role-design"><img src="https://agentmods.dev/badge/skills/superchason/ontology-driven-ai-data-management-skills/scenario-agent-role-design/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for scenario-agent-role-design

Your own site · 80×15
<a href="https://agentmods.dev/skills/superchason/ontology-driven-ai-data-management-skills/scenario-agent-role-design"><img src="https://agentmods.dev/badge/skills/superchason/ontology-driven-ai-data-management-skills/scenario-agent-role-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 92 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,025 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00092 $0.01025
Opus 5 $0.00046 $0.00513
Sonnet 5 $0.00018 $0.00205
Haiku 4.5 $0.00009 $0.00103

Measured 8d ago against content hash 335f1895974a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

scenario-agent-role-design scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/scenario-agent-role-design/SKILL.md · 73 lines

What it actually says

识别场景中的智能体作用与任务

方法骨架

  • 从场景目标、当前工作和关键困难出发,识别智能体可以承担的理解、检索、关联、判断、生成、协调与受控执行任务。
  • 对每项任务分别判断智能体价值、确定性系统能力和人工责任,不因使用本体而预设必须建设 Agent。
  • 智能体任务应落到明确用户、触发、输入、输出、完成条件和失败处理。
  • 数据计算、固定校验和事务控制优先交给确定性系统;高风险决定和责任承担保留人工确认。
  • 输出的知识与数据需求作为后续场景深描、数据需求和本体范围的输入。

执行步骤

  1. 建立场景最小认识

    • 动作:确认用户、问题、目标结果、现有过程和已知系统。
    • 完成标准:能够描述谁在什么情况下需要什么帮助。
  2. 拆解工作与判断

    • 动作:列出当前人工任务、信息处理、判断节点、系统操作、异常和协同环节。
    • 完成标准:每项工作有执行者、输入、输出和主要困难。
  3. 识别 Agent 候选任务

    • 动作:判断智能体能否承担信息提取、意图识别、知识检索、跨源关联、规则解释、方案生成、任务协调或工具调用。
    • 完成标准:每个候选任务写清价值、所需能力、数据与知识依赖。
  4. 划分三方边界

    • 动作:明确 Agent、确定性系统和人工分别负责什么,以及交接条件。
    • 完成标准:计算、判断、审批、执行和责任归属无重叠空白。
  5. 确定风险和成功条件

    • 动作:评估错误后果、可逆性、权限和人工接管,定义任务完成条件和效果指标。
    • 完成标准:每项 Agent 任务有自动化等级、人工介入点和验收方式。
  6. 形成后续建模输入

    • 动作:汇总 Agent 任务需要的数据、知识、语义、规则、权限和Action。
    • 完成标准:能够交给场景深描和数据需求分析继续细化。

固定输出

  • 智能体作用说明
  • Agent 候选任务清单与优先级
  • 用户、Agent、确定性系统和人工责任矩阵
  • 每项任务的触发、输入、输出、完成条件和失败处理
  • 自动化等级、权限、人工介入和风险清单
  • 数据、知识、本体与工具能力需求
  • 保留、缩小或取消 Agent 化的判断

使用边界

  • 场景信息不足时先给候选任务和澄清清单,避免直接确定自动执行。
  • 固定公式、精确计算、状态事务和硬约束由确定性能力承接,并通过工具供 Agent 调用。
  • 智能体只做简单查询且无需关系、规则和追溯时,本体范围可以收缩或取消。
  • 具体动作的重试、降级和结果回写交给 action-contract-execution-feedback-loop

相关 Skills

  • depends-onontology-ai-scenario-fit-and-spike;先完成本体适配初判。
  • feeds-intobusiness-scenario-deep-analysis;把候选任务放回完整业务过程验证。
  • composes-withrisk-based-agent-action-modes;高风险任务继续确定行动模式。

审计信息

  • 首次公开版本:2026-08-31
  • 来源说明:面向企业智能体场景设计独立整理。
Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 73 lines · 92 tokens per session scan A 335f1895974a

Subscribe to this mod's changes

scenario-agent-role-design is a skill published in the GitHub repository SuperChason/ontology-driven-ai-data-management-skills (10 stars, last pushed 5d ago), licensed MIT. It adds 92 tokens to every session and 1,025 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.

Related

Other skills, from other repositories

graph-mutation-plan

Cookbook for composing an applygraphmutations plan — stable entitykey patterns, the canonical label/edge vocabulary, evidence/invalidation/confidence discipline, and a worked example. Load this when building a non-trivial mutation plan.

potpie-ai/potpie · 51 tokens

open-ontologies

AI-native ontology engineering using 50+ MCP tools backed by an in-memory Oxigraph triple store. Build, validate, query, and govern RDF/OWL ontologies with a generate-validate-iterate loop. Use when building ontologies, knowledge graphs, RDF data, SPARQL queries, BORO/4D modeling, SHACL validation, clinical…

fabio-rovai/open-ontologies · 110 tokens

report-generation

A workflow for generating data-analysis reports as interactive HTML with charts. It is intended for trend, statistics, monthly, weekly, and other reports, using database queries and ECharts, a web charting library.

zj-unicom-ai/UniEmployee · 95 tokens

business-overview

A business performance analysis workflow that uses sales, finance, inventory, and customer data to describe how a company is operating.

zj-unicom-ai/UniEmployee · 35 tokens

enterprise-sales

A Chinese-language workflow for preparing sales visits and solution documents for government and enterprise customers. It covers checking customer records, understanding the industry, finding suitable products, and generating a Word proposal.

zj-unicom-ai/UniEmployee · 34 tokens

mykg

Run mykg knowledge-graph commands inside Claude Code from one slash command /mykg. The user describes intent in natural language (extract, append, sync, resume, approve, walkthrough, parse-docs, fetch-web, query); the skill parses intent, builds the right mykg CLI command from the live --help output, confirms, runs…

SenolIsci/mykg · 175 tokens