<?xml version="1.0" encoding="UTF-8"?>
<Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:html="http://www.w3.org/TR/REC-html40" xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet">
  <Styles>
    <Style ss:ID="Default" ss:Name="Normal">
      <Alignment ss:Vertical="Bottom"/>
      <Borders/>
      <Font ss:FontName="Verdana"/>
      <Interior/>
      <NumberFormat/>
      <Protection/>
    </Style>
    <Style ss:ID="s25">
      <Alignment ss:Horizontal="Center" ss:Vertical="Bottom"/>
      <Font ss:FontName="Verdana" ss:Bold="1"/>
    </Style>
  </Styles>
  <Worksheet ss:Name="Lo que salió bien">
    <Table ss:DefaultColumnWidth="100" ss:DefaultRowHeight="15">
      <Row>
        <Cell ss:StyleID="s25" ss:MergeAcross="1">
          <Data ss:Type="String">Lo que salió bien</Data>
        </Cell>
      </Row>
      <Row>
        <Cell>
          <Data ss:Type="String">Point</Data>
        </Cell>
        <Cell>
          <Data ss:Type="String">Votes</Data>
        </Cell>
      </Row>
      <Row>
        <Cell>
          <Data ss:Type="String">En los encuentros sincrónicos, fuimos resolviendo los puntos asignados para el sprint 0 entre  los participantes del meeting.</Data>
        </Cell>
        <Cell>
          <Data ss:Type="Number">3</Data>
        </Cell>
      </Row>
      <Row>
        <Cell>
          <Data ss:Type="String">Terminamos el sprint 0 antes de la fecha de cierre.</Data>
        </Cell>
        <Cell>
          <Data ss:Type="Number">3</Data>
        </Cell>
      </Row>
      <Row>
        <Cell>
          <Data ss:Type="String">Comunicación</Data>
        </Cell>
        <Cell>
          <Data ss:Type="Number">0</Data>
        </Cell>
      </Row>
    </Table>
  </Worksheet>
  <Worksheet ss:Name="Lo que podemos mejorar">
    <Table ss:DefaultColumnWidth="100" ss:DefaultRowHeight="15">
      <Row>
        <Cell ss:StyleID="s25" ss:MergeAcross="1">
          <Data ss:Type="String">Lo que podemos mejorar</Data>
        </Cell>
      </Row>
      <Row>
        <Cell>
          <Data ss:Type="String">Point</Data>
        </Cell>
        <Cell>
          <Data ss:Type="String">Votes</Data>
        </Cell>
      </Row>
      <Row>
        <Cell>
          <Data ss:Type="String">Encontrar una mejor forma de delegar y no sobrecargar al scrum master.</Data>
        </Cell>
        <Cell>
          <Data ss:Type="Number">3</Data>
        </Cell>
      </Row>
    </Table>
  </Worksheet>
  <Worksheet ss:Name="Plan de acción">
    <Table ss:DefaultColumnWidth="100" ss:DefaultRowHeight="15">
      <Row>
        <Cell ss:StyleID="s25" ss:MergeAcross="1">
          <Data ss:Type="String">Plan de acción</Data>
        </Cell>
      </Row>
      <Row>
        <Cell>
          <Data ss:Type="String">Point</Data>
        </Cell>
        <Cell>
          <Data ss:Type="String">Votes</Data>
        </Cell>
      </Row>
      <Row>
        <Cell>
          <Data ss:Type="String">Definir la mejor forma para la división de tareas.</Data>
        </Cell>
        <Cell>
          <Data ss:Type="Number">2</Data>
        </Cell>
      </Row>
    </Table>
  </Worksheet>
</Workbook>
