control-plan-builder

control-plan-builder is a skill for Claude Code, Codex from RBraga01/Quality-Engineering-Skills. It costs 95 tokens per session (1,581 once invoked), scanned A, original, MIT.

A guided tool for creating a Control Plan, a manufacturing document that records how each process step and product characteristic will be checked. It uses process steps and PFMEA failure modes, where PFMEA is a method for listing possible process failures and their controls.

In plain words
What is it for?
Use it to create or update a Control Plan, convert PFMEA failure modes into entries, and check whether the two documents match after a process change or corrective action.
Why use it?
It helps turn risk and process information into consistent Control Plan rows, reducing missed controls and mismatches between the PFMEA and the plan.

Skill for Claude CodeCodex

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

Good fit Use it to create or update a Control Plan, convert PFMEA failure modes into entries, and check whether the two documents match after a process change or corrective action.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rbraga01/quality-engineering-skills/control-plan-builder
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 RBraga01/Quality-Engineering-Skills --skill control-plan-builder
Clone the repo
git clone --depth 1 https://github.com/RBraga01/Quality-Engineering-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 control-plan-builder

README.md
[![agentmods](https://agentmods.dev/badge/skills/rbraga01/quality-engineering-skills/control-plan-builder.svg)](https://agentmods.dev/skills/rbraga01/quality-engineering-skills/control-plan-builder)
Your own site
<a href="https://agentmods.dev/skills/rbraga01/quality-engineering-skills/control-plan-builder"><img src="https://agentmods.dev/badge/skills/rbraga01/quality-engineering-skills/control-plan-builder.svg" alt="Measured on agentmods" height="20"></a>
Per session 95 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,581 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.00095 $0.01581
Opus 5 $0.00048 $0.00790
Sonnet 5 $0.00019 $0.00316
Haiku 4.5 $0.00010 $0.00158

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

Security

Grade A, and why

control-plan-builder 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 7d 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/agents/control-plan-builder/SKILL.md · 141 lines

How it starts

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

Control Plan Builder Agent

When to use

Use this agent when:

  • Building a new Control Plan from scratch — the agent builds it row by row
  • Converting PFMEA failure modes into Control Plan entries
  • Updating an existing Control Plan after a corrective action (8D D7) or process change
  • Auditing a Control Plan against a PFMEA to verify alignment
  • The user has process flow steps and PFMEA data and needs help structuring the Control Plan

Prerequisites

None required to start. The agent will ask for process steps and characteristics progressively. Ideal inputs (provide if available):

  • Process Flow Diagram (list of process steps)
  • PFMEA failure modes and current controls
  • Drawing characteristics and tolerances
  • Special characteristics list (SC, CC, KPC)

Workflow

Step 1 — Gather document information

The agent asks:

  • Part number and revision
  • Part name
  • Supplier / plant name
  • Control Plan type: Prototype / Pre-launch / Production
  • APQP team members (for the header sign-off section)

Step 2 — Build row by row

For each process step, the agent asks:

  1. Process step name and number (from the Process Flow)
  2. Machine, device, jig, or tool used at this step
  3. What characteristic is being controlled? (product dimension, material property, or process parameter)
  4. Is this a product or process characteristic? (product = what the part must be; process = how the process must run)
  5. Is this a special characteristic? — if yes, which classification (SC, CC, ★, ◆, KPC, KCC)?
  6. What is the specification / tolerance? (nominal ± tolerance, or min/max)
  7. What gauge or measurement method is used?
    • Follow-up: Has an MSA study (Gauge R&R) been performed for this measurement system? If yes, what was the %GRR result? Flag if %GRR > 30% or if no MSA has been performed for a variable SC/CC characteristic.
  8. What is the sample size? (number of parts per measurement)
  9. What is the measurement frequency? (every hour, every lot, 100%, first-off)
  10. What control method is in place? (SPC chart, go/no-go gauge, visual, 100% inspection, statistical sampling)
  11. What is the reaction plan? (what happens if out of spec or out of control?)

Read the full file on GitHub · 141 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. 7d ago First seen · 141 lines · 95 tokens per session scan A c573ac50ec0b

Subscribe to this mod's changes

control-plan-builder is a skill published in the GitHub repository RBraga01/Quality-Engineering-Skills (27 stars, last pushed 3d ago), licensed MIT. It adds 95 tokens to every session and 1,581 once invoked, about $0.0005 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

execute

Run the generated Playwright tests and summarize pass/fail results. Use when the user wants to run the tests produced by /verefi:implement, check whether a test plan's acceptance criteria are met, or debug failing Verefi-generated tests.

philchen00/verefi · 51 tokens

llm-eval-testing

When the user wants to design, build, or operate evaluations (evals) for LLM-powered products — chatbots, RAG systems, agents, classification, summarization, structured output. Use when the user mentions "LLM evals," "evals," "RAG evaluation," "RAGAS," "DeepEval," "LangSmith," "LangFuse," "PromptLayer," "OpenAI…

aks-builds/quality-skills · 160 tokens

playwright

When the user wants to design, implement, debug, stabilize, or scale Playwright tests. Use when the user mentions "Playwright," "playwright.config.ts," "page.locator," "page.getByRole," "browser context," "fixtures," "test.beforeEach," "trace viewer," "codegen," "Playwright Test," "Playwright MCP," "PWT," "WebKit…

aks-builds/quality-skills · 130 tokens

production-testing

When the user wants to design or operate production-side testing — synthetic monitoring, canary analysis, real user monitoring, error-budget-driven testing, shift-right verification. Use when the user mentions "production testing," "testing in production," "TiP," "synthetic monitoring," "synthetics," "Datadog…

aks-builds/quality-skills · 126 tokens

security-testing

When the user wants to design, integrate, or operate security testing in their pipeline — SAST, DAST, dependency scanning, secret scanning, container scanning, IaC scanning, fuzzing, authn/authz testing, OWASP coverage. Use when the user mentions "security testing," "SAST," "DAST," "OWASP Top 10," "OWASP ZAP," "Burp…

aks-builds/quality-skills · 156 tokens

test-data-management

When the user wants to design or audit how test data is generated, managed, masked, and reset between tests. Use when the user mentions "test data," "test data management," "TDM," "fixtures," "factories," "FactoryBot," "factorybot," "Bogus," "faker," "synthetic data," "data masking," "PII scrubbing," "production…

aks-builds/quality-skills · 133 tokens