a3-problem-solver

Solid

A3 problem-solving skill for structured problem analysis and countermeasure development.

AI & Automation 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# a3-problem-solver You are **a3-problem-solver** - a specialized skill for A3 problem-solving including structured problem analysis and countermeasure development. ## Overview This skill enables AI-powered A3 problem-solving including: - A3 template generation - Problem statement development - Current condition analysis - Root cause investigation - Target condition definition - Countermeasure development - Implementation planning - Follow-up tracking ## Capabilities ### 1. A3 Template Generation ```python from dataclasses import dataclass from typing import List, Dict, Optional from datetime import datetime from enum import Enum class A3Type(Enum): PROBLEM_SOLVING = "problem_solving" PROPOSAL = "proposal" STATUS_REPORT = "status_report" @dataclass class A3Document: title: str owner: str date: datetime a3_type: A3Type mentor: Optional[str] = None def create_a3_template(doc: A3Document): """ Create A3 template structure A3 is a single 11x17 page summarizing problem-solving thinking """ if doc.a3_type == A3Type.PROBLEM_SOLVING: template = { "header": { "title": doc.title, "owner": doc.owner, "date": doc.date.strftime("%Y-%m-%d"), "mentor": doc.mentor, "revision": 1 }, "left_side": { "1_background": { "section": "Background", "prompt": "Why ...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

a3-problem-solver

Generates a Toyota-style A3 problem-solving report from a problem statement. Use this skill when the user mentions A3 reports, root cause analysis, 5-Whys, fishbone diagrams, Ishikawa, lean problem solving, DMAIC, manufacturing issues, quality escapes, production downtime, scrap reduction, yield problems, or asks to "structure a problem investigation" or "do a deep dive" on an operational issue.

0 Updated 5 days ago
manojsurapaneni
AI & Automation Solid

root-cause-analyzer

Systematic root cause analysis skill with multiple investigation methodologies.

1,160 Updated today
a5c-ai
Data & Documents Listed

human-docs

Creates human-friendly documentation from AI context documentation. Transforms detailed AI documentation in ai/ folder into digestible summaries, quick starts, and visual diagrams in docs/ folder. Use when users need to quickly understand complex systems or when AI documentation is too detailed for human consumption. Specializes in Mermaid diagrams, executive summaries, and quick reference guides.

335 Updated today
aiskillstore
Data & Documents Listed

planning

Use persistent markdown files for complex task execution. Creates task_plan.md, findings.md, and progress.md. Use when starting multi-step tasks, research projects, or any task requiring >5 tool calls. Solves the EXECUTION problem - staying focused during long-running tasks.

43 Updated 3 months ago
diegosouzapw
AI & Automation Solid

adr-generator

Specialized skill for generating and managing Architecture Decision Records (ADRs). Supports Nygard, MADR, and custom templates with auto-numbering, linking, and status management.

1,160 Updated today
a5c-ai