@onion-architect-ai/cli 4.1.0-beta.1 → 4.1.0-beta.3
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 -19
- 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,807 @@
|
|
|
1
|
+
# 🎯 Guia Completo de Comandos - Sistema Onion
|
|
2
|
+
|
|
3
|
+
## 📋 Índice
|
|
4
|
+
|
|
5
|
+
- [Visão Geral](#-visão-geral)
|
|
6
|
+
- [Comandos de Engenharia](#-comandos-de-engenharia)
|
|
7
|
+
- [Comandos de Produto](#-comandos-de-produto)
|
|
8
|
+
- [Comandos Git](#-comandos-git)
|
|
9
|
+
- [Comandos de Documentação](#-comandos-de-documentação)
|
|
10
|
+
- [Comandos Meta](#-comandos-meta)
|
|
11
|
+
- [Comandos de Validação](#-comandos-de-validação)
|
|
12
|
+
- [Referência Rápida](#-referência-rápida)
|
|
13
|
+
|
|
14
|
+
## 🎯 Visão Geral
|
|
15
|
+
|
|
16
|
+
O Sistema Onion oferece **56 comandos especializados** organizados em categorias funcionais. Todos os comandos seguem o padrão `/categoria/comando` e são executados no chat do Cursor.
|
|
17
|
+
|
|
18
|
+
### Convenções de Nomenclatura
|
|
19
|
+
- **`<feature-slug>`**: Nome da feature em kebab-case (ex: `user-authentication`)
|
|
20
|
+
- **`[opcional]`**: Parâmetro opcional
|
|
21
|
+
- **`<obrigatório>`**: Parâmetro obrigatório
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
## 🔧 Comandos de Engenharia
|
|
26
|
+
|
|
27
|
+
### `/engineer/start`
|
|
28
|
+
**Sintaxe:** `/engineer/start [feature-slug]`
|
|
29
|
+
|
|
30
|
+
**Descrição:** Inicia o desenvolvimento de uma funcionalidade com análise completa, arquitetura e plano de implementação.
|
|
31
|
+
|
|
32
|
+
**Funcionalidades:**
|
|
33
|
+
- Cria/valida feature branch
|
|
34
|
+
- Analisa tasks do ClickUp (com suporte a checklists nativos)
|
|
35
|
+
- Gera `context.md`, `architecture.md` e `plan.md`
|
|
36
|
+
- Atualiza automaticamente status no ClickUp
|
|
37
|
+
- Cria mapeamento fase→subtask
|
|
38
|
+
|
|
39
|
+
**Exemplo:**
|
|
40
|
+
```bash
|
|
41
|
+
/engineer/start user-authentication
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
**Integração ClickUp:**
|
|
45
|
+
- ✅ Atualiza status para "In Progress"
|
|
46
|
+
- ✅ Adiciona comentário de início
|
|
47
|
+
- ✅ Cria mapeamento de fases
|
|
48
|
+
|
|
49
|
+
---
|
|
50
|
+
|
|
51
|
+
### `/engineer/work`
|
|
52
|
+
**Sintaxe:** `/engineer/work [feature-slug]`
|
|
53
|
+
|
|
54
|
+
**Descrição:** Trabalha na implementação de uma fase específica do plano.
|
|
55
|
+
|
|
56
|
+
**Funcionalidades:**
|
|
57
|
+
- Lê arquivos da sessão (context, architecture, plan)
|
|
58
|
+
- Identifica fase atual em progresso
|
|
59
|
+
- Implementa código seguindo o plano
|
|
60
|
+
- Atualiza automaticamente ClickUp ao completar fase
|
|
61
|
+
- Atualiza status de subtasks correspondentes
|
|
62
|
+
|
|
63
|
+
**Exemplo:**
|
|
64
|
+
```bash
|
|
65
|
+
/engineer/work user-authentication
|
|
66
|
+
```
|
|
67
|
+
|
|
68
|
+
**Auto-Update ClickUp:**
|
|
69
|
+
- ✅ Comentário de progresso ao completar fase
|
|
70
|
+
- ✅ Atualiza status da subtask para "done"
|
|
71
|
+
- ✅ Atualiza `plan.md` com decisões
|
|
72
|
+
|
|
73
|
+
---
|
|
74
|
+
|
|
75
|
+
### `/engineer/pr`
|
|
76
|
+
**Sintaxe:** `/engineer/pr`
|
|
77
|
+
|
|
78
|
+
**Descrição:** Cria Pull Request com integração GitFlow e sync automático.
|
|
79
|
+
|
|
80
|
+
**Funcionalidades:**
|
|
81
|
+
- Valida testes antes do PR
|
|
82
|
+
- Cria feature branch (se necessário)
|
|
83
|
+
- Atualiza task ClickUp com tag "under-review"
|
|
84
|
+
- Adiciona comentário formatado no ClickUp
|
|
85
|
+
- Integração com `/git/sync` pós-merge
|
|
86
|
+
|
|
87
|
+
**Exemplo:**
|
|
88
|
+
```bash
|
|
89
|
+
/engineer/pr
|
|
90
|
+
```
|
|
91
|
+
|
|
92
|
+
**Integração ClickUp:**
|
|
93
|
+
- ✅ Move task para "in progress"
|
|
94
|
+
- ✅ Adiciona tag "under-review"
|
|
95
|
+
- ✅ Comentário com link do PR
|
|
96
|
+
|
|
97
|
+
---
|
|
98
|
+
|
|
99
|
+
### `/engineer/pr-update`
|
|
100
|
+
**Sintaxe:** `/engineer/pr-update`
|
|
101
|
+
|
|
102
|
+
**Descrição:** Atualiza PR existente com novas mudanças.
|
|
103
|
+
|
|
104
|
+
**Exemplo:**
|
|
105
|
+
```bash
|
|
106
|
+
/engineer/pr-update
|
|
107
|
+
```
|
|
108
|
+
|
|
109
|
+
---
|
|
110
|
+
|
|
111
|
+
### `/engineer/pre-pr`
|
|
112
|
+
**Sintaxe:** `/engineer/pre-pr`
|
|
113
|
+
|
|
114
|
+
**Descrição:** Validações pré-PR (testes, linting, documentação).
|
|
115
|
+
|
|
116
|
+
**Exemplo:**
|
|
117
|
+
```bash
|
|
118
|
+
/engineer/pre-pr
|
|
119
|
+
```
|
|
120
|
+
|
|
121
|
+
---
|
|
122
|
+
|
|
123
|
+
### `/engineer/plan`
|
|
124
|
+
**Sintaxe:** `/engineer/plan`
|
|
125
|
+
|
|
126
|
+
**Descrição:** Cria ou atualiza plano de implementação detalhado.
|
|
127
|
+
|
|
128
|
+
**Exemplo:**
|
|
129
|
+
```bash
|
|
130
|
+
/engineer/plan
|
|
131
|
+
```
|
|
132
|
+
|
|
133
|
+
---
|
|
134
|
+
|
|
135
|
+
### `/engineer/docs`
|
|
136
|
+
**Sintaxe:** `/engineer/docs`
|
|
137
|
+
|
|
138
|
+
**Descrição:** Gera documentação técnica da implementação.
|
|
139
|
+
|
|
140
|
+
**Exemplo:**
|
|
141
|
+
```bash
|
|
142
|
+
/engineer/docs
|
|
143
|
+
```
|
|
144
|
+
|
|
145
|
+
---
|
|
146
|
+
|
|
147
|
+
### `/engineer/hotfix`
|
|
148
|
+
**Sintaxe:** `/engineer/hotfix <bug-description>`
|
|
149
|
+
|
|
150
|
+
**Descrição:** Cria hotfix urgente para correção de bugs críticos.
|
|
151
|
+
|
|
152
|
+
**Exemplo:**
|
|
153
|
+
```bash
|
|
154
|
+
/engineer/hotfix "memory-leak-notifications"
|
|
155
|
+
```
|
|
156
|
+
|
|
157
|
+
---
|
|
158
|
+
|
|
159
|
+
### `/engineer/bump`
|
|
160
|
+
**Sintaxe:** `/engineer/bump [major|minor|patch]`
|
|
161
|
+
|
|
162
|
+
**Descrição:** Atualiza versão do projeto seguindo SemVer.
|
|
163
|
+
|
|
164
|
+
**Exemplo:**
|
|
165
|
+
```bash
|
|
166
|
+
/engineer/bump minor
|
|
167
|
+
```
|
|
168
|
+
|
|
169
|
+
---
|
|
170
|
+
|
|
171
|
+
### `/engineer/warm-up`
|
|
172
|
+
**Sintaxe:** `/engineer/warm-up`
|
|
173
|
+
|
|
174
|
+
**Descrição:** Aquecimento do contexto para desenvolvimento complexo.
|
|
175
|
+
|
|
176
|
+
**Exemplo:**
|
|
177
|
+
```bash
|
|
178
|
+
/engineer/warm-up
|
|
179
|
+
```
|
|
180
|
+
|
|
181
|
+
---
|
|
182
|
+
|
|
183
|
+
### `/engineer/validate-phase-sync`
|
|
184
|
+
**Sintaxe:** `/engineer/validate-phase-sync`
|
|
185
|
+
|
|
186
|
+
**Descrição:** Valida sincronização entre fases do plan.md e subtasks do ClickUp.
|
|
187
|
+
|
|
188
|
+
**Exemplo:**
|
|
189
|
+
```bash
|
|
190
|
+
/engineer/validate-phase-sync
|
|
191
|
+
```
|
|
192
|
+
|
|
193
|
+
---
|
|
194
|
+
|
|
195
|
+
## 📦 Comandos de Produto
|
|
196
|
+
|
|
197
|
+
### `/product/task`
|
|
198
|
+
**Sintaxe:** `/product/task "<descrição-da-task>"`
|
|
199
|
+
|
|
200
|
+
**Descrição:** Cria task estruturada no ClickUp com decomposição hierárquica inteligente.
|
|
201
|
+
|
|
202
|
+
**Funcionalidades:**
|
|
203
|
+
- Análise profunda e compreensão da tarefa
|
|
204
|
+
- Decomposição hierárquica (Task → Subtasks → Action Items)
|
|
205
|
+
- Integração automática com Git (`/git/feature/start` ou branch direta)
|
|
206
|
+
- Setup automático de sessão
|
|
207
|
+
- Criação de context files
|
|
208
|
+
|
|
209
|
+
**Patterns Suportados:**
|
|
210
|
+
- 🚀 **Feature Development**: Backend + Frontend + Quality
|
|
211
|
+
- 🐛 **Bug Fix**: Investigation + Fix + Validation
|
|
212
|
+
- 🔧 **Technical Debt**: Analysis + Refactoring + Optimization
|
|
213
|
+
- 📚 **Research/Spike**: Discovery + PoC + Decision
|
|
214
|
+
|
|
215
|
+
**Exemplo:**
|
|
216
|
+
```bash
|
|
217
|
+
/product/task "Implementar autenticação JWT com refresh tokens"
|
|
218
|
+
```
|
|
219
|
+
|
|
220
|
+
**Workflow:**
|
|
221
|
+
1. Análise de documentação (README.md, docs/)
|
|
222
|
+
2. Apresentação do plano para confirmação
|
|
223
|
+
3. Criação da estrutura no ClickUp
|
|
224
|
+
4. Integração Git automática
|
|
225
|
+
5. Setup de ambiente de desenvolvimento
|
|
226
|
+
|
|
227
|
+
**Integração ClickUp:**
|
|
228
|
+
- ✅ Cria task principal + subtasks + action items
|
|
229
|
+
- ✅ Adiciona tags apropriadas
|
|
230
|
+
- ✅ Define prioridade e estimativa
|
|
231
|
+
- ✅ Comentário estruturado de setup
|
|
232
|
+
|
|
233
|
+
---
|
|
234
|
+
|
|
235
|
+
### `/product/feature`
|
|
236
|
+
**Sintaxe:** `/product/feature "<descrição-da-feature>"`
|
|
237
|
+
|
|
238
|
+
**Descrição:** Cria feature completa com especificação detalhada.
|
|
239
|
+
|
|
240
|
+
**Exemplo:**
|
|
241
|
+
```bash
|
|
242
|
+
/product/feature "Dashboard analytics interativo"
|
|
243
|
+
```
|
|
244
|
+
|
|
245
|
+
---
|
|
246
|
+
|
|
247
|
+
### `/product/spec`
|
|
248
|
+
**Sintaxe:** `/product/spec`
|
|
249
|
+
|
|
250
|
+
**Descrição:** Gera especificação técnica detalhada da feature.
|
|
251
|
+
|
|
252
|
+
**Exemplo:**
|
|
253
|
+
```bash
|
|
254
|
+
/product/spec
|
|
255
|
+
```
|
|
256
|
+
|
|
257
|
+
---
|
|
258
|
+
|
|
259
|
+
### `/product/refine`
|
|
260
|
+
**Sintaxe:** `/product/refine`
|
|
261
|
+
|
|
262
|
+
**Descrição:** Refina especificação existente com mais detalhes.
|
|
263
|
+
|
|
264
|
+
**Exemplo:**
|
|
265
|
+
```bash
|
|
266
|
+
/product/refine
|
|
267
|
+
```
|
|
268
|
+
|
|
269
|
+
---
|
|
270
|
+
|
|
271
|
+
### `/product/check`
|
|
272
|
+
**Sintaxe:** `/product/check`
|
|
273
|
+
|
|
274
|
+
**Descrição:** Valida completude da especificação.
|
|
275
|
+
|
|
276
|
+
**Exemplo:**
|
|
277
|
+
```bash
|
|
278
|
+
/product/check
|
|
279
|
+
```
|
|
280
|
+
|
|
281
|
+
---
|
|
282
|
+
|
|
283
|
+
### `/product/task-check`
|
|
284
|
+
**Sintaxe:** `/product/task-check <task-id>`
|
|
285
|
+
|
|
286
|
+
**Descrição:** Valida task do ClickUp quanto a completude e qualidade.
|
|
287
|
+
|
|
288
|
+
**Exemplo:**
|
|
289
|
+
```bash
|
|
290
|
+
/product/task-check 86acu8pdk
|
|
291
|
+
```
|
|
292
|
+
|
|
293
|
+
---
|
|
294
|
+
|
|
295
|
+
### `/product/validate-task`
|
|
296
|
+
**Sintaxe:** `/product/validate-task <task-id>`
|
|
297
|
+
|
|
298
|
+
**Descrição:** Validação completa de task incluindo critérios de aceitação.
|
|
299
|
+
|
|
300
|
+
**Exemplo:**
|
|
301
|
+
```bash
|
|
302
|
+
/product/validate-task 86acu8pdk
|
|
303
|
+
```
|
|
304
|
+
|
|
305
|
+
---
|
|
306
|
+
|
|
307
|
+
### `/product/checklist-sync`
|
|
308
|
+
**Sintaxe:** `/product/checklist-sync <task-id>`
|
|
309
|
+
|
|
310
|
+
**Descrição:** Sincroniza checklists nativos do ClickUp com documentação local.
|
|
311
|
+
|
|
312
|
+
**Exemplo:**
|
|
313
|
+
```bash
|
|
314
|
+
/product/checklist-sync 86acu8pdk
|
|
315
|
+
```
|
|
316
|
+
|
|
317
|
+
---
|
|
318
|
+
|
|
319
|
+
### `/product/collect`
|
|
320
|
+
**Sintaxe:** `/product/collect`
|
|
321
|
+
|
|
322
|
+
**Descrição:** Coleta requisitos de múltiplas fontes.
|
|
323
|
+
|
|
324
|
+
**Exemplo:**
|
|
325
|
+
```bash
|
|
326
|
+
/product/collect
|
|
327
|
+
```
|
|
328
|
+
|
|
329
|
+
---
|
|
330
|
+
|
|
331
|
+
### `/product/light-arch`
|
|
332
|
+
**Sintaxe:** `/product/light-arch`
|
|
333
|
+
|
|
334
|
+
**Descrição:** Cria arquitetura leve para features simples.
|
|
335
|
+
|
|
336
|
+
**Exemplo:**
|
|
337
|
+
```bash
|
|
338
|
+
/product/light-arch
|
|
339
|
+
```
|
|
340
|
+
|
|
341
|
+
---
|
|
342
|
+
|
|
343
|
+
### `/product/warm-up`
|
|
344
|
+
**Sintaxe:** `/product/warm-up`
|
|
345
|
+
|
|
346
|
+
**Descrição:** Aquecimento de contexto para análise de produto.
|
|
347
|
+
|
|
348
|
+
**Exemplo:**
|
|
349
|
+
```bash
|
|
350
|
+
/product/warm-up
|
|
351
|
+
```
|
|
352
|
+
|
|
353
|
+
---
|
|
354
|
+
|
|
355
|
+
## 🌿 Comandos Git
|
|
356
|
+
|
|
357
|
+
### `/git/init`
|
|
358
|
+
**Sintaxe:** `/git/init`
|
|
359
|
+
|
|
360
|
+
**Descrição:** Inicializa repositório com GitFlow configurado.
|
|
361
|
+
|
|
362
|
+
**Exemplo:**
|
|
363
|
+
```bash
|
|
364
|
+
/git/init
|
|
365
|
+
```
|
|
366
|
+
|
|
367
|
+
---
|
|
368
|
+
|
|
369
|
+
### `/git/feature/start`
|
|
370
|
+
**Sintaxe:** `/git/feature/start "<feature-name>"`
|
|
371
|
+
|
|
372
|
+
**Descrição:** Cria feature branch GitFlow com setup automático de sessão.
|
|
373
|
+
|
|
374
|
+
**Funcionalidades:**
|
|
375
|
+
- Cria branch `feature/nome-da-funcionalidade`
|
|
376
|
+
- Detecta branch base (develop/main)
|
|
377
|
+
- Configura tracking remoto
|
|
378
|
+
- Cria estrutura `.cursor/sessions/`
|
|
379
|
+
- Integração com @gitflow-specialist
|
|
380
|
+
|
|
381
|
+
**Exemplo:**
|
|
382
|
+
```bash
|
|
383
|
+
/git/feature/start "implement-oauth-authentication"
|
|
384
|
+
```
|
|
385
|
+
|
|
386
|
+
**Estrutura Criada:**
|
|
387
|
+
```
|
|
388
|
+
feature/implement-oauth-authentication ← nova branch
|
|
389
|
+
.cursor/sessions/implement-oauth-authentication/
|
|
390
|
+
├── context.md
|
|
391
|
+
├── plan.md
|
|
392
|
+
└── notes.md
|
|
393
|
+
```
|
|
394
|
+
|
|
395
|
+
---
|
|
396
|
+
|
|
397
|
+
### `/git/feature/publish`
|
|
398
|
+
**Sintaxe:** `/git/feature/publish`
|
|
399
|
+
|
|
400
|
+
**Descrição:** Publica feature branch para code review.
|
|
401
|
+
|
|
402
|
+
**Exemplo:**
|
|
403
|
+
```bash
|
|
404
|
+
/git/feature/publish
|
|
405
|
+
```
|
|
406
|
+
|
|
407
|
+
---
|
|
408
|
+
|
|
409
|
+
### `/git/feature/finish`
|
|
410
|
+
**Sintaxe:** `/git/feature/finish`
|
|
411
|
+
|
|
412
|
+
**Descrição:** Finaliza feature branch e merge para develop.
|
|
413
|
+
|
|
414
|
+
**Exemplo:**
|
|
415
|
+
```bash
|
|
416
|
+
/git/feature/finish
|
|
417
|
+
```
|
|
418
|
+
|
|
419
|
+
---
|
|
420
|
+
|
|
421
|
+
### `/git/hotfix/start`
|
|
422
|
+
**Sintaxe:** `/git/hotfix/start "<hotfix-name>"`
|
|
423
|
+
|
|
424
|
+
**Descrição:** Cria hotfix branch para correções urgentes.
|
|
425
|
+
|
|
426
|
+
**Exemplo:**
|
|
427
|
+
```bash
|
|
428
|
+
/git/hotfix/start "fix-payment-timeout"
|
|
429
|
+
```
|
|
430
|
+
|
|
431
|
+
---
|
|
432
|
+
|
|
433
|
+
### `/git/hotfix/finish`
|
|
434
|
+
**Sintaxe:** `/git/hotfix/finish`
|
|
435
|
+
|
|
436
|
+
**Descrição:** Finaliza hotfix e merge para main e develop.
|
|
437
|
+
|
|
438
|
+
**Exemplo:**
|
|
439
|
+
```bash
|
|
440
|
+
/git/hotfix/finish
|
|
441
|
+
```
|
|
442
|
+
|
|
443
|
+
---
|
|
444
|
+
|
|
445
|
+
### `/git/release/start`
|
|
446
|
+
**Sintaxe:** `/git/release/start "<version>"`
|
|
447
|
+
|
|
448
|
+
**Descrição:** Cria release branch para preparação de versão.
|
|
449
|
+
|
|
450
|
+
**Exemplo:**
|
|
451
|
+
```bash
|
|
452
|
+
/git/release/start "v1.2.0"
|
|
453
|
+
```
|
|
454
|
+
|
|
455
|
+
---
|
|
456
|
+
|
|
457
|
+
### `/git/release/finish`
|
|
458
|
+
**Sintaxe:** `/git/release/finish`
|
|
459
|
+
|
|
460
|
+
**Descrição:** Finaliza release e merge para main e develop.
|
|
461
|
+
|
|
462
|
+
**Exemplo:**
|
|
463
|
+
```bash
|
|
464
|
+
/git/release/finish
|
|
465
|
+
```
|
|
466
|
+
|
|
467
|
+
---
|
|
468
|
+
|
|
469
|
+
### `/git/sync`
|
|
470
|
+
**Sintaxe:** `/git/sync`
|
|
471
|
+
|
|
472
|
+
**Descrição:** Sincroniza branches com GitFlow analysis e cleanup inteligente.
|
|
473
|
+
|
|
474
|
+
**Funcionalidades:**
|
|
475
|
+
- GitFlow analysis via @gitflow-specialist
|
|
476
|
+
- Performance otimizada (cache + operações paralelas)
|
|
477
|
+
- Cleanup inteligente baseado na estratégia
|
|
478
|
+
- Session archiving automático
|
|
479
|
+
- ClickUp auto-update para "Done"
|
|
480
|
+
|
|
481
|
+
**Exemplo:**
|
|
482
|
+
```bash
|
|
483
|
+
/git/sync
|
|
484
|
+
```
|
|
485
|
+
|
|
486
|
+
---
|
|
487
|
+
|
|
488
|
+
### `/git/code-review`
|
|
489
|
+
**Sintaxe:** `/git/code-review`
|
|
490
|
+
|
|
491
|
+
**Descrição:** Inicia code review estruturado.
|
|
492
|
+
|
|
493
|
+
**Exemplo:**
|
|
494
|
+
```bash
|
|
495
|
+
/git/code-review
|
|
496
|
+
```
|
|
497
|
+
|
|
498
|
+
---
|
|
499
|
+
|
|
500
|
+
### `/git/help`
|
|
501
|
+
**Sintaxe:** `/git/help`
|
|
502
|
+
|
|
503
|
+
**Descrição:** Ajuda e troubleshooting Git/GitFlow.
|
|
504
|
+
|
|
505
|
+
**Exemplo:**
|
|
506
|
+
```bash
|
|
507
|
+
/git/help
|
|
508
|
+
```
|
|
509
|
+
|
|
510
|
+
---
|
|
511
|
+
|
|
512
|
+
## 📚 Comandos de Documentação
|
|
513
|
+
|
|
514
|
+
### `/docs/build-business-docs`
|
|
515
|
+
**Sintaxe:** `/docs/build-business-docs`
|
|
516
|
+
|
|
517
|
+
**Descrição:** Gera documentação de contexto de negócio.
|
|
518
|
+
|
|
519
|
+
**Saída:**
|
|
520
|
+
```
|
|
521
|
+
docs/business-context/
|
|
522
|
+
├── vision.md
|
|
523
|
+
├── stakeholders.md
|
|
524
|
+
└── business-model.md
|
|
525
|
+
```
|
|
526
|
+
|
|
527
|
+
**Exemplo:**
|
|
528
|
+
```bash
|
|
529
|
+
/docs/build-business-docs
|
|
530
|
+
```
|
|
531
|
+
|
|
532
|
+
---
|
|
533
|
+
|
|
534
|
+
### `/docs/build-tech-docs`
|
|
535
|
+
**Sintaxe:** `/docs/build-tech-docs`
|
|
536
|
+
|
|
537
|
+
**Descrição:** Gera documentação de contexto técnico.
|
|
538
|
+
|
|
539
|
+
**Saída:**
|
|
540
|
+
```
|
|
541
|
+
docs/technical-context/
|
|
542
|
+
├── architecture.md
|
|
543
|
+
├── technology-stack.md
|
|
544
|
+
└── constraints.md
|
|
545
|
+
```
|
|
546
|
+
|
|
547
|
+
**Exemplo:**
|
|
548
|
+
```bash
|
|
549
|
+
/docs/build-tech-docs
|
|
550
|
+
```
|
|
551
|
+
|
|
552
|
+
---
|
|
553
|
+
|
|
554
|
+
### `/docs/build-compliance-docs`
|
|
555
|
+
**Sintaxe:** `/docs/build-compliance-docs`
|
|
556
|
+
|
|
557
|
+
**Descrição:** Gera documentação de compliance (ISO, SOC2, etc).
|
|
558
|
+
|
|
559
|
+
**Exemplo:**
|
|
560
|
+
```bash
|
|
561
|
+
/docs/build-compliance-docs
|
|
562
|
+
```
|
|
563
|
+
|
|
564
|
+
---
|
|
565
|
+
|
|
566
|
+
### `/docs/build-index`
|
|
567
|
+
**Sintaxe:** `/docs/build-index`
|
|
568
|
+
|
|
569
|
+
**Descrição:** Gera índice navegável da documentação.
|
|
570
|
+
|
|
571
|
+
**Saída:** `docs/index.md`
|
|
572
|
+
|
|
573
|
+
**Exemplo:**
|
|
574
|
+
```bash
|
|
575
|
+
/docs/build-index
|
|
576
|
+
```
|
|
577
|
+
|
|
578
|
+
---
|
|
579
|
+
|
|
580
|
+
### `/docs/refine-vision`
|
|
581
|
+
**Sintaxe:** `/docs/refine-vision`
|
|
582
|
+
|
|
583
|
+
**Descrição:** Refina documento de visão do projeto.
|
|
584
|
+
|
|
585
|
+
**Exemplo:**
|
|
586
|
+
```bash
|
|
587
|
+
/docs/refine-vision
|
|
588
|
+
```
|
|
589
|
+
|
|
590
|
+
---
|
|
591
|
+
|
|
592
|
+
### `/docs/validate-docs`
|
|
593
|
+
**Sintaxe:** `/docs/validate-docs`
|
|
594
|
+
|
|
595
|
+
**Descrição:** Valida completude e qualidade da documentação.
|
|
596
|
+
|
|
597
|
+
**Exemplo:**
|
|
598
|
+
```bash
|
|
599
|
+
/docs/validate-docs
|
|
600
|
+
```
|
|
601
|
+
|
|
602
|
+
---
|
|
603
|
+
|
|
604
|
+
### `/docs/docs-health`
|
|
605
|
+
**Sintaxe:** `/docs/docs-health`
|
|
606
|
+
|
|
607
|
+
**Descrição:** Análise de saúde da documentação (links quebrados, etc).
|
|
608
|
+
|
|
609
|
+
**Exemplo:**
|
|
610
|
+
```bash
|
|
611
|
+
/docs/docs-health
|
|
612
|
+
```
|
|
613
|
+
|
|
614
|
+
---
|
|
615
|
+
|
|
616
|
+
### `/docs/sync-sessions`
|
|
617
|
+
**Sintaxe:** `/docs/sync-sessions`
|
|
618
|
+
|
|
619
|
+
**Descrição:** Sincroniza documentação entre sessões.
|
|
620
|
+
|
|
621
|
+
**Exemplo:**
|
|
622
|
+
```bash
|
|
623
|
+
/docs/sync-sessions
|
|
624
|
+
```
|
|
625
|
+
|
|
626
|
+
---
|
|
627
|
+
|
|
628
|
+
### `/docs/reverse-consolidate`
|
|
629
|
+
**Sintaxe:** `/docs/reverse-consolidate`
|
|
630
|
+
|
|
631
|
+
**Descrição:** Consolida documentação fragmentada.
|
|
632
|
+
|
|
633
|
+
**Exemplo:**
|
|
634
|
+
```bash
|
|
635
|
+
/docs/reverse-consolidate
|
|
636
|
+
```
|
|
637
|
+
|
|
638
|
+
---
|
|
639
|
+
|
|
640
|
+
### `/docs/help`
|
|
641
|
+
**Sintaxe:** `/docs/help`
|
|
642
|
+
|
|
643
|
+
**Descrição:** Ajuda com comandos de documentação.
|
|
644
|
+
|
|
645
|
+
**Exemplo:**
|
|
646
|
+
```bash
|
|
647
|
+
/docs/help
|
|
648
|
+
```
|
|
649
|
+
|
|
650
|
+
---
|
|
651
|
+
|
|
652
|
+
## 🔧 Comandos Meta
|
|
653
|
+
|
|
654
|
+
### `/meta/all-tools`
|
|
655
|
+
**Sintaxe:** `/meta/all-tools`
|
|
656
|
+
|
|
657
|
+
**Descrição:** Lista todas as ferramentas disponíveis organizadas por categoria.
|
|
658
|
+
|
|
659
|
+
**Saída:**
|
|
660
|
+
```
|
|
661
|
+
.cursor/docs/tools/
|
|
662
|
+
├── mcps.md
|
|
663
|
+
├── agents.md
|
|
664
|
+
├── commands.md
|
|
665
|
+
├── rules.md
|
|
666
|
+
├── cursor.md
|
|
667
|
+
└── README.md
|
|
668
|
+
```
|
|
669
|
+
|
|
670
|
+
**Exemplo:**
|
|
671
|
+
```bash
|
|
672
|
+
/meta/all-tools
|
|
673
|
+
```
|
|
674
|
+
|
|
675
|
+
---
|
|
676
|
+
|
|
677
|
+
### `/meta/create-command`
|
|
678
|
+
**Sintaxe:** `/meta/create-command`
|
|
679
|
+
|
|
680
|
+
**Descrição:** Cria novo comando customizado com template.
|
|
681
|
+
|
|
682
|
+
**Exemplo:**
|
|
683
|
+
```bash
|
|
684
|
+
/meta/create-command
|
|
685
|
+
```
|
|
686
|
+
|
|
687
|
+
---
|
|
688
|
+
|
|
689
|
+
### `/meta/create-agent`
|
|
690
|
+
**Sintaxe:** `/meta/create-agent`
|
|
691
|
+
|
|
692
|
+
**Descrição:** Cria novo agente especializado com template completo.
|
|
693
|
+
|
|
694
|
+
**Exemplo:**
|
|
695
|
+
```bash
|
|
696
|
+
/meta/create-agent
|
|
697
|
+
```
|
|
698
|
+
|
|
699
|
+
---
|
|
700
|
+
|
|
701
|
+
### `/meta/create-agent-express`
|
|
702
|
+
**Sintaxe:** `/meta/create-agent-express`
|
|
703
|
+
|
|
704
|
+
**Descrição:** Cria agente de forma rápida com template simplificado.
|
|
705
|
+
|
|
706
|
+
**Exemplo:**
|
|
707
|
+
```bash
|
|
708
|
+
/meta/create-agent-express
|
|
709
|
+
```
|
|
710
|
+
|
|
711
|
+
---
|
|
712
|
+
|
|
713
|
+
### `/meta/analyze-complex-problem`
|
|
714
|
+
**Sintaxe:** `/meta/analyze-complex-problem "<descrição>"`
|
|
715
|
+
|
|
716
|
+
**Descrição:** Análise profunda de problemas complexos.
|
|
717
|
+
|
|
718
|
+
**Exemplo:**
|
|
719
|
+
```bash
|
|
720
|
+
/meta/analyze-complex-problem "Performance degradation in production"
|
|
721
|
+
```
|
|
722
|
+
|
|
723
|
+
---
|
|
724
|
+
|
|
725
|
+
## ✅ Comandos de Validação
|
|
726
|
+
|
|
727
|
+
> 📚 **Documentação Completa**: Veja [Sistema de Testes e Validação](../onion/testing-validation-system.md) para guia completo de todos os comandos de teste e validação, incluindo `/test/unit`, `/test/integration`, `/test/e2e`, `/validate/test-strategy/create`, `/validate/qa-points/estimate` e mais.
|
|
728
|
+
|
|
729
|
+
### `/validate/workflow`
|
|
730
|
+
**Sintaxe:** `/validate/workflow`
|
|
731
|
+
|
|
732
|
+
**Descrição:** Valida workflow completo do projeto.
|
|
733
|
+
|
|
734
|
+
**Exemplo:**
|
|
735
|
+
```bash
|
|
736
|
+
/validate/workflow
|
|
737
|
+
```
|
|
738
|
+
|
|
739
|
+
---
|
|
740
|
+
|
|
741
|
+
## 🚀 Referência Rápida
|
|
742
|
+
|
|
743
|
+
### Fluxo Completo de Feature
|
|
744
|
+
```bash
|
|
745
|
+
# 1. Criar task estruturada
|
|
746
|
+
/product/task "Nova funcionalidade X"
|
|
747
|
+
|
|
748
|
+
# 2. Iniciar desenvolvimento
|
|
749
|
+
/engineer/start feature-x
|
|
750
|
+
|
|
751
|
+
# 3. Trabalhar nas fases
|
|
752
|
+
/engineer/work feature-x
|
|
753
|
+
|
|
754
|
+
# 4. Criar Pull Request
|
|
755
|
+
/engineer/pr
|
|
756
|
+
|
|
757
|
+
# 5. Finalizar feature
|
|
758
|
+
/git/feature/finish
|
|
759
|
+
```
|
|
760
|
+
|
|
761
|
+
### Fluxo de Hotfix
|
|
762
|
+
```bash
|
|
763
|
+
# 1. Criar hotfix
|
|
764
|
+
/git/hotfix/start "fix-critical-bug"
|
|
765
|
+
|
|
766
|
+
# 2. Implementar correção
|
|
767
|
+
/engineer/hotfix "fix-critical-bug"
|
|
768
|
+
|
|
769
|
+
# 3. Criar PR
|
|
770
|
+
/engineer/pr
|
|
771
|
+
|
|
772
|
+
# 4. Finalizar hotfix
|
|
773
|
+
/git/hotfix/finish
|
|
774
|
+
```
|
|
775
|
+
|
|
776
|
+
### Fluxo de Documentação
|
|
777
|
+
```bash
|
|
778
|
+
# 1. Gerar docs de negócio
|
|
779
|
+
/docs/build-business-docs
|
|
780
|
+
|
|
781
|
+
# 2. Gerar docs técnicos
|
|
782
|
+
/docs/build-tech-docs
|
|
783
|
+
|
|
784
|
+
# 3. Gerar índice
|
|
785
|
+
/docs/build-index
|
|
786
|
+
|
|
787
|
+
# 4. Validar documentação
|
|
788
|
+
/docs/validate-docs
|
|
789
|
+
```
|
|
790
|
+
|
|
791
|
+
---
|
|
792
|
+
|
|
793
|
+
## 🔗 Documentos Relacionados
|
|
794
|
+
|
|
795
|
+
- [Fluxos de Engenharia](./engineering-flows.md) - Workflows detalhados
|
|
796
|
+
- [Integração ClickUp](./clickup-integration.md) - Guia completo ClickUp MCP
|
|
797
|
+
- [Referência de Agentes](./agents-reference.md) - Todos os agentes disponíveis
|
|
798
|
+
- [Exemplos Práticos](./practical-examples.md) - Casos de uso reais
|
|
799
|
+
- [Sistema de Testes e Validação](../onion/testing-validation-system.md) - Framework completo de testes e validação
|
|
800
|
+
- [Configuração Inicial](./getting-started.md) - Setup do sistema
|
|
801
|
+
|
|
802
|
+
---
|
|
803
|
+
|
|
804
|
+
**Última atualização:** 2025-01-27
|
|
805
|
+
**Versão:** 2.0
|
|
806
|
+
**Total de Comandos:** 56
|
|
807
|
+
|