Agent skill · AI & Agents

a3-problem-solver

A3 problem-solving and status reporting skill with structured thinking and coaching support

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill a3-problem-solver --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Allowed tools: -Read-Write-Glob-Grep-Edit
Path: library/specializations/domains/business/operations/skills/a3-problem-solver/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# A3 Problem Solver ## Overview The A3 Problem Solver skill provides comprehensive capabilities for structured problem-solving using the A3 methodology. It supports problem statement crafting, root cause investigation, countermeasure development, and PDCA-based follow-up tracking. ## Capabilities - A3 template facilitation - Problem statement crafting - Current condition analysis - Target condition definition - Gap analysis - Root cause investigation - Countermeasure development - Follow-up tracking ## Used By Processes - CI-002: A3 Problem Solving - LEAN-003: Kaizen Event Facilitation - SIX-005: Root Cause Analysis ## Tools and Libraries - A3 templates - Coaching frameworks - Collaboration tools - Progress tracking systems ## Usage ```yaml skill: a3-problem-solver inputs: problem_type: "problem_solving" # problem_solving | proposal | status_report problem_owner: "John Smith" coach: "Jane Doe" problem_description: "Customer lead time increased from 5 days to 8 days" current_condition: metric: "lead_time" current_value: 8 unit: "days" target_condition: target_value: 4 unit: "days" timeline: "90 days" outputs: - a3_document - problem_statement - root_cause_analysis - countermeasure_p

What's inside
Steps it walks through
  1. Overview
  2. Capabilities
  3. Used By Processes
  4. Tools and Libraries
  5. Usage
  6. A3 Document Sections
  7. Left Side (Understanding)
  8. Right Side (Action)
  9. Problem Statement Criteria
  10. Example
  11. A3 Thinking Process
  12. PDCA Cycle
  13. Coaching Questions
  14. Integration Points
More from babysitter
All skills →
About this skill
What does the a3-problem-solver skill do?

A3 problem-solving and status reporting skill with structured thinking and coaching support

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill a3-problem-solver --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going