I'll send a status update before the stand-up.
Vou enviar uma atualização de status antes da daily.Aula
Revisão e expansão dos tempos verbais
Nível: B1
Objetivo
Escolher o tempo verbal adequado (present simple/continuous, past simple/continuous e formas de futuro) ao escrever status updates, descrever o trabalho em andamento e planejar entregas em reuniões.
Explicação
Em status updates e planejamento, cada tempo carrega um significado diferente. Escolher o tempo certo ajuda a equipe a entender se algo é rotina, ação em andamento, fato concluído ou plano.
Present simple descreve rotinas, fatos permanentes e itens recorrentes do plano. Use para o que a equipe faz toda semana, padrões de serviço ou reuniões marcadas: `The stand-up runs every day at 9:30.`, `The API serves 2k requests per minute.` Em status, também descreve responsabilidades: `I own the billing pipeline.`
Present continuous marca ação acontecendo agora, tendência temporária ou foco do momento. É o tempo natural para dizer o que você está fazendo esta semana: `I'm migrating the auth service.`, `We're seeing intermittent timeouts in staging.` Não use para ações rotineiras: `I'm working from home` é temporário, mas `I work from home` é um fato.
Past simple fecha um ciclo. Use para relatar o que terminou em um momento específico: `I shipped the fix yesterday.`, `The build failed at 14:02.`, `We reviewed the PR this morning.` É o tempo-padrão para resumir o que já foi entregue.
Past continuous descreve o que estava em andamento em volta de outro evento passado. Ele explica o cenário: `I was running the migration when the alert fired.`, `The team was waiting for the green build.` Combine com past simple: a ação longa em past continuous e a curta em past simple.
Future forms se dividem em três famílias:
- will para decisões espontâneas, previsões e promessas: `I'll take the on-call shift.`, `The release will probably slip a day.`
- going to para planos já decididos ou conclusões com base em evidência atual: `We're going to refactor the queue next sprint.`, `The metrics are dropping, so we're going to roll back.`
- present continuous para arranjos fixos com data ou hora: `I'm deploying tomorrow at 10 a.m.`, `We're meeting with security on Friday.` Se há um calendário concreto, use present continuous; se é intenção, use going to; se for no momento, use will.
Conecte períodos com conectores para deixar a linha do tempo clara: `yesterday`, `earlier today`, `right now`, `this week`, `tomorrow`, `next sprint`. Em uma boa atualização, o leitor entende em qual janela cada frase está: `I shipped X yesterday. I'm wrapping up Y today. I'll start Z tomorrow.`
Em opiniões técnicas, prefira `I think`, `I believe`, `I'd say` seguidos de uma justificativa no present simple ou will: `I think we should rollback`, `I'd say the risk is low`.
Exemplos
| Inglês | Tradução | Observação |
|---|---|---|
| I own the billing pipeline, so I usually lead the incident review. | Eu sou responsável pelo pipeline de cobrança, então geralmente conduzo a revisão do incidente. | Present simple para responsabilidade e rotina. |
| We're seeing intermittent timeouts in staging right now. | Estamos vendo timeouts intermitentes em staging neste momento. | Present continuous para tendência temporária no momento atual. |
| I shipped the fix yesterday and reopened the ticket this morning. | Eu enviei a correção ontem e reabri o ticket hoje cedo. | Past simple para ações concluídas com marcador de tempo. |
| I was running the migration when the build failed. | Eu estava executando a migração quando o build falhou. | Past continuous descreve o cenário em volta do past simple. |
| I'll take the on-call shift tonight, and I'm deploying tomorrow at 10. | Eu vou pegar o plantão esta noite, e estou fazendo o deploy amanhã às 10. | Will para decisão espontânea; present continuous para horário agendado. |
| We're going to refactor the queue next sprint because the metrics are dropping. | Vamos refatorar a fila no próximo sprint porque as métricas estão caindo. | Going to para plano já decidido, ancorado em evidência atual. |
| I think we should roll back, but I'd say the risk is low if we add a flag. | Acho que devemos voltar atrás, mas eu diria que o risco é baixo se adicionarmos uma flag. | I think / I'd say introduzem opinião; should e is ficam no present simple. |
Erros comuns
- Misturar present continuous com rotinas: `I'm owning the billing pipeline` deve ser `I own the billing pipeline`.
- Usar will em vez de present continuous para algo com data marcada: `I will deploy tomorrow at 10` soa como decisão espontânea; prefira `I'm deploying tomorrow at 10`.
- Trocar going to por will em planos decididos: `I will refactor the queue next sprint` perde a ideia de plano; prefira `I'm going to refactor the queue next sprint`.
- Esquecer o past continuous para o cenário: `I ran the migration when the build failed` vira duas ações curtas; use `I was running the migration when the build failed`.
- Esquecer a terminação em he/she/it: `She own the pipeline` deve ser `She owns the pipeline`.
- Confundir `will` e `would` em pedidos: `I will appreciate a review` deve ser `I would appreciate a review`.
Prática guiada
Construa uma mini status update misturando os tempos:
- Rotina: `I ___ (own) the data ingestion job.` → `I own the data ingestion job.`
- Em andamento: `I ___ (work) on the indexing bug this week.` → `I'm working on the indexing bug this week.`
- Concluído: `I ___ (close) three tickets yesterday.` → `I closed three tickets yesterday.`
- Cenário passado: `I ___ (debug) the issue when the alert went off.` → `I was debugging the issue when the alert went off.`
- Plano decidido: `We ___ (roll back) the change in the next hour.` → `We're going to roll back the change in the next hour.`
- Horário fixo: `I ___ (deploy) the patch at 14:00.` → `I'm deploying the patch at 14:00.`
- Decisão no momento: `I ___ (handle) the customer email.` → `I'll handle the customer email.`
Releia a sequência: cada frase cai em uma janela de tempo diferente, e o leitor consegue seguir a linha do tempo sem perguntar.
Resumo
Present simple para rotinas e fatos; present continuous para ações em andamento e tendências; past simple para concluídos; past continuous para o cenário em volta do past simple; will para decisões espontâneas; going to para planos decididos; present continuous para arranjos com data marcada. Em status updates, combine janelas de tempo com conectores e abra espaço para opinião com I think / I'd say.
Vocabulário
Palavras principais
The stand-up runs every morning at 9:30.
A daily acontece toda manhã às 9h30.We're going to ship the feature next sprint.
Vamos entregar a feature no próximo sprint.I'm deploying the patch at 10 a.m.
Estou fazendo o deploy do patch às 10h.We're going to roll back the release if the error rate climbs.
Vamos reverter a release se a taxa de erro subir.I shipped the fix yesterday.
Entreguei a correção ontem.I'm blocked on the review from security.
Estou bloqueado pela revisão do security.Can you unblock the merge today?
Você consegue desbloquear o merge hoje?I own the on-call rotation.
Sou responsável pela rotação do plantão.I'm wrapping up the tests this afternoon.
Estou finalizando os testes esta tarde.I'll pick up the customer ticket.
Vou assumir o ticket do cliente.The migration is on track for Friday.
A migração está no caminho certo para sexta.The release will probably slip a day.
A release provavelmente vai atrasar um dia.There's an ongoing investigation into the outage.
Há uma investigação em andamento sobre a queda.We're cutting the release on Thursday.
Vamos cortar a release na quinta.We shipped the change behind a feature flag.
Entregamos a mudança atrás de uma feature flag.I estimate the fix will take two days.
Eu estimo que a correção levará dois dias.I'll follow up with the customer tomorrow.
Vou dar seguimento com o cliente amanhã.História
História: Revisão e expansão dos tempos verbais
Nível: B1
História em inglês
Drafting the status update
On Monday morning, Priya sat down to write her weekly status update before the stand-up. She owns the payments service, so she usually leads the incident review and keeps the team aligned. Right now, she's migrating the legacy queue to a new indexing library, and the work is on track for Friday. Last week, she shipped two hotfixes and closed the long-running security ticket that had been blocking the team. I think the migration is the right call, but I'd say we still need a rollback plan before we cut the release.
An incident interrupts the plan
On Tuesday, the team was running the canary deploy when the error rate started climbing in production. The monitoring alert fired at 10:14 a.m., and everyone joined the incident channel within minutes. Priya was reviewing the new dashboards when the alert popped up, so she switched context and started triaging. The canary failed, the canary was rolled back, and the team confirmed that the regression came from the indexing change. By 11:30 a.m., the team had stabilized the system and the error rate was back to normal.
Resetting the plan
After the incident, Priya updated the status document and added a new section for the rollback plan. She wrote, "I was running the canary when the error rate spiked, so we rolled back to the previous build." Then she added, "We're going to ship the indexing change behind a feature flag and turn it on for ten percent of traffic." She also wrote, "I'm deploying the fix tomorrow at 9 a.m., and I'll follow up with the customer after the canary." She closed the status update with, "I think we're in a good place, but I'd like another pair of eyes on the rollback script before we go."
Wednesday's stand-up
At the stand-up on Wednesday, Priya shared the new status update and walked the team through the changes. She reminded everyone that the release is on track for Friday, but the rollout will happen in two waves. One teammate asked whether they were going to skip the second wave if the metrics stayed healthy, and Priya said yes. By the end of the stand-up, the team had agreed on the next steps and updated the shared checklist. Priya closed the meeting by saying, "I'll send a final status update on Thursday night, and we'll cut the release at 10 a.m. on Friday."
Tradução linha por linha
| Inglês | Tradução |
|---|---|
| On Monday morning, Priya sat down to write her weekly status update before the stand-up. | Na manhã de segunda-feira, Priya se sentou para escrever sua atualização de status semanal antes da daily. |
| She owns the payments service, so she usually leads the incident review and keeps the team aligned. | Ela é responsável pelo serviço de pagamentos, então geralmente conduz a revisão de incidentes e mantém a equipe alinhada. |
| Right now, she's migrating the legacy queue to a new indexing library, and the work is on track for Friday. | Neste momento, ela está migrando a fila legada para uma nova biblioteca de indexação, e o trabalho está no caminho certo para sexta. |
| Last week, she shipped two hotfixes and closed the long-running security ticket that had been blocking the team. | Semana passada, ela entregou dois hotfixes e fechou o ticket de segurança antigo que estava bloqueando a equipe. |
| I think the migration is the right call, but I'd say we still need a rollback plan before we cut the release. | Eu acho que a migração é a decisão certa, mas eu diria que ainda precisamos de um plano de rollback antes de cortar a release. |
| On Tuesday, the team was running the canary deploy when the error rate started climbing in production. | Na terça-feira, a equipe estava executando o deploy canário quando a taxa de erro começou a subir em produção. |
| The monitoring alert fired at 10:14 a.m., and everyone joined the incident channel within minutes. | O alerta de monitoramento disparou às 10h14, e todos entraram no canal de incidente em poucos minutos. |
| Priya was reviewing the new dashboards when the alert popped up, so she switched context and started triaging. | Priya estava revisando os novos dashboards quando o alerta apareceu, então ela mudou o foco e começou a fazer a triagem. |
| The canary failed, the canary was rolled back, and the team confirmed that the regression came from the indexing change. | O canário falhou, foi revertido, e a equipe confirmou que a regressão veio da mudança de indexação. |
| By 11:30 a.m., the team had stabilized the system and the error rate was back to normal. | Às 11h30, a equipe tinha estabilizado o sistema e a taxa de erro voltou ao normal. |
| After the incident, Priya updated the status document and added a new section for the rollback plan. | Depois do incidente, Priya atualizou o documento de status e adicionou uma nova seção para o plano de rollback. |
| She wrote, "I was running the canary when the error rate spiked, so we rolled back to the previous build." | Ela escreveu: "Eu estava executando o canário quando a taxa de erro subiu, então revertemos para o build anterior." |
| Then she added, "We're going to ship the indexing change behind a feature flag and turn it on for ten percent of traffic." | Então ela adicionou: "Vamos entregar a mudança de indexação atrás de uma feature flag e ativá-la para dez por cento do tráfego." |
| She also wrote, "I'm deploying the fix tomorrow at 9 a.m., and I'll follow up with the customer after the canary." | Ela também escreveu: "Estou fazendo o deploy da correção amanhã às 9h, e vou dar seguimento com o cliente depois do canário." |
| She closed the status update with, "I think we're in a good place, but I'd like another pair of eyes on the rollback script before we go." | Ela fechou a atualização com: "Acho que estamos em um bom lugar, mas eu gostaria de mais um par de olhos no script de rollback antes de seguir." |
| At the stand-up on Wednesday, Priya shared the new status update and walked the team through the changes. | Na daily de quarta-feira, Priya compartilhou a nova atualização de status e guiou a equipe pelas mudanças. |
| She reminded everyone that the release is on track for Friday, but the rollout will happen in two waves. | Ela lembrou a todos que a release está no caminho certo para sexta, mas o rollout vai acontecer em duas ondas. |
| One teammate asked whether they were going to skip the second wave if the metrics stayed healthy, and Priya said yes. | Um colega perguntou se iam pular a segunda onda se as métricas continuassem saudáveis, e Priya disse que sim. |
| By the end of the stand-up, the team had agreed on the next steps and updated the shared checklist. | Ao fim da daily, a equipe tinha concordado com os próximos passos e atualizado a checklist compartilhada. |
| Priya closed the meeting by saying, "I'll send a final status update on Thursday night, and we'll cut the release at 10 a.m. on Friday." | Priya encerrou a reunião dizendo: "Vou enviar uma atualização final na quinta à noite, e vamos cortar a release às 10h de sexta." |
Notas de vocabulário
- status update = documento ou mensagem curta compartilhada antes da daily
- own = ser o responsável direto por um serviço ou pipeline
- on track for Friday = no caminho para entregar na sexta; expressão fixa
- shipped two hotfixes = entregou dois hotfixes; past simple para ações concluídas na semana
- I think / I'd say = marcadores de opinião; o verbo da opinião fica no present simple ou com will
- was running the canary = cenário em past continuous; a ação curta vem em past simple
- rolled back = past simple do verbo composto roll back; conclui a reversão
- We're going to ship = plano já decidido com going to; reforço do cronograma
- I'm deploying the fix tomorrow at 9 a.m. = present continuous como arranjo futuro com horário marcado
- follow up with the customer = expressão para retomar contato e dar continuidade
- another pair of eyes = expressão idiomática para pedir mais uma revisão
Perguntas de compreensão
- Which service does Priya own?
- What is Priya migrating this week, and when is the work expected to finish?
- What had Priya done the week before the incident?
- What was happening on Tuesday when the alert fired?
- What did the team do after the canary failed?
- Why does Priya want to ship the indexing change behind a feature flag?
- When is Priya deploying the fix, and what will she do after the canary?
- What does Priya ask the team to do before they cut the release?
- What did the team agree on at the end of the stand-up?
- When does Priya plan to cut the release?
Prática com a história
- Reescreva no cenário passado: Priya wrote the status update. The alert popped up.
- Transforme o plano em going to: We will cut the release on Friday at 10 a.m.
- Converta para arranjo marcado: I will deploy the patch at 9 a.m.
- Complete com a rotina: The team ___ (hold) a stand-up every morning at 9:30.
- Dê uma opinião: I think we should ___ (roll back) the change.
Prática
Exercícios e teste
A próxima melhoria é transformar esses arquivos em perguntas com resposta no navegador. Por enquanto, esta página já organiza o estudo e permite seguir a aula inteira sem abrir os arquivos manualmente.