Yes We Kanban! Introducing an Agile Methodology to Manage Your Team Bryan Morris, P.Eng., Verilab, [email protected]

Total Page:16

File Type:pdf, Size:1020Kb

Yes We Kanban! Introducing an Agile Methodology to Manage Your Team Bryan Morris, P.Eng., Verilab, Bryan.Morris@Verilab.Com 1 Yes We Kanban! Introducing an Agile Methodology to Manage Your Team Bryan Morris, P.Eng., Verilab, [email protected] Abstract—This paper describes how a management tech- Most importantly, it is easy to adopt since you can start by nique known as Kanban can be adopted and adapted into an simply capturing your existing process, and then incrementally ASIC/FPGA development flow. The key advantages of following optimize your team’s or project’s processes. In other words, such a process is that it provides a visual overview of what your team is working on, current blocking issues and bottlenecks in you don’t have to change how your team is managed, but your process, creates opportunities for the team to proactively can instead gradually introduce Kanban into your flow in an discuss their process and blocking issues on a regular basis, and incremental fashion. is easy to adapt to most existing team management structures. If you want to know exactly what the current state your Index Terms—agile, kanban, lean manufacturing, ASIC/FPGA project in an easy to understand way, identify bottlenecks and management quickly identify risks that become apparent during develop- ment, try using Kanban. I. INTRODUCTION Lastly, while there are many tools that assist teams in A key verification challenge is the ability to coordinate following a Kanban approach, a key advantage of Kanban is and focus your team’s activities. Along with the increasing that it requires nothing fancier than a whiteboard and sticky complexity of the ASICs and FPGAs under test, it is now notes. This paper encourages teams to adopt this simplistic common for design verification to be the critical path for approach to start. many ASIC/FPGA projects. While improved tools and stan- While web-based Kanban solutions exist, I strongly dis- dardized methodologies will continue to help, I believe that courage their use while you are introducing this change it is also important to investigate other ways of organizing to your team. Ensure that your team is comfortable with your team. Software teams have been successfully applying the techniques and underlying principles using the simple, agile techniques such as eXtreme Programming (XP), Evolu- physical whiteboard and sticky-note method before attempting tionary Prototyping, Scrum and others for many years. The an electronic approach. techniques from these methodologies have been successfully adapted in several ASIC/FPGA development flows. A more II. CURRENT STATE OF AFFAIRS recent methodology called Kanban offers some interesting Before we delve into why you should consider using Kan- capabilities that can augment your teams existing management ban, it would helpful to capture the current issues that we face flow. in the design and verification of complex ASICs and FPGAS. Kanban originated in auto manufacturing [5] that became These issues include, but are not limited to the following: part of the Lean Manufacturing focus. It has since been • increasing complexity of ASIC/FPGA development adopted (and adapted) successfully for software development. • increasing size of project team which in turn, increases This paper provides background material to understand the the complexity of internal communications within the value that adopting a Kanban approach to your team man- team agement can bring. It also provides guidance on adopting and • multi-site teams again, increasing the complexity of both adapting Kanban into your existing flow. team dynamics and internal communications The key reasons to consider adopting a Kanban approach • understanding your project’s true current state, and in your IC development are as follows: • limited opportunities to explore new techniques and • Kanban provides a visual representation of your process methodologies while still in development. flow enabling your team to easily pick out where there Every project has experienced at least one of these factors. are opportunities to optimize the work flow (i.e., in the Our project management teams are highly capable individuals Lean manufacturing terminology to eliminate waste). usually with a great deal of experience and yet most teams are • It highlights issues and bottlenecks in the process so that incapable of producing a schedule and budget that doesn’t go the team can apply the correct resources to resolve any off the rails shortly after starting. I know because I’ve managed issues as quickly as possible. many projects over many years and have spent endless hours • It creates opportunities for discussion to ensure that the updating the schedule to account for something unexpected, team is always working on the feature that has the highest or some technical snag that’s preventing progress. customer value. It’s time we admit that we simply cannot create a schedule • It provides a more realistic view of the true current state that is believable. It’s not because we aren’t capable, the task of the project, and a view to planned completion through is intractable because by their very nature the ASICs/FPGAs improved objective project metrics. we create have too many unknowns and risks: • technical risks - we are usually building something that has never been built before. Therefore, we have no prior Todo In Progress Done experience to deterministically gauge its complexity. Feature 1 • technology risks - frequently we are forced to use a new Feature 4 tool, methodology or process technology. In most cases, Feature 2 Feature 3 being the bleeding edge of technology means that we’ll need to deal with unforeseen bugs. • people risks - the team we start with in most cases is not the team we end up with. Frequently, team members are P-1 shifted on and off the project, or need to support past BugFix work, or look at future possibilities. • resource risk - in many large companies any physical resources such as compute farms, licenses, etc. must be shared across multiple projects. Resource contention is inevitable at some point in the project which will likely lead to unplanned for delays. Fig. 1: Simple Kanban Board Kanban is not a silver bullet that solves all these problems. But it can help your team work in a focused, disciplined way, understand their next highest value task that must be done, Todo In Progress Done and a clear understanding of what’s left to do. Feature 1 III. INTRODUCING KANBAN FOR ASIC/FGPA Feature 2 Feature 3 DEVELOPMENT Compared to some traditional, and perhaps, other agile project management frameworks, Kanban is extremely simple Feature 4 to understand. I believe that that simplicity is its core strength P-1 BugFix and why I believe using Kanban can be a force for substantive change in the way we work. Kanban has six core practices: 1) Visualize your Workflow 2) Limit Work in Progress 3) Manage Flow Fig. 2: Kanban Board Movement - a 4) Make Policies Explicit 5) Create opportunities for feedback 6) Improve Collaboratively, Evolve Experimentally Todo In Progress Done Each of these are discussed in greater details in the sections below. Feature 1 Feature 2 Feature 3 A. Visualize your Workflow At the heart of Kanban is the idea that the team needs to see their workflow. Only by using a visual representation of Feature 4 P-1 your workflow can you find opportunities to improve it. In BugFix fact, Kanban is roughly translated from Japanese as signboard (or visual board). A simple whiteboard consists of columns representing dif- ferent phases in your workflow and any task or activities flow from the left (the start of your workflow) of the board to their completion on the right (when they are done). A simple Fig. 3: Kanban Board Movement - b example is shown in Fig. 1 where your team has defined three simple phases: Todo, In Progress, and Done. Similar to many Kanban boards in use, this diagram is representative of Leaving space in In Progress for Feature 2 to be a white board with sticky-notes holding the task/activities that pulled in from Todo as shown in Fig. 3 need to be accomplished. All activities are planned, tracked and visually represented Movement flows from left to right as room becomes avail- on a Kanban board. Regular and continuous opportunities are able from right to left. As shown in Fig. 2 where Feature provided to discuss as a team how to ensure that the team is 4 moves from In Progress to Done focused and working on the most important activity. As shown Page 2 of 7 in Fig. 3 expedited activities such as bug fixes can be visually ‘quick’ tasks that need to be done. Clearly, this is not efficient represented using a different colour. due to the need to context switch between tasks. It is more A more realistic example is shown in Fig. 4. This board has effective to ensure that each person is focused on a smaller multiple workflow phases: number of tasks and allow them to work them through to • Backlog : all the features/activities that need to be done. completion. That is the goal of this practice to Limit Work in • Analysis : allowing time to understand and analyze the Progress. problem, capturing the requirements, defining the “exit” Every project has constraints: people, compute power, li- or “done”criteria, and considering different architectural censes, planned vacation, etc. These constraints need to be approaches. clearly identified and captured on the Kanban board. This is • Design : capturing the initial design. done by assigning a work in progress (WIP) limit to each • Implementing : implementing the solution. column in a Kanban board reflecting the constraints. For • Verifying : debugging and/or verifying the implemen- example, let’s assume we want to assign a WIP limit to an tation is correct and meets the criteria defined during the Implementing phase. If we have four developers and make Analysis phase.
Recommended publications
  • Implementation of Kanban, a Lean Tool, in Switchgear Manufacturing Industry – a Case Study
    Proceedings of the International Conference on Industrial Engineering and Operations Management Paris, France, July 26-27, 2018 Implementation of Kanban, a Lean tool, In Switchgear Manufacturing Industry – A Case Study Shashwat Gawande College Of Engineering, Pune Department of Industrial Engineering and management Savitribai Phule Pune University Pune, Maharashtra 44, India [email protected] Prof. J.S Karajgikar College Of Engineering, Pune Department of Industrial Engineering and management Savitribai Phule Pune University Pune, Maharashtra 44, India [email protected] Abstract Kanban is a scheduling system for lean and just in time manufacturing industries or services firms. It is a very effective tool for running a production system as a whole, in this system problem areas are highlighted by measuring lead time and cycle time of the full process the other benefits of the Kanban system is to establish an upper limit to work in process inventory to avoid over capacity. The objective of this case study is to implement a standard Kanban System for a Electrical manufacturing MNC company. With this system, the firm implemented use of just in time to reduce the inventory cost stocked during the process. This case study also shows that the Kanban implementation is not only bounded to the company but to their vendor also, from where, some of the components are been assembled. A replenishment strategy was also developed, tested and improved at the company location. A complete instruction manual is also developed as a reference Keywords Value Steam Mapping, Kanban, Root Cause Analysis, Replenishment Strategy 1. Introduction Lean manufacturing or simply ‘lean’ is a systematic method for waste reduction within a manufacturing system without affecting productivity.
    [Show full text]
  • Material Replenishment System
    MATERIAL REPLENISHMENT SYSTEM REPLENISHMENT METHODS FOR VISUALIZING MATERIAL NEEDS IN A LEAN MANUFACTURING COMPANY Examensarbete – Högskoleingenjör Industriell ekonomi Stefan Andersson Johan Elfvenfrost År: 2016.18.07 I Svensk titel: Material återfyllningssystem Engelsk titel: Material replenishment system Utgivningsår: 2016 Författare: Stefan Andersson, Johan Elfvenfrost Handledare: Sara Lorén, Högskolan i Borås Magnus Hansson Fallenius, IAC Group Göteborg Examinator: Andreas Hagen II Abstract This thesis work has been written both for and in co-operation with the company IAC Group Gothenburg. The main purpose of the report is to find a new alternative material replenishment system which will improve the internal material flow and eliminate unnecessary work activities such as manual call offs. The aim is to find a new system to reduce the incidental costs incurred and improve customer service in quality and performance. Observations and interviews were conducted and an analysis of the current situation was made. Waste was identified in the form of unnecessary transport, specifically in milk runs, where time was spent looking for materials to be loaded. This creates uncertainty and may contribute to increased costs and poor customer service. Three different options for a new replenishment system were developed which were compared with the theory and present situation. The proposal was evaluated with respect to cost, available support, complexity and future compatibility. The analysis of the theory and current state shows the importance of a long-term solution with few risks of waste. The solution that best cope with this is an e-Kanban system that automates the replenishment system and would make manual material call offs disappear completely.
    [Show full text]
  • ASSESSING KANBAN FITMENT in the FLUID and FAST-PACED WORLD of SOFTWARE DEVELOPMENT - Vikram Abrol, Ketan Shah
    WHITE PAPER ASSESSING KANBAN FITMENT IN THE FLUID AND FAST-PACED WORLD OF SOFTWARE DEVELOPMENT - Vikram Abrol, Ketan Shah. Abstract Operating in a business environment governed by speed and agility, IT companies are under constant and immense pressure to reduce time-to-market and enhance product quality. The birth of the Agile approach and models like Scrum owe their existence to this need driving managers to find better solutions. Looking to achieve a faster and more efficient software development cycle (SDC), IT companies have adopted certain methodologies, such as the Lean approach, from the manufacturing industry – another business where speed and efficiency hold the key to profitability. The concept of Kanban also originated in the manufacturing space and has filtered into the IT industry several years ago as an effective approach to manage SDC. The terminology related to Kanban in manufacturing context comes mostly from Toyota Motor Corporation in Japan where the system was invented. The Japanese term Kanban literally means a visual card or a signboard. Hence the Kanban system of work management essentially focuses on visualizing the workflow in order to reduce constraints and minimize the work-in- progress (WIP). External Document © 2018 Infosys Limited External Document © 2018 Infosys Limited Kanban in the context of software development The term Kanban can take on different A Japanese word for visual sign or nuances in the contexts of manufacturing billboard process and IT software development. Toyota production line staff used a Kanban A Learn system to – an actual card – as an inventory control control production cue in their manufacturing process and based on demand - inspired by implemented Just in Time (JIT) production What Toyota methodology to reduce idle inventory is Kanban and WIP stretches.
    [Show full text]
  • Lean Thinking in Software Development: Impacts of Kanban on Projects
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Helsingin yliopiston digitaalinen arkisto Department of Computer Science Series of Publications A Report A-2011-4 Lean Thinking in Software Development: Impacts of Kanban on Projects Marko Ikonen To be presented, with the permission of the Faculty of Science of the University of Helsinki, for public criticism in Auditorium XII, University Main Building, on 19th December 2011, at noon. University of Helsinki Finland Supervisors Professor Pekka Abrahamsson (University of Helsinki, Finland) Professor Jukka Paakki (University of Helsinki, Finland) Pre-examiners Professor Giancarlo Succi (Free University of Bolzano-Bozen, Italy) Professor Juan Garbajosa (Technical University of Madrid, Spain) Opponent Professor Markku Oivo (University of Oulu, Finland) Custos Professor Pekka Abrahamsson (University of Helsinki, Finland) Contact information Department of Computer Science P.O. Box 68 (Gustaf H¨allstr¨omin katu 2b) FI-00014 University of Helsinki Finland Email address: [email protected].fi URL: http://www.cs.Helsinki.fi/ Telephone: +358 9 1911, telefax: +358 9 191 51120 Copyright c 2011 Marko Ikonen ISSN 1238-8645 ISBN 978-952-10-7409-7 (paperback) ISBN 978-952-10-7410-3 (PDF) Computing Reviews (1998) Classification: D.2.9, K.6.3 Helsinki 2011 Unigrafia Lean Thinking in Software Development: Impacts of Kanban on Projects Marko Ikonen Department of Computer Science P.O. Box 68, FI-00014 University of Helsinki, Finland [email protected].fi http://www.cs.helsinki.fi/u/mjikonen/ PhD Thesis, Series of Publications A, Report A-2011-4 Helsinki, December 2011, 104+90 pages ISSN 1238-8645 ISBN 978-952-10-7409-7 (paperback) ISBN 978-952-10-7410-3 (PDF) Abstract The history of software development in a somewhat systematical way has been performed for half a century.
    [Show full text]
  • Getting Started with the Salesforce® Agile Accelerator
    Getting Started with the Salesforce® Agile Accelerator Salesforce, Summer ’16 @salesforcedocs Last updated: April 14, 2016 © Copyright 2000–2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com, inc., as are other names and marks. Other marks appearing herein may be trademarks of their respective owners. CONTENTS SALESFORCE AGILE ACCELERATOR . 1 WHAT’S NEW WITH SALESFORCE AGILE ACCELERATOR . 2 INSTALL SALESFORCE® AGILE ACCELERATOR . 3 ASSIGN A DEFAULT PERMISSION SET . 4 PERMISSION SETS DETAIL . 5 CREATE AND MANAGE TEAMS . 7 SALESFORCE PRODUCT TAG OVERVIEW . 8 CREATE PRODUCT TAGS . 9 CREATE YOUR FIRST SPRINT . 10 SALESFORCE EPICS . 12 SALESFORCE THEMES . 14 CREATE A WORK RECORD . 15 RELATE A CASE TO A WORK RECORD . 17 CREATE A TASK . 19 VIEW YOUR BACKLOG MANAGER . 21 PANEL TYPES AND CRITERIA . 23 CUSTOM PICKLIST VALUES FOR WORK RECORDS . 24 CUSTOM FIELDS FOR WORK RECORDS . 26 CUSTOM FIELDS FOR PRODUCT TAGS . 28 Contents CONFIGURE COMMUNITIES . 30 CREATE USER STORIES AND BUGS IN SALESFORCE1 . 32 CONFIGURE EMAIL VOLUME . 34 CONFIGURE THE EMAIL2AGILE SERVICE . 35 USE THE QUICK CREATE WORK RECORD GOOGLE CHROME EXTENSION . 36 KANBAN . 38 What is Kanban? . 38 Create a Kanban Board . 39 Edit a Kanban Column . 40 Manage Your Kanban Backlog . 41 Customize Kanban Cards . 43 SALESFORCE AGILE ACCELERATOR ® Salesforce Agile Accelerator helps you manage your agile product development with the same EDITIONS technology that’s used in your Salesforce organization. Your entire team can track user stories, bugs, reports, and more from within Salesforce. For added flexibility, Kanban is supported. Use it together Available in: Salesforce with Scrum, or by itself.
    [Show full text]
  • APPLICATION of KANBAN SYSTEM for IMPLEMENTING LEAN MANUFACTURING (A CASE STUDY) 1 2 3 B.Vijaya Ramnath, C
    Journal of Engineering Research and Studies Research Article APPLICATION OF KANBAN SYSTEM FOR IMPLEMENTING LEAN MANUFACTURING (A CASE STUDY) 1 2 3 B.Vijaya Ramnath, C. Elanchezhian and R. Kesavan Address for Correspondence 1,2 Research Scholar, 3Asst. Professor, Department of Production Technology, Anna University, MIT Campus, Chennai-44, Tamilnadu Email: [email protected] ====================================================================== ABSTRACT This paper deals with implementation of lean manufacturing in Engine valve machining cell in a leading auto components manufacturing industry in the South India. The main objective of this paper is to provide a background on lean manufacturing, present an overview of manufacturing wastes and introduce the tools and techniques that are used to transform a company into a high performing lean enterprise. Value stream mapping is a main tool used to identify the opportunities for various lean techniques. The focus of the lean manufacturing approach is on cost reduction by eliminating Non- Value added activities. Applications have spanned many sectors including automotive, electronics and consumer products manufacturing. In this paper, Value Stream Mapping (VSM) is used to map the current operating state for production line. This map is used to identify sources of waste and to identify lean tools for reducing the waste. To eliminate the wastes found from the current state map Kanban system is suggested for pre machining section and single piece flow concept is suggested for machining section. Then a future state map has been developed for the system with lean tools applied to it KEYWORDS: Lean manufacturing, Value Stream Mapping and Kanban System 1. INTRODUCTION system focused on and driven by customers, Many manufacturers are now critically both internal and external.
    [Show full text]
  • A Framework of E-Kanban System for Indonesia Automotive Mixed-Model Production Line
    International Journal of Science and Research (IJSR) ISSN: 2319-7064 ResearchGate Impact Factor (2018): 0.28 | SJIF (2018): 7.426 A Framework of e-Kanban System for Indonesia Automotive Mixed-Model Production Line Santo Wijaya1, Fransisca Debora2, Galih Supriadi3, Insan Ramadhan4 1Department of Computer Engineering, META Industry of Polytechnic, Cikarang Technopark Building, Lippo Cikarang, West Java 17550, Indonesia 2Department of Industrial Engineering, META Industry of Polytechnic, Cikarang Technopark Building, Lippo Cikarang, West Java 17550, Indonesia 3PT. Trimitra Chitrahasta, Delta Silicon 2 Industrial Estate, West Java 17530, Indonesia 4Agency for the Assessment and Application of Technology, Puspiptek Serpong, Indonesia Abstract: The paper describes a development framework of e-Kanban (electronic Kanban) system for Indonesia automotive mixed- model production line. It is intended to solve problems found during the implementation of traditional kanban system in the subjected company. The traditional kanban system posed inefficiencies in the production line and it has been identified in this paper. The impact is significant in causing delay information for production instruction, loss of kanban cards, inaccurate inventory, and other human- related errors. We also identified that these inefficiencies are also increasing with the increase of product variety and volume in mixed- model production line. The presented framework is the extension of the traditional kanban system that has been running for over one year in the subject company. Design framework objective is to handle all the inefficiencies problem occurred and improve the overall efficiency of material and information flow within the production line. It is a combination of paper-based kanban and software-based kanban system. Paper-based kanban handles the movement of man and material in the production line.
    [Show full text]
  • Agile Methodologies
    Agile Methodologies David E. Bernholdt Oak Ridge National Laboratory Michael A. Heroux, James M. Willenbring Sandia National Laboratories Software Productivity Track, ATPESC 2020 See slide 2 for license details exascaleproject.org License, Citation and Acknowledgements License and Citation • This work is licensed under a Creative Commons Attribution 4.0 International License (CC BY 4.0). • The requested citation the overall tutorial is: David E. Bernholdt, Anshu Dubey, Mark C. Miller, Katherine M. Riley, and James M. Willenbring, Software Productivity Track, in Argonne Training Program for Extreme Scale Computing (ATPESC), August 2020, online. DOI: 10.6084/m9.figshare.12719834 • Individual modules may be cited as Speaker, Module Title, in Software Productivity Track… Acknowledgements • Additional contributors include: Patricia Grubel, Rinku Gupta, Mike Heroux, Alicia Klinvex, Jared O’Neal, David Rogers, Deborah Stevens • This work was supported by the U.S. Department of Energy Office of Science, Office of Advanced Scientific Computing Research (ASCR), and by the Exascale Computing Project (17-SC-20-SC), a collaborative effort of the U.S. Department of Energy Office of Science and the National Nuclear Security Administration. • This work was performed in part at the Argonne National Laboratory, which is managed by UChicago Argonne, LLC for the U.S. Department of Energy under Contract No. DE-AC02-06CH11357. • This work was performed in part at the Oak Ridge National Laboratory, which is managed by UT-Battelle, LLC for the U.S. Department of Energy under Contract No. DE-AC05-00OR22725. • This work was performed in part at the Lawrence Livermore National Laboratory, which is managed by Lawrence Livermore National Security, LLC for the U.S.
    [Show full text]
  • Software Development a Practical Approach!
    Software Development A Practical Approach! Hans-Petter Halvorsen https://www.halvorsen.blog https://halvorsen.blog Software Development A Practical Approach! Hans-Petter Halvorsen Software Development A Practical Approach! Hans-Petter Halvorsen Copyright © 2020 ISBN: 978-82-691106-0-9 Publisher Identifier: 978-82-691106 https://halvorsen.blog ii Preface The main goal with this document: • To give you an overview of what software engineering is • To take you beyond programming to engineering software What is Software Development? It is a complex process to develop modern and professional software today. This document tries to give a brief overview of Software Development. This document tries to focus on a practical approach regarding Software Development. So why do we need System Engineering? Here are some key factors: • Understand Customer Requirements o What does the customer needs (because they may not know it!) o Transform Customer requirements into working software • Planning o How do we reach our goals? o Will we finish within deadline? o Resources o What can go wrong? • Implementation o What kind of platforms and architecture should be used? o Split your work into manageable pieces iii • Quality and Performance o Make sure the software fulfills the customers’ needs We will learn how to build good (i.e. high quality) software, which includes: • Requirements Specification • Technical Design • Good User Experience (UX) • Improved Code Quality and Implementation • Testing • System Documentation • User Documentation • etc. You will find additional resources on this web page: http://www.halvorsen.blog/documents/programming/software_engineering/ iv Information about the author: Hans-Petter Halvorsen The author currently works at the University of South-Eastern Norway.
    [Show full text]
  • Bringing Lean to Life: Making Processes Flow in Healthcare
    NH S Improving Quality BRINGING LEAN TO LIFE Making processes flow in healthcare IMPROVEMENT. PEOPLE. QUALITY. STAFF. DATA. SATcEknPoSw.leLdgEeAmNen. tsPATIENTS. PRODUCTIVITY. IDEAS. This document has been written in partnership by: RZEoë LDord ESIGN. MAPPING. SOLUTIONS. EXPERIENCE. Email: [email protected] Lisa Smith SEmHail:A [email protected] OCESSES. TOOLS. MEASURES. INVOLVEMENT. STRENGTH. SUPPORT. LEARN. CHANGE. TEST. IMPLEMENT. PREPARATION. KNOW-HOW. SCOPE. INNOVATION. FOCUS. ENGAGEMENT. DELIVERY. DIAGNOSIS. LAUNCH. RESOURCES. EVALUATION. NHS. PLANNING. TECHNIQUES. FRAMEWORK. AGREEMENT. UNDERSTAND. IMPLEMENTATION. SUSTAIN. Bringing Lean to Life - Making processes flow in healthcare Contents Introduction - what is the problem in healthcare? 4 Identifying waste 18 What is Lean? 6 Making value flow 21 A3 thinking 7 Understanding pull 22 An example A3 report 8 Understanding Takt time 23 The importance of data and measures 10 Using 5S to improve safety 24 Example statistical process control (SPC) charts 11 Plan, Do, Check, Adjust (PDCA) cycle 25 Current state value stream mapping 12 Continuous improvement 26 Analysing your current state and designing your 14 Value stream mapping symbols 27 future state value stream map Standard work to produce high quality every time 15 Visual management 16 3 4 Bringing Lean to Life - Making processes flow in healthcare Introduction - what is the problem in healthcare? We all come to work to do our very best - to The processes are to blame, not the people This booklet provides a basic introduction and achieve what we are capable of and to add real overview of Lean; the culture, principles and value for our patients and ensure clinical Often, there is ambiguity in how certain tasks tools to understand to enable you to tackle and expertise is supported by process excellence to should be performed – so people work it out for resolve issues within healthcare.
    [Show full text]
  • Takt Time Grouping: a Method to Implement Kanban-Flow Manufacturing in an Unbalanced Process with Moving Constraints Mitchell Alan Millstein University of Missouri-St
    University of Missouri, St. Louis IRL @ UMSL Dissertations UMSL Graduate Works 7-6-2014 Takt Time Grouping: A Method to Implement Kanban-Flow Manufacturing in an Unbalanced Process with Moving Constraints Mitchell Alan Millstein University of Missouri-St. Louis, [email protected] Follow this and additional works at: https://irl.umsl.edu/dissertation Part of the Business Commons Recommended Citation Millstein, Mitchell Alan, "Takt Time Grouping: A Method to Implement Kanban-Flow Manufacturing in an Unbalanced Process with Moving Constraints" (2014). Dissertations. 242. https://irl.umsl.edu/dissertation/242 This Dissertation is brought to you for free and open access by the UMSL Graduate Works at IRL @ UMSL. It has been accepted for inclusion in Dissertations by an authorized administrator of IRL @ UMSL. For more information, please contact [email protected]. Takt Time Grouping A Method to Implement Kanban-Flow Manufacturing in an Unbalanced Process with Moving Constraints & Comparison to One Piece Flow and Drum Buffer Rope: Which is Better, When and Why Mitchell A. Millstein M.B.A, Washington University – St. Louis, MO, 1996 B.S., Engineering, Rutgers University – New Brunswick, NJ, 1988 A Thesis Submitted to The Graduate School at the University of Missouri – St. Louis in partial fulfillment of the requirements for the degree Ph.D. in Business Administration with an emphasis in Logistics and Supply Chain Management Advisory Committee Joseph P. Martinich, Ph.D. Chairperson Robert M. Nauss, Ph.D. L. Douglas Smith, Ph.D. Donald C. Sweeney II, Ph.D. Revision: July 2, 2014 Copyright, Mitchell A. Millstein, 2014 1 Contents Abstract ......................................................................................................................................................... 7 Section 1: Introduction ................................................................................................................................
    [Show full text]
  • Agile Automated Software Testing Into Automotive V-Model Process
    Agile automated software testing into automotive V-Model process: A practical case Xavier Martin Artal Software QA Manager [email protected] es.linkedin.com/pub/xavier-martin/6/a89/723/ Agenda • Introduction • Automotive Trends: Car Connectivity • Car Telematics project Challenges • Use Case Solution: From V-Model to Agile Testing • Results and Conclusions Introduction What is this presentation about? • Expose a practical case of adoption of Agile techniques in automotive testing • Converge Spice automotive V-Model to Agile Spice V-Model Agile • Present Technical Solution adopted: Automation Test Framework • Discuss results and Agile adequacy to Automotive industry Automotive Trends: Vehicle Connectivity Car Telematics • Car Manufacturers start to add 3G/4G capabilities • Connectivity opens new opportunities to develop services for both clients and manufacturers Connectivity Services – Emergency Call – Fleet Management – Car Sharing – Remote Car Diagnostics – Stolen Vehicle Tracking (SVT) – WOTA Update – Dealer Services – User Premium Services Car telematics: eCall • Emergency Call Service for Europe • U.E Council proposes eCall obligatory in European Cars for end 2017 • Automatic call in case of accident or emergency will force car manufacturers to add IVTU to every new car for European Service • Similar regulations for Russia, USA, BRA and PRC Car Telematics Project Challenges What is an iVTU? iVTU = in Vehicle Telematics Unit - Electronic Unit in charge of granting 2G/3G/LTE connectivity to vehicles - Two Main processors architecture:
    [Show full text]