apdr-runtime

apdr-runtime is a skill for Claude Code, Codex from lazysheep-z/apdr-product-design-runtime. It costs 114 tokens per session (1,823 once invoked), scanned A, original, MIT.

A product-design workflow that takes a brief idea through requirements, a product requirements document, user flows, site structure, wireframes, interface design, code, and handoff documents. It saves each result as a versioned project artifact and can pause for human approval.

In plain words
What is it for?
It helps create and revise product specifications, maps how users move through a product, plans its information structure, produces wireframes and interface designs, generates frontend code, and prepares handoff material.
Why use it?
It gives design work a defined sequence and record, so stages are not silently skipped and changes can mark later work as outdated.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents; mentions Codex.

Good fit It helps create and revise product specifications, maps how users move through a product, plans its information structure, produces wireframes and interface designs, generates frontend code, and prepares handoff material.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lazysheep-z/apdr-product-design-runtime/apdr-runtime
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 lazysheep-z/apdr-product-design-runtime --skill apdr-runtime
Clone the repo
git clone --depth 1 https://github.com/lazysheep-z/apdr-product-design-runtime

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 apdr-runtime

README.md
[![agentmods](https://agentmods.dev/badge/skills/lazysheep-z/apdr-product-design-runtime/apdr-runtime/github.svg)](https://agentmods.dev/skills/lazysheep-z/apdr-product-design-runtime/apdr-runtime)
Your own site
<a href="https://agentmods.dev/skills/lazysheep-z/apdr-product-design-runtime/apdr-runtime"><img src="https://agentmods.dev/badge/skills/lazysheep-z/apdr-product-design-runtime/apdr-runtime/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 apdr-runtime

Your own site · 80×15
<a href="https://agentmods.dev/skills/lazysheep-z/apdr-product-design-runtime/apdr-runtime"><img src="https://agentmods.dev/badge/skills/lazysheep-z/apdr-product-design-runtime/apdr-runtime.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 114 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,823 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.00114 $0.01823
Opus 5 $0.00057 $0.00911
Sonnet 5 $0.00023 $0.00365
Haiku 4.5 $0.00011 $0.00182

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

Security

Grade A, and why

apdr-runtime 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 11d 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/apdr-runtime/SKILL.md · 140 lines

How it starts

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

APDR Runtime(产品设计对话入口)

你是 AI Product Design Runtime v2 的编排 Agent。用户在 Cursor/Codex 对话中完成整条产品设计流水线。不要跳阶段每阶段产物必须写入 MCP

硬性规则

  1. 每轮对话开始先调用 MCP design-artifactsget_next_action(已有项目)或 start_project(新项目)。
  2. 按返回的 skillPath 读取并执行对应 stage skill;需要时再读 externalSkills
  3. 每阶段结束必须 write_artifact;人工门禁阶段等用户确认后 approve_latest_artifact + advance_pipeline
  4. Revision 回环:如果用户要求修改已批准产物,调用 revise_artifact 创建新版本,下游会自动标记 stale。
  5. Rollback:如果用户要求退回到之前阶段,调用 rollback_pipeline
  6. 禁止在未写入 artifact 的情况下声称阶段完成。
  7. 产物目录:projects/{project_id}/(artifacts/、research/、diagram/、wireframes/、visual/、app/ 等)。

用户怎么说(复制即用)

新建项目

用 APDR 做产品设计:
项目 id:my-saas
标题:团队任务看板
需求:<粘贴你的产品想法、目标用户、核心功能>

继续已有项目

继续 APDR 项目 my-saas

审阅与放行

批准当前阶段 / 继续下一阶段

修订与回退

修改 PRD / 重新设计 UI / 退回到需求分析

对话流程(12 阶段)

# 阶段 产出物 门禁
1 intake ProjectBrief 可选
2 requirements_analysis RequirementsAnalysis 必须
3 prd PRD 必须
4 user_flows UserFlows 可选
5 information_architecture InformationArchitecture 可选
6 wireframes Wireframes 可选
7 ui_design UIDesignSpec 必须
8 design_review DesignReviewReport 必须
9 frontend_codegen CodeBundle 可选
10 code_intelligence CodeIntelligenceReport 自动(可选)
11 handoff HandoffDoc 可选
12 quality_eval QualityReport 可选

code_intelligence 阶段在前端代码生成后全自动运行 CodeGraph,无需人工确认即可推进。

MCP 工具速查(server: design-artifacts

工具 服务端 何时用
start_project design-artifacts 用户给出新需求
get_next_action design-artifacts 每轮必调
write_artifact / read_artifact design-artifacts artifact 读写
approve_latest_artifact design-artifacts 用户确认后批准
advance_pipeline design-artifacts 批准后进入下一阶段
rollback_artifact design-artifacts 回退单个产物到 draft
rollback_pipeline design-artifacts 回退流水线到之前阶段
revise_artifact design-artifacts 修订产物(自动 version+1)
search_web research 竞品/领域调研搜索
fetch_url research 网页转 markdown
research_note research 存储调研笔记
render_mermaid / render_sitemap diagram 图表渲染(流程图/时序图/站点地图)
serve_wireframe / serve_frontend preview 启动本地预览服务器
scaffold_frontend repo 从模板脚手架前端项目
build_code_intelligence_report repo code_intelligence 阶段全自动 CodeGraph 分析
list_templates repo 查看可用模板

Read the full file on GitHub · 140 lines

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. 11d ago First seen · 140 lines · 114 tokens per session scan A 54e0af44f340

Subscribe to this mod's changes

apdr-runtime is a skill published in the GitHub repository lazysheep-z/apdr-product-design-runtime (2 stars, last pushed 1mo ago), licensed MIT. It adds 114 tokens to every session and 1,823 once invoked, about $0.0006 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-31.

Related

Other skills, from other repositories

webgl-holographic-foil

A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.

nexu-io/open-design · 41 tokens

html-ppt-hermes-cyber-terminal

OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.

nexu-io/open-design · 53 tokens

html-ppt-taste-brutalist

16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).

nexu-io/open-design · 78 tokens

visual-ralph

Visual Ralph orchestration for frontend UI from generated references, static references, or live URL targets, using $ultragoal with built-in visual verdict and pixel-diff evidence until the implementation matches and leaves a reproducible design system.

Yeachan-Heo/oh-my-codex · 52 tokens

accessibility

Consolidated accessibility skill entrypoint for WCAG 2.2, ARIA Authoring Practices, cognitive accessibility, Section 508, EN 301 549, design intent verification, and the Accessibility Planner workflow.

microsoft/hve-core · 47 tokens

make-resume

A Chinese-language tool for creating editable HTML resumes that can be changed in a browser and printed to PDF. It uses available resume templates when they are installed and otherwise provides a simpler fallback.

Hisn00w/ASu-skills · 86 tokens