product-design

product-design is a command for coding agents from infra403/agentic-engineering-lab. It costs 41 tokens per session (593 once invoked), scanned A, original, MIT.

A command that starts a two-stage product design workflow: first clarifying requirements, then modeling the problem domain, meaning the real-world concepts and relationships the software represents.

In plain words
What is it for?
It is for analyzing requirements and producing discovery and domain-modeling checkpoint files.
Why use it?
It organizes product discovery and design into checkpoints with review and resolution steps.

Command

Part of the product-design plugin — 3 skills, 4 commands, 10 agents shipped together

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.

agentmods
npx agentmods add commands/infra403/agentic-engineering-lab/product-design
Clone the repo
git clone --depth 1 https://github.com/infra403/agentic-engineering-lab

Or install product-design, the plugin that ships this one along with the rest of its 3 skills, 4 commands, 10 agents.

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 product-design

README.md
[![agentmods](https://agentmods.dev/badge/commands/infra403/agentic-engineering-lab/product-design.svg)](https://agentmods.dev/commands/infra403/agentic-engineering-lab/product-design)
Your own site
<a href="https://agentmods.dev/commands/infra403/agentic-engineering-lab/product-design"><img src="https://agentmods.dev/badge/commands/infra403/agentic-engineering-lab/product-design.svg" alt="Measured on agentmods" height="20"></a>
Per session 41 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 593 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00041 $0.00593
Opus 5 $0.00020 $0.00296
Sonnet 5 $0.00008 $0.00119
Haiku 4.5 $0.00004 $0.00059

Measured 4d ago against content hash 5c5d21c2500e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

product-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 4d 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.

claude-code/plugins/product-design-plugin/commands/product-design.md · 54 lines

What it actually says

/product-design 命令

启动产品设计工作流,包含两个阶段:

工作流

阶段 1:需求发现(Product Discovery)

  1. 读取 .claude/skills/product-discovery/SKILL.md
  2. 读取 .claude/skills/product-discovery/references/PROTOCOL.md
  3. 创建 design-progress.json(格式见 .claude/skills/product-discovery/templates/progress.md
  4. 加载 .claude/skills/product-discovery/knowledge/requirements-quality.md
  5. 加载 .claude/skills/product-discovery/knowledge/theory-of-constraints.md
  6. 激活 .claude/skills/product-discovery/roles/product-analyst.md 作为 Generator
  7. 激活 .claude/skills/product-discovery/roles/reviewer.md 作为 Evaluator
  8. 走收敛循环 GENERATE → EVALUATE → RESOLVE → CHECK
  9. 产出 checkpoint-1-discovery.yaml

阶段 2:领域建模(Domain Modeling)

  1. 上下文重置 — 仅依赖 checkpoint-1
  2. 读取 .claude/skills/domain-modeling/SKILL.md
  3. 加载 .claude/skills/domain-modeling/knowledge/domain-modeling.md
  4. 加载 .claude/skills/domain-modeling/knowledge/software-design-philosophy.md
  5. 激活 .claude/skills/domain-modeling/roles/product-analyst.md 作为 Generator
  6. 激活 .claude/skills/domain-modeling/roles/reviewer.md 作为 Evaluator
  7. 走收敛循环
  8. 产出 checkpoint-2-modeling.yaml

使用方式

/product-design              — 从阶段 1 开始完整流程
/product-design 需求分析      — 仅执行阶段 1
/product-design 领域建模      — 仅执行阶段 2(需已有 checkpoint-1)

产出物

  • design-progress.json — 全局进度状态
  • checkpoint-1-discovery.yaml — 需求发现检查点
  • checkpoint-2-modeling.yaml — 领域建模检查点
  • 结构化需求列表(FR-xxx / NFR-xxx)
  • 限界上下文图 + 上下文映射 + 聚合设计

后续

完成产品设计后,使用 /architecture-design 命令继续架构设计(阶段 3-5)。

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. 4d ago First seen · 54 lines · 41 tokens per session scan A 5c5d21c2500e

Subscribe to this mod's changes

product-design is a command published in the GitHub repository infra403/agentic-engineering-lab (5 stars, last pushed 4mo ago), licensed MIT. It adds 41 tokens to every session and 593 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-08-31.