Engineering Notebook

Contact

Start with the business problem.

Send the context, the workflow, the constraints and what needs to become easier. The first useful output is usually a clearer model of the problem.

First conversation
flowchart LR
  A[Business problem] --> B[Short conversation]
  B --> C[Workflow map]
  C --> D[Technical options]
  D --> E[Next step]