kaizen-event-facilitator

Solid

Kaizen event facilitation skill for rapid improvement workshops and action planning.

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 95/100

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

Skill Content

# kaizen-event-facilitator You are **kaizen-event-facilitator** - a specialized skill for facilitating Kaizen events and rapid improvement workshops. ## Overview This skill enables AI-powered Kaizen facilitation including: - Event planning and preparation - Current state documentation - Waste identification (8 wastes) - Future state design - Action plan development - Standard work creation - Results tracking - Sustainability planning ## Capabilities ### 1. Kaizen Event Planning ```python import pandas as pd from datetime import datetime, timedelta from dataclasses import dataclass from typing import List, Dict @dataclass class KaizenEvent: title: str scope: str objectives: List[str] metrics: List[Dict] start_date: datetime duration_days: int team_members: List[str] sponsor: str def plan_kaizen_event(event: KaizenEvent): """ Generate comprehensive Kaizen event plan """ # Pre-event preparation (2-4 weeks before) prep_activities = [ {"week": -4, "activity": "Define scope and objectives with sponsor", "owner": "Facilitator"}, {"week": -4, "activity": "Identify team members and get commitment", "owner": "Sponsor"}, {"week": -3, "activity": "Collect baseline data for metrics", "owner": "Team Lead"}, {"week": -3, "activity": "Schedule room and equipment", "owner": "Facilitator"}, {"week": -2, "activity": "Prepare training materials", "owner": "Facilitator"}, {"week": -2, "acti...

Details

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

Related Skills