concept-prd

concept-prd is a skill for Codex from ontology-of-everything/SemanticSkills. It costs 45 tokens per session (1,031 once invoked), scanned A, original, Apache-2.0.

A specification-writing skill that turns a confirmed concept model into a product requirements document and linked CONCEPT.md and SYNCS.md files. These files describe each concept and the rules connecting them.

In plain words
What is it for?
Use it to create or update a project PRD, concept specifications, synchronization rules, dependency and synchronization diagrams, exclusions, and unresolved decisions.
Why use it?
It preserves the agreed design in a structured, code-adjacent form without inventing missing requirements or losing cross-module behavior.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: $skill-name invocation; built for openclaw.

Good fit Use it to create or update a project PRD, concept specifications, synchronization rules, dependency and synchronization diagrams, exclusions, and unresolved decisions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ontology-of-everything/semanticskills/concept-prd
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 ontology-of-everything/SemanticSkills --skill concept-prd
Clone the repo
git clone --depth 1 https://github.com/ontology-of-everything/SemanticSkills

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 concept-prd

README.md
[![agentmods](https://agentmods.dev/badge/skills/ontology-of-everything/semanticskills/concept-prd/github.svg)](https://agentmods.dev/skills/ontology-of-everything/semanticskills/concept-prd)
Your own site
<a href="https://agentmods.dev/skills/ontology-of-everything/semanticskills/concept-prd"><img src="https://agentmods.dev/badge/skills/ontology-of-everything/semanticskills/concept-prd/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 concept-prd

Your own site · 80×15
<a href="https://agentmods.dev/skills/ontology-of-everything/semanticskills/concept-prd"><img src="https://agentmods.dev/badge/skills/ontology-of-everything/semanticskills/concept-prd.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,031 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.00045 $0.01031
Opus 5 $0.00023 $0.00515
Sonnet 5 $0.00009 $0.00206
Haiku 4.5 $0.00005 $0.00103

Measured yesterday against content hash 366e72cdaea7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

concept-prd 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 yesterday.

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/concept-prd/SKILL.md · 60 lines

What it actually says

概念 PRD

仅在用户显式调用 $concept-prd 时运行。

目标

输入:concept-design 确认过的模型(concepts、syncs、依赖图、排除与未决)。输出:总体 PRD + 每概念一份 CONCEPT.md + 一份 SYNCS.md。概念设计即设计规格,本技能只转录与编排。交付后代码落地 → concept-implementation;模型缺口 → 回 concept-design

原则

  1. 只转录,不发明;缺口回上游,不在文档里填补。
  2. 跨概念行为与依赖的权威落点为:SYNCS.md(行为)与总体 PRD(产品依赖及派生同步图)。概念规格里的上下文只以类型参数列表出现(Reserving [User, Slot]),散文备注只进 ## notes
  3. 规格贴近代码:模块目录已存在就与代码共存,未就绪先集中暂存,落地时由 concept-implementation 迁移。
  4. 共存规格是模型的权威持久形态;已确认变更可直接做最小编辑,并同步索引/派生图,避免全量生成覆盖人工维护信息。

流程

  1. 定位落点——每个概念与 syncs 各得唯一路径:

    docs/prd/README.md        # 总体 PRD(始终集中)
    <模块目录>/CONCEPT.md      # 模块目录已存在时与代码共存
    <syncs 目录>/SYNCS.md      # 转录期单文件
    docs/prd/concepts/<名>.md  # 暂存位,格式同 CONCEPT.md
    docs/prd/SYNCS.md          # 暂存位
    
  2. 总体 PRD:需求与 Misfits;概念索引(每概念一行 purpose + 规格链接);同步图与依赖图与子集;排除与未决全量转录。

  3. 每概念 CONCEPT.md:按 references/templates.md;principle 导出代表性验收场景;actions/state 的边界与不变量导出补充场景,均附模型出处。

  4. SYNCS.md:按 references/templates.md 转录 app / include / sync 的 when / where / then;用 // flow: 注释分组,不按域分节;含错误 sync。

  5. 逐条核对「命题」后交付。

命题

  • 模型的每个部分(concepts、syncs、依赖图、排除与未决)都有唯一落点,无遗漏无重复。
  • 每份 CONCEPT.md 四节不依赖其他概念定义(同名局部类型参数合法),无 ## interactions / ## dependencies 段。
  • 每条验收场景可追溯到 principle 或动作/状态契约;文档无模型外的新信息(notes 占位除外)。
  • SYNCS.md 单文件、app + include + sync 块;可达失败有明确处理策略;查询空集不冒充错误输出。
  • 总体 PRD 可导航到全部规格文件,链接有效。

记法与模板

CONCEPT.md / SYNCS.md 采用基于 Beyond Objects 的本仓 Markdown 记法(见 references/templates.md),与 concept-design 产出一致。concept-guardrailsdriftmap 模式按同一记法消费。

参考

何时读 文件
流程第 3–4 步:CONCEPT.mdSYNCS.md 模板 references/templates.md
流程第 3–4 步:填好的餐厅订位例(转录后的文件形态) references/example-reserving.md
核验"规格即规范"的出处 references/sources.md
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. yesterday Changed · +2 lines · -18 tokens per session 366e72cdaea7
  2. 4d ago First seen · 58 lines · 63 tokens per session scan A dc6fe7e29760

Subscribe to this mod's changes

concept-prd is a skill published in the GitHub repository ontology-of-everything/SemanticSkills (8 stars, last pushed 2d ago), licensed Apache-2.0. It adds 45 tokens to every session and 1,031 once invoked, about $0.0002 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-08.

Related

Other skills, from other repositories

soul

Embody this digital identity. Read SOUL.md first, then STYLE.md, then examples/. Become the person—opinions, voice, worldview.

aeonfun/soul.md · 33 tokens

vastai

Vast.ai CLI to manage GPU instances, volumes, serverless endpoints, and billing.

vast-ai/vast-cli · 21 tokens

vastai-sdk

Vast.ai Python SDK — high-level API for GPU instances, volumes, serverless endpoints, and billing.

vast-ai/vast-cli · 26 tokens

excalidraw

Use when user requests diagrams, flowcharts, architecture charts, or visualizations. Also use proactively when explaining systems with 3+ components, complex data flows, or relationships that benefit from visual representation. Generates .excalidraw files and exports to PNG/SVG via Kroki API or locally using…

Agents365-ai/excalidraw-skill · 73 tokens

stockbit-auth

Log in to Stockbit and capture the session for this server — opens the browser login flow and verifies the token was stored. Use when the user asks to log in or re-authenticate to Stockbit, or after a status check reports the session expired, HTTP 401, or logged out.

INo-xious/stockbit-mcp · 63 tokens

recursive-decomposition

Decompose dense codebase-wide, multi-document, PDF, and aggregation work even when the input fits the context window, following Recursive Language Models (Zhang, Kraska, Khattab, 2025). Use when the user asks to analyse all files, a whole repo, all docs, large PDFs, or to aggregate or multi-hop across scattered…

massimodeluisa/recursive-decomposition-skill · 144 tokens