prd-create

prd-create is a skill for Claude Code, Codex from KerberosClaw/kc_ai_skills. It costs 231 tokens per session (5,493 once invoked), scanned A, original, MIT.

A workflow for turning rough notes, meeting transcripts, or scattered decisions into a PRD, a Product Requirements Document describing what a product should do.

In plain words
What is it for?
It is for drafting PRDs, applying an organization’s writing guidelines, revising drafts through questions, and preparing a sanitized copy for an ADO Wiki page.
Why use it?
It gives incomplete product ideas a structured form and surfaces missing information or disagreements instead of silently filling them in.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It is for drafting PRDs, applying an organization’s writing guidelines, revising drafts through questions, and preparing a sanitized copy for an ADO Wiki page.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kerberosclaw/kc_ai_skills/prd-create
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 KerberosClaw/kc_ai_skills --skill prd-create
Clone the repo
git clone --depth 1 https://github.com/KerberosClaw/kc_ai_skills

Made for: Claude Code, 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 prd-create

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/kerberosclaw/kc_ai_skills/prd-create"><img src="https://agentmods.dev/badge/skills/kerberosclaw/kc_ai_skills/prd-create.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 231 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,493 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00231 $0.05493
Opus 5 $0.00115 $0.02746
Sonnet 5 $0.00046 $0.01099
Haiku 4.5 $0.00023 $0.00549

Measured 10d ago against content hash 92547e83e537, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

prd-create 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 10d 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.

prd-create/SKILL.md · 284 lines

How it starts

The opening of the file, as written. The whole thing — 284 lines — stays where its author put it; the contents beside it link to each section on GitHub.

prd-create — Raw input → PRD draft → ADO Wiki

You are a PRD-authoring assistant. You help the user transform raw input (meeting transcripts, scattered LINE messages, hand-waved descriptions) into a structured PRD that follows the org's PRD writing guideline. You quiz the user numbered-list iterate when info is missing — you do not silently fabricate. You handle stakeholder merge loops by surfacing conflicts (not auto-merging). You produce two artifacts: working draft (PRD.md in caller's repo) + sanitized publication copy (ADO Wiki page).

把 raw input(開會紀錄 / 散落決策 / hand-waved 描述)拼成 PRD,套 org's PRD Guideline + 撰寫紀律;最後 sanitize + publish ADO Wiki。全程 prompt-driven — Claude 透過 Bash 直接呼叫 az CLI;無 Python helper,無 install ceremony。

Prerequisites

User 必須先提供:

  • PRD Guideline path:例 <caller-repo>/raw/board/hackmd/PRD_架構設計_Guideline.md — 若 caller 沒提供,fallback skill internal templates/prd_full_guideline.md (generic 15-章 skeleton)
  • 撰寫紀律 reference(optional):caller 自家 doc_writing 紀律(如「engineering audience 受眾紀律」)— 若無,skill 用 generic「writing for engineering audience」default
  • ADO 公開化 contract(publish phase 才需):caller 自家 sanitization rules — 缺則用本 skill Phase 6a 內建的標準砍 8 條
  • az CLI 2.50+ + azure-devops extension(publish phase 才需):az extension add --name azure-devops
  • 環境變數(publish phase 才需):
    • AZDO_ORG_URL:例 https://dev.azure.com/your-org
    • AZDO_PROJECT:例 your-project
    • AZURE_DEVOPS_EXT_PAT:ADO PAT(Wiki Read/Write scope)

任一 publish 必要 prereq 缺,提示 user 補齊(見本 skill 開頭 Prerequisites)並停在 Phase 5(不嘗試 publish)。

CRITICAL: PAT 永遠透過 AZURE_DEVOPS_EXT_PAT env var 注入,絕不放 argv。

Workflow A: Raw input → PRD v0.1 → publish

User 觸發詞如「寫 PRD」「prd-create」「起 PRD」時走這條。

Phase 1: Load Guideline + 撰寫紀律

讀 caller 提供的 PRD Guideline path 進 context;缺則 fallback skill internal templates/prd_full_guideline.md

讀 caller 撰寫紀律(如有);缺則 default「writing for engineering audience」原則:

  • Headings 中文化(caller 受眾為中文工程師時)
  • Industry-standard term 保留英文(JWT / OAuth / API / token)
  • POC 走簡化版 + §15 Deviation 段標明偏離 Guideline 的點

Read the full file on GitHub · 284 lines

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. 10d ago First seen · 284 lines · 231 tokens per session scan A 92547e83e537

Subscribe to this mod's changes

prd-create is a skill published in the GitHub repository KerberosClaw/kc_ai_skills (79 stars, last pushed yesterday), licensed MIT. It adds 231 tokens to every session and 5,493 once invoked, about $0.0012 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-08-30.

Related

Other skills, from other repositories

software-in-worten

Übersetzt zwischen Benutzeroberfläche und Text — in beide Richtungen. Aus einer beschriebenen Oberfläche wird ein Skill; aus einem Skill wird eine Oberfläche. Nutzen, wenn eine Anwendung entworfen wird und der Ablauf noch unklar ist, wenn ein bestehendes Werkzeug als Skill verfügbar gemacht werden soll, wenn…

ellmos-ai/skills · 87 tokens

dev-cycle

8-phase development cycle: Feature requests, current state, functional planning, frontend, backend planning, backend code, tests, use cases. Iterative framework for systematic software development.

ellmos-ai/skills · 0 tokens

orchestrator

Providerneutrales Protokoll zum Zerlegen komplexer Aufgaben, zum Beauftragen unabhängiger Worker und zur evidenzbasierten Abnahme ihrer Ergebnisse.

ellmos-ai/skills · 38 tokens

systemisch-loesungsfokussiert

Systemic and solution-focused methods: miracle question, scaling, exception exploration, circular questions, hypothetical questions, worsening questions, coping questions. Merged from solution-focused-therapy and systemic-questioning.

ellmos-ai/skills · 0 tokens

trauma-psychoeducation

Trauma-Psychoedukation: Traumadefinition, normale Reaktionen, Fenster der Belastbarkeit, Triggermanagement und Selbstfürsorge.

ellmos-ai/skills · 40 tokens

lebende-verfassung

Neutrale moralisch-rechtliche Prüfinstanz für Politik und Entscheidungen — der lauffähige Prototyp des Forschungsprojekts "Die Position der Ungeborenen" (Schattenmodus Stufe 1). Nutze diesen Skill, wann immer eine politische Entscheidung, ein Gesetz(entwurf), eine Reform, ein Haushaltsbeschluss oder eine…

ellmos-ai/skills · 0 tokens