A3criticalthinking

Toyota-style A3 problem solving with embedded priority hierarchy: Safety First, then Customer Value, then Shareholder Value. Structured thinking framework for manufacturing decisions, root cause analysis, and countermeasure development. USE WHEN user says 'A3', 'problem solving', 'root cause', 'countermeasure', '5 whys', 'fishbone', 'ishikawa', 'priority decision', 'safety first', 'critical thinking', or needs structured analysis of manufacturing problems. Integrates with AutomotiveManufacturing and HoshinKanri skills.

181 stars

Best use case

A3criticalthinking is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Toyota-style A3 problem solving with embedded priority hierarchy: Safety First, then Customer Value, then Shareholder Value. Structured thinking framework for manufacturing decisions, root cause analysis, and countermeasure development. USE WHEN user says 'A3', 'problem solving', 'root cause', 'countermeasure', '5 whys', 'fishbone', 'ishikawa', 'priority decision', 'safety first', 'critical thinking', or needs structured analysis of manufacturing problems. Integrates with AutomotiveManufacturing and HoshinKanri skills.

Teams using A3criticalthinking should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/a3criticalthinking/SKILL.md --create-dirs "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/data/a3criticalthinking/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/a3criticalthinking/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How A3criticalthinking Compares

Feature / AgentA3criticalthinkingStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Toyota-style A3 problem solving with embedded priority hierarchy: Safety First, then Customer Value, then Shareholder Value. Structured thinking framework for manufacturing decisions, root cause analysis, and countermeasure development. USE WHEN user says 'A3', 'problem solving', 'root cause', 'countermeasure', '5 whys', 'fishbone', 'ishikawa', 'priority decision', 'safety first', 'critical thinking', or needs structured analysis of manufacturing problems. Integrates with AutomotiveManufacturing and HoshinKanri skills.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# A3 Critical Thinking

## When to Activate This Skill

- "Create an A3 for [problem]"
- "Help me think through [decision]"
- "Root cause analysis for [issue]"
- "What should take priority here?"
- "Is this safe to proceed?"
- "Evaluate tradeoffs for [options]"
- "5 Whys analysis"
- "Fishbone diagram for [defect]"

---

## The Priority Hierarchy

**Every decision must pass through this filter, in order:**

```
┌─────────────────────────────────────────────────────┐
│  1. SAFETY FIRST                                    │
│     Will anyone be harmed? Stop everything else.    │
│     • Employee safety                               │
│     • Customer safety (product in use)              │
│     • Environmental safety                          │
│     • Community safety                              │
└─────────────────────────────────────────────────────┘
                        ↓ Only if SAFE
┌─────────────────────────────────────────────────────┐
│  2. CUSTOMER VALUE                                  │
│     Does this create good products for customers?   │
│     • Quality that meets/exceeds requirements       │
│     • Reliability and durability                    │
│     • On-time delivery                              │
│     • Fitness for purpose                           │
└─────────────────────────────────────────────────────┘
                        ↓ Only if QUALITY assured
┌─────────────────────────────────────────────────────┐
│  3. SHAREHOLDER VALUE                               │
│     Now optimize for business results               │
│     • Cost efficiency                               │
│     • Productivity                                  │
│     • Return on investment                          │
│     • Growth and sustainability                     │
└─────────────────────────────────────────────────────┘
```

**Critical Rule:** Never sacrifice a higher priority for a lower one. A cost saving that compromises safety is NEVER acceptable. A delivery acceleration that reduces quality is NEVER acceptable.

---

## The Decision Test

Before any significant decision, apply this test:

### Question 1: Is it SAFE?
- Could this harm employees, customers, or the environment?
- Are all safety controls in place?
- Have we identified and mitigated risks?
- If NO: **STOP. Address safety first.**

### Question 2: Does it serve the CUSTOMER?
- Will product quality be maintained or improved?
- Does this meet customer specifications?
- Will delivery commitments be met?
- If NO: **STOP. Find an alternative that protects quality.**

### Question 3: Is it EFFICIENT?
- Only after safety and quality are assured, optimize for:
  - Cost reduction
  - Cycle time improvement
  - Resource utilization
  - Profitability

---

## A3 Problem Solving Framework

The A3 is a single-page structured approach to problem solving:

```
┌─────────────────────────────────────────────────────────────────┐
│ TITLE: [Problem Name]                    DATE:                  │
│ OWNER: [Named Individual]                REV:                   │
├─────────────────────────────────────────────────────────────────┤
│ 1. BACKGROUND/CONTEXT         │ 2. CURRENT CONDITION            │
│                               │                                  │
│ Why is this problem important?│ What is actually happening?      │
│ What triggered this A3?       │ Data, facts, observations        │
│ Business impact               │ Process map of current state     │
│                               │ Quantify the gap                 │
├───────────────────────────────┼──────────────────────────────────┤
│ 3. TARGET CONDITION/GOAL      │ 4. ROOT CAUSE ANALYSIS           │
│                               │                                  │
│ What should be happening?     │ 5 Whys                           │
│ Specific, measurable target   │ Fishbone/Ishikawa                │
│ Timeline for achievement      │ Data analysis                    │
│                               │ Verified root cause(s)           │
├───────────────────────────────┴──────────────────────────────────┤
│ 5. COUNTERMEASURES                                               │
│                                                                  │
│ # │ Action               │ Owner    │ Due Date │ Status         │
│ 1 │                      │          │          │                │
│ 2 │                      │          │          │                │
│ 3 │                      │          │          │                │
├──────────────────────────────────────────────────────────────────┤
│ 6. IMPLEMENTATION PLAN        │ 7. FOLLOW-UP/RESULTS             │
│                               │                                  │
│ Gantt or timeline             │ Verification data                │
│ Resources required            │ Before/after comparison          │
│ Risks and mitigation          │ Lessons learned                  │
│                               │ Horizontal deployment?           │
└───────────────────────────────┴──────────────────────────────────┘
```

---

## Root Cause Analysis Tools

### 5 Whys Method

Keep asking "Why?" until you reach the root cause (typically 5 levels):

```
Problem: Machine stopped producing
  Why? → Fuse blew
    Why? → Motor overheated
      Why? → Bearing failed
        Why? → Lubrication insufficient
          Why? → No preventive maintenance schedule

ROOT CAUSE: Missing PM program for bearings
```

**Rules:**
- Each "Why" must be factual, not assumed
- Verify each level before proceeding
- May branch into multiple root causes
- Stop when you reach something you can control

### Fishbone (Ishikawa) Diagram

Categorize potential causes:

```
    Man          Machine        Material
      \            |            /
       \           |           /
        \          |          /
         ─────────[EFFECT]─────────
        /          |          \
       /           |           \
      /            |            \
   Method      Measurement    Environment
```

**Manufacturing Categories:**
- **Man/People:** Training, skills, fatigue, following procedures
- **Machine:** Equipment condition, calibration, capability
- **Material:** Specifications, supplier quality, storage
- **Method:** Procedures, work instructions, sequence
- **Measurement:** Gages, accuracy, repeatability
- **Environment:** Temperature, humidity, cleanliness, lighting

---

## Countermeasure Hierarchy

When developing solutions, prefer higher levels:

| Level | Type | Description | Example |
|-------|------|-------------|---------|
| 1 | **Eliminate** | Remove the possibility entirely | Design out the feature |
| 2 | **Substitute** | Replace with inherently safer/better | Different material |
| 3 | **Engineer** | Physical barriers or controls | Interlock, guard |
| 4 | **Administrate** | Procedures, training | Work instruction |
| 5 | **PPE/Inspect** | Last resort protection | Check, verify |

**Rule:** Never rely solely on administrative controls for safety-critical issues.

---

## Quick Decision Framework

For rapid decisions under pressure:

```
┌─────────────────────────────────────────────┐
│         STOP AND ASK                        │
├─────────────────────────────────────────────┤
│ S - Safety: Is anyone at risk?              │
│ T - Target: What are we trying to achieve?  │
│ O - Options: What choices do we have?       │
│ P - Priority: Safety → Quality → Cost       │
└─────────────────────────────────────────────┘
```

If uncertain about safety: **STOP PRODUCTION** until verified safe.

---

## Integration Points

### With AutomotiveManufacturing Skill
- A3 links to PFMEA updates when new failure modes identified
- Countermeasures cascade to Work Instructions
- Control Plans updated based on A3 findings

### With HoshinKanri Skill
- Red bowling chart items trigger A3
- A3 countermeasures become improvement priorities
- Completed A3s document breakthrough achievements

### With Quality Systems (IATF 16949)
- A3 satisfies 10.2 Nonconformity and Corrective Action
- Links to 8D methodology for customer complaints
- Supports Management Review inputs

---

## Templates Available

| Template | Purpose | Location |
|----------|---------|----------|
| A3 Template | Standard problem solving | `templates/a3-template.md` |
| Quick A3 | Simplified one-pager | `templates/quick-a3.md` |
| 5 Whys | Root cause worksheet | `templates/5-whys.md` |
| Fishbone | Ishikawa diagram | `templates/fishbone.md` |
| Decision Matrix | Weighted option comparison | `templates/decision-matrix.md` |
| Priority Check | Safety-Quality-Cost verification | `templates/priority-check.md` |

---

## Common Mistakes to Avoid

1. **Jumping to Solutions** - Do root cause analysis first
2. **Blaming People** - Look at systems and processes
3. **Stopping at Symptoms** - Dig deeper with 5 Whys
4. **No Verification** - Confirm countermeasures worked
5. **Ignoring the Hierarchy** - Never shortcut Safety → Quality → Cost
6. **No Horizontal Deployment** - Share learnings across similar processes
7. **Paper Exercise** - A3 must drive real action

---

## Key Principles

1. **Go See (Genchi Genbutsu)** - Observe the actual condition yourself
2. **Facts Over Opinions** - Base analysis on data and evidence
3. **Respect for People** - Solutions should support workers, not blame them
4. **PDCA Cycle** - Plan-Do-Check-Act is embedded in the A3
5. **One Problem, One Owner** - Named individual accountability
6. **Visual Thinking** - Use diagrams, charts, photos
7. **Priority Discipline** - Safety → Customer → Shareholder, always

---

## Extended Context

For detailed methodologies and advanced techniques:
`read ~/.claude/skills/A3CriticalThinking/CLAUDE.md`

For templates:
`ls ~/.claude/skills/A3CriticalThinking/templates/`

Related Skills

whisper-transcribe

159
from majiayu000/claude-skill-registry

Transcribes audio and video files to text using OpenAI's Whisper CLI, enhanced with contextual grounding from local markdown files for improved accuracy.

Media Processing

chrome-debug

159
from majiayu000/claude-skill-registry

This skill empowers AI agents to debug web applications and inspect browser behavior using the Chrome DevTools Protocol (CDP), offering both collaborative (headful) and automated (headless) modes.

Coding & DevelopmentClaude

ontopo

159
from majiayu000/claude-skill-registry

An AI agent skill to search for Israeli restaurants, check table availability, view menus, and retrieve booking links via the Ontopo platform, acting as an unofficial interface to its data.

General Utilities

grail-miner

159
from majiayu000/claude-skill-registry

This skill assists in setting up, managing, and optimizing Grail miners on Bittensor Subnet 81, handling tasks like environment configuration, R2 storage, model checkpoint management, and performance tuning.

DevOps & Infrastructure

ux

159
from majiayu000/claude-skill-registry

This AI agent skill provides comprehensive guidance for creating professional and insightful User Experience (UX) designs, covering user research, information architecture, interaction design, visual guidance, and usability evaluation. It aims to produce actionable, user-centered solutions that avoid generic AI aesthetics.

UX Design & StrategyClaude

tech-blog

159
from majiayu000/claude-skill-registry

Generates comprehensive technical blog posts, offering detailed explanations of system internals, architecture, and implementation, either through source code analysis or document-driven research.

Content & DocumentationClaude

astro

159
from majiayu000/claude-skill-registry

This skill provides essential Astro framework patterns, focusing on server-side rendering (SSR), static site generation (SSG), middleware, and TypeScript best practices. It helps AI agents implement secure authentication, manage API routes, and debug rendering behaviors within Astro projects.

Coding & Development

lets-go-rss

159
from majiayu000/claude-skill-registry

A lightweight, full-platform RSS subscription manager that aggregates content from YouTube, Vimeo, Behance, Twitter/X, and Chinese platforms like Bilibili, Weibo, and Douyin, featuring deduplication and AI smart classification.

Content & Documentation

modal-deployment

159
from majiayu000/claude-skill-registry

Run Python code in the cloud with serverless containers, GPUs, and autoscaling using Modal. This skill enables agents to generate code for deploying ML models, running batch jobs, serving APIs, and scaling compute-intensive workloads.

DevOps & Infrastructure

thor-skills

159
from majiayu000/claude-skill-registry

An entry point and router for AI agents to manage various THOR-related cybersecurity tasks, including running scans, analyzing logs, troubleshooting, and maintenance.

SecurityClaude

vly-money

159
from majiayu000/claude-skill-registry

Generate crypto payment links for supported tokens and networks, manage access to X402 payment-protected content, and provide direct access to the vly.money wallet interface.

Fintech & CryptoClaude

advanced-skill-creator

181
from majiayu000/claude-skill-registry

Meta-skill that generates domain-specific skills using advanced reasoning techniques. PROACTIVELY activate for: (1) Create/build/make skills, (2) Generate expert panels for any domain, (3) Design evaluation frameworks, (4) Create research workflows, (5) Structure complex multi-step processes, (6) Instantiate templates with parameters. Triggers: "create a skill for", "build evaluation for", "design workflow for", "generate expert panel for", "how should I approach [complex task]", "create skill", "new skill for", "skill template", "generate skill"