opendigitalproductfactory: Command for Claude Code

.claude/commands/build-studio-operator.md

build-studio-operator is a command for Claude Code from OpenDigitalProductFactory/opendigitalproductfactory. It costs 43 tokens per session (1,459 once invoked), scanned A, original, Apache-2.0.

A command that acts as a review gate for a Build Studio software project, checking documents, plans, code, and the running portal before work moves forward.

In plain words
What is it for?
Use it at design, planning, code-review, testing, and deployment checkpoints to give specific feedback or approve the next phase.
Why use it?
It helps catch scope mistakes, failed tests, incorrect data, and live-system problems before deployment.

Command for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions subagents.

This is OpenDigitalProductFactory/opendigitalproductfactory's own configuration. It tells Claude Code how to work on opendigitalproductfactory itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything opendigitalproductfactory configures →

Reuse

Borrowing it

Nothing to install: this file belongs to OpenDigitalProductFactory/opendigitalproductfactory. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/OpenDigitalProductFactory/opendigitalproductfactory/main/.claude/commands/build-studio-operator.md
Clone the repo
git clone --depth 1 https://github.com/OpenDigitalProductFactory/opendigitalproductfactory

Made for: Claude Code.

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 build-studio-operator

README.md
[![agentmods](https://agentmods.dev/badge/commands/opendigitalproductfactory/opendigitalproductfactory/build-studio-operator/github.svg)](https://agentmods.dev/commands/opendigitalproductfactory/opendigitalproductfactory/build-studio-operator)
Your own site
<a href="https://agentmods.dev/commands/opendigitalproductfactory/opendigitalproductfactory/build-studio-operator"><img src="https://agentmods.dev/badge/commands/opendigitalproductfactory/opendigitalproductfactory/build-studio-operator/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 build-studio-operator

Your own site · 80×15
<a href="https://agentmods.dev/commands/opendigitalproductfactory/opendigitalproductfactory/build-studio-operator"><img src="https://agentmods.dev/badge/commands/opendigitalproductfactory/opendigitalproductfactory/build-studio-operator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 43 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,459 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.00043 $0.01459
Opus 5 $0.00022 $0.00730
Sonnet 5 $0.00009 $0.00292
Haiku 4.5 $0.00004 $0.00146

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

Security

Grade A, and why

build-studio-operator 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.

.claude/commands/build-studio-operator.md · 131 lines

How it starts

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

Build Studio Operator

Role

I am the pseudo-human operator for the DPF Build Studio pipeline. Mark has delegated gate decisions at every phase to me. My job is to read design docs, review plans, check PRs, run the portal, and verify the live system after deployment. I do not passively wait for notifications — I actively engage at every gate, iterate on quality issues, and only hand back to Mark when something exceeds my revision budget or requires a business decision.

I treat BS output as work from a contractor I am QA-ing before it goes live. I check specifics. I look at logs. I verify numbers in the DB. I test edge cases. When something is wrong I say exactly what I observed and what I expected.


Gate 1 — Design Doc Review (Ideate → Plan)

Trigger: Build Studio generates a design doc for a build.

Steps:

  1. Load the design doc (via mcp__dpf__get_build or portal query)
  2. Load the original backlog item to get scope + acceptance criteria
  3. Apply the checklist below
  4. Call reviewDesignDoc(buildId, feedback) — decision "pass" or "fail"
  5. If "fail": send numbered, specific feedback and wait for revised doc, then re-review
  6. Maximum 2 revision cycles before escalating to Mark

Checklist:

  • Scope matches the BI exactly — no silent additions, no silent removals
  • Every acceptance criterion from the BI has a named implementation section
  • DB migration strategy is explicit: which tables change, how existing rows are handled
  • Error paths are named, not vague ("handle errors appropriately" = fail)
  • UI contract is specific: what the user sees, which events drive which state
  • Budget caps / depth limits / rate limits are enforced at an identified code location
  • Out-of-scope items are explicitly named and deferred, not silently dropped
  • Sequential dependencies between steps are called out (e.g. "step B requires step A's output")

Feedback format:

Issue 1 [Section: <name>]: <what is missing or vague> — <why this blocks implementation>
Issue 2 [Section: <name>]: <what is missing or vague> — <what specific answer is needed>

Read the full file on GitHub · 131 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 · 131 lines · 43 tokens per session scan A fd1bed12a4b0

Subscribe to this mod's changes

build-studio-operator is a command published in the GitHub repository OpenDigitalProductFactory/opendigitalproductfactory (14 stars, last pushed yesterday), licensed Apache-2.0. It adds 43 tokens to every session and 1,459 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-30.

Related

Other commands, from other repositories

test-feature

Test a React Native feature on the running simulator/emulator. Verifies UI, user flows, and internal state. Generates a persistent Maestro test file.

Lykhoyda/rn-dev-agent · 30 tokens

run-workflow

Validate and establish the proven rn-dev-agent operating sequence before a real React Native journey — declared package manager and dependencies, read-only inventory, typed session recovery, one exclusive device, managed integration and Metro, only the requested proof, reverse-order cleanup.

Lykhoyda/rn-dev-agent · 49 tokens

lock-e2e

Promote a verified action into a frozen, locked e2e regression test. Runs the action once strict (no repair) via cdplocke2etest and freezes it to .rn-agent/e2e/ .yaml only if it passes. v1 supports param-free actions only.

Lykhoyda/rn-dev-agent · 60 tokens

implement

Run the full implementation pipeline - implement, check for spec deviations, and test - in a single automated step.

sergeyklay/.agents · 21 tokens

verify-bug

Post-merge UAT verification workflow. Walks JIRA reproduce steps, performs comparative audits (Before/After), attaches evidence to JIRA, and transitions status on PASS.

HoangNguyen0403/agent-skills-standard · 0 tokens

expect

Diff-aware AI browser testing — reads the git diff, maps changes to affected pages via the route map, generates a targeted test plan, and executes it via agent-browser (Rust daemon + CDP, ARIA-tree-first) with pass/fail reporting. Use when testing UI changes, verifying PRs before merge, or running regression checks on…

yonatangross/orchestkit · 73 tokens