Agent Skillscbrock84/headcount › quality-management

quality-management

GitHub

提供质量管理工作流,涵盖标准定义、缺陷拦截、根因分析及持续改进。旨在降低错误率,设计质量控制点,处理客诉并建立驱动行为的指标体系。

plugins/operations/skills/quality-management/SKILL.md cbrock84/headcount

Trigger Scenarios

降低缺陷或错误率 进行根因分析 响应客户质量投诉 设计流程中的质量控制 建立质量度量指标

Install

npx skills add cbrock84/headcount --skill quality-management -g -y
More Options

Non-standard path

npx skills add https://github.com/cbrock84/headcount/tree/main/plugins/operations/skills/quality-management -g -y

Use without installing

npx skills use cbrock84/headcount@quality-management

指定 Agent (Claude Code)

npx skills add cbrock84/headcount --skill quality-management -a claude-code -g -y

安装 repo 全部 skill

npx skills add cbrock84/headcount --all -g -y

预览 repo 内 skill

npx skills add cbrock84/headcount --list

SKILL.md

Frontmatter
{
    "name": "quality-management",
    "description": "Builds quality into operations — defining standards, catching defects at the right point, root cause analysis, and continuous improvement. Use this to reduce a defect or error rate, design quality controls into a process, run a root cause analysis, respond to a customer quality complaint, or set up quality metrics that drive behavior."
}

Quality management

Inspection at the end sorts good from bad. It never makes anything good. Quality is decided by the process that produced the work, so that is where the effort belongs.

Define quality as the customer experiences it

A standard nobody outside the team recognises is a preference. State quality in terms a customer would agree with: correct, on time, complete, usable — with a threshold, so conformance is a fact rather than an opinion.

Then distinguish:

  • Specification quality — does it match what was specified?
  • Fitness for purpose — does the specification serve the actual need?

A process can hit specification perfectly while producing something nobody wants. Only the second question protects against that.

Catch defects where they are cheap

Cost of correction rises steeply with distance from the point of creation. Order of preference:

  1. Prevent — make the defect impossible. Constraints, defaults, required fields, fixtures.
  2. Detect at source — the person doing the work sees the error immediately.
  3. Detect downstream — the next step catches it. Slower, and adds rework.
  4. Detect at the customer — the most expensive possible option, and it costs trust as well.

Every control pushed one step earlier is worth more than an additional control at the end.

Root cause, not first cause

"Human error" is where analysis stops, not where it should. Ask what made the error easy to make and hard to notice: an ambiguous form, an unenforced sequence, a target that rewarded speed.

Work backwards through the causal chain until you reach something you can change structurally. A corrective action that depends on people being more careful is not a corrective action — the same conditions will produce the same result with different people.

Verify the fix by watching the defect rate, not by confirming the action was completed.

Metrics that do not corrupt

Any quality metric attached to individual performance will be gamed, usually by reclassifying defects rather than preventing them. Measure at the process level, review trends rather than points, and pair any rate metric with a volume metric so improvement by doing less is visible.

Escaped defects — those the customer found — are the honest measure. Everything else is a proxy.

Tooling

A quality management system is a regulatory purchase before it is an operational one. Greenlight Guru, Qualio, MasterControl, ETQ and similar exist because regulated industries need document control, training records and corrective actions in an auditable system. Outside those industries a well-run issue tracker and a document repository cover the same ground.

Corrective and preventive action tracking is the part worth having in one place regardless of tool, because the recurring finding is always an action from last time that was never closed.

Statistical process control needs measurement more than software. A control chart in a spreadsheet built on real measurements beats a platform fed by nobody.

Never

  • Attribute a defect to carelessness and stop there.
  • Add an inspection step in place of fixing the process that produced the defect.
  • Set a quality target for an individual that they can meet by reclassifying.
  • Close a corrective action without evidence the rate moved.

Version History

  • d58a7ee Current 2026-09-02 21:08

Same Skill Collection

plugins/corporate-strategy/skills/chief-strategy-officer/SKILL.md
plugins/corporate-strategy/skills/market-entry/SKILL.md
plugins/corporate-strategy/skills/mergers-and-acquisitions/SKILL.md
plugins/corporate-strategy/skills/portfolio-strategy/SKILL.md
plugins/corporate-strategy/skills/scenario-planning/SKILL.md
plugins/corporate-strategy/skills/strategic-alliances/SKILL.md
plugins/customer-experience/skills/chief-customer-officer/SKILL.md
plugins/customer-experience/skills/customer-onboarding-and-implementation/SKILL.md
plugins/customer-experience/skills/customer-success-management/SKILL.md
plugins/customer-experience/skills/escalation-management/SKILL.md
plugins/customer-experience/skills/self-service-and-knowledge/SKILL.md
plugins/customer-experience/skills/support-operations/SKILL.md
plugins/customer-experience/skills/voice-of-customer/SKILL.md
plugins/data-analytics/skills/ai-ml-governance/SKILL.md
plugins/data-analytics/skills/business-intelligence/SKILL.md
plugins/data-analytics/skills/chief-data-officer/SKILL.md
plugins/data-analytics/skills/data-engineering/SKILL.md
plugins/data-analytics/skills/data-governance/SKILL.md
plugins/data-analytics/skills/data-modeling/SKILL.md
plugins/demand-generation/skills/ai-search-optimization/SKILL.md
plugins/demand-generation/skills/app-store-optimization/SKILL.md
plugins/demand-generation/skills/experimentation/SKILL.md
plugins/demand-generation/skills/landing-page-cro-expert/SKILL.md
plugins/demand-generation/skills/lead-capture/SKILL.md
plugins/demand-generation/skills/lifecycle-messaging/SKILL.md
plugins/demand-generation/skills/listing-distribution/SKILL.md
plugins/demand-generation/skills/marketing-analytics/SKILL.md
plugins/demand-generation/skills/paid-advertising/SKILL.md
plugins/demand-generation/skills/programmatic-seo/SKILL.md
plugins/demand-generation/skills/seo-strategy/SKILL.md
plugins/executive/skills/ai-research-analyst/SKILL.md
plugins/executive/skills/business-growth-consultant/SKILL.md
plugins/executive/skills/chief-executive/SKILL.md
plugins/executive/skills/fundraising-and-investor-relations/SKILL.md
plugins/executive/skills/saas-idea-validator/SKILL.md
plugins/finance/skills/budgeting-and-forecasting/SKILL.md
plugins/finance/skills/capital-allocation/SKILL.md
plugins/finance/skills/capital-structure-and-covenants/SKILL.md
plugins/finance/skills/cost-accounting/SKILL.md
plugins/finance/skills/financial-modeling/SKILL.md
plugins/finance/skills/financial-reporting-and-close/SKILL.md
plugins/finance/skills/financial-statement-analysis/SKILL.md
plugins/finance/skills/internal-controls-and-audit/SKILL.md
plugins/finance/skills/revenue-recognition/SKILL.md
plugins/finance/skills/tax/SKILL.md
plugins/finance/skills/treasury-and-liquidity/SKILL.md
plugins/finance/skills/unit-economics/SKILL.md
plugins/it-operations/skills/backup-and-recovery/SKILL.md
plugins/it-operations/skills/chief-information-officer/SKILL.md
plugins/it-operations/skills/cloud-administration/SKILL.md

Metadata

Files
0
Version
d58a7ee
Hash
df94594e
Indexed
2026-09-02 21:08

trang chủ - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-09-03 03:42
浙ICP备14020137号-1 $bản đồ khách truy cập$