This commit is contained in:
Julien Calixte
2022-09-25 22:56:03 +02:00
parent 19769df538
commit c101944be1
5 changed files with 44 additions and 23 deletions

View File

@@ -1,13 +1,19 @@
---
title: An introduction to feature factory
title: An introduction to the feature factory
layout: post
---
# {title}
From my experience, project failures mainly come by having mistrust between teams. Lead time due to team availability to solve dependencies increases.
From my experience, project failures mainly come from having mistrust between teams. Therefor lead time due to team availability to solve dependencies increases.
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.
A kanban is a way to illustrate the needed interactions between teams to complete a feature.
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'll talk about agility, about lean, about problems.
## Creating a visual feature flow
### Define the steps
## It always comes to **showing**
@@ -17,7 +23,7 @@ In this post, I would like to tell you what helped me, how we succeed to engage
## Showing what next the team has to do
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?
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 for a specific edge case?
Dear developers, how clear is it for you the way you build an app?
@@ -36,4 +42,4 @@ May I ask you some questions?
First, can you name your different step before having your app in production?
<ProductionFlow client:visible />
<production-flow client:visible />