scenario-data-requirements-readiness

scenario-data-requirements-readiness is a skill for Codex from SuperChason/ontology-driven-ai-data-management-skills. It costs 94 tokens per session (1,129 once invoked), scanned A, original, MIT.

A method for listing the data a business scenario and its AI-agent tasks require, then checking where that data comes from and whether it is usable.

In plain words
What is it for?
Use it to map tasks to data, locate systems and fields, check identifiers and updates, assess readiness, and plan around data gaps.
Why use it?
It exposes missing fields, unclear ownership, access restrictions, poor quality, and broken links between systems before implementation starts.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to map tasks to data, locate systems and fields, check identifiers and updates, assess readiness, and plan around data gaps.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/superchason/ontology-driven-ai-data-management-skills/scenario-data-requirements-readiness
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-data-requirements-readiness
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-data-requirements-readiness

README.md
[![agentmods](https://agentmods.dev/badge/skills/superchason/ontology-driven-ai-data-management-skills/scenario-data-requirements-readiness/github.svg)](https://agentmods.dev/skills/superchason/ontology-driven-ai-data-management-skills/scenario-data-requirements-readiness)
Your own site
<a href="https://agentmods.dev/skills/superchason/ontology-driven-ai-data-management-skills/scenario-data-requirements-readiness"><img src="https://agentmods.dev/badge/skills/superchason/ontology-driven-ai-data-management-skills/scenario-data-requirements-readiness/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-data-requirements-readiness

Your own site · 80×15
<a href="https://agentmods.dev/skills/superchason/ontology-driven-ai-data-management-skills/scenario-data-requirements-readiness"><img src="https://agentmods.dev/badge/skills/superchason/ontology-driven-ai-data-management-skills/scenario-data-requirements-readiness.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 94 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,129 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.00094 $0.01129
Opus 5 $0.00047 $0.00564
Sonnet 5 $0.00019 $0.00226
Haiku 4.5 $0.00009 $0.00113

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

Security

Grade A, and why

scenario-data-requirements-readiness 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-data-requirements-readiness/SKILL.md · 77 lines

What it actually says

场景数据需求与数据准备度分析

方法骨架

  • 从 Agent 任务、业务判断和动作逐项反推所需事实,再确定数据对象、字段、粒度、时间和质量要求。
  • 业务、财务和 IT 可作为数据领域标签;同时标记主数据、事实、规则配置、指标、结果、日志等数据角色。
  • 在本阶段完成来源系统、数据集、表、字段和接口定位,明确责任、权限、更新和样本可得性。
  • 业务与财务数据可能交叉,按业务含义和实际用途允许多标签,不用部门归属替代语义判断。
  • 输出数据准备度和缺口对 Agent 任务的影响,关键数据不可得时缩小场景范围或设计样本验证。
  • 数据到本体类、属性、关系和实例的对应留给后续映射阶段。

需要详细字段模板时读取 数据需求与准备度契约

执行步骤

  1. 从任务反推数据

    • 动作:对每项 Agent 任务列出判断、行动、所需事实和最低数据集合。
    • 完成标准:每项数据需求都有明确用途和对应任务。
  2. 分类数据领域与角色

    • 动作:标注业务、财务、IT 技术等领域,以及主数据、事实、规则配置、指标、结果、日志和审计角色。
    • 完成标准:交叉数据保留多标签,IT 技术数据和业务语义数据边界明确。
  3. 明确数据要求

    • 动作:定义对象、字段、粒度、时间范围、版本、更新频率、质量、权限和样本要求。
    • 完成标准:需求可以被数据责任人核验。
  4. 定位物理来源

    • 动作:确认来源系统、数据集、表、字段、接口、责任人和访问方式。
    • 完成标准:已定位数据可直接追溯,未定位项有责任人和计划。
  5. 检查跨系统关联

    • 动作:检查统一标识、主数据、映射表、编码、时间、版本和状态对齐条件。
    • 完成标准:每个跨系统关联有现有键、映射方案或缺口结论。
  6. 评估准备度与影响

    • 动作:将数据标为可用、需清洗、缺映射、缺权限、时效不足、只有人工记录或缺失,评估对任务的影响。
    • 完成标准:阻断项、替代数据、样本方案和首期调整明确。

固定输出

  • Agent 任务—数据需求矩阵
  • 业务、财务、IT 数据清单与数据角色
  • 数据对象、字段、指标、粒度、时间、版本和质量要求
  • 来源系统—数据集—表—字段—接口登记表
  • 数据责任人、权限、敏感级别和使用限制
  • 跨系统标识与关联需求
  • 数据准备度报告
  • 数据缺口、任务影响与补充方案

使用边界

  • 项目主数据即使由 IT 部门维护,也按其业务含义归入业务数据,并增加 IT 管理标签。
  • 接口定义、系统日志、调用审计、权限元数据和更新时间通常归入 IT 技术数据。
  • 在本阶段记录表字段的物理位置;字段的统一业务定义进入场景语义模型。
  • 在本阶段不生成本体实例;后续映射 Skill 使用已确认的物理来源和语义定义。

相关 Skills

  • depends-onbusiness-scenario-deep-analysis;任务、判断和动作是数据需求的依据。
  • feeds-intoscenario-related-knowledge-structurescenario-related-semantic-modeling
  • data-to-ontology-mapping-and-instantiation 区分:本 Skill 定位真实数据;后者把数据对应到本体模型。

审计信息

  • 首次公开版本:2026-08-31
  • 来源说明:面向场景驱动的企业数据准备独立整理。
Files

What ships with it

4 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 · 77 lines · 94 tokens per session scan A 81cdd940b79e

Subscribe to this mod's changes

scenario-data-requirements-readiness 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 94 tokens to every session and 1,129 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

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

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

ontology-ontology-architect

Design a domain ontology from evidence using layered modeling, stable concept definitions, explicit relations, SKOS-first structure, and selective OWL formalization with recorded modeling decisions.

Mokee04/ontology_research · 39 tokens

graphify

Use for any question about a codebase, its architecture, file relationships, or project content — especially when graphify-out/ exists, where the question should be treated as a graphify query first. Turns any input (code, docs, papers, images, videos) into a persistent knowledge graph with god nodes, community…

Graphify-Labs/graphify · 76 tokens

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

understand-knowledge

Analyze a Karpathy-pattern LLM wiki knowledge base and generate an interactive knowledge graph with entity extraction, implicit relationships, and topic clustering.

Egonex-AI/Understand-Anything · 32 tokens