# Delivery Launch

When we launch a new client process it's important that we start it right. We want to demonstrate the way the client can expect us to work for the whole life of the project by being extremely professional and very collaborative and transparent.

The process picks up from the '[Beginning](/the-convivio-cookbook/clients/beginning.md)' phase of the New Client Recipe. Once those steps are completed, we carry on here:

### Project kick off meeting

Organise a project launch meeting with the client team and our team.&#x20;

Objectives of the meeting are;

1. Agreement of the aims of the project, and the contents of the project brief in '{project folder}/10. Project Launch'
2. Identification of any constraints
3. Agree communications channels and project tools
4. Communicate with the delivery team roles and responsibilities, if required arrange a day to work with the product owner to provide peace of mind

### Documentation

Getting documents prepared is key to the smooth running of the project these are all in the directory created in the '[Beginning](/the-convivio-cookbook/clients/beginning.md)' phase.

1. Prepare the project budget spreadsheet with all the details agreed in the contracts
2. Capture details in the 'key people' sheet in '{project folder}/10. Project Launch'
3. Create a project welcome pack to outline a summary of the project, the team, the objectives and where and when meetings are to be held

### Scheduling

1. Book out all the necessary dates for Convivio team members in [our Float Schedule](https://convivio.float.com/)
2. Identify any holiday booked for the Convivio team and also the client team which could pose project risk
3. Agree and book planning, review and retrospective meetings inviting all team members to calendar invites

### Communication

1. Set up communication channels / project tools that we and the client can all use. By default these will be:
   1. Slack for chat
   2. Github repository for code
   3. Jira for project management
   4. Google Drive for documents
2. Set up an email group for the project with the format 'project-{PROJECTNAME}@convivio.team' using the google groups functionality, add all team members and provide permissions for those ouside of convivio
3. Send the project launch email, from the template '{project folder}/10. Project Launch/Project Launch Details'
4. Post that same text in the slack channel and pin it to the channel


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://convivio.gitbook.io/the-convivio-cookbook/client-projects/delivery-launch.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
