@daniel-da-silva-alves/sddk 2.0.0 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (30) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/README.md +21 -4
  3. package/bin/cli.js +4 -4
  4. package/package.json +7 -2
  5. package/sddk/plugin.json +1 -1
  6. package/sddk/skills/code-review/SKILL.md +142 -141
  7. package/sddk/skills/code-review/references/anti-ai-design-patterns.md +90 -90
  8. package/sddk/skills/code-review/references/refactoring-severity-guide.md +60 -60
  9. package/sddk/skills/code-review/references/security-checklist.md +59 -59
  10. package/sddk/skills/fullstack-development/SKILL.md +79 -78
  11. package/sddk/skills/fullstack-development/references/clean-code-rules.md +65 -65
  12. package/sddk/skills/fullstack-development/references/self-review-checklist.md +42 -42
  13. package/sddk/skills/implementation-planning/SKILL.md +65 -64
  14. package/sddk/skills/implementation-planning/references/manual-tests-template.md +53 -53
  15. package/sddk/skills/implementation-planning/references/microtask-template.md +47 -47
  16. package/sddk/skills/software-requirements-specification/SKILL.md +46 -45
  17. package/sddk/skills/software-requirements-specification/references/checklist-template.md +48 -48
  18. package/sddk/skills/software-requirements-specification/references/ieee-830-template.md +94 -94
  19. package/sddk/skills/software-requirements-specification/references/socratic-interview-guide.md +65 -65
  20. package/sddk/skills/system-design-document/SKILL.md +108 -107
  21. package/sddk/skills/system-design-document/references/architecture-patterns.md +59 -59
  22. package/sddk/skills/system-design-document/references/documentation-sources-guide.md +69 -69
  23. package/sddk/skills/system-design-document/references/sdd-template.md +117 -117
  24. package/sddk/skills/system-design-document/references/standards-api-template.md +47 -47
  25. package/sddk/skills/system-design-document/references/standards-architecture-template.md +42 -42
  26. package/sddk/skills/system-design-document/references/standards-coding-template.md +64 -64
  27. package/sddk/skills/system-design-document/references/standards-design-system-template.md +81 -81
  28. package/sddk/skills/system-design-document/references/standards-naming-template.md +59 -59
  29. package/sddk/skills/system-design-document/references/standards-onboarding-guide.md +80 -80
  30. package/sddk/skills/system-design-document/references/tech-stack-analysis.md +37 -37
@@ -1,65 +1,65 @@
1
- # Template de Checklist para Entrevista de Especificação
1
+ # Specification Interview Checklist Template
2
2
 
3
- Use este template para criar o Task artifact no início da entrevista. Adapte os tópicos conforme a natureza da feature (nem todos serão aplicáveis).
3
+ Use this template to create the Task artifact at the beginning of the interview. Adapt the topics according to the nature of the feature (not all will be applicable).
4
4
 
5
- ## Checklist Padrão
5
+ ## Default Checklist
6
6
 
7
7
  ```markdown
8
- # Checklist de Especificação — {Nome da Feature}
8
+ # Specification Checklist — {Feature Name}
9
9
 
10
- ## Contexto Geral
11
- - [ ] Objetivo e propósito da feature
12
- - [ ] Problema de negócio que resolve
13
- - [ ] Escopo (o que está DENTRO e FORA)
10
+ ## General Context
11
+ - [ ] Feature objective and purpose
12
+ - [ ] Business problem it solves
13
+ - [ ] Scope (what's IN and OUT)
14
14
 
15
- ## Atores e Personas
16
- - [ ] Usuários primários (quem usa diretamente)
17
- - [ ] Usuários secundários (afetados indiretamente)
18
- - [ ] Papéis e permissões (admin, user, guest, etc.)
15
+ ## Actors and Personas
16
+ - [ ] Primary users (direct users)
17
+ - [ ] Secondary users (indirectly affected)
18
+ - [ ] Roles and permissions (admin, user, guest, etc.)
19
19
 
20
- ## Requisitos Funcionais
21
- - [ ] Fluxo principal (happy path)
22
- - [ ] Fluxos alternativos
23
- - [ ] Fluxos de exceção / erro
24
- - [ ] Entradas necessárias (dados, formatos, validações)
25
- - [ ] Saídas esperadas (resultados, notificações, estados)
20
+ ## Functional Requirements
21
+ - [ ] Main flow (happy path)
22
+ - [ ] Alternative flows
23
+ - [ ] Exception / error flows
24
+ - [ ] Required inputs (data, formats, validations)
25
+ - [ ] Expected outputs (results, notifications, states)
26
26
 
27
- ## Regras de Negócio
28
- - [ ] Regras de validação
29
- - [ ] Regras de cálculo / processamento
30
- - [ ] Regras de estado / transição
31
- - [ ] Regras de limite / threshold
27
+ ## Business Rules
28
+ - [ ] Validation rules
29
+ - [ ] Calculation / processing rules
30
+ - [ ] State / transition rules
31
+ - [ ] Limit / threshold rules
32
32
 
33
- ## Requisitos Não-Funcionais
34
- - [ ] Performance (tempo de resposta, throughput)
35
- - [ ] Segurança (autenticação, autorização, dados sensíveis)
36
- - [ ] Usabilidade (acessibilidade, responsividade)
37
- - [ ] Confiabilidade (disponibilidade, tolerância a falhas)
33
+ ## Non-Functional Requirements
34
+ - [ ] Performance (response time, throughput)
35
+ - [ ] Security (authentication, authorization, sensitive data)
36
+ - [ ] Usability (accessibility, responsiveness)
37
+ - [ ] Reliability (availability, fault tolerance)
38
38
 
39
39
  ## Interface
40
- - [ ] Telas / componentes visuais necessários
41
- - [ ] Integrações com APIs / serviços externos
42
- - [ ] Eventos / webhooks / notificações
40
+ - [ ] Screens / visual components needed
41
+ - [ ] Integrations with APIs / external services
42
+ - [ ] Events / webhooks / notifications
43
43
 
44
- ## Dependências
45
- - [ ] Dependências com outras features
46
- - [ ] Dependências com serviços externos
47
- - [ ] Dependências com dados pré-existentes
44
+ ## Dependencies
45
+ - [ ] Dependencies with other features
46
+ - [ ] Dependencies with external services
47
+ - [ ] Dependencies with pre-existing data
48
48
 
49
- ## Critérios de Aceitação
50
- - [ ] Critérios mensuráveis para cada requisito funcional
51
- - [ ] Cenários de teste que comprovam o funcionamento
49
+ ## Acceptance Criteria
50
+ - [ ] Measurable criteria for each functional requirement
51
+ - [ ] Test scenarios that prove functionality
52
52
 
53
- ## Restrições e Premissas
54
- - [ ] Restrições técnicas (stack, plataforma, browser)
55
- - [ ] Restrições de negócio (regulatórias, compliance)
56
- - [ ] Premissas assumidas
53
+ ## Constraints and Assumptions
54
+ - [ ] Technical constraints (stack, platform, browser)
55
+ - [ ] Business constraints (regulatory, compliance)
56
+ - [ ] Assumptions made
57
57
  ```
58
58
 
59
- ## Instruções de Uso
59
+ ## Usage Instructions
60
60
 
61
- 1. Ao iniciar a entrevista, crie o Task artifact com este checklist adaptado à feature
62
- 2. Marque `[/]` quando iniciar a discussão de um tópico
63
- 3. Marque `[x]` quando o tópico estiver completamente resolvido (sem ambiguidade)
64
- 4. Adicione sub-itens conforme novos pontos surgirem durante a entrevista
65
- 5. Não remova itensse não aplicável, marque como `[x] N/A — {justificativa}`
61
+ 1. When starting the interview, create the Task artifact with this checklist adapted to the feature
62
+ 2. Mark `[/]` when you begin discussing a topic
63
+ 3. Mark `[x]` when the topic is fully resolved (no ambiguity)
64
+ 4. Add sub-items as new points emerge during the interview
65
+ 5. Do not remove items if not applicable, mark as `[x] N/A — {justification}`
@@ -1,151 +1,151 @@
1
- # Template SRS — IEEE 830 / ISO/IEC/IEEE 29148:2018
1
+ # SRS Template — IEEE 830 / ISO/IEC/IEEE 29148:2018
2
2
 
3
- Use este template como base para gerar o documento SRS. Adapte as seções conforme a complexidade da feature. Nunca remova seçõesse não aplicável, marque como "N/A" com justificativa.
3
+ Use this template as a base to generate the SRS document. Adapt sections according to the feature's complexity. Never remove sectionsif not applicable, mark as "N/A" with justification.
4
4
 
5
5
  ---
6
6
 
7
- ## Estrutura do Documento
7
+ ## Document Structure
8
8
 
9
9
  ```markdown
10
- # Especificação de Requisitos de Software (SRS)
11
- ## {Nome da Feature}
10
+ # Software Requirements Specification (SRS)
11
+ ## {Feature Name}
12
12
 
13
- **Versão**: 1.0
14
- **Data**: {data de criação}
15
- **Projeto**: {nome do projeto}
16
- **Feature**: {nome da feature}
13
+ **Version**: 1.0
14
+ **Date**: {creation date}
15
+ **Project**: {project name}
16
+ **Feature**: {feature name}
17
17
 
18
18
  ---
19
19
 
20
- ## 1. Introdução
20
+ ## 1. Introduction
21
21
 
22
- ### 1.1 Propósito
23
- Descrever o propósito deste documento e qual feature ele especifica.
22
+ ### 1.1 Purpose
23
+ Describe the purpose of this document and which feature it specifies.
24
24
 
25
- ### 1.2 Escopo
26
- Delimitação clara do que esta feature cobre e o que está FORA do escopo.
25
+ ### 1.2 Scope
26
+ Clear delimitation of what this feature covers and what is OUT of scope.
27
27
 
28
- ### 1.3 Definições, Acrônimos e Abreviações
29
- Glossário de termos específicos do domínio usados neste documento.
28
+ ### 1.3 Definitions, Acronyms, and Abbreviations
29
+ Glossary of domain-specific terms used in this document.
30
30
 
31
- ### 1.4 Referências
32
- Documentos externos referenciados (outros SRS, APIs, normas).
31
+ ### 1.4 References
32
+ External documents referenced (other SRS, APIs, standards).
33
33
 
34
- ### 1.5 Visão Geral do Documento
35
- Breve descrição da organização deste documento.
34
+ ### 1.5 Document Overview
35
+ Brief description of how this document is organized.
36
36
 
37
37
  ---
38
38
 
39
- ## 2. Descrição Geral
39
+ ## 2. General Description
40
40
 
41
- ### 2.1 Perspectiva do Produto
42
- Como esta feature se encaixa no sistema maior. Dependências com outros módulos/features.
41
+ ### 2.1 Product Perspective
42
+ How this feature fits into the larger system. Dependencies with other modules/features.
43
43
 
44
- ### 2.2 Funções do Produto
45
- Resumo de alto nível das funcionalidades que a feature provê.
44
+ ### 2.2 Product Functions
45
+ High-level summary of the functionalities the feature provides.
46
46
 
47
- ### 2.3 Características dos Usuários
48
- Personas/atores que interagem com esta feature. Nível técnico esperado.
47
+ ### 2.3 User Characteristics
48
+ Personas/actors that interact with this feature. Expected technical level.
49
49
 
50
- ### 2.4 Restrições
51
- Limitações técnicas, regulatórias ou de negócio.
50
+ ### 2.4 Constraints
51
+ Technical, regulatory, or business limitations.
52
52
 
53
- ### 2.5 Premissas e Dependências
54
- O que está sendo assumido como verdade e depende de fatores externos.
53
+ ### 2.5 Assumptions and Dependencies
54
+ What is being assumed as true and depends on external factors.
55
55
 
56
56
  ---
57
57
 
58
- ## 3. Requisitos Funcionais
58
+ ## 3. Functional Requirements
59
59
 
60
- ### RF-001: {Nome do Requisito}
61
- - **Descrição**: {O que o sistema deve fazer}
62
- - **Entrada**: {Dados de entrada esperados}
63
- - **Processamento**: {Lógica de negócio aplicada}
64
- - **Saída**: {Resultado esperado}
65
- - **Prioridade**: Alta | Média | Baixa
66
- - **Critério de Aceitação**: {Condições mensuráveis para considerar completo}
60
+ ### FR-001: {Requirement Name}
61
+ - **Description**: {What the system must do}
62
+ - **Input**: {Expected input data}
63
+ - **Processing**: {Business logic applied}
64
+ - **Output**: {Expected result}
65
+ - **Priority**: High | Medium | Low
66
+ - **Acceptance Criteria**: {Measurable conditions to consider it complete}
67
67
 
68
- ### RF-002: {Nome do Requisito}
69
- (repetir estrutura para cada requisito funcional)
68
+ ### FR-002: {Requirement Name}
69
+ (repeat structure for each functional requirement)
70
70
 
71
71
  ---
72
72
 
73
- ## 4. Requisitos Não-Funcionais
73
+ ## 4. Non-Functional Requirements
74
74
 
75
75
  ### 4.1 Performance
76
- - Tempo de resposta esperado
77
- - Throughput mínimo
78
- - Limites de carga
79
-
80
- ### 4.2 Segurança
81
- - Requisitos de autenticação/autorização
82
- - Proteção de dados sensíveis
83
- - Conformidade regulatória
84
-
85
- ### 4.3 Usabilidade
86
- - Padrões de acessibilidade (WCAG nível)
87
- - Responsividade (dispositivos alvo)
88
- - Idiomas suportados
89
-
90
- ### 4.4 Confiabilidade
91
- - Disponibilidade esperada
92
- - Tolerância a falhas
93
- - Estratégia de recovery
94
-
95
- ### 4.5 Manutenibilidade
96
- - Padrões de código exigidos
97
- - Cobertura de testes mínima
98
- - Documentação necessária
76
+ - Expected response time
77
+ - Minimum throughput
78
+ - Load limits
79
+
80
+ ### 4.2 Security
81
+ - Authentication/authorization requirements
82
+ - Sensitive data protection
83
+ - Regulatory compliance
84
+
85
+ ### 4.3 Usability
86
+ - Accessibility standards (WCAG level)
87
+ - Responsiveness (target devices)
88
+ - Supported languages
89
+
90
+ ### 4.4 Reliability
91
+ - Expected availability
92
+ - Fault tolerance
93
+ - Recovery strategy
94
+
95
+ ### 4.5 Maintainability
96
+ - Required code standards
97
+ - Minimum test coverage
98
+ - Required documentation
99
99
 
100
100
  ---
101
101
 
102
- ## 5. Regras de Negócio
102
+ ## 5. Business Rules
103
103
 
104
- ### RN-001: {Nome da Regra}
105
- - **Descrição**: {Regra de negócio}
106
- - **Condição**: {Quando se aplica}
107
- - **Ação**: {O que deve acontecer}
108
- - **Exceções**: {Casos onde não se aplica}
104
+ ### BR-001: {Rule Name}
105
+ - **Description**: {Business rule}
106
+ - **Condition**: {When it applies}
107
+ - **Action**: {What must happen}
108
+ - **Exceptions**: {Cases where it doesn't apply}
109
109
 
110
110
  ---
111
111
 
112
- ## 6. Requisitos de Interface
112
+ ## 6. Interface Requirements
113
113
 
114
- ### 6.1 Interfaces de Usuário
115
- Descrição das telas/componentes visuais necessários.
114
+ ### 6.1 User Interfaces
115
+ Description of required screens/visual components.
116
116
 
117
- ### 6.2 Interfaces de Software
118
- APIs, serviços externos, integrações com outros sistemas.
117
+ ### 6.2 Software Interfaces
118
+ APIs, external services, integrations with other systems.
119
119
 
120
- ### 6.3 Interfaces de Hardware
121
- Dispositivos, sensores, periféricos (se aplicável).
120
+ ### 6.3 Hardware Interfaces
121
+ Devices, sensors, peripherals (if applicable).
122
122
 
123
123
  ---
124
124
 
125
- ## 7. Matriz de Rastreabilidade
125
+ ## 7. Traceability Matrix
126
126
 
127
- | ID Requisito | Regra de Negócio | Critério de Aceitação | Prioridade |
127
+ | Requirement ID | Business Rule | Acceptance Criteria | Priority |
128
128
  |:---|:---|:---|:---|
129
- | RF-001 | RN-001 | CA-001 | Alta |
129
+ | FR-001 | BR-001 | AC-001 | High |
130
130
 
131
131
  ---
132
132
 
133
- ## 8. Apêndices
133
+ ## 8. Appendices
134
134
 
135
- ### 8.1 Diagrama de Casos de Uso
136
- (se aplicável)
135
+ ### 8.1 Use Case Diagram
136
+ (if applicable)
137
137
 
138
- ### 8.2 Protótipos / Wireframes
139
- (referências a mockups, se existirem)
138
+ ### 8.2 Prototypes / Wireframes
139
+ (references to mockups, if they exist)
140
140
 
141
- ### 8.3 Perguntas em Aberto
142
- (questões não resolvidas que precisam de follow-up)
141
+ ### 8.3 Open Questions
142
+ (unresolved questions that need follow-up)
143
143
  ```
144
144
 
145
- ## Regras de Preenchimento
145
+ ## Filling Rules
146
146
 
147
- 1. **Cada requisito funcional DEVE ter critério de aceitação** — sem exceção
148
- 2. **Requisitos devem ser testáveis** — se não pode ser verificado, não é um requisito válido
149
- 3. **Use voz ativa** — "O sistema DEVE..." e não "Seria bom se o sistema..."
150
- 4. **Priorize com MoSCoW** — Must/Should/Could/Won't ou Alta/Média/Baixa
151
- 5. **IDs sequenciais** — RF-001, RF-002... / RN-001, RN-002... para rastreabilidade
147
+ 1. **Each functional requirement MUST have acceptance criteria** — no exceptions
148
+ 2. **Requirements must be testable** — if it can't be verified, it's not a valid requirement
149
+ 3. **Use active voice** — "The system SHALL..." not "It would be nice if the system..."
150
+ 4. **Prioritize with MoSCoW** — Must/Should/Could/Won't or High/Medium/Low
151
+ 5. **Sequential IDs** — FR-001, FR-002... / BR-001, BR-002... for traceability
@@ -1,96 +1,96 @@
1
- # Guia de Entrevista Socrática para Levantamento de Requisitos
1
+ # Socratic Interview Guide for Requirements Gathering
2
2
 
3
- ## Princípios do Pensamento Socrático Aplicado
3
+ ## Principles of Applied Socratic Thinking
4
4
 
5
- A entrevista socrática não busca respostas diretasbusca **clareza de pensamento**. O objetivo é guiar o stakeholder a articular exatamente o que precisa, eliminando suposições implícitas.
5
+ The Socratic interview does not seek direct answers it seeks **clarity of thought**. The goal is to guide the stakeholder to articulate exactly what they need, eliminating implicit assumptions.
6
6
 
7
- ### Técnicas Fundamentais
7
+ ### Fundamental Techniques
8
8
 
9
- #### 1. Pergunta Clarificadora
10
- Usada quando uma resposta é vaga ou usa termos ambíguos.
9
+ #### 1. Clarifying Question
10
+ Used when an answer is vague or uses ambiguous terms.
11
11
 
12
- **Padrão**: "Quando você diz '{termo}', o que exatamente isso significa neste contexto?"
12
+ **Pattern**: "When you say '{term}', what exactly does that mean in this context?"
13
13
 
14
- **Exemplos**:
15
- - Usuário: "O login deve ser seguro"
16
- - Agente: "Quando você diz 'seguro', você está se referindo a: autenticação multifator, criptografia de senhas, proteção contra brute force, ou todas essas?"
14
+ **Examples**:
15
+ - User: "The login should be secure"
16
+ - Agent: "When you say 'secure', are you referring to: multi-factor authentication, password encryption, brute force protection, or all of these?"
17
17
 
18
- #### 2. Pergunta de Suposição
19
- Usada para expor premissas não declaradas.
18
+ #### 2. Assumption Question
19
+ Used to expose undeclared assumptions.
20
20
 
21
- **Padrão**: "Você está assumindo que {premissa}. Essa premissa é válida?"
21
+ **Pattern**: "You're assuming that {assumption}. Is this assumption valid?"
22
22
 
23
- **Exemplos**:
24
- - Usuário: "O usuário faz login e acessa o dashboard"
25
- - Agente: "Você está assumindo que existe apenas um tipo de usuário. Existem diferentes papéis (admin, operador, visitante) com acessos diferentes?"
23
+ **Examples**:
24
+ - User: "The user logs in and accesses the dashboard"
25
+ - Agent: "You're assuming there's only one type of user. Are there different roles (admin, operator, visitor) with different access levels?"
26
26
 
27
- #### 3. Pergunta de Contraponto
28
- Usada para testar a robustez de um requisito propondo cenários contrários.
27
+ #### 3. Counterpoint Question
28
+ Used to test the robustness of a requirement by proposing contrary scenarios.
29
29
 
30
- **Padrão**: "E se {cenário oposto ou edge case} acontecer? Como o sistema deve reagir?"
30
+ **Pattern**: "What if {opposite scenario or edge case} happens? How should the system react?"
31
31
 
32
- **Exemplos**:
33
- - Usuário: "O sistema envia um email de confirmação"
34
- - Agente: "E se o email for inválido? E se o servidor de email estiver fora do ar? O usuário fica bloqueado ou pode prosseguir?"
32
+ **Examples**:
33
+ - User: "The system sends a confirmation email"
34
+ - Agent: "What if the email is invalid? What if the email server is down? Is the user blocked or can they proceed?"
35
35
 
36
- #### 4. Pergunta de Consequência
37
- Usada para explorar impactos de uma decisão.
36
+ #### 4. Consequence Question
37
+ Used to explore the impacts of a decision.
38
38
 
39
- **Padrão**: "Se implementarmos {decisão}, qual seria o impacto em {aspecto relacionado}?"
39
+ **Pattern**: "If we implement {decision}, what would be the impact on {related aspect}?"
40
40
 
41
- **Exemplos**:
42
- - Usuário: "Quero que o sistema permita upload de arquivos ilimitados"
43
- - Agente: "Se permitirmos uploads ilimitados, qual seria o impacto no custo de armazenamento e na performance do sistema? Devemos ter um limite por usuário?"
41
+ **Examples**:
42
+ - User: "I want the system to allow unlimited file uploads"
43
+ - Agent: "If we allow unlimited uploads, what would be the impact on storage costs and system performance? Should we have a per-user limit?"
44
44
 
45
- #### 5. Pergunta de Priorização
46
- Usada para rankear requisitos quando muitos.
45
+ #### 5. Prioritization Question
46
+ Used to rank requirements when there are many.
47
47
 
48
- **Padrão**: "Se você tivesse que lançar amanhã com apenas 3 funcionalidades, quais seriam?"
48
+ **Pattern**: "If you had to launch tomorrow with only 3 features, which would they be?"
49
49
 
50
50
  ---
51
51
 
52
- ## Fluxo da Entrevista
52
+ ## Interview Flow
53
53
 
54
- ### Abertura (1-2 perguntas)
55
- Objetivo: Entender o contexto geral da feature.
54
+ ### Opening (1-2 questions)
55
+ Goal: Understand the general context of the feature.
56
56
 
57
- - "Descreva em uma frase o que essa feature deve fazer"
58
- - "Quem são os principais usuários dessa feature?"
59
- - "Qual problema de negócio essa feature resolve?"
57
+ - "Describe in one sentence what this feature should do"
58
+ - "Who are the main users of this feature?"
59
+ - "What business problem does this feature solve?"
60
60
 
61
- ### Aprofundamento (N perguntas por tópico)
62
- Objetivo: Detalhar cada aspecto do checklist.
61
+ ### Deep Dive (N questions per topic)
62
+ Goal: Detail each aspect of the checklist.
63
63
 
64
- Para cada tópico do checklist:
65
- 1. Pergunte abertamente primeiro
66
- 2. Use perguntas clarificadoras para respostas vagas
67
- 3. Use perguntas de contraponto para edge cases
68
- 4. Use perguntas de suposição para premissas implícitas
69
- 5. Marque como `[x]` quando inequívoco
64
+ For each checklist topic:
65
+ 1. Ask openly first
66
+ 2. Use clarifying questions for vague answers
67
+ 3. Use counterpoint questions for edge cases
68
+ 4. Use assumption questions for implicit premises
69
+ 5. Mark as `[x]` when unambiguous
70
70
 
71
- ### Validação (2-3 perguntas finais)
72
- Objetivo: Garantir completude antes de gerar o documento.
71
+ ### Validation (2-3 final questions)
72
+ Goal: Ensure completeness before generating the document.
73
73
 
74
- - "Revisando tudo que discutimos, algum cenário que não cobrimos?"
75
- - "Existe alguma integração com sistema externo que não mencionamos?"
76
- - " alguma restrição regulatória ou de compliance que afeta essa feature?"
74
+ - "Reviewing everything we discussed, are there any scenarios we didn't cover?"
75
+ - "Is there any integration with an external system that we didn't mention?"
76
+ - "Are there any regulatory or compliance restrictions that affect this feature?"
77
77
 
78
78
  ---
79
79
 
80
- ## Sinais de Alerta (Não Aceitar)
80
+ ## Warning Signs (Do Not Accept)
81
81
 
82
- | Sinal | Ação |
82
+ | Signal | Action |
83
83
  |:---|:---|
84
- | "Depois a gente isso" | Insistirdecisão adiada vira bug |
85
- | "É óbvio que..." | Questionaro óbvio do stakeholder pode não ser do dev |
86
- | "Algo parecido com o sistema X" | Pedir detalhes — "parecido" é ambíguo |
87
- | "O usual" / "O padrão" | Definir explicitamente o que é "padrão" neste contexto |
88
- | Requisitos contraditórios | Apontar a contradição e pedir resolução |
89
-
90
- ## Quando Encerrar um Tópico
91
-
92
- Um tópico está **concluído** quando:
93
- - A resposta é específica e mensurável
94
- - Não interpretação alternativa possível
95
- - O critério de aceitação é verificável
96
- - Edge cases foram cobertos
84
+ | "We'll figure that out later" | Insistdeferred decisions become bugs |
85
+ | "It's obvious that..." | Questionwhat's obvious to the stakeholder may not be to the developer |
86
+ | "Something similar to system X" | Ask for details — "similar" is ambiguous |
87
+ | "The usual" / "The standard" | Explicitly define what "standard" means in this context |
88
+ | Contradictory requirements | Point out the contradiction and request resolution |
89
+
90
+ ## When to Close a Topic
91
+
92
+ A topic is **complete** when:
93
+ - The answer is specific and measurable
94
+ - There is no alternative interpretation possible
95
+ - The acceptance criterion is verifiable
96
+ - Edge cases have been covered