···11+---
22+title: An introduction to feature factory
33+layout: post
44+---
55+66+# {title}
77+88+From my experience, project failures mainly come by having mistrust between teams. Lead time due to team availability to solve dependencies increases.
99+1010+In this post, I would like to tell you what helped me, how we succeed to engage all the skills needed to develop a product. We will talk about agility, lean.
1111+1212+## It always comes to **showing**
1313+1414+## Showing where we are
1515+1616+## Showing where are the problems
1717+1818+## Showing what next the team has to do
1919+2020+Talking is hard, comprehension between two people is hard. How many times a developper came back to the product owner to ask a few questions left in his ticket? How many times a designer was asked to update a design to see how the app will react in case of an edge case?
2121+2222+Dear developers, how clear is it for you the way you build an app?
2323+2424+You may answer "Easy! There are few steps:"
2525+2626+1. Talking to the client
2727+2. Getting the design
2828+3. Coding
2929+4. deploying to users
3030+3131+But how exactly? What does "talking to the client" really mean? And "coding" ?
3232+3333+In lean, one particular important concept is **Visual Management**: *doing by seeing*. For that, we want to be clear on how we work.
3434+3535+May I ask you some questions?
3636+3737+First, can you name your different step before having your app in production?
3838+3939+<ProductionFlow client:visible />
-25
src/pages/posts/production-flow.mdx
···11----
22-title: An introduction to production flow
33-layout: post
44----
55-66-# {title}
77-88-Dear developers, how clear is it for you the way you build an app?
99-1010-You may answer "Easy! There are few steps:"
1111-1212-1. Talking to the client
1313-2. Getting the design
1414-3. Coding
1515-4. deploying to users
1616-1717-But how exactly? What does "talking to the client" really mean? And "coding" ?
1818-1919-In lean, one particular important concept is **Visual Management**: *doing by seeing*. For that, we want to be clear on how we work.
2020-2121-May I ask you some questions?
2222-2323-First, can you name your different step before having your app in production?
2424-2525-<ProductionFlow client:visible />