@onion-architect-ai/cli 4.1.0-beta.1 → 4.1.0-beta.2
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.
- package/dist/cli.js +8 -7
- package/dist/cli.js.map +1 -1
- package/package.json +4 -3
- package/templates/.cursor/agents/compliance/iso-22301-specialist.md +917 -0
- package/templates/.cursor/agents/compliance/iso-27001-specialist.md +641 -0
- package/templates/.cursor/agents/compliance/pmbok-specialist.md +669 -0
- package/templates/.cursor/agents/compliance/security-information-master.md +824 -0
- package/templates/.cursor/agents/compliance/soc2-specialist.md +818 -0
- package/templates/.cursor/agents/deployment/docker-specialist.md +1192 -0
- package/templates/.cursor/agents/meta/agent-creator-specialist.md +1135 -0
- package/templates/.cursor/agents/meta/command-creator-specialist.md +1519 -0
- package/templates/.cursor/agents/meta/metaspec-gate-keeper.md +240 -0
- package/templates/.cursor/agents/meta/onion.md +753 -0
- package/templates/.cursor/agents/research/research-agent.md +292 -0
- package/templates/.cursor/agents/review/corporate-compliance-specialist.md +370 -0
- package/templates/.cursor/commands/common/prompts/README.md +187 -0
- package/templates/.cursor/commands/common/prompts/clickup-patterns.md +144 -0
- package/templates/.cursor/commands/common/prompts/code-review-checklist.md +168 -0
- package/templates/.cursor/commands/common/prompts/git-workflow-patterns.md +235 -0
- package/templates/.cursor/commands/common/prompts/output-formats.md +240 -0
- package/templates/.cursor/commands/common/prompts/technical.md +172 -0
- package/templates/.cursor/commands/common/prompts/validation-rules.md +173 -0
- package/templates/.cursor/commands/common/templates/abstraction-template.md +400 -0
- package/templates/.cursor/commands/common/templates/agent-template.md +353 -0
- package/templates/.cursor/commands/common/templates/business_context_template.md +748 -0
- package/templates/.cursor/commands/common/templates/command-template.md +273 -0
- package/templates/.cursor/commands/common/templates/technical_context_template.md +526 -0
- package/templates/.cursor/commands/development/runflow-dev.md +465 -0
- package/templates/.cursor/commands/docs/build-compliance-docs.md +143 -0
- package/templates/.cursor/commands/git/README.md +606 -0
- package/templates/.cursor/commands/meta/all-tools.md +50 -0
- package/templates/.cursor/commands/meta/analyze-complex-problem.md +186 -0
- package/templates/.cursor/commands/meta/create-abstraction.md +859 -0
- package/templates/.cursor/commands/meta/create-agent-express.md +83 -0
- package/templates/.cursor/commands/meta/create-agent.md +210 -0
- package/templates/.cursor/commands/meta/create-command.md +203 -0
- package/templates/.cursor/commands/meta/create-knowledge-base.md +143 -0
- package/templates/.cursor/commands/meta/create-task-structure.md +150 -0
- package/templates/.cursor/commands/meta/setup-integration.md +257 -0
- package/templates/.cursor/commands/onion/setup.md +843 -0
- package/templates/.cursor/commands/onion.md +168 -0
- package/templates/.cursor/commands/product/README.md +230 -0
- package/templates/.cursor/commands/quick/analisys.md +17 -0
- package/templates/.cursor/commands/validate/collab/pair-testing.md +633 -0
- package/templates/.cursor/commands/validate/collab/three-amigos.md +505 -0
- package/templates/.cursor/commands/validate/qa-points/estimate.md +660 -0
- package/templates/.cursor/commands/validate/test-strategy/analyze.md +1134 -0
- package/templates/.cursor/commands/validate/test-strategy/create.md +392 -0
- package/templates/.cursor/commands/validate/workflow.md +360 -0
- package/templates/.cursor/commands/warm-up.md +91 -0
- package/templates/.cursor/docs/architecture/acoplamento-clickup-problema-analise.md +446 -0
- package/templates/.cursor/docs/architecture/desacoplamento-roadmap.md +360 -0
- package/templates/.cursor/docs/architecture/validacao-fase-1.md +219 -0
- package/templates/.cursor/docs/c4/c4-detection-rules.md +395 -0
- package/templates/.cursor/docs/c4/c4-documentation-templates.md +579 -0
- package/templates/.cursor/docs/c4/c4-mermaid-patterns.md +331 -0
- package/templates/.cursor/docs/c4/c4-templates.md +256 -0
- package/templates/.cursor/docs/clickup/clickup-acceptance-criteria-strategy.md +329 -0
- package/templates/.cursor/docs/clickup/clickup-auto-update-strategy.md +318 -0
- package/templates/.cursor/docs/clickup/clickup-comment-formatter.md +239 -0
- package/templates/.cursor/docs/clickup/clickup-description-fix.md +355 -0
- package/templates/.cursor/docs/clickup/clickup-dual-comment-strategy.md +505 -0
- package/templates/.cursor/docs/clickup/clickup-formatting.md +302 -0
- package/templates/.cursor/docs/clickup/separador-tamanho-otimizado.md +256 -0
- package/templates/.cursor/docs/engineer/pre-pr-acceptance-validation.md +256 -0
- package/templates/.cursor/docs/onion/ESPERANTO.md +278 -0
- package/templates/.cursor/docs/onion/agents-reference.md +832 -0
- package/templates/.cursor/docs/onion/clickup-integration.md +738 -0
- package/templates/.cursor/docs/onion/commands-guide.md +807 -0
- package/templates/.cursor/docs/onion/engineering-flows.md +865 -0
- package/templates/.cursor/docs/onion/getting-started.md +741 -0
- package/templates/.cursor/docs/onion/maintenance-checklist.md +388 -0
- package/templates/.cursor/docs/onion/naming-conventions.md +268 -0
- package/templates/.cursor/docs/onion/practical-examples.md +782 -0
- package/templates/.cursor/docs/product/story-points-integration.md +254 -0
- package/templates/.cursor/docs/product/story-points-validation.md +224 -0
- package/templates/.cursor/docs/reviews/task-manager-docs-review-2025-11-24.md +167 -0
- package/templates/.cursor/docs/strategies/clickup-comment-patterns.md +766 -0
- package/templates/.cursor/docs/strategies/clickup-integration-tests.md +599 -0
- package/templates/.cursor/docs/strategies/clickup-mcp-wrappers-tests.md +854 -0
- package/templates/.cursor/docs/strategies/clickup-regression-tests.md +589 -0
- package/templates/.cursor/docs/strategies/visual-patterns.md +308 -0
- package/templates/.cursor/docs/templates/README.md +624 -0
- package/templates/.cursor/docs/templates/adr-template.md +226 -0
- package/templates/.cursor/docs/templates/analysis-template.md +280 -0
- package/templates/.cursor/docs/templates/execution-plan-template.md +430 -0
- package/templates/.cursor/docs/templates/guide-template.md +367 -0
- package/templates/.cursor/docs/templates/phase-execution-prompt-template.md +504 -0
- package/templates/.cursor/docs/templates/reference-template.md +522 -0
- package/templates/.cursor/docs/templates/solution-template.md +390 -0
- package/templates/.cursor/docs/tools/README.md +325 -0
- package/templates/.cursor/docs/tools/agents.md +330 -0
- package/templates/.cursor/docs/tools/commands.md +606 -0
- package/templates/.cursor/docs/tools/cursor.md +498 -0
- package/templates/.cursor/docs/tools/mcps.md +858 -0
- package/templates/.cursor/docs/tools/rules.md +423 -0
- package/templates/.cursor/rules/language-and-documentation.mdc +371 -0
- package/templates/.cursor/rules/onion-patterns.mdc +197 -0
- package/templates/.cursor/rules/validation-rules.mdc +194 -0
- package/templates/.cursor/utils/clickup-mcp-wrappers.md +671 -0
- package/templates/.cursor/utils/date-time-standards.md +182 -0
- package/templates/.cursor/utils/task-manager/README.md +94 -0
- package/templates/.cursor/utils/task-manager/adapters/asana.md +377 -0
- package/templates/.cursor/utils/task-manager/adapters/clickup.md +467 -0
- package/templates/.cursor/utils/task-manager/adapters/linear.md +421 -0
- package/templates/.cursor/utils/task-manager/detector.md +290 -0
- package/templates/.cursor/utils/task-manager/factory.md +363 -0
- package/templates/.cursor/utils/task-manager/interface.md +248 -0
- package/templates/.cursor/utils/task-manager/types.md +409 -0
- package/templates/.cursor/validation/product-task-validation.md +344 -0
- package/templates/.onion/contexts/business/.context-config.yml +52 -0
- package/templates/.onion/contexts/business/README.md +222 -0
- package/templates/.onion/contexts/business/agents/branding-specialist.md +1030 -0
- package/templates/.onion/contexts/business/agents/clickup-specialist.md +397 -0
- package/templates/.onion/contexts/business/agents/extract-meeting-specialist.md +395 -0
- package/templates/.onion/contexts/business/agents/gamma-specialist.md +1169 -0
- package/templates/.onion/contexts/business/agents/meeting-consolidator.md +483 -0
- package/templates/.onion/contexts/business/agents/pain-price-specialist.md +509 -0
- package/templates/.onion/contexts/business/agents/presentation-orchestrator.md +1191 -0
- package/templates/.onion/contexts/business/agents/product-agent.md +202 -0
- package/templates/.onion/contexts/business/agents/story-points-specialist.md +539 -0
- package/templates/.onion/contexts/business/agents/storytelling-specialist.md +891 -0
- package/templates/.onion/contexts/business/agents/task-specialist.md +618 -0
- package/templates/.onion/contexts/business/agents/whisper-specialist.md +373 -0
- package/templates/.onion/contexts/business/commands/advanced/analyze-pain-price.md +709 -0
- package/templates/.onion/contexts/business/commands/advanced/branding.md +460 -0
- package/templates/.onion/contexts/business/commands/advanced/checklist-sync.md +241 -0
- package/templates/.onion/contexts/business/commands/advanced/presentation.md +189 -0
- package/templates/.onion/contexts/business/commands/advanced/transform-consolidated.md +592 -0
- package/templates/.onion/contexts/business/commands/help.md +212 -0
- package/templates/.onion/contexts/business/commands/intermediate/check.md +48 -0
- package/templates/.onion/contexts/business/commands/intermediate/collect.md +96 -0
- package/templates/.onion/contexts/business/commands/intermediate/consolidate-meetings.md +306 -0
- package/templates/.onion/contexts/business/commands/intermediate/convert-to-tasks.md +220 -0
- package/templates/.onion/contexts/business/commands/intermediate/extract-meeting.md +241 -0
- package/templates/.onion/contexts/business/commands/intermediate/feature.md +431 -0
- package/templates/.onion/contexts/business/commands/intermediate/light-arch.md +97 -0
- package/templates/.onion/contexts/business/commands/intermediate/task-check.md +340 -0
- package/templates/.onion/contexts/business/commands/intermediate/validate-task.md +294 -0
- package/templates/.onion/contexts/business/commands/intermediate/whisper.md +325 -0
- package/templates/.onion/contexts/business/commands/starter/estimate.md +519 -0
- package/templates/.onion/contexts/business/commands/starter/refine.md +186 -0
- package/templates/.onion/contexts/business/commands/starter/spec.md +107 -0
- package/templates/.onion/contexts/business/commands/starter/task.md +585 -0
- package/templates/.onion/contexts/business/commands/starter/warm-up.md +187 -0
- package/templates/.onion/contexts/technical/.context-config.yml +64 -0
- package/templates/.onion/contexts/technical/README.md +238 -0
- package/templates/.onion/contexts/technical/agents/branch-code-reviewer.md +200 -0
- package/templates/.onion/contexts/technical/agents/branch-doc-writer.md +162 -0
- package/templates/.onion/contexts/technical/agents/branch-metaspec-checker.md +68 -0
- package/templates/.onion/contexts/technical/agents/branch-test-planner.md +177 -0
- package/templates/.onion/contexts/technical/agents/c4-architecture-specialist.md +712 -0
- package/templates/.onion/contexts/technical/agents/c4-documentation-specialist.md +658 -0
- package/templates/.onion/contexts/technical/agents/code-reviewer.md +155 -0
- package/templates/.onion/contexts/technical/agents/cursor-specialist.md +249 -0
- package/templates/.onion/contexts/technical/agents/docs-reverse-engineer.md +418 -0
- package/templates/.onion/contexts/technical/agents/gitflow-specialist.md +1207 -0
- package/templates/.onion/contexts/technical/agents/linux-security-specialist.md +676 -0
- package/templates/.onion/contexts/technical/agents/mermaid-specialist.md +516 -0
- package/templates/.onion/contexts/technical/agents/nodejs-specialist.md +673 -0
- package/templates/.onion/contexts/technical/agents/nx-migration-specialist.md +867 -0
- package/templates/.onion/contexts/technical/agents/nx-monorepo-specialist.md +619 -0
- package/templates/.onion/contexts/technical/agents/postgres-specialist.md +1124 -0
- package/templates/.onion/contexts/technical/agents/react-developer.md +132 -0
- package/templates/.onion/contexts/technical/agents/runflow-specialist.md +278 -0
- package/templates/.onion/contexts/technical/agents/system-doc-orchestrator.md +1388 -0
- package/templates/.onion/contexts/technical/agents/test-agent.md +425 -0
- package/templates/.onion/contexts/technical/agents/test-engineer.md +295 -0
- package/templates/.onion/contexts/technical/agents/test-planner.md +118 -0
- package/templates/.onion/contexts/technical/agents/zen-engine-specialist.md +421 -0
- package/templates/.onion/contexts/technical/commands/advanced/bump.md +43 -0
- package/templates/.onion/contexts/technical/commands/advanced/consolidate-documents.md +424 -0
- package/templates/.onion/contexts/technical/commands/advanced/e2e.md +392 -0
- package/templates/.onion/contexts/technical/commands/advanced/feature-finish.md +90 -0
- package/templates/.onion/contexts/technical/commands/advanced/feature-publish.md +91 -0
- package/templates/.onion/contexts/technical/commands/advanced/feature-start.md +158 -0
- package/templates/.onion/contexts/technical/commands/advanced/hotfix-finish.md +98 -0
- package/templates/.onion/contexts/technical/commands/advanced/hotfix-start.md +94 -0
- package/templates/.onion/contexts/technical/commands/advanced/hotfix.md +186 -0
- package/templates/.onion/contexts/technical/commands/advanced/refine-vision.md +27 -0
- package/templates/.onion/contexts/technical/commands/advanced/release-finish.md +98 -0
- package/templates/.onion/contexts/technical/commands/advanced/release-start.md +95 -0
- package/templates/.onion/contexts/technical/commands/advanced/reverse-consolidate.md +160 -0
- package/templates/.onion/contexts/technical/commands/advanced/validate-phase-sync.md +118 -0
- package/templates/.onion/contexts/technical/commands/help.md +329 -0
- package/templates/.onion/contexts/technical/commands/intermediate/build-business-docs.md +276 -0
- package/templates/.onion/contexts/technical/commands/intermediate/build-index.md +128 -0
- package/templates/.onion/contexts/technical/commands/intermediate/build-tech-docs.md +204 -0
- package/templates/.onion/contexts/technical/commands/intermediate/code-review.md +215 -0
- package/templates/.onion/contexts/technical/commands/intermediate/docs-health.md +142 -0
- package/templates/.onion/contexts/technical/commands/intermediate/fast-commit.md +45 -0
- package/templates/.onion/contexts/technical/commands/intermediate/integration.md +523 -0
- package/templates/.onion/contexts/technical/commands/intermediate/pr-update.md +198 -0
- package/templates/.onion/contexts/technical/commands/intermediate/pre-pr.md +91 -0
- package/templates/.onion/contexts/technical/commands/intermediate/start.md +266 -0
- package/templates/.onion/contexts/technical/commands/intermediate/sync-sessions.md +320 -0
- package/templates/.onion/contexts/technical/commands/intermediate/unit.md +378 -0
- package/templates/.onion/contexts/technical/commands/intermediate/validate-docs.md +159 -0
- package/templates/.onion/contexts/technical/commands/starter/docs.md +39 -0
- package/templates/.onion/contexts/technical/commands/starter/help.md +306 -0
- package/templates/.onion/contexts/technical/commands/starter/init.md +139 -0
- package/templates/.onion/contexts/technical/commands/starter/plan.md +111 -0
- package/templates/.onion/contexts/technical/commands/starter/pr.md +136 -0
- package/templates/.onion/contexts/technical/commands/starter/sync.md +228 -0
- package/templates/.onion/contexts/technical/commands/starter/warm-up.md +173 -0
- package/templates/.onion/contexts/technical/commands/starter/work.md +169 -0
- package/templates/.onion/core/commands/help.md +388 -0
|
@@ -0,0 +1,505 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: three-amigos
|
|
3
|
+
description: |
|
|
4
|
+
Facilita sessão Three Amigos (PO + Developer + QA) para refinement de stories.
|
|
5
|
+
Gera agenda estruturada, template de ata e checklist de outputs.
|
|
6
|
+
model: sonnet
|
|
7
|
+
|
|
8
|
+
parameters:
|
|
9
|
+
- name: story_id
|
|
10
|
+
description: ID da story no task manager (ex: STORY-123, TASK-456)
|
|
11
|
+
required: true
|
|
12
|
+
- name: task_manager
|
|
13
|
+
description: Task manager usado (clickup|jira|linear|asana). Default: clickup
|
|
14
|
+
required: false
|
|
15
|
+
default: clickup
|
|
16
|
+
- name: generate_agenda
|
|
17
|
+
description: Gerar agenda automaticamente antes da sessão
|
|
18
|
+
required: false
|
|
19
|
+
default: false
|
|
20
|
+
|
|
21
|
+
category: validate
|
|
22
|
+
tags:
|
|
23
|
+
- collaboration
|
|
24
|
+
- three-amigos
|
|
25
|
+
- refinement
|
|
26
|
+
- qa
|
|
27
|
+
- product
|
|
28
|
+
|
|
29
|
+
version: "3.0.0"
|
|
30
|
+
updated: "2025-11-24"
|
|
31
|
+
|
|
32
|
+
related_commands:
|
|
33
|
+
- /validate/test-strategy/create
|
|
34
|
+
- /product/refine
|
|
35
|
+
- /product/task
|
|
36
|
+
|
|
37
|
+
related_agents:
|
|
38
|
+
- test-engineer
|
|
39
|
+
- product-agent
|
|
40
|
+
---
|
|
41
|
+
|
|
42
|
+
# 🤝 Three Amigos - Sessão de Colaboração
|
|
43
|
+
|
|
44
|
+
Facilita sessões Three Amigos (Product Owner + Developer + QA) para refinement de user stories, estimativa de pontos e definição de estratégia de testes.
|
|
45
|
+
|
|
46
|
+
## 🎯 Objetivo
|
|
47
|
+
|
|
48
|
+
Estruturar e facilitar sessões Three Amigos que resultem em:
|
|
49
|
+
- **User story refinada** com critérios de aceitação claros
|
|
50
|
+
- **Dev story points** estimados
|
|
51
|
+
- **QA story points** estimados
|
|
52
|
+
- **Cross-testing points** identificados
|
|
53
|
+
- **Test strategy** definida
|
|
54
|
+
- **Riscos** identificados por todas as perspectivas
|
|
55
|
+
- **Definition of Done** acordada
|
|
56
|
+
|
|
57
|
+
## ⚡ Fluxo de Execução
|
|
58
|
+
|
|
59
|
+
### Passo 1: Preparação da Sessão
|
|
60
|
+
|
|
61
|
+
**SE** `{{generate_agenda}}` fornecido **OU** agenda não existe:
|
|
62
|
+
|
|
63
|
+
```bash
|
|
64
|
+
# 1. Buscar informações da story no task manager
|
|
65
|
+
# 2. Gerar agenda estruturada baseada no padrão Three Amigos
|
|
66
|
+
# 3. Criar template de ata
|
|
67
|
+
# 4. Preparar checklist de outputs
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
**Agenda Estruturada:**
|
|
71
|
+
|
|
72
|
+
```markdown
|
|
73
|
+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
74
|
+
📅 THREE AMIGOS SESSION
|
|
75
|
+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
76
|
+
|
|
77
|
+
📋 Story: {{story_id}}
|
|
78
|
+
👥 Participantes: PO + Developer + QA
|
|
79
|
+
⏱️ Duração: 60-90 minutos
|
|
80
|
+
📅 Data: [auto-detect]
|
|
81
|
+
|
|
82
|
+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
83
|
+
🎯 AGENDA
|
|
84
|
+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
85
|
+
|
|
86
|
+
1️⃣ PERSPECTIVA PO (15-20min)
|
|
87
|
+
∟ Requisitos e valor de negócio
|
|
88
|
+
∟ Critérios de aceitação
|
|
89
|
+
∟ Dependências de produto
|
|
90
|
+
∟ Prioridade e contexto
|
|
91
|
+
|
|
92
|
+
2️⃣ PERSPECTIVA DEVELOPER (15-20min)
|
|
93
|
+
∟ Viabilidade técnica
|
|
94
|
+
∟ Riscos técnicos
|
|
95
|
+
∟ Estimativa Dev Story Points
|
|
96
|
+
∟ Dependências técnicas
|
|
97
|
+
∟ Arquitetura proposta
|
|
98
|
+
|
|
99
|
+
3️⃣ PERSPECTIVA QA (15-20min)
|
|
100
|
+
∟ Cenários de teste identificados
|
|
101
|
+
∟ Estimativa QA Story Points
|
|
102
|
+
∟ Riscos de qualidade
|
|
103
|
+
∟ Test strategy proposta
|
|
104
|
+
∟ Edge cases conhecidos
|
|
105
|
+
|
|
106
|
+
4️⃣ PERSPECTIVA CROSS (15-20min)
|
|
107
|
+
∟ Integrações necessárias
|
|
108
|
+
∟ Cross-testing points
|
|
109
|
+
∟ Dependencies entre equipes
|
|
110
|
+
∟ Definition of Done
|
|
111
|
+
∟ Riscos compartilhados
|
|
112
|
+
|
|
113
|
+
5️⃣ CONSOLIDAÇÃO (10-15min)
|
|
114
|
+
∟ Alinhamento final
|
|
115
|
+
∟ Story refinada
|
|
116
|
+
∟ Pontos acordados
|
|
117
|
+
∟ Próximos passos
|
|
118
|
+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
119
|
+
```
|
|
120
|
+
|
|
121
|
+
**SENÃO:**
|
|
122
|
+
|
|
123
|
+
```bash
|
|
124
|
+
# Usar agenda existente ou criar manualmente
|
|
125
|
+
```
|
|
126
|
+
|
|
127
|
+
### Passo 2: Buscar Contexto da Story
|
|
128
|
+
|
|
129
|
+
**SE** `{{task_manager}}` = `clickup`:
|
|
130
|
+
|
|
131
|
+
```bash
|
|
132
|
+
# Usar ClickUp MCP para buscar:
|
|
133
|
+
# - Detalhes da task/story
|
|
134
|
+
# - Descrição atual
|
|
135
|
+
# - Critérios de aceitação existentes
|
|
136
|
+
# - Subtasks relacionadas
|
|
137
|
+
# - Comentários anteriores
|
|
138
|
+
```
|
|
139
|
+
|
|
140
|
+
**SENÃO SE** `{{task_manager}}` = `jira`:
|
|
141
|
+
|
|
142
|
+
```bash
|
|
143
|
+
# Buscar via Jira API ou manualmente
|
|
144
|
+
# Extrair: summary, description, acceptance criteria
|
|
145
|
+
```
|
|
146
|
+
|
|
147
|
+
**SENÃO:**
|
|
148
|
+
|
|
149
|
+
```bash
|
|
150
|
+
# Solicitar informações manualmente ao usuário
|
|
151
|
+
```
|
|
152
|
+
|
|
153
|
+
### Passo 3: Gerar Template de Ata
|
|
154
|
+
|
|
155
|
+
Criar template estruturado para documentação da sessão:
|
|
156
|
+
|
|
157
|
+
```markdown
|
|
158
|
+
# 📝 Ata - Three Amigos: {{story_id}}
|
|
159
|
+
|
|
160
|
+
**Data:** [DATA]
|
|
161
|
+
**Participantes:**
|
|
162
|
+
- PO: [NOME]
|
|
163
|
+
- Developer: [NOME]
|
|
164
|
+
- QA: [NOME]
|
|
165
|
+
|
|
166
|
+
## 📋 Story Context
|
|
167
|
+
- **ID:** {{story_id}}
|
|
168
|
+
- **Título:** [TÍTULO]
|
|
169
|
+
- **Descrição:** [DESCRIÇÃO]
|
|
170
|
+
|
|
171
|
+
## 🎯 Perspectiva PO
|
|
172
|
+
|
|
173
|
+
### Requisitos Identificados
|
|
174
|
+
- [ ] Requisito 1
|
|
175
|
+
- [ ] Requisito 2
|
|
176
|
+
|
|
177
|
+
### Critérios de Aceitação
|
|
178
|
+
1. [Critério 1]
|
|
179
|
+
2. [Critério 2]
|
|
180
|
+
|
|
181
|
+
### Valor de Negócio
|
|
182
|
+
[Descrição do valor]
|
|
183
|
+
|
|
184
|
+
### Dependências de Produto
|
|
185
|
+
- [Dependência 1]
|
|
186
|
+
- [Dependência 2]
|
|
187
|
+
|
|
188
|
+
## 🔧 Perspectiva Developer
|
|
189
|
+
|
|
190
|
+
### Viabilidade Técnica
|
|
191
|
+
[Análise técnica]
|
|
192
|
+
|
|
193
|
+
### Riscos Técnicos
|
|
194
|
+
- [ ] Risco 1: [Descrição]
|
|
195
|
+
- [ ] Risco 2: [Descrição]
|
|
196
|
+
|
|
197
|
+
### Estimativa Dev Story Points
|
|
198
|
+
**Pontos:** [X] pontos
|
|
199
|
+
**Justificativa:** [Razão]
|
|
200
|
+
|
|
201
|
+
### Dependências Técnicas
|
|
202
|
+
- [Dependência técnica 1]
|
|
203
|
+
- [Dependência técnica 2]
|
|
204
|
+
|
|
205
|
+
### Arquitetura Proposta
|
|
206
|
+
[Descrição da solução técnica]
|
|
207
|
+
|
|
208
|
+
## 🧪 Perspectiva QA
|
|
209
|
+
|
|
210
|
+
### Cenários de Teste Identificados
|
|
211
|
+
1. **Cenário 1:** [Descrição]
|
|
212
|
+
- Tipo: [White-box|Black-box|Grey-box]
|
|
213
|
+
- Complexidade: [Baixa|Média|Alta]
|
|
214
|
+
|
|
215
|
+
2. **Cenário 2:** [Descrição]
|
|
216
|
+
- Tipo: [White-box|Black-box|Grey-box]
|
|
217
|
+
- Complexidade: [Baixa|Média|Alta]
|
|
218
|
+
|
|
219
|
+
### Estimativa QA Story Points
|
|
220
|
+
**Pontos:** [X] pontos
|
|
221
|
+
**Justificativa:** [Razão]
|
|
222
|
+
|
|
223
|
+
### Riscos de Qualidade
|
|
224
|
+
- [ ] Risco 1: [Descrição]
|
|
225
|
+
- [ ] Risco 2: [Descrição]
|
|
226
|
+
|
|
227
|
+
### Test Strategy
|
|
228
|
+
- **Abordagem:** [White-box|Black-box|Grey-box|Híbrida]
|
|
229
|
+
- **Cobertura:** [Áreas cobertas]
|
|
230
|
+
- **Ferramentas:** [Ferramentas necessárias]
|
|
231
|
+
|
|
232
|
+
### Edge Cases Conhecidos
|
|
233
|
+
- [Edge case 1]
|
|
234
|
+
- [Edge case 2]
|
|
235
|
+
|
|
236
|
+
## 🔄 Perspectiva Cross
|
|
237
|
+
|
|
238
|
+
### Integrações Necessárias
|
|
239
|
+
- [Integração 1]
|
|
240
|
+
- [Integração 2]
|
|
241
|
+
|
|
242
|
+
### Cross-Testing Points
|
|
243
|
+
**Pontos:** [X] pontos
|
|
244
|
+
**Justificativa:** [Razão]
|
|
245
|
+
|
|
246
|
+
### Dependencies Entre Equipes
|
|
247
|
+
- [Dependência 1]
|
|
248
|
+
- [Dependência 2]
|
|
249
|
+
|
|
250
|
+
### Riscos Compartilhados
|
|
251
|
+
- [ ] Risco compartilhado 1
|
|
252
|
+
- [ ] Risco compartilhado 2
|
|
253
|
+
|
|
254
|
+
## ✅ Consolidação
|
|
255
|
+
|
|
256
|
+
### Story Refinada
|
|
257
|
+
[Descrição final refinada da story]
|
|
258
|
+
|
|
259
|
+
### Estimativas Finais
|
|
260
|
+
- **Dev Points:** [X]
|
|
261
|
+
- **QA Points:** [X]
|
|
262
|
+
- **Cross Points:** [X]
|
|
263
|
+
- **Total:** [X] pontos
|
|
264
|
+
|
|
265
|
+
### Definition of Done
|
|
266
|
+
- [ ] Critério 1
|
|
267
|
+
- [ ] Critério 2
|
|
268
|
+
- [ ] Critério 3
|
|
269
|
+
|
|
270
|
+
### Próximos Passos
|
|
271
|
+
1. [Ação 1] - Responsável: [NOME] - Prazo: [DATA]
|
|
272
|
+
2. [Ação 2] - Responsável: [NOME] - Prazo: [DATA]
|
|
273
|
+
|
|
274
|
+
### Riscos Consolidados
|
|
275
|
+
| Risco | Impacto | Probabilidade | Mitigação |
|
|
276
|
+
|-------|--------|---------------|------------|
|
|
277
|
+
| [Risco] | [Alto/Médio/Baixo] | [Alta/Média/Baixa] | [Ação] |
|
|
278
|
+
|
|
279
|
+
## 📌 Observações
|
|
280
|
+
[Notas adicionais da sessão]
|
|
281
|
+
```
|
|
282
|
+
|
|
283
|
+
### Passo 4: Criar Checklist de Outputs
|
|
284
|
+
|
|
285
|
+
Gerar checklist para validar completude da sessão:
|
|
286
|
+
|
|
287
|
+
```markdown
|
|
288
|
+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
289
|
+
✅ CHECKLIST DE OUTPUTS - THREE AMIGOS
|
|
290
|
+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
291
|
+
|
|
292
|
+
📋 STORY REFINEMENT
|
|
293
|
+
✅ Story descrição atualizada
|
|
294
|
+
✅ Critérios de aceitação claros e testáveis
|
|
295
|
+
✅ Dependências identificadas
|
|
296
|
+
✅ Prioridade confirmada
|
|
297
|
+
|
|
298
|
+
📊 ESTIMATIVAS
|
|
299
|
+
✅ Dev Story Points estimados
|
|
300
|
+
✅ QA Story Points estimados
|
|
301
|
+
✅ Cross-Testing Points identificados
|
|
302
|
+
✅ Total de pontos documentado
|
|
303
|
+
|
|
304
|
+
🧪 TEST STRATEGY
|
|
305
|
+
✅ Cenários de teste identificados
|
|
306
|
+
✅ Abordagem de teste definida (White/Black/Grey-box)
|
|
307
|
+
✅ Edge cases mapeados
|
|
308
|
+
✅ Ferramentas de teste definidas
|
|
309
|
+
|
|
310
|
+
⚠️ RISCOS
|
|
311
|
+
✅ Riscos técnicos identificados
|
|
312
|
+
✅ Riscos de qualidade mapeados
|
|
313
|
+
✅ Riscos compartilhados documentados
|
|
314
|
+
✅ Plano de mitigação definido
|
|
315
|
+
|
|
316
|
+
📝 DOCUMENTAÇÃO
|
|
317
|
+
✅ Ata da sessão completa
|
|
318
|
+
✅ Definition of Done acordada
|
|
319
|
+
✅ Próximos passos definidos
|
|
320
|
+
✅ Story atualizada no task manager
|
|
321
|
+
|
|
322
|
+
🔗 INTEGRAÇÕES
|
|
323
|
+
✅ Dependências técnicas mapeadas
|
|
324
|
+
✅ Dependências de produto identificadas
|
|
325
|
+
✅ Integrações necessárias documentadas
|
|
326
|
+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
327
|
+
```
|
|
328
|
+
|
|
329
|
+
### Passo 5: Integração com Task Manager
|
|
330
|
+
|
|
331
|
+
**SE** `{{task_manager}}` = `clickup`:
|
|
332
|
+
|
|
333
|
+
```bash
|
|
334
|
+
# 1. Atualizar descrição da task com story refinada
|
|
335
|
+
# 2. Adicionar comentário com resumo da sessão
|
|
336
|
+
# 3. Criar subtasks para:
|
|
337
|
+
# - Desenvolvimento (com Dev points)
|
|
338
|
+
# - Testes (com QA points)
|
|
339
|
+
# - Cross-testing (com Cross points)
|
|
340
|
+
# 4. Adicionar tags: three-amigos, refined
|
|
341
|
+
# 5. Atualizar custom fields se disponíveis:
|
|
342
|
+
# - Dev Points
|
|
343
|
+
# - QA Points
|
|
344
|
+
# - Cross Points
|
|
345
|
+
```
|
|
346
|
+
|
|
347
|
+
**Formato de Comentário ClickUp:**
|
|
348
|
+
|
|
349
|
+
```markdown
|
|
350
|
+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
351
|
+
🤝 THREE AMIGOS SESSION COMPLETED
|
|
352
|
+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
353
|
+
|
|
354
|
+
📅 Data: [DATA]
|
|
355
|
+
👥 Participantes: PO + Dev + QA
|
|
356
|
+
|
|
357
|
+
📊 ESTIMATIVAS FINAIS:
|
|
358
|
+
∟ Dev Points: [X]
|
|
359
|
+
∟ QA Points: [X]
|
|
360
|
+
∟ Cross Points: [X]
|
|
361
|
+
∟ Total: [X] pontos
|
|
362
|
+
|
|
363
|
+
✅ OUTPUTS:
|
|
364
|
+
∟ Story refinada ✓
|
|
365
|
+
∟ Test strategy definida ✓
|
|
366
|
+
∟ Riscos mapeados ✓
|
|
367
|
+
∟ DoD acordada ✓
|
|
368
|
+
|
|
369
|
+
📝 Ata completa: [LINK ou anexo]
|
|
370
|
+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
371
|
+
```
|
|
372
|
+
|
|
373
|
+
**SENÃO:**
|
|
374
|
+
|
|
375
|
+
```bash
|
|
376
|
+
# Documentar manualmente ou usar integração específica
|
|
377
|
+
```
|
|
378
|
+
|
|
379
|
+
### Passo 6: Integração com Calendar (Opcional)
|
|
380
|
+
|
|
381
|
+
**SE** calendar integration disponível:
|
|
382
|
+
|
|
383
|
+
```bash
|
|
384
|
+
# 1. Criar evento no calendário
|
|
385
|
+
# - Título: "Three Amigos: {{story_id}}"
|
|
386
|
+
# - Duração: 60-90 minutos
|
|
387
|
+
# - Participantes: PO, Developer, QA
|
|
388
|
+
# - Descrição: Agenda + link para story
|
|
389
|
+
# - Anexar: Template de ata
|
|
390
|
+
# 2. Enviar convite
|
|
391
|
+
# 3. Criar reminder 15min antes
|
|
392
|
+
```
|
|
393
|
+
|
|
394
|
+
**SENÃO:**
|
|
395
|
+
|
|
396
|
+
```bash
|
|
397
|
+
# Gerar link de calendário (.ics) para importação manual
|
|
398
|
+
# Ou instruir criação manual
|
|
399
|
+
```
|
|
400
|
+
|
|
401
|
+
## 📤 Output Esperado
|
|
402
|
+
|
|
403
|
+
### Arquivos Gerados
|
|
404
|
+
|
|
405
|
+
1. **Agenda Estruturada** (`three-amigos-agenda-{{story_id}}.md`)
|
|
406
|
+
- Agenda completa com timing
|
|
407
|
+
- Tópicos por perspectiva
|
|
408
|
+
- Duração estimada
|
|
409
|
+
|
|
410
|
+
2. **Template de Ata** (`three-amigos-ata-{{story_id}}.md`)
|
|
411
|
+
- Template preenchível
|
|
412
|
+
- Seções por perspectiva
|
|
413
|
+
- Checklist integrado
|
|
414
|
+
|
|
415
|
+
3. **Checklist de Outputs** (`three-amigos-checklist-{{story_id}}.md`)
|
|
416
|
+
- Validação de completude
|
|
417
|
+
- Outputs esperados
|
|
418
|
+
- Status tracking
|
|
419
|
+
|
|
420
|
+
4. **Calendar Event** (se integration disponível)
|
|
421
|
+
- Evento criado
|
|
422
|
+
- Convites enviados
|
|
423
|
+
- Reminders configurados
|
|
424
|
+
|
|
425
|
+
### Atualizações no Task Manager
|
|
426
|
+
|
|
427
|
+
- ✅ Story descrição atualizada
|
|
428
|
+
- ✅ Comentário com resumo da sessão
|
|
429
|
+
- ✅ Subtasks criadas (Dev, QA, Cross)
|
|
430
|
+
- ✅ Tags aplicadas
|
|
431
|
+
- ✅ Custom fields atualizados (se disponíveis)
|
|
432
|
+
|
|
433
|
+
### Resumo Visual
|
|
434
|
+
|
|
435
|
+
```
|
|
436
|
+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
437
|
+
✅ THREE AMIGOS SESSION PREPARED
|
|
438
|
+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
439
|
+
|
|
440
|
+
📋 Story: {{story_id}}
|
|
441
|
+
📁 Arquivos criados:
|
|
442
|
+
∟ Agenda: three-amigos-agenda-{{story_id}}.md
|
|
443
|
+
∟ Template Ata: three-amigos-ata-{{story_id}}.md
|
|
444
|
+
∟ Checklist: three-amigos-checklist-{{story_id}}.md
|
|
445
|
+
|
|
446
|
+
🔗 Task Manager: {{task_manager}}
|
|
447
|
+
∟ Story atualizada ✓
|
|
448
|
+
∟ Comentário adicionado ✓
|
|
449
|
+
|
|
450
|
+
📅 Calendar: [Status]
|
|
451
|
+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
452
|
+
```
|
|
453
|
+
|
|
454
|
+
## 🔗 Referências
|
|
455
|
+
|
|
456
|
+
- **Padrão Three Amigos:** `docs/knowbase/frameworks/framework_testes.md` (seção "Padrões de Colaboração")
|
|
457
|
+
- **QA Story Points:** `docs/knowbase/frameworks/framework_testes.md` (seção "QA Story Points")
|
|
458
|
+
- **Test Strategy:** `/validate/test-strategy/create`
|
|
459
|
+
- **ClickUp Integration:** `.cursor/docs/clickup/clickup-integration.md`
|
|
460
|
+
|
|
461
|
+
## ⚠️ Notas
|
|
462
|
+
|
|
463
|
+
- **Duração recomendada:** 60-90 minutos por story
|
|
464
|
+
- **Timing ideal:** Sprint Planning ou Story Refinement
|
|
465
|
+
- **Participantes obrigatórios:** PO + Developer + QA
|
|
466
|
+
- **Outputs críticos:** Estimativas (Dev + QA + Cross) e Test Strategy
|
|
467
|
+
- **Documentação:** Sempre documentar ata completa para referência futura
|
|
468
|
+
- **Calendar:** Integração opcional, pode ser feito manualmente se necessário
|
|
469
|
+
|
|
470
|
+
## 💡 Exemplos de Uso
|
|
471
|
+
|
|
472
|
+
### Exemplo 1: Sessão com Agenda Automática
|
|
473
|
+
|
|
474
|
+
```bash
|
|
475
|
+
/validate/collab/three-amigos STORY-123 clickup --generate-agenda
|
|
476
|
+
```
|
|
477
|
+
|
|
478
|
+
**Output:**
|
|
479
|
+
- Agenda gerada automaticamente
|
|
480
|
+
- Template de ata criado
|
|
481
|
+
- Checklist preparado
|
|
482
|
+
- Story atualizada no ClickUp
|
|
483
|
+
|
|
484
|
+
### Exemplo 2: Sessão Manual (sem agenda)
|
|
485
|
+
|
|
486
|
+
```bash
|
|
487
|
+
/validate/collab/three-amigos TASK-456 jira
|
|
488
|
+
```
|
|
489
|
+
|
|
490
|
+
**Output:**
|
|
491
|
+
- Template de ata criado
|
|
492
|
+
- Checklist preparado
|
|
493
|
+
- Instruções para buscar story no Jira manualmente
|
|
494
|
+
|
|
495
|
+
### Exemplo 3: Sessão com Calendar Integration
|
|
496
|
+
|
|
497
|
+
```bash
|
|
498
|
+
/validate/collab/three-amigos FEATURE-789 clickup --generate-agenda --calendar
|
|
499
|
+
```
|
|
500
|
+
|
|
501
|
+
**Output:**
|
|
502
|
+
- Todos os outputs anteriores
|
|
503
|
+
- Evento criado no calendário
|
|
504
|
+
- Convites enviados aos participantes
|
|
505
|
+
|